Skip to content

Commit

Permalink
Merge pull request #2548 from nextcloud/chore/noid/spdx
Browse files Browse the repository at this point in the history
Add SPDX header
  • Loading branch information
AndyScherzinger committed Sep 19, 2024
2 parents 948be73 + 828cee5 commit 7409849
Show file tree
Hide file tree
Showing 127 changed files with 1,515 additions and 1,175 deletions.
2 changes: 2 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors
# SPDX-License-Identifier: AGPL-3.0-or-later
root = true

[*]
Expand Down
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
# SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors
# SPDX-License-Identifier: AGPL-3.0-or-later
/js/* binary
15 changes: 3 additions & 12 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
# These are supported funding model platforms

github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
patreon: # Replace with a single Patreon username
open_collective: nextcloud
ko_fi: # Replace with a single Ko-fi username
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
liberapay: # Replace with a single Liberapay username
issuehunt: # Replace with a single IssueHunt username
otechie: # Replace with a single Otechie username
custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']
# SPDX-FileCopyrightText: 2020 Nextcloud GmbH and Nextcloud contributors
# SPDX-License-Identifier: AGPL-3.0-or-later
custom: https://nextcloud.com/include/
2 changes: 2 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# SPDX-FileCopyrightText: 2020 Nextcloud GmbH and Nextcloud contributors
# SPDX-License-Identifier: AGPL-3.0-or-later
version: 2
updates:
- package-ecosystem: github-actions
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/cypress-snapshot-update.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors
# SPDX-License-Identifier: MIT
name: Cypress snapshot update

on:
Expand Down
22 changes: 22 additions & 0 deletions .github/workflows/reuse.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# This workflow is provided via the organization template repository
#
# https://github.com/nextcloud/.github
# https://docs.github.com/en/actions/learn-github-actions/sharing-workflows-with-your-organization

# SPDX-FileCopyrightText: 2022 Free Software Foundation Europe e.V. <https://fsfe.org>
#
# SPDX-License-Identifier: CC0-1.0

name: REUSE Compliance Check

on: [pull_request]

jobs:
reuse-compliance-check:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7

- name: REUSE Compliance Check
uses: fsfe/reuse-action@3ae3c6bdf1257ab19397fab11fd3312144692083 # v4.0.0
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors
# SPDX-License-Identifier: AGPL-3.0-or-later
css/fonts/

.DS_Store
Expand Down
2 changes: 2 additions & 0 deletions .l10nignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
# SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors
# SPDX-License-Identifier: AGPL-3.0-or-later
js/
2 changes: 2 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
# SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors
# SPDX-License-Identifier: AGPL-3.0-or-later
node_modules
5 changes: 5 additions & 0 deletions .php-cs-fixer.dist.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

declare(strict_types=1);

/**
* SPDX-FileCopyrightText: 2022 Nextcloud GmbH and Nextcloud contributors
* SPDX-License-Identifier: AGPL-3.0-or-later
*/

require_once './vendor/autoload.php';

use Nextcloud\CodingStandard\Config;
Expand Down
2 changes: 2 additions & 0 deletions .stylelintignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
# SPDX-FileCopyrightText: 2022 Nextcloud GmbH and Nextcloud contributors
# SPDX-License-Identifier: AGPL-3.0-or-later
src/assets
65 changes: 65 additions & 0 deletions AUTHORS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
<!--
- SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors
- SPDX-License-Identifier: AGPL-3.0-or-later
-->
# Authors

- Adrian Thiele <[email protected]>
- Andy Scherzinger <[email protected]>
- Anna Larch <[email protected]>
- Arne Hamann <[email protected]>
- Arthur Schiwon <[email protected]>
- Axel Pirek <[email protected]>
- Azul <[email protected]>
- Birk <[email protected]>
- Carl Schwan <[email protected]>
- Christoph Wurst <[email protected]>
- Christopher Ng <[email protected]>
- Corentin Mors <[email protected]>
- Daniel Calviño Sánchez <[email protected]>
- Daniel Kesselberg <[email protected]>
- Dariusz Olszewski <[email protected]>
- Eduardo Morales <[email protected]>
- fenn-cs <[email protected]>
- Ferdinand Thiessen <[email protected]>
- Florent Fayolle <[email protected]>
- Gary Kim <[email protected]>
- Grigorii K. Shartsev <[email protected]>
- Hamza Mahjoubi <[email protected]>
- Jakob Röhrl <[email protected]>
- Jakub Fiser <[email protected]>
- Jan-Christoph Borchardt <[email protected]>
- jld3103 <[email protected]>
- Joas Schilling <[email protected]>
- John Molakvoæ <[email protected]>
- Jonas Meurer <[email protected]>
- Julia Kirschenheuter <[email protected]>
- Julien Veyssier <[email protected]>
- Julius Härtl <[email protected]>
- k9yyy <[email protected]>
- Louis Chemineau <[email protected]>
- Luka Trovic <[email protected]>
- Marcel Müller <[email protected]>
- Marco <[email protected]>
- Marius Blüm <[email protected]>
- Max <[email protected]>
- Morris Jobke <[email protected]>
- Pytal <[email protected]>
- rakekniven <[email protected]>
- Raul <[email protected]>
- Richard Steinmetz <[email protected]>
- Robbert Gurdeep Singh <[email protected]>
- Roeland Jago Douma <[email protected]>
- root <[email protected]>
- Sanskar Soni <[email protected]>
- Sebastian Steinmetz <[email protected]>
- Simon L. <[email protected]>
- szaimen <[email protected]>
- Talv <[email protected]>
- Tobias Speicher <[email protected]>
- umgfoin <[email protected]>
- Valdnet <[email protected]>
- Vanessa Pertsch <[email protected]>
- Varun Patil <[email protected]>
- Vincent Petry <[email protected]>
- XinRoom <[email protected]>
Loading

0 comments on commit 7409849

Please sign in to comment.