diff options
author | Andy Scherzinger <info@andy-scherzinger.de> | 2024-05-10 15:09:14 +0200 |
---|---|---|
committer | Andy Scherzinger <info@andy-scherzinger.de> | 2024-05-13 17:41:36 +0200 |
commit | 1f7e2ba599b147fcb587644cd6dc84807a9abad9 (patch) | |
tree | 9cdfb2f36b9edba688835ae7e0791483947076f7 /themes | |
parent | d76de94c5b8acf45bb335f64025b9e2d8c37f5ef (diff) | |
download | nextcloud-server-1f7e2ba599b147fcb587644cd6dc84807a9abad9.tar.gz nextcloud-server-1f7e2ba599b147fcb587644cd6dc84807a9abad9.zip |
chore: Add SPDX header
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
Diffstat (limited to 'themes')
-rw-r--r-- | themes/README | 5 | ||||
-rw-r--r-- | themes/example/core/css/server.css | 18 | ||||
-rw-r--r-- | themes/example/defaults.php | 19 |
3 files changed, 11 insertions, 31 deletions
diff --git a/themes/README b/themes/README index 5e6ea7987b9..ef047c19ffa 100644 --- a/themes/README +++ b/themes/README @@ -1,3 +1,8 @@ +<!-- + - SPDX-FileCopyrightText: 2016 Nextcloud GmbH and Nextcloud contributors + - SPDX-FileCopyrightText: 2012-2016 ownCLoud, Inc. + - SPDX-License-Identifier: AGPL-3.0-or-later +--> Themes can be used to customize the look and feel without the need to patch the source code. This makes it very easy to: * Use your own logo (in the top left, in log in and in emails) diff --git a/themes/example/core/css/server.css b/themes/example/core/css/server.css index 53fdeda2318..da598892d8b 100644 --- a/themes/example/core/css/server.css +++ b/themes/example/core/css/server.css @@ -1,19 +1,7 @@ /** - * @author Jan-Christoph Borchardt, http://jancborchardt.net - * @copyright Copyright (c) 2015, ownCloud, Inc. - * @license AGPL-3.0 - * - * This code is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License, version 3, - * as published by the Free Software Foundation. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License, version 3, - * along with this program. If not, see <http://www.gnu.org/licenses/> + * SPDX-FileCopyrightText: 2017-2024 Nextcloud GmbH and Nextcloud contributors + * SPDX-FileCopyrightText: 2015 ownCloud, Inc. + * SPDX-License-Identifier: AGPL-3.0-only */ diff --git a/themes/example/defaults.php b/themes/example/defaults.php index 7ed7a2766e4..e0b14cb0cb8 100644 --- a/themes/example/defaults.php +++ b/themes/example/defaults.php @@ -1,21 +1,8 @@ <?php /** - * @author Björn Schießle <schiessle@owncloud.com> - * @author Jan-Christoph Borchardt, http://jancborchardt.net - * @copyright Copyright (c) 2016, ownCloud, Inc. - * @license AGPL-3.0 - * - * This code is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License, version 3, - * as published by the Free Software Foundation. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License, version 3, - * along with this program. If not, see <http://www.gnu.org/licenses/> + * SPDX-FileCopyrightText: 2016-2024 Nextcloud GmbH and Nextcloud contributors + * SPDX-FileCopyrightText: 2016 ownCloud, Inc. + * SPDX-License-Identifier: AGPL-3.0-only */ class OC_Theme { |