From 27c4ac4460b6a2c6556ceb491d508cc784762c07 Mon Sep 17 00:00:00 2001 From: Jonathan Norris Date: Fri, 14 Nov 2025 11:36:28 -0500 Subject: [PATCH 1/3] chore: update LICENSE copyright notice Signed-off-by: Jonathan Norris --- LICENSE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index 261eeb9e9..67b17bf85 100644 --- a/LICENSE +++ b/LICENSE @@ -186,7 +186,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright [yyyy] [name of copyright owner] + Copyright 2025 OpenFeature Maintainers Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. From 35ba81c9cb9b121eb1a794623e25fc6ebf9ffdb1 Mon Sep 17 00:00:00 2001 From: Jonathan Norris Date: Fri, 14 Nov 2025 11:59:10 -0500 Subject: [PATCH 2/3] chore: add .cursor to .gitignore Signed-off-by: Jonathan Norris --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index a7575d545..dfc5642e5 100644 --- a/.gitignore +++ b/.gitignore @@ -10,6 +10,7 @@ target # vscode stuff - we may want to use a more specific pattern later if we'd like to suggest editor configurations .vscode/ +.cursor # used for spec compliance tooling java-report.json From f9a245321dc2d5a3704afc0d182f58b000da0b79 Mon Sep 17 00:00:00 2001 From: Jonathan Norris Date: Mon, 17 Nov 2025 14:20:16 -0500 Subject: [PATCH 3/3] chore: remove year from copyright Signed-off-by: Jonathan Norris --- LICENSE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index 67b17bf85..96b3dc8fc 100644 --- a/LICENSE +++ b/LICENSE @@ -186,7 +186,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright 2025 OpenFeature Maintainers + Copyright OpenFeature Maintainers Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.