From 9a7f5138808821310c907751ff2d62c2a4da0402 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Sun, 17 Mar 2013 16:42:17 +0100 Subject: [PATCH] *: License under GPL v3+. --- debian/aptitude/config.real | 15 +++++++++++++++ debian/reportbugrc | 15 +++++++++++++++ setup.sh | 15 +++++++++++++++ 3 files changed, 45 insertions(+) diff --git a/debian/aptitude/config.real b/debian/aptitude/config.real index 797ccbc..4b7a4fd 100644 --- a/debian/aptitude/config.real +++ b/debian/aptitude/config.real @@ -1,5 +1,20 @@ // Aptitude configuration file. +// Copyright (C) 2009-2013 Simon Ruderich +// +// This file 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 file 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 file. If not, see . + aptitude { UI { diff --git a/debian/reportbugrc b/debian/reportbugrc index 1c7e722..5a52adc 100644 --- a/debian/reportbugrc +++ b/debian/reportbugrc @@ -1,5 +1,20 @@ # reportbug preferences file. +# Copyright (C) 2009-2013 Simon Ruderich +# +# This file 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 file 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 file. If not, see . + # Version of reportbug this preferences file was written by. reportbug_version "3.48" diff --git a/setup.sh b/setup.sh index ed38567..81cca76 100755 --- a/setup.sh +++ b/setup.sh @@ -2,6 +2,21 @@ # Setup script for OS related configuration files. +# Copyright (C) 2009-2013 Simon Ruderich +# +# 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 . + . ../lib.sh -- 2.44.1