Skip to content

Commit

Permalink
chore: Add SPDX header
Browse files Browse the repository at this point in the history
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
  • Loading branch information
AndyScherzinger committed May 11, 2024
1 parent e142a4b commit accc95b
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 107 deletions.
18 changes: 3 additions & 15 deletions core/css/apps.scss
Original file line number Diff line number Diff line change
@@ -1,19 +1,7 @@
/**
* @copyright 2016-2017 John Molakvoæ <skjnldsv@protonmail.com>
* @copyright 2016 Julius Haertl <jus@bitgrid.net>
* @copyright 2016 Morris Jobke <hey@morrisjobke.de>
* @copyright 2016 pgys <info@pexlab.space>
* @copyright 2016 Lukas Reschke <lukas@statuscode.ch>
* @copyright 2016 Stefan Weil <sw@weilnetz.de>
* @copyright 2016 Roeland Jago Douma <rullzer@owncloud.com>
* @copyright 2016 jowi <sjw@gmx.ch>
* @copyright 2015 Hendrik Leppelsack <hendrik@leppelsack.de>
* @copyright 2015 Thomas Müller <thomas.mueller@tmit.eu>
* @copyright 2015 Vincent Petry <pvince81@owncloud.com>
* @copyright 2014-2017 Jan-Christoph Borchardt <hey@jancborchardt.net>
*
* @license GNU AGPL version 3 or any later version
*
* SPDX-FileCopyrightText: 2016-2024 Nextcloud GmbH and Nextcloud contributors
* SPDX-FileCopyrightText: 2016 ownCloud, Inc.
* SPDX-License-Identifier: AGPL-3.0-or-later
*/
@use 'variables';
@use 'sass:math';
Expand Down
21 changes: 2 additions & 19 deletions core/css/functions.scss
Original file line number Diff line number Diff line change
@@ -1,23 +1,6 @@
/**
* @copyright Copyright (c) 2018, John Molakvoæ (skjnldsv@protonmail.com)
*
* @author John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
*
* @license GNU AGPL version 3 or any later version
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* 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
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* SPDX-FileCopyrightText: 2018 Nextcloud GmbH and Nextcloud contributors
* SPDX-License-Identifier: AGPL-3.0-or-later
*/

/**
Expand Down
11 changes: 5 additions & 6 deletions core/css/guest.scss
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
/* Copyright (c) 2011, Jan-Christoph Borchardt, http://jancborchardt.net
* SPDX-FileCopyrightText: 2022 Carl Schwan <carl@carlschwan.eu>
* SPDX-FileCopyrightText: Richard Steinmetz <richard@steinmetz.cloud>
This file is licensed under the Affero General Public License version 3 or later.
See the COPYING-README file. */

/**
* SPDX-FileCopyrightText: 2016-2024 Nextcloud GmbH and Nextcloud contributors
* SPDX-FileCopyrightText: 2016 ownCloud, Inc.
* SPDX-License-Identifier: AGPL-3.0-or-later
*/
@import 'animations.scss';

$guest-container-padding: 16px;
Expand Down
12 changes: 2 additions & 10 deletions core/css/header.scss
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
/**
* @copyright 2016 John Molakvoæ <skjnldsv@protonmail.com>
* @copyright 2016 Julius Haertl <jus@bitgrid.net>
* @copyright 2016 Lukas Reschke <lukas@statuscode.ch>
* @copyright 2016 Jos Poortvliet <jos@opensuse.org>
* @copyright 2016 Erik Pellikka <erik@pellikka.org>
* @copyright 2016 jowi <sjw@gmx.ch>
* @copyright 2015 Hendrik Leppelsack <hendrik@leppelsack.de>
* @copyright 2015 Volker E <volker.e@temporaer.net>
* @copyright 2014-2017 Jan-Christoph Borchardt <hey@jancborchardt.net>
*
* SPDX-FileCopyrightText: 2016-2024 Nextcloud GmbH and Nextcloud contributors
* SPDX-FileCopyrightText: 2016 ownCloud, Inc.
* SPDX-License-Identifier: AGPL-3.0-or-later
*/
@use 'variables';
Expand Down
28 changes: 2 additions & 26 deletions core/css/icons.scss
Original file line number Diff line number Diff line change
@@ -1,30 +1,6 @@
/**
* @copyright Copyright (c) 2018, John Molakvoæ (skjnldsv@protonmail.com)
*
* @author John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* @author Joas Schilling <coding@schilljs.com>
* @author Lukas Reschke <lukas@statuscode.ch>
* @author Roeland Jago Douma <roeland@famdouma.nl>
* @author Vincent Chan <plus.vincchan@gmail.com>
* @author Thomas Müller <thomas.mueller@tmit.eu>
* @author Hendrik Leppelsack <hendrik@leppelsack.de>
* @author Jan-Christoph Borchardt <hey@jancborchardt.net>
*
* @license GNU AGPL version 3 or any later version
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* 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
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* SPDX-FileCopyrightText: 2018 Nextcloud GmbH and Nextcloud contributors
* SPDX-License-Identifier: AGPL-3.0-or-later
*/
@use 'variables';
@import 'functions';
Expand Down
11 changes: 2 additions & 9 deletions core/css/inputs.scss
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
/**
* @copyright 2016 John Molakvoæ <skjnldsv@protonmail.com>
* @copyright 2016 Morris Jobke <hey@morrisjobke.de>
* @copyright 2016 Joas Schilling <coding@schilljs.com>
* @copyright 2016 Julius Haertl <jus@bitgrid.net>
* @copyright 2016 jowi <sjw@gmx.ch>
* @copyright 2015 Joas Schilling <nickvergessen@owncloud.com>
* @copyright 2015 Hendrik Leppelsack <hendrik@leppelsack.de>
* @copyright 2014-2017 Jan-Christoph Borchardt <hey@jancborchardt.net>
*
* SPDX-FileCopyrightText: 2016-2024 Nextcloud GmbH and Nextcloud contributors
* SPDX-FileCopyrightText: 2016 ownCloud, Inc.
* SPDX-License-Identifier: AGPL-3.0-or-later
*/
@use 'variables';
Expand Down
16 changes: 3 additions & 13 deletions core/css/styles.scss
Original file line number Diff line number Diff line change
@@ -1,17 +1,7 @@
/**
* @copyright 2016 John Molakvoæ <skjnldsv@protonmail.com>
* @copyright 2016 Lukas Reschke <lukas@statuscode.ch>
* @copyright 2016 Robin Appelman <robin@icewind.nl>
* @copyright 2016 Julius Haertl <jus@bitgrid.net>
* @copyright 2016 Joas Schilling <coding@schilljs.com>
* @copyright 2016 Morris Jobke <hey@morrisjobke.de>
* @copyright 2016 Christoph Wurst <christoph@winzerhof-wurst.at>
* @copyright 2016 Raghu Nayyar <hey@raghunayyar.com>
* @copyright 2011-2017 Jan-Christoph Borchardt <hey@jancborchardt.net>
* @copyright 2019-2020 Gary Kim <gary@garykim.dev>
*
* @license GNU AGPL version 3 or any later version
*
* SPDX-FileCopyrightText: 2016-2024 Nextcloud GmbH and Nextcloud contributors
* SPDX-FileCopyrightText: 2016 ownCloud, Inc.
* SPDX-License-Identifier: AGPL-3.0-or-later
*/
@use 'sass:math';
@use 'variables';
Expand Down
12 changes: 3 additions & 9 deletions core/css/systemtags.scss
Original file line number Diff line number Diff line change
@@ -1,13 +1,7 @@
/**
* @copyright 2016 John Molakvoæ <skjnldsv@protonmail.com>
* @copyright 2016 Robin Appelman <robin@icewind.nl>
* @copyright 2016 Jan-Christoph Borchardt <hey@jancborchardt.net>
* @copyright 2016 Vincent Petry <pvince81@owncloud.com>
* @copyright 2016 Erik Pellikka <erik@pellikka.org>
* @copyright 2015 Vincent Petry <pvince81@owncloud.com>
*
* @license GNU AGPL version 3 or any later version
*
* SPDX-FileCopyrightText: 2016-2024 Nextcloud GmbH and Nextcloud contributors
* SPDX-FileCopyrightText: 2016 ownCloud, Inc.
* SPDX-License-Identifier: AGPL-3.0-or-later
*/

.systemtags-select2-dropdown {
Expand Down

0 comments on commit accc95b

Please sign in to comment.