Skip to content

Commit f1ddc3f

Browse files
committed
fix sorting in package.json and add license for patch file
Signed-off-by: Christian Hartmann <chris-hartmann@gmx.de>
1 parent 7c7619a commit f1ddc3f

2 files changed

Lines changed: 14 additions & 8 deletions

File tree

REUSE.toml

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors
1+
# SPDX-FileCopyrightText: 2024-2026 Nextcloud GmbH and Nextcloud contributors
22
# SPDX-License-Identifier: AGPL-3.0-or-later
33
version = 1
44
SPDX-PackageName = "forms"
@@ -8,25 +8,25 @@ SPDX-PackageDownloadLocation = "https://github.com/nextcloud/forms"
88
[[annotations]]
99
path = ["l10n/**.js", "l10n/**.json", "js/**.js.map", "js/**.js"]
1010
precedence = "aggregate"
11-
SPDX-FileCopyrightText = "2019-2024 Nextcloud GmbH and Nextcloud contributors"
11+
SPDX-FileCopyrightText = "2019-2026 Nextcloud GmbH and Nextcloud contributors"
1212
SPDX-License-Identifier = "AGPL-3.0-or-later"
1313

1414
[[annotations]]
1515
path = ["composer.json", "composer.lock"]
1616
precedence = "aggregate"
17-
SPDX-FileCopyrightText = "2019-2024 Nextcloud GmbH and Nextcloud contributors"
17+
SPDX-FileCopyrightText = "2019-2026 Nextcloud GmbH and Nextcloud contributors"
1818
SPDX-License-Identifier = "AGPL-3.0-or-later"
1919

2020
[[annotations]]
2121
path = ["package-lock.json", "package.json"]
2222
precedence = "aggregate"
23-
SPDX-FileCopyrightText = "2018-2024 Nextcloud GmbH and Nextcloud contributors"
23+
SPDX-FileCopyrightText = "2018-2026 Nextcloud GmbH and Nextcloud contributors"
2424
SPDX-License-Identifier = "AGPL-3.0-or-later"
2525

2626
[[annotations]]
2727
path = ["vendor-bin/psalm/composer.json", "vendor-bin/psalm/composer.lock"]
2828
precedence = "aggregate"
29-
SPDX-FileCopyrightText = "2018-2024 Nextcloud GmbH and Nextcloud contributors"
29+
SPDX-FileCopyrightText = "2018-2026 Nextcloud GmbH and Nextcloud contributors"
3030
SPDX-License-Identifier = "AGPL-3.0-or-later"
3131

3232
[[annotations]]
@@ -38,7 +38,7 @@ SPDX-License-Identifier = "CC0-1.0"
3838
[[annotations]]
3939
path = ["vendor-bin/cs-fixer/composer.json", "vendor-bin/cs-fixer/composer.lock", "vendor-bin/psalm/composer.json", "vendor-bin/psalm/composer.lock", "vendor-bin/openapi-extractor/composer.json", "vendor-bin/openapi-extractor/composer.lock", "openapi.json"]
4040
precedence = "aggregate"
41-
SPDX-FileCopyrightText = "2021-2024 Nextcloud GmbH and Nextcloud contributors"
41+
SPDX-FileCopyrightText = "2021-2026 Nextcloud GmbH and Nextcloud contributors"
4242
SPDX-License-Identifier = "AGPL-3.0-or-later"
4343

4444
[[annotations]]
@@ -56,11 +56,17 @@ SPDX-License-Identifier = "AGPL-3.0-or-later"
5656
[[annotations]]
5757
path = ["img/*"]
5858
precedence = "aggregate"
59-
SPDX-FileCopyrightText = "2018-2024 Google LLC, 2016-2024 Nextcloud GmbH and Nextcloud contributors"
59+
SPDX-FileCopyrightText = "2018-2026 Google LLC, 2016-2024 Nextcloud GmbH and Nextcloud contributors"
6060
SPDX-License-Identifier = "Apache-2.0"
6161

6262
[[annotations]]
6363
path = ["screenshots/*"]
6464
precedence = "aggregate"
6565
SPDX-FileCopyrightText = "2023 Christian Hartmann <chris-hartmann@gmx.de>"
6666
SPDX-License-Identifier = "AGPL-3.0-or-later"
67+
68+
[[annotations]]
69+
path = ["patches/*"]
70+
precedence = "aggregate"
71+
SPDX-FileCopyrightText = "2026 Nextcloud GmbH and Nextcloud contributors"
72+
SPDX-License-Identifier = "AGPL-3.0-or-later"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@
1414
"license": "AGPL-3.0-or-later",
1515
"type": "module",
1616
"scripts": {
17-
"postinstall": "patch-package",
1817
"build": "vite --mode production build",
1918
"dev": "vite --mode development build",
2019
"dev:watch": "NODE_OPTIONS='--max-old-space-size=4096' npx vite --mode development build --watch",
2120
"format": "prettier --check .",
2221
"format:fix": "prettier --write .",
22+
"postinstall": "patch-package",
2323
"lint": "eslint --ext .js,.vue src",
2424
"lint:fix": "eslint --ext .js,.vue src --fix",
2525
"start:nextcloud": "node playwright/start-nextcloud-server.mjs",

0 commit comments

Comments
 (0)