From 5e534391a401bbf96088a8551b04094423a1d634 Mon Sep 17 00:00:00 2001 From: Ewan Harris Date: Tue, 8 Sep 2026 15:25:54 +0100 Subject: [PATCH] chore: remove NOTICE file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Apache 2.0 section 4(d) only requires propagating NOTICE content when redistributing a component. Mapper is a Go library — consumers import it as source; dependencies are fetched directly by the Go toolchain, not bundled. No redistribution occurs, so no NOTICE file is required. Per CNCF guidance, adding an unnecessary NOTICE file imposes extra compliance burden on downstream users and should be avoided. --- NOTICE | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 NOTICE diff --git a/NOTICE b/NOTICE deleted file mode 100644 index fd4a37a..0000000 --- a/NOTICE +++ /dev/null @@ -1,18 +0,0 @@ -Copyright 2026 OpenFGA Authors - -This product includes the following third-party software: - -go.yaml.in/yaml/v3 -Copyright 2011-2016 Canonical Ltd. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -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.