Skip to content

Commit 03e7392

Browse files
feat: add SPDX headers
Signed-off-by: Luka Trovic <[email protected]>
1 parent e5cae04 commit 03e7392

File tree

97 files changed

+1641
-18
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

97 files changed

+1641
-18
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# SPDX-FileCopyrightText: 2020-2024 Nextcloud GmbH and Nextcloud contributors
2+
# SPDX-License-Identifier: AGPL-3.0-or-later
3+
14
version: 2
25
updates:
36
- package-ecosystem: composer

.github/pr-feedback.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# SPDX-FileCopyrightText: 2023-2024 Nextcloud GmbH and Nextcloud contributors
2+
# SPDX-License-Identifier: AGPL-3.0-or-later
3+
14
ame: 'Ask for feedback on PRs'
25
on:
36
schedule:

.github/workflows/lint.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# This workflow is provided via the organization template repository
2+
#
3+
# https://github.com/nextcloud/.github
4+
# https://docs.github.com/en/actions/learn-github-actions/sharing-workflows-with-your-organization
5+
#
6+
# SPDX-FileCopyrightText: 2020-2024 Nextcloud GmbH and Nextcloud contributors
7+
# SPDX-License-Identifier: MIT
8+
19
name: Lint
210
on:
311
push:

.github/workflows/reuse.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# This workflow is provided via the organization template repository
2+
#
3+
# https://github.com/nextcloud/.github
4+
# https://docs.github.com/en/actions/learn-github-actions/sharing-workflows-with-your-organization
5+
6+
# SPDX-FileCopyrightText: 2022 Free Software Foundation Europe e.V. <https://fsfe.org>
7+
#
8+
# SPDX-License-Identifier: CC0-1.0
9+
10+
name: REUSE Compliance Check
11+
12+
on: [pull_request]
13+
14+
jobs:
15+
reuse-compliance-check:
16+
runs-on: ubuntu-latest
17+
steps:
18+
- name: Checkout
19+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
20+
21+
- name: REUSE Compliance Check
22+
uses: fsfe/reuse-action@3ae3c6bdf1257ab19397fab11fd3312144692083 # v4.0.0

.github/workflows/test.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# This workflow is provided via the organization template repository
2+
#
3+
# https://github.com/nextcloud/.github
4+
# https://docs.github.com/en/actions/learn-github-actions/sharing-workflows-with-your-organization
5+
#
6+
# SPDX-FileCopyrightText: 2020-2024 Nextcloud GmbH and Nextcloud contributors
7+
# SPDX-License-Identifier: MIT
8+
19
name: Test
210
on:
311
push:

.stylelintrc.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1+
/**
2+
* SPDX-FileCopyrightText: 2019-2024 Nextcloud GmbH and Nextcloud contributors
3+
* SPDX-License-Identifier: AGPL-3.0-or-later
4+
*/
15
module.exports = require('@nextcloud/stylelint-config')

AUTHORS

Lines changed: 103 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,103 @@
1+
<!--
2+
- SPDX-FileCopyrightText: 2019-2024 Nextcloud GmbH and Nextcloud contributors
3+
- SPDX-License-Identifier: AGPL-3.0-or-later
4+
-->
5+
# Authors
6+
7+
- Alexander Weidinger <[email protected]>
8+
- Allan Nordhøy <[email protected]>
9+
- Andreas Jacobsen <[email protected]>
10+
- Andy Scherzinger <[email protected]>
11+
- Benjamin Schmid <[email protected]>
12+
- Bernhard Posselt <[email protected]>
13+
- Bernhard Posselt <[email protected]>
14+
- Bernhard Posselt <[email protected]>
15+
- Bernhard Posselt <[email protected]>
16+
17+
- Camila Ayres <[email protected]>
18+
- Camila San <[email protected]>
19+
- Christian Weiske <[email protected]>
20+
- Christoph Wurst <[email protected]>
21+
- Dan Muckerman <[email protected]>
22+
- Daniel <[email protected]>
23+
- Daniel Kesselberg <[email protected]>
24+
- Daniel Kraus <[email protected]>
25+
- Daniel Moch <[email protected]>
26+
- Daniel Morlock <[email protected]>
27+
- David Prévot <[email protected]>
28+
- Erik Pellikka <[email protected]>
29+
- Fallon Turner <[email protected]>
30+
- Felix Nüsse <[email protected]>
31+
- Ferdinand Mütsch <[email protected]>
32+
- Florian Hülsmann <[email protected]>
33+
- Hendrik Leppelsack <[email protected]>
34+
- Holger Hees <[email protected]>
35+
36+
- Jace Manshadi <[email protected]>
37+
- Jacek Tomasiak <[email protected]>
38+
- Jan C. Borchardt <[email protected]>
39+
- Jan-Christoph Borchardt <[email protected]>
40+
- Janez Urevc <[email protected]>
41+
- Jenkins for ownCloud <[email protected]>
42+
- Jenkins for ownCloud <[email protected]>
43+
- Jesus Samitier <[email protected]>
44+
- Joachim von Eichborn <[email protected]>
45+
- Joas Schilling <[email protected]>
46+
- Joas Schilling <[email protected]>
47+
- John Molakvoæ <[email protected]>
48+
- John Molakvoæ <[email protected]>
49+
- Jonathan Pagel <[email protected]>
50+
- Julius Härtl <[email protected]>
51+
- Julius Härtl <[email protected]>
52+
53+
- Kim, Seungho (isho) <[email protected]>
54+
- Konstantin <[email protected]>
55+
- Konstantin Gorodinskii <[email protected]>
56+
- Loki3000 <[email protected]>
57+
- Luka Trovic <[email protected]>
58+
- Luka Trovic <[email protected]>
59+
- Lukas Reschke <[email protected]>
60+
- Lukas Reschke <[email protected]>
61+
- Marius Blüm <[email protected]>
62+
- Martin Monperrus <[email protected]>
63+
- Matthias Grundmann <[email protected]>
64+
- Morris Jobke <[email protected]>
65+
- Morris Jobke <[email protected]>
66+
- Mostafa Ahangarha <[email protected]>
67+
- Naveen <[email protected]>
68+
- Nextcloud bot <[email protected]>
69+
- Niedermann IT-Dienstleistungen <[email protected]>
70+
- Raghu Nayyar <[email protected]>
71+
- RealRancor <[email protected]>
72+
- Roberto Guido <[email protected]>
73+
- Robin Appelman <[email protected]>
74+
- Robin Appelman <[email protected]>
75+
- Roeland Jago Douma <[email protected]>
76+
- Rutger Laurman <[email protected]>
77+
- Simon L <[email protected]>
78+
- Steven vanZyl <[email protected]>
79+
- Thomas Anderson <[email protected]>
80+
- Thomas Mueller <[email protected]>
81+
- Thomas Müller <[email protected]>
82+
- Thomas Müller <[email protected]>
83+
- Tobias Kaminsky <[email protected]>
84+
- Tristan Druyen <[email protected]>
85+
- Valdnet <[email protected]>
86+
- Volkan Gezer <[email protected]>
87+
- dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
88+
- dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
89+
- e.vukcevic <[email protected]>
90+
- fenn-cs <[email protected]>
91+
- jld3103 <[email protected]>
92+
- kimthefirst <[email protected]>
93+
- korelstar <[email protected]>
94+
- korelstar <[email protected]>
95+
- nextcloud-command <[email protected]>
96+
- provokateurin <[email protected]>
97+
- raghunayyar <[email protected]>
98+
- rakekniven <[email protected]>
99+
- rushsteve1 <[email protected]>
100+
- salixor <[email protected]>
101+
- skjnldsv <[email protected]>
102+
- tchncs <[email protected]>
103+
- vincowl <[email protected]>

0 commit comments

Comments
 (0)