From c87fdc5cccc8d8f974b8ee5c7b488dce8d76a40c Mon Sep 17 00:00:00 2001 From: 0xMRTT <0xMRTT@tuta.io> Date: Tue, 16 Aug 2022 13:09:38 +0200 Subject: [PATCH] feat: add copyright Signed-off-by: 0xMRTT <0xMRTT@tuta.io> --- src/constants.py.in | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/src/constants.py.in b/src/constants.py.in index 67eb90c7..d2026bc6 100644 --- a/src/constants.py.in +++ b/src/constants.py.in @@ -1,4 +1,23 @@ +# constants.py.in +# +# Change the look of Adwaita, with ease +# Copyright (C) 2022 Gradience Team +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program 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 General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . + + rootdir = '/com/github/AdwCustomizerTeam/AdwCustomizer' app_id = '@APP_ID@' version = '@VERSION@' -build_type = '@BUILD_TYPE@' \ No newline at end of file +build_type = '@BUILD_TYPE@'