From 8e41472447315290b2748709e09b27372adc2b7c Mon Sep 17 00:00:00 2001 From: Stefan Majewsky Date: Tue, 21 Jul 2026 14:34:57 +0200 Subject: convert copyright headers to SPDX format --- object_iterator.go | 19 ++----------------- 1 file changed, 2 insertions(+), 17 deletions(-) (limited to 'object_iterator.go') diff --git a/object_iterator.go b/object_iterator.go index 314b9bf..ae4c896 100644 --- a/object_iterator.go +++ b/object_iterator.go @@ -1,20 +1,5 @@ -/******************************************************************************* -* -* Copyright 2018 Stefan Majewsky -* -* This program is free software: you can redistribute it and/or modify it under -* the terms of the GNU General Public License as published by the Free Software -* Foundation, either version 3 of the License, or (at your option) any later -* version. -* -* This program is distributed in the hope that it will be useful, but WITHOUT ANY -* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR -* A PARTICULAR PURPOSE. See the GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License along with -* this program. If not, see . -* -*******************************************************************************/ +// SPDX-FileCopyrightText: 2018 Stefan Majewsky +// SPDX-License-Identifier: Apache-2.0 package schwift -- cgit v1.3.1