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 authored 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 <adrian.thiele@live.de>
- Andy Scherzinger <info@andy-scherzinger.de>
- Anna Larch <anna@nextcloud.com>
- Arne Hamann <git@arne.email>
- Arthur Schiwon <blizzz@arthur-schiwon.de>
- Axel Pirek <axel.pirek@protonmail.com>
- Azul <azul@riseup.net>
- Birk <birkb@users.noreply.github.com>
- Carl Schwan <carl@carlschwan.eu>
- Christoph Wurst <christoph@winzerhof-wurst.at>
- Christopher Ng <chrng8@gmail.com>
- Corentin Mors <corentin.mors@dashlane.com>
- Daniel Calviño Sánchez <danxuliu@gmail.com>
- Daniel Kesselberg <mail@danielkesselberg.de>
- Dariusz Olszewski <starypatyk@users.noreply.github.com>
- Eduardo Morales <emoral435@gmail.com>
- fenn-cs <fenn25.fn@gmail.com>
- Ferdinand Thiessen <opensource@fthiessen.de>
- Florent Fayolle <florent.fayolle69@gmail.com>
- Gary Kim <gary@garykim.dev>
- Grigorii K. Shartsev <me@shgk.me>
- Hamza Mahjoubi <hamzamahjoubi221@gmail.com>
- Jakob Röhrl <jakob.roehrl@web.de>
- Jakub Fiser <jakub@ufiseru.cz>
- Jan-Christoph Borchardt <hey@jancborchardt.net>
- jld3103 <jld3103yt@gmail.com>
- Joas Schilling <coding@schilljs.com>
- John Molakvoæ <skjnldsv@protonmail.com>
- Jonas Meurer <jonas@freesources.org>
- Julia Kirschenheuter <julia.kirschenheuter@nextcloud.com>
- Julien Veyssier <eneiluj@posteo.net>
- Julius Härtl <jus@bitgrid.net>
- k9yyy <yyy3752@gmail.com>
- Louis Chemineau <louis@chmn.me>
- Luka Trovic <luka@nextcloud.com>
- Marcel Müller <marcel-mueller@gmx.de>
- Marco <marcoambrosini@pm.me>
- Marius Blüm <marius@lineone.io>
- Max <max@nextcloud.com>
- Morris Jobke <hey@morrisjobke.de>
- Pytal <24800714+Pytal@users.noreply.github.com>
- rakekniven <2069590+rakekniven@users.noreply.github.com>
- Raul <r.ferreira.fuentes@gmail.com>
- Richard Steinmetz <richard@steinmetz.cloud>
- Robbert Gurdeep Singh <git@beardhatcode.be>
- Roeland Jago Douma <roeland@famdouma.nl>
- root <szaimen@e.mail.de>
- Sanskar Soni <sanskarsoni300@gmail.com>
- Sebastian Steinmetz <462714+steiny2k@users.noreply.github.com>
- Simon L. <szaimen@e.mail.de>
- szaimen <szaimen@e.mail.de>
- Talv <krz.krawczuk@gmail.com>
- Tobias Speicher <rootcommander@gmail.com>
- umgfoin <umgfoin@users.noreply.github.com>
- Valdnet <47037905+Valdnet@users.noreply.github.com>
- Vanessa Pertsch <vanessa.pertsch@posteo.de>
- Varun Patil <varunpatil@ucla.edu>
- Vincent Petry <vincent@nextcloud.com>
- XinRoom <32238570+XinRoom@users.noreply.github.com>
Loading

0 comments on commit 7409849

Please sign in to comment.