diff options
author | 2022-11-30 15:53:07 +0100 | |
---|---|---|
committer | 2022-11-30 15:53:07 +0100 | |
commit | f8c9b868544d6a3e28791fdfc53035dbdc211a1b (patch) | |
tree | c4a8079fd06de44fa1ecfb08ddb49e7ce4a8cd9c | |
parent | 131fdc8516c402e118df6257fc269afbcd5d832c (diff) | |
download | commons-page-f8c9b868544d6a3e28791fdfc53035dbdc211a1b.tar.gz commons-page-f8c9b868544d6a3e28791fdfc53035dbdc211a1b.zip |
Add copyright
-rw-r--r-- | build.gradle | 19 | ||||
-rw-r--r-- | pom.xml | 19 |
2 files changed, 38 insertions, 0 deletions
diff --git a/build.gradle b/build.gradle index 05b7ec1..d5bb436 100644 --- a/build.gradle +++ b/build.gradle @@ -1,3 +1,22 @@ +/* + * Copyright (C) 2022 Alessandro Iezzi <aiezzi AT alessandroiezzi PERIOD it> + * + * This file is part of commons-page. + * + * commons-page is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * commons-page is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with commons-page. If not, see <https://www.gnu.org/licenses/>. + */ + plugins { id 'com.android.library' } @@ -1,5 +1,24 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + * Copyright (C) 2022 Alessandro Iezzi <aiezzi AT alessandroiezzi PERIOD it> + * + * This file is part of commons-page. + * + * commons-page is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * commons-page is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with commons-page. If not, see <https://www.gnu.org/licenses/>. +--> + <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> |