diff options
| author | Stefan Majewsky <majewsky@gmx.net> | 2026-07-21 14:34:57 +0200 |
|---|---|---|
| committer | Stefan Majewsky <majewsky@gmx.net> | 2026-07-21 14:42:45 +0200 |
| commit | 8e41472447315290b2748709e09b27372adc2b7c (patch) | |
| tree | 6b8ee49e3ecbf3d1d9544a1f84e7d3244c6abd3e /object_iterator.go | |
| parent | e3179558f05e9bb2c8c57fe9d0e916cb829df11c (diff) | |
| download | go-schwift-8e41472447315290b2748709e09b27372adc2b7c.tar.gz | |
convert copyright headers to SPDX format
Diffstat (limited to 'object_iterator.go')
| -rw-r--r-- | object_iterator.go | 19 |
1 files changed, 2 insertions, 17 deletions
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 <majewsky@gmx.net> -* -* 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 <http://www.gnu.org/licenses/>. -* -*******************************************************************************/ +// SPDX-FileCopyrightText: 2018 Stefan Majewsky <majewsky@gmx.net> +// SPDX-License-Identifier: Apache-2.0 package schwift |
