-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #707 from nextcloud/docs/noid/reuse-compliance
Add reuse compliance
- Loading branch information
Showing
92 changed files
with
2,577 additions
and
763 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,4 @@ | ||
# SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors | ||
# SPDX-License-Identifier: AGPL-3.0-or-later | ||
/js/* | ||
/tests/* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,4 @@ | ||
# SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors | ||
# SPDX-License-Identifier: AGPL-3.0-or-later | ||
/js/*.js binary | ||
/js/*.js.map binary |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,4 @@ | ||
# SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors | ||
# SPDX-License-Identifier: AGPL-3.0-or-later | ||
# compiled vue templates | ||
js/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,45 @@ | ||
<!-- | ||
- SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors | ||
- SPDX-License-Identifier: AGPL-3.0-or-later | ||
--> | ||
# Authors | ||
|
||
* Pellaeon Lin: <[email protected]> | ||
|
||
- Achim <[email protected]> | ||
- Andy Scherzinger <[email protected]> | ||
- Carl Schwan <[email protected]> | ||
- Carlos Damken <[email protected]> | ||
- Christoph Wurst <[email protected]> | ||
- Côme Chilliet <[email protected]> | ||
- Daniel Thwaites <[email protected]> | ||
- j2L4e <[email protected]> | ||
- JanDragon <[email protected]> | ||
- Joas Schilling <[email protected]> | ||
- Johannes Starosta <[email protected]> | ||
- John Molakvoæ <[email protected]> | ||
- Jonas Rittershofer <[email protected]> | ||
- Julius Härtl <[email protected]> | ||
- Laurens Stötzel <[email protected]>- | ||
- Leon Klingele <[email protected]> | ||
- LiamHD <[email protected]> | ||
- Lukas Reschke <[email protected]> | ||
- Marcin Wróblewski <[email protected]> | ||
- Marco Ambrosini <[email protected]> | ||
- MarkyMark_Qld <[email protected]> | ||
- Maxence Lange <[email protected]> | ||
- Mikael <[email protected]> | ||
- MmAaXx500 <[email protected]> | ||
- mondjunge <[email protected]> | ||
- Morris Jobke <[email protected]> | ||
- Neraste <[email protected]> | ||
- Nicolas <[email protected]> | ||
- nienzu <[email protected]> | ||
- Pellaeon Lin <[email protected]> | ||
- rakekniven <[email protected]> | ||
- renaudjx <[email protected]> | ||
- Roeland Jago Douma <[email protected]> | ||
- Samuel Degoul <[email protected]> | ||
- Thomas Citharel <[email protected]> | ||
- Thomas Imbreckx <[email protected]> | ||
- Valdnet <[email protected]> | ||
- Vincent Petry <[email protected]> | ||
- Zorn <[email protected]> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
<!-- | ||
- SPDX-FileCopyrightText: 2020 Nextcloud GmbH and Nextcloud contributors | ||
- SPDX-FileCopyrightText: 2014 Pellaeon Lin <[email protected]> | ||
- SPDX-License-Identifier: AGPL-3.0-or-later | ||
--> | ||
# Changelog | ||
All notable changes to this project will be documented in this file. | ||
|
||
|
Oops, something went wrong.