Skip to content

Commit bcef379

Browse files
committed
wip
Signed-off-by: alperozturk96 <alper_ozturk@proton.me>
1 parent d6c7e9c commit bcef379

2 files changed

Lines changed: 11 additions & 0 deletions

File tree

.codacy.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# SPDX-FileCopyrightText: 2026 Nextcloud GmbH and Nextcloud contributors
2+
# SPDX-License-Identifier: AGPL-3.0-or-later
3+
4+
exclude_paths:
5+
- "app/src/main/cpp/**"

REUSE.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,12 @@ precedence = "aggregate"
2929
SPDX-FileCopyrightText = "2015-2016 ownCloud Inc."
3030
SPDX-License-Identifier = "GPL-2.0-only"
3131

32+
[[annotations]]
33+
path = ["app/libs/local-maven/**/*.aar", "app/libs/local-maven/**/*.pom"]
34+
precedence = "aggregate"
35+
SPDX-FileCopyrightText = "2026 Nextcloud GmbH and Nextcloud contributors"
36+
SPDX-License-Identifier = "AGPL-3.0-or-later"
37+
3238
[[annotations]]
3339
path = ["app/src/**/res/mipmap-**dpi/ic_launcher.png", "app/src/**/ic_launcher-web.png", "src/**/fastlane/metadata/en-US/images/*.png", "src/generic/fastlane/metadata/android/en-US/images/icon.png", "src/versionDev/fastlane/metadata/android/en-US/images/icon.png", "app/src/main/ic_launcher-web-round.png"]
3440
precedence = "aggregate"

0 commit comments

Comments
 (0)