From ee2eb69f9d59dbee8975db346e13a343801707a9 Mon Sep 17 00:00:00 2001 From: Jonathan Norris Date: Fri, 14 Nov 2025 12:10:39 -0500 Subject: [PATCH] chore: update license copyright and add cursor to gitignore Signed-off-by: Jonathan Norris --- .gitignore | 1 + LICENSE | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 6cd8ba12..2ba29f23 100644 --- a/.gitignore +++ b/.gitignore @@ -38,6 +38,7 @@ coverage.xml .project .pydevproject .idea +.cursor # Rope .ropeproject diff --git a/LICENSE b/LICENSE index 989e2c59..67b17bf8 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Apache License + Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -186,7 +186,7 @@ Apache License 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. @@ -198,4 +198,4 @@ Apache License distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and - limitations under the License. \ No newline at end of file + limitations under the License.