Compare commits

...

2 Commits

Author SHA1 Message Date
96be32af8b remove unused CIs 2019-08-07 10:57:12 +02:00
c046b4d0ca SPDX-Copyright -> SPDX-FileCopyrightText 2019-08-07 10:56:34 +02:00
9 changed files with 7 additions and 25 deletions

View File

@@ -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 # SPDX-License-Identifier: CC0-1.0
pipeline: pipeline:

2
.gitignore vendored
View File

@@ -1,4 +1,4 @@
# SPDX-Copyright: 2019 Max Mehl <mail [at] mehl [dot] mx> # SPDX-FileCopyrightText: 2019 Max Mehl <mail [at] mehl [dot] mx>
# SPDX-License-Identifier: CC0-1.0 # SPDX-License-Identifier: CC0-1.0
config.cfg config.cfg

View File

@@ -1,7 +0,0 @@
# SPDX-Copyright: 2019 Free Software Foundation Europe e.V.
# SPDX-License-Identifier: CC0-1.0
reuse:
image: fsfe/reuse:latest
script:
- reuse lint

View File

@@ -1,11 +0,0 @@
# SPDX-Copyright: 2019 Free Software Foundation Europe e.V.
# SPDX-License-Identifier: CC0-1.0
language: minimal
services:
- docker
before_install:
- docker pull fsfe/reuse:latest
- docker run --name reuse -v ${TRAVIS_BUILD_DIR}:/repo fsfe/reuse /bin/sh -c "cd /repo; reuse lint"

View File

@@ -1,5 +1,5 @@
<!-- <!--
SPDX-Copyright: 2019 Max Mehl <mail [at] mehl [dot] mx> SPDX-FileCopyrightText: 2019 Max Mehl <mail [at] mehl [dot] mx>
SPDX-License-Identifier: GPL-3.0-or-later SPDX-License-Identifier: GPL-3.0-or-later
--> -->

View File

@@ -1,4 +1,4 @@
# SPDX-Copyright: 2019 Max Mehl <mail [at] mehl [dot] mx> # SPDX-FileCopyrightText: 2019 Max Mehl <mail [at] mehl [dot] mx>
# SPDX-License-Identifier: CC0-1.0 # SPDX-License-Identifier: CC0-1.0
# File with hosts and their backup source paths # File with hosts and their backup source paths

View File

@@ -1,4 +1,4 @@
# SPDX-Copyright: 2019 Max Mehl <mail [at] mehl [dot] mx> # SPDX-FileCopyrightText: 2019 Max Mehl <mail [at] mehl [dot] mx>
# SPDX-License-Identifier: CC0-1.0 # SPDX-License-Identifier: CC0-1.0
# Username@Hostname; Path1 | Path2 | Path3 # Username@Hostname; Path1 | Path2 | Path3

View File

@@ -1,5 +1,5 @@
#!/usr/bin/env bash #!/usr/bin/env bash
# SPDX-Copyright: 2019 Max Mehl <mail [at] mehl [dot] mx> # SPDX-FileCopyrightText: 2019 Max Mehl <mail [at] mehl [dot] mx>
# SPDX-License-Identifier: GPL-3.0-or-later # SPDX-License-Identifier: GPL-3.0-or-later
######################################################################## ########################################################################
# #

View File

@@ -1,5 +1,5 @@
#!/usr/bin/env bash #!/usr/bin/env bash
# SPDX-Copyright: 2019 Max Mehl <mail [at] mehl [dot] mx> # SPDX-FileCopyrightText: 2019 Max Mehl <mail [at] mehl [dot] mx>
# SPDX-License-Identifier: GPL-3.0-or-later # SPDX-License-Identifier: GPL-3.0-or-later
######################################################################## ########################################################################
# #