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
3
3
Upstream-Contact: Nextcloud <
[email protected] >
4
4
Source: https://github.com/nextcloud/files_accesscontrol
5
5
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
7
7
Copyright: none
8
8
License: CC0-1.0
9
9
@@ -19,10 +19,6 @@ Files: l10n/*.js l10n/*.json
19
19
Copyright: 2016 Nextcloud GmbH and Nextcloud contributors
20
20
License: AGPL-3.0-or-later
21
21
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
-
26
22
Files: screenshots/flow.png
27
23
Copyright: 2017 Nextcloud GmbH and Nextcloud contributors
28
24
License: CC0-1.0
Original file line number Diff line number Diff line change 1
1
/**
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
19
4
*/
20
5
21
6
( function ( ) {
You can’t perform that action at this time.
0 commit comments