From 117e4f4d73d45fd4d9b178818a81e0f8ed7f9b8e Mon Sep 17 00:00:00 2001 From: caikelun Date: Thu, 8 Aug 2024 18:00:32 +0800 Subject: [PATCH] Update license time. --- LICENSE | 2 +- xdl/src/main/cpp/include/xdl.h | 2 +- xdl/src/main/cpp/xdl.c | 2 +- xdl/src/main/cpp/xdl_iterate.c | 2 +- xdl/src/main/cpp/xdl_iterate.h | 2 +- xdl/src/main/cpp/xdl_linker.c | 2 +- xdl/src/main/cpp/xdl_linker.h | 2 +- xdl/src/main/cpp/xdl_lzma.c | 2 +- xdl/src/main/cpp/xdl_lzma.h | 2 +- xdl/src/main/cpp/xdl_util.c | 2 +- xdl/src/main/cpp/xdl_util.h | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/LICENSE b/LICENSE index c20d2c8..9680238 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2020-2023 HexHacking Team +Copyright (c) 2020-2024 HexHacking Team Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/xdl/src/main/cpp/include/xdl.h b/xdl/src/main/cpp/include/xdl.h index abf4422..ce52984 100644 --- a/xdl/src/main/cpp/include/xdl.h +++ b/xdl/src/main/cpp/include/xdl.h @@ -1,4 +1,4 @@ -// Copyright (c) 2020-2023 HexHacking Team +// Copyright (c) 2020-2024 HexHacking Team // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/xdl/src/main/cpp/xdl.c b/xdl/src/main/cpp/xdl.c index 01b3949..5ee084c 100644 --- a/xdl/src/main/cpp/xdl.c +++ b/xdl/src/main/cpp/xdl.c @@ -1,4 +1,4 @@ -// Copyright (c) 2020-2023 HexHacking Team +// Copyright (c) 2020-2024 HexHacking Team // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/xdl/src/main/cpp/xdl_iterate.c b/xdl/src/main/cpp/xdl_iterate.c index b89b642..1bcc3f6 100644 --- a/xdl/src/main/cpp/xdl_iterate.c +++ b/xdl/src/main/cpp/xdl_iterate.c @@ -1,4 +1,4 @@ -// Copyright (c) 2020-2023 HexHacking Team +// Copyright (c) 2020-2024 HexHacking Team // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/xdl/src/main/cpp/xdl_iterate.h b/xdl/src/main/cpp/xdl_iterate.h index ab22866..b0bfa94 100644 --- a/xdl/src/main/cpp/xdl_iterate.h +++ b/xdl/src/main/cpp/xdl_iterate.h @@ -1,4 +1,4 @@ -// Copyright (c) 2020-2023 HexHacking Team +// Copyright (c) 2020-2024 HexHacking Team // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/xdl/src/main/cpp/xdl_linker.c b/xdl/src/main/cpp/xdl_linker.c index 9021867..c952fe5 100644 --- a/xdl/src/main/cpp/xdl_linker.c +++ b/xdl/src/main/cpp/xdl_linker.c @@ -1,4 +1,4 @@ -// Copyright (c) 2020-2023 HexHacking Team +// Copyright (c) 2020-2024 HexHacking Team // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/xdl/src/main/cpp/xdl_linker.h b/xdl/src/main/cpp/xdl_linker.h index 00cbf44..2d40cf4 100644 --- a/xdl/src/main/cpp/xdl_linker.h +++ b/xdl/src/main/cpp/xdl_linker.h @@ -1,4 +1,4 @@ -// Copyright (c) 2020-2023 HexHacking Team +// Copyright (c) 2020-2024 HexHacking Team // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/xdl/src/main/cpp/xdl_lzma.c b/xdl/src/main/cpp/xdl_lzma.c index 298c58f..aff6d48 100644 --- a/xdl/src/main/cpp/xdl_lzma.c +++ b/xdl/src/main/cpp/xdl_lzma.c @@ -1,4 +1,4 @@ -// Copyright (c) 2020-2023 HexHacking Team +// Copyright (c) 2020-2024 HexHacking Team // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/xdl/src/main/cpp/xdl_lzma.h b/xdl/src/main/cpp/xdl_lzma.h index 63c848a..b1eef1d 100644 --- a/xdl/src/main/cpp/xdl_lzma.h +++ b/xdl/src/main/cpp/xdl_lzma.h @@ -1,4 +1,4 @@ -// Copyright (c) 2020-2023 HexHacking Team +// Copyright (c) 2020-2024 HexHacking Team // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/xdl/src/main/cpp/xdl_util.c b/xdl/src/main/cpp/xdl_util.c index 7d9e640..96f15dd 100644 --- a/xdl/src/main/cpp/xdl_util.c +++ b/xdl/src/main/cpp/xdl_util.c @@ -1,4 +1,4 @@ -// Copyright (c) 2020-2023 HexHacking Team +// Copyright (c) 2020-2024 HexHacking Team // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/xdl/src/main/cpp/xdl_util.h b/xdl/src/main/cpp/xdl_util.h index 582e99f..8641d1a 100644 --- a/xdl/src/main/cpp/xdl_util.h +++ b/xdl/src/main/cpp/xdl_util.h @@ -1,4 +1,4 @@ -// Copyright (c) 2020-2023 HexHacking Team +// Copyright (c) 2020-2024 HexHacking Team // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal