From 91f9eb31cf3f9245759d07a9aa0f15833e8d6f6c Mon Sep 17 00:00:00 2001 From: Alfi Maulana Date: Thu, 9 Jan 2025 14:25:00 +0700 Subject: [PATCH] docs: bump copyright year to 2025 (#134) Signed-off-by: Alfi Maulana --- LICENSE | 2 +- README.md | 2 +- cmake/GitCheckout.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 e981441..c688500 100644 --- a/README.md +++ b/README.md @@ -78,4 +78,4 @@ git_checkout( 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/GitCheckout.cmake b/cmake/GitCheckout.cmake index c256793..583719c 100644 --- a/cmake/GitCheckout.cmake +++ b/cmake/GitCheckout.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