Skip to content

Commit 1248799

Browse files
Merge pull request #2044 from nextcloud/chore/noid/reuseCompliance
Initial adding of SPDX header and dep5 package description
2 parents e4df87c + daf1f1a commit 1248799

32 files changed

+707
-70
lines changed

.github/FUNDING.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-FileCopyrightText: 2020-2023 Stefan Niedermann <[email protected]>
3+
# SPDX-License-Identifier: GPL-3.0-or-later
14
# These are supported funding model platforms
25

36
custom: https://nextcloud.com/include/

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
<!--
2+
~ SPDX-FileCopyrightText: 2020-2024 Nextcloud GmbH and Nextcloud contributors
3+
~ SPDX-FileCopyrightText: 2020-2024 Stefan Niedermann <[email protected]>
4+
~ SPDX-License-Identifier: GPL-3.0-or-later
5+
-->
16
---
27
name: 🐞 Bug report
38
about: Help us improving by reporting a bug

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
<!--
2+
~ SPDX-FileCopyrightText: 2020-2024 Nextcloud GmbH and Nextcloud contributors
3+
~ SPDX-FileCopyrightText: 2020-2024 Stefan Niedermann <[email protected]>
4+
~ SPDX-License-Identifier: GPL-3.0-or-later
5+
-->
16
---
27
name: 🚀 Feature request
38
about: Suggest an idea for this project

.github/workflows/android.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# SPDX-FileCopyrightText: 2023-2024 Nextcloud GmbH and Nextcloud contributors
2+
# SPDX-FileCopyrightText: 2020-2024 Stefan Niedermann <[email protected]>
3+
# SPDX-FileCopyrightText: 2023 Álvaro Brey <[email protected]>
4+
# SPDX-License-Identifier: GPL-3.0-or-later
5+
16
name: Android CI
27

38
on:

.github/workflows/command-rebase.yml

Lines changed: 0 additions & 51 deletions
This file was deleted.

.github/workflows/pr-feedback.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
# https://github.com/nextcloud/.github
44
# https://docs.github.com/en/actions/learn-github-actions/sharing-workflows-with-your-organization
55

6+
# SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors
7+
# SPDX-FileCopyrightText: 2023 Marcel Klehr <[email protected]>
8+
# SPDX-FileCopyrightText: 2023 Joas Schilling <[email protected]>
9+
# SPDX-FileCopyrightText: 2023 Daniel Kesselberg <[email protected]>
10+
# SPDX-FileCopyrightText: 2023 Florian Steffens <[email protected]>
11+
# SPDX-License-Identifier: AGPL-3.0-or-later
12+
613
name: 'Ask for feedback on PRs'
714
on:
815
schedule:

.gitignore

Lines changed: 32 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,38 @@
1+
# SPDX-FileCopyrightText: 2014-2024 Nextcloud GmbH and Nextcloud contributors
2+
# SPDX-FileCopyrightText: 2024 Andy Scherzinger <[email protected]>
3+
# SPDX-FileCopyrightText: 2018 Tobias Kaminsky <[email protected]>
4+
# SPDX-FileCopyrightText: 2014 David Luhmer <[email protected]>
5+
# SPDX-License-Identifier: GPL-3.0-or-later
6+
# built application files
7+
*.apk
8+
*.ap_
9+
10+
# files for the dex VM
11+
*.dex
12+
13+
# Java class files
14+
*.class
15+
16+
# generated files
17+
bin/
18+
build/
19+
gen/
20+
target/
21+
*.iml
22+
23+
# Local configuration files (sdk path, etc)
24+
.idea/
125
.gradle/
2-
/local.properties
26+
local.properties
27+
sample_client/local.properties
28+
tests/local.properties
29+
tests/test_cases/local.properties
30+
31+
# Mac .DS_Store files
332
.DS_Store
4-
/build
5-
/captures
6-
/.idea/
7-
*.iml
8-
/projectFilesBackup/
33+
934
# fastlane
1035
/vendor/bundle
1136
fastlane/report.xml
37+
1238
/gradle/verification-keyring.gpg

.gitmodules

Whitespace-only changes.

.idea/.gitignore

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.reuse/dep5

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
2+
Upstream-Name: Nextcloud Notes - Android Client
3+
Upstream-Contact: Nextcloud Android team <[email protected]>
4+
Source: https://github.com/nextcloud/notes-android
5+
6+
Files: gradlew gradlew.bat gradle/wrapper/gradle-wrapper.jar
7+
Copyright: 2015-2021 the original authors
8+
License: Apache-2.0
9+
10+
Files: gradle/verification-keyring.keys gradle/verification-metadata.xml
11+
Copyright: none
12+
License: GPL-3.0-or-later
13+
14+
Files: renovate.json5 */.gitignore .idea/* scripts/analysis/findbugs-results.txt scripts/analysis/lint-results.txt app/src/test/resources/robolectric.properties app/src/test/resources/mockito-extensions/org.mockito.plugins.MockMaker fastlane/metadata/* app/src/main/res/values-*/strings.xml
15+
Copyright: 2016-2024 Nextcloud GmbH and Nextcloud contributors
16+
License: GPL-3.0-or-later

.tx/config.license

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
SPDX-FileCopyrightText: 2017-2024 Nextcloud GmbH and Nextcloud contributors
2+
SPDX-FileCopyrightText: 2017 Morris Jobke <[email protected]>
3+
SPDX-License-Identifier: GPL-3.0-or-later

CONTRIBUTING.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
<!--
2+
~ SPDX-FileCopyrightText: 2016-2024 Nextcloud GmbH and Nextcloud contributors
3+
~ SPDX-FileCopyrightText: 2016-2024 Stefan Niedermann <[email protected]>
4+
~ SPDX-License-Identifier: GPL-3.0-or-later
5+
-->
16
# Contributing guide
27

38
## Submitting bug reports

FAQ.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
<!--
2+
~ SPDX-FileCopyrightText: 2020-2024 Nextcloud GmbH and Nextcloud contributors
3+
~ SPDX-FileCopyrightText: 2020-2024 Stefan Niedermann <[email protected]>
4+
~ SPDX-License-Identifier: GPL-3.0-or-later
5+
-->
16
# Frequently asked questions
27

38
- [Why aren't there any buttons to apply formatting?](https://github.com/nextcloud/notes-android/blob/main/FAQ.md#why-arent-there-any-buttons-to-apply-formatting)

Gemfile.license

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
SPDX-FileCopyrightText: 2023-2024 Nextcloud GmbH and Nextcloud contributors
2+
SPDX-FileCopyrightText: 2023 Álvaro Brey <[email protected]>
3+
SPDX-License-Identifier: GPL-3.0-or-later

Gemfile.lock.license

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
SPDX-FileCopyrightText: 2023-2024 Nextcloud GmbH and Nextcloud contributors
2+
SPDX-FileCopyrightText: 2023 Álvaro Brey <[email protected]>
3+
SPDX-License-Identifier: GPL-3.0-or-later

0 commit comments

Comments
 (0)