From 3e01cdb91b0a60b014b0fc5bf1d8eeb7bd86ddef Mon Sep 17 00:00:00 2001 From: Grégoire Duchêne Date: Sun, 4 Jul 2021 16:58:10 +0100 Subject: Use SPDX tags --- archlinux/PKGBUILD | 6 ++---- main.go | 6 ++---- main_aws.go | 6 ++---- resp.go | 6 ++---- resp_test.go | 6 ++---- systemd/go-import-redirect.service | 6 ++---- 6 files changed, 12 insertions(+), 24 deletions(-) diff --git a/archlinux/PKGBUILD b/archlinux/PKGBUILD index a6e3830..a9fc107 100644 --- a/archlinux/PKGBUILD +++ b/archlinux/PKGBUILD @@ -1,7 +1,5 @@ -# Copyright (c) 2020, Grégoire Duchêne -# -# Use of this file is governed by the ISC license that can be found in -# the LICENSE file. +# SPDX-FileCopyrightText: © 2020 Grégoire Duchêne +# SPDX-License-Identifier: ISC # Maintainer: Grégoire Duchêne diff --git a/main.go b/main.go index 8cc70fd..e0f0628 100644 --- a/main.go +++ b/main.go @@ -1,7 +1,5 @@ -// Copyright (c) 2019, Grégoire Duchêne -// -// Use of this source code is governed by the ISC license that can be -// found in the LICENSE file. +// SPDX-FileCopyrightText: © 2019 Grégoire Duchêne +// SPDX-License-Identifier: ISC // +build !aws diff --git a/main_aws.go b/main_aws.go index c81cfc6..f0bf918 100644 --- a/main_aws.go +++ b/main_aws.go @@ -1,7 +1,5 @@ -// Copyright (c) 2019, Grégoire Duchêne -// -// Use of this source code is governed by the ISC license that can be -// found in the LICENSE file. +// SPDX-FileCopyrightText: © 2019 Grégoire Duchêne +// SPDX-License-Identifier: ISC // +build aws,linux diff --git a/resp.go b/resp.go index 3403e17..f90c486 100644 --- a/resp.go +++ b/resp.go @@ -1,7 +1,5 @@ -// Copyright (c) 2019, Grégoire Duchêne -// -// Use of this source code is governed by the ISC license that can be -// found in the LICENSE file. +// SPDX-FileCopyrightText: © 2019 Grégoire Duchêne +// SPDX-License-Identifier: ISC package main diff --git a/resp_test.go b/resp_test.go index 4dadf74..4afbd92 100644 --- a/resp_test.go +++ b/resp_test.go @@ -1,7 +1,5 @@ -// Copyright (c) 2019, Grégoire Duchêne -// -// Use of this source code is governed by the ISC license that can be -// found in the LICENSE file. +// SPDX-FileCopyrightText: © 2019 Grégoire Duchêne +// SPDX-License-Identifier: ISC package main diff --git a/systemd/go-import-redirect.service b/systemd/go-import-redirect.service index 3036abc..38d8023 100644 --- a/systemd/go-import-redirect.service +++ b/systemd/go-import-redirect.service @@ -1,7 +1,5 @@ -# Copyright (c) 2020, Grégoire Duchêne -# -# Use of this file is governed by the ISC license that can be found in -# the LICENSE file. +# SPDX-FileCopyrightText: © 2020 Grégoire Duchêne +# SPDX-License-Identifier: ISC [Unit] Description=go-import-redirect -- cgit v1.2.3-70-g09d2