File tree Expand file tree Collapse file tree 2 files changed +3
-22
lines changed
Expand file tree Collapse file tree 2 files changed +3
-22
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ Upstream-Name: files_accesscontrol
33Upstream-Contact: Nextcloud <
[email protected] >
44Source: https://github.com/nextcloud/files_accesscontrol
55
6- Files: .gitattributes .github/CODEOWNERS .github/dependabot.yml .editorconfig composer.json composer.lock .gitignore tests/Integration/data .tx/config
6+ Files: .gitattributes .github/CODEOWNERS .github/dependabot.yml .editorconfig composer.json composer.lock tests/Integration/composer.json tests/phpunit.xml tests/Integration/composer.lock .gitignore tests/Integration/data .tx/config
77Copyright: none
88License: CC0-1.0
99
@@ -19,10 +19,6 @@ Files: l10n/*.js l10n/*.json
1919Copyright: 2016 Nextcloud GmbH and Nextcloud contributors
2020License: AGPL-3.0-or-later
2121
22- Files: js/*.js.map js/*.js js/*.mjs js/*.mjs.map js/templates/*.handlebars emptyTemplates/*
23- Copyright: 2016 Nextcloud GmbH and Nextcloud contributors
24- License: AGPL-3.0-or-later
25-
2622Files: screenshots/flow.png
2723Copyright: 2017 Nextcloud GmbH and Nextcloud contributors
2824License: CC0-1.0
Original file line number Diff line number Diff line change 11/**
2- * @copyright Copyright (c) 2016 Morris Jobke <[email protected] > 3- *
4- * @license GNU AGPL version 3 or any later version
5- *
6- * This program is free software: you can redistribute it and/or modify
7- * it under the terms of the GNU Affero General Public License as
8- * published by the Free Software Foundation, either version 3 of the
9- * License, or (at your option) any later version.
10- *
11- * This program is distributed in the hope that it will be useful,
12- * but WITHOUT ANY WARRANTY; without even the implied warranty of
13- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14- * GNU Affero General Public License for more details.
15- *
16- * You should have received a copy of the GNU Affero General Public License
17- * along with this program. If not, see <http://www.gnu.org/licenses/>.
18- *
2+ * SPDX-FileCopyrightText: 2016 Nextcloud GmbH and Nextcloud contributors
3+ * SPDX-License-Identifier: AGPL-3.0-or-later
194 */
205
216( function ( ) {
You can’t perform that action at this time.
0 commit comments