From 7783e66ab769e4df3961af9d8e8eaac233743357 Mon Sep 17 00:00:00 2001 From: Jonathan Norris Date: Fri, 14 Nov 2025 13:44:23 -0500 Subject: [PATCH 1/2] chore: update license copyright and add cursor to gitignore Signed-off-by: Jonathan Norris --- .gitignore | 1 + LICENSE | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 1fc2ba66e..bd4fcf64a 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,7 @@ build specification.json target .DS_Store +.cursor/ # vscode stuff .vscode/ 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 07354a571e5333b6d933f779e2e5d02022f9a41d Mon Sep 17 00:00:00 2001 From: Jonathan Norris Date: Mon, 17 Nov 2025 14:20:17 -0500 Subject: [PATCH 2/2] 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.