diff --git a/.drone.yml b/.drone.yml index 9e3ab45..6750c7d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,4 +1,4 @@ -# SPDX-Copyright: 2019 Free Software Foundation Europe e.V. +# SPDX-FileCopyrightText: 2019 Free Software Foundation Europe e.V. # SPDX-License-Identifier: CC0-1.0 pipeline: diff --git a/.gitignore b/.gitignore index 7d64334..a21483b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ -# SPDX-Copyright: 2019 Max Mehl +# SPDX-FileCopyrightText: 2019 Max Mehl # SPDX-License-Identifier: CC0-1.0 config.cfg diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9fbc292..60bfaae 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -# SPDX-Copyright: 2019 Free Software Foundation Europe e.V. +# SPDX-FileCopyrightText: 2019 Free Software Foundation Europe e.V. # SPDX-License-Identifier: CC0-1.0 reuse: diff --git a/.travis.yml b/.travis.yml index c2d9371..9ccbf41 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,4 @@ -# SPDX-Copyright: 2019 Free Software Foundation Europe e.V. +# SPDX-FileCopyrightText: 2019 Free Software Foundation Europe e.V. # SPDX-License-Identifier: CC0-1.0 language: minimal diff --git a/README.md b/README.md index cde071b..5cc0a1e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ diff --git a/config.cfg.sample b/config.cfg.sample index 6acdd51..6279421 100644 --- a/config.cfg.sample +++ b/config.cfg.sample @@ -1,4 +1,4 @@ -# SPDX-Copyright: 2019 Max Mehl +# SPDX-FileCopyrightText: 2019 Max Mehl # SPDX-License-Identifier: CC0-1.0 # File with hosts and their backup source paths diff --git a/hosts.csv.sample b/hosts.csv.sample index 362c325..65314a0 100644 --- a/hosts.csv.sample +++ b/hosts.csv.sample @@ -1,4 +1,4 @@ -# SPDX-Copyright: 2019 Max Mehl +# SPDX-FileCopyrightText: 2019 Max Mehl # SPDX-License-Identifier: CC0-1.0 # Username@Hostname; Path1 | Path2 | Path3 diff --git a/ssh-checker.sh b/ssh-checker.sh index 43d9a9c..0d7bcb7 100755 --- a/ssh-checker.sh +++ b/ssh-checker.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# SPDX-Copyright: 2019 Max Mehl +# SPDX-FileCopyrightText: 2019 Max Mehl # SPDX-License-Identifier: GPL-3.0-or-later ######################################################################## # diff --git a/uberspace-backup.sh b/uberspace-backup.sh index 2061636..d99c1ce 100755 --- a/uberspace-backup.sh +++ b/uberspace-backup.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# SPDX-Copyright: 2019 Max Mehl +# SPDX-FileCopyrightText: 2019 Max Mehl # SPDX-License-Identifier: GPL-3.0-or-later ######################################################################## #