From 698f54f444ec923b086142203ee320cd23c0926a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20BIDON?= Date: Mon, 15 Dec 2025 20:59:13 +0100 Subject: [PATCH] chore: fixed missing license headers in new files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Frédéric BIDON --- iface_example_test.go | 3 +++ struct_example_test.go | 3 +++ 2 files changed, 6 insertions(+) diff --git a/iface_example_test.go b/iface_example_test.go index 1865c48..90d6d98 100644 --- a/iface_example_test.go +++ b/iface_example_test.go @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: Copyright (c) 2015-2025 go-swagger maintainers +// SPDX-License-Identifier: Apache-2.0 + package jsonpointer_test import ( diff --git a/struct_example_test.go b/struct_example_test.go index 2986902..665531e 100644 --- a/struct_example_test.go +++ b/struct_example_test.go @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: Copyright (c) 2015-2025 go-swagger maintainers +// SPDX-License-Identifier: Apache-2.0 + package jsonpointer_test import (