From 7e0deb811a7b3059e52071aac398fca655e002cf Mon Sep 17 00:00:00 2001 From: Alfi Maulana Date: Tue, 31 Oct 2023 15:18:39 +0700 Subject: [PATCH 1/2] docs(license): update the copyright year to 2023 --- LICENSE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index 2a819b1..499af10 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2021 ICHIRO ITS +Copyright (c) 2021-2023 ICHIRO ITS Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal From f9c3ea3a60f8f243b86e1bb5406884308ab65bf2 Mon Sep 17 00:00:00 2001 From: Alfi Maulana Date: Tue, 31 Oct 2023 15:30:13 +0700 Subject: [PATCH 2/2] docs(readme): update the license section --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e20ae98..1b4507d 100644 --- a/README.md +++ b/README.md @@ -48,4 +48,6 @@ jobs: ## License -This project is maintained by [ICHIRO ITS](https://github.com/ichiro-its) and licensed under the [MIT License](./LICENSE). +This project is licensed under the terms of the [MIT License](./LICENSE). + +Copyright © 2021-2023 [ICHIRO ITS](https://github.com/ichiro-its)