diff options
author | Andy Scherzinger <info@andy-scherzinger.de> | 2024-05-21 21:44:34 +0200 |
---|---|---|
committer | Andy Scherzinger <info@andy-scherzinger.de> | 2024-05-22 19:58:12 +0200 |
commit | 0b20dd6755c50bee3f4618282bb5e29cc442afcc (patch) | |
tree | 645f85d4fa96076207298e2b61c873cdd6aeb751 /tests/travis | |
parent | 2f8176f57b9f02153a9d9a9b9ef89115e7bea9bb (diff) | |
download | nextcloud-server-0b20dd6755c50bee3f4618282bb5e29cc442afcc.tar.gz nextcloud-server-0b20dd6755c50bee3f4618282bb5e29cc442afcc.zip |
chore: Add SPDX header
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
Diffstat (limited to 'tests/travis')
-rw-r--r-- | tests/travis/before_install.sh | 3 | ||||
-rwxr-xr-x | tests/travis/changed_app.sh | 3 | ||||
-rw-r--r-- | tests/travis/custom.ini | 2 | ||||
-rwxr-xr-x | tests/travis/install.sh | 4 |
4 files changed, 9 insertions, 3 deletions
diff --git a/tests/travis/before_install.sh b/tests/travis/before_install.sh index ee8c3a9862a..b05e93e856f 100644 --- a/tests/travis/before_install.sh +++ b/tests/travis/before_install.sh @@ -1,6 +1,7 @@ #!/bin/bash # -# ownCloud +# SPDX-FileCopyrightText: 2015 ownCloud, Inc. +# SPDX-License-Identifier: AGPL-3.0-only # # @author Thomas Müller # @copyright 2014 Thomas Müller thomas.mueller@tmit.eu diff --git a/tests/travis/changed_app.sh b/tests/travis/changed_app.sh index a4be0476573..59410788bd9 100755 --- a/tests/travis/changed_app.sh +++ b/tests/travis/changed_app.sh @@ -1,6 +1,7 @@ #!/bin/bash # -# ownCloud +# SPDX-FileCopyrightText: 2015 ownCloud, Inc. +# SPDX-License-Identifier: AGPL-3.0-only # # @author Joas Schilling # @author Thomas Müller diff --git a/tests/travis/custom.ini b/tests/travis/custom.ini index 7a2c0aab426..6eea6fb5cec 100644 --- a/tests/travis/custom.ini +++ b/tests/travis/custom.ini @@ -1,3 +1,5 @@ +# SPDX-FileCopyrightText: 2015 ownCloud, Inc. +# SPDX-License-Identifier: AGPL-3.0-only always_populate_raw_post_data = -1 mbstring.func_overload = 0 default_charset = 'UTF-8' diff --git a/tests/travis/install.sh b/tests/travis/install.sh index 180e0c634da..bfedb45caa3 100755 --- a/tests/travis/install.sh +++ b/tests/travis/install.sh @@ -1,6 +1,8 @@ #!/bin/bash # -# ownCloud +# SPDX-FileCopyrightText: 2016 Nextcloud GmbH and Nextcloud contributors +# SPDX-FileCopyrightText: 2016 ownCloud, Inc. +# SPDX-License-Identifier: AGPL-3.0-only # # @author Thomas Müller # @copyright 2014 Thomas Müller thomas.mueller@tmit.eu |