From aeddf3d18cdc4123e69b6021b35be5e70f02c6f6 Mon Sep 17 00:00:00 2001 From: Alfi Maulana Date: Thu, 9 Jan 2025 14:22:55 +0700 Subject: [PATCH] docs: bump copyright year to 2025 (#104) Signed-off-by: Alfi Maulana --- LICENSE | 2 +- README.md | 2 +- cmake/SetupGo.cmake | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/LICENSE b/LICENSE index bdd5b88..9e6efdc 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2024 Alfi Maulana +Copyright (c) 2024-2025 Alfi Maulana 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/README.md b/README.md index 7409e73..d18b9b5 100644 --- a/README.md +++ b/README.md @@ -48,4 +48,4 @@ setup_go(VERSION 1.21.9) This project is licensed under the terms of the [MIT License](./LICENSE). -Copyright © 2024 [Alfi Maulana](https://github.com/threeal) +Copyright © 2024-2025 [Alfi Maulana](https://github.com/threeal) diff --git a/cmake/SetupGo.cmake b/cmake/SetupGo.cmake index 5444282..3cb6f02 100644 --- a/cmake/SetupGo.cmake +++ b/cmake/SetupGo.cmake @@ -1,6 +1,6 @@ # MIT License # -# Copyright (c) 2024 Alfi Maulana +# Copyright (c) 2024-2025 Alfi Maulana # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal