Skip to content

Commit 0b519d0

Browse files
committed
chore: Correctly handle JS file
Signed-off-by: Joas Schilling <[email protected]>
1 parent 0607d50 commit 0b519d0

File tree

2 files changed

+3
-22
lines changed

2 files changed

+3
-22
lines changed

.reuse/dep5

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Upstream-Name: files_accesscontrol
33
Upstream-Contact: Nextcloud <[email protected]>
44
Source: 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
77
Copyright: none
88
License: CC0-1.0
99

@@ -19,10 +19,6 @@ Files: l10n/*.js l10n/*.json
1919
Copyright: 2016 Nextcloud GmbH and Nextcloud contributors
2020
License: 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-
2622
Files: screenshots/flow.png
2723
Copyright: 2017 Nextcloud GmbH and Nextcloud contributors
2824
License: CC0-1.0

js/admin.js

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,6 @@
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() {

0 commit comments

Comments
 (0)