diff options
| author | Grégoire Duchêne <gduchene@awhk.org> | 2021-07-04 16:58:10 +0100 |
|---|---|---|
| committer | Grégoire Duchêne <gduchene@awhk.org> | 2021-07-04 16:58:10 +0100 |
| commit | 3e01cdb91b0a60b014b0fc5bf1d8eeb7bd86ddef (patch) | |
| tree | 42ef473d4143c09a26c41312032a17f2b97f8c08 | |
| parent | 83a5fdbb3b1582bb1083a1461bfe60f7c437bce7 (diff) | |
Use SPDX tagsv0.2.0
| -rw-r--r-- | archlinux/PKGBUILD | 6 | ||||
| -rw-r--r-- | main.go | 6 | ||||
| -rw-r--r-- | main_aws.go | 6 | ||||
| -rw-r--r-- | resp.go | 6 | ||||
| -rw-r--r-- | resp_test.go | 6 | ||||
| -rw-r--r-- | 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 <gduchene@awhk.org> -# -# 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 <gduchene@awhk.org> +# SPDX-License-Identifier: ISC # Maintainer: Grégoire Duchêne <gduchene@awhk.org> @@ -1,7 +1,5 @@ -// Copyright (c) 2019, Grégoire Duchêne <gduchene@awhk.org> -// -// 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 <gduchene@awhk.org> +// 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 <gduchene@awhk.org> -// -// 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 <gduchene@awhk.org> +// SPDX-License-Identifier: ISC // +build aws,linux @@ -1,7 +1,5 @@ -// Copyright (c) 2019, Grégoire Duchêne <gduchene@awhk.org> -// -// 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 <gduchene@awhk.org> +// 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 <gduchene@awhk.org> -// -// 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 <gduchene@awhk.org> +// 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 <gduchene@awhk.org> -# -# 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 <gduchene@awhk.org> +# SPDX-License-Identifier: ISC [Unit] Description=go-import-redirect |
