From 52b710410ba00b2ab7db731d66216fb8874db165 Mon Sep 17 00:00:00 2001 From: Jonathan Norris Date: Fri, 14 Nov 2025 13:39:44 -0500 Subject: [PATCH 1/2] chore: update license copyright and add cursor to gitignore Signed-off-by: Jonathan Norris --- .gitignore | 2 ++ LICENSE | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index fa567928e..743523b87 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,8 @@ tmpcrd.yaml schemas .vscode of-agent +.cursor/ + # Binaries for programs and plugins *.exe *.exe~ 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 ff5c69c05f06743c6416022b4f1c075d094a9a7c Mon Sep 17 00:00:00 2001 From: Jonathan Norris Date: Mon, 17 Nov 2025 14:20:20 -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.