From f8c9b868544d6a3e28791fdfc53035dbdc211a1b Mon Sep 17 00:00:00 2001 From: Alessandro Iezzi Date: Wed, 30 Nov 2022 15:53:07 +0100 Subject: Add copyright --- build.gradle | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'build.gradle') 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 + * + * 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 . + */ + plugins { id 'com.android.library' } -- cgit v1.2.3