Use SPDX headers

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
Andy Scherzinger
2024-02-29 15:57:42 +01:00
parent 1858c04fdb
commit c9ede3ce70
210 changed files with 1276 additions and 4314 deletions

View File

@ -1,3 +1,11 @@
/*
* Nextcloud Android Common Library
*
* SPDX-FileCopyrightText: 2023-2024 Nextcloud GmbH and Nextcloud contributors
* SPDX-FileCopyrightText: 2023 Andy Scherzinger <info@andy-scherzinger.de>
* SPDX-License-Identifier: MIT
*/
apply plugin: 'jacoco'
jacoco {