diff options
| -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 |
