[SCM] Debian Qt/KDE packaging tools branch, master, updated. debian/0.11.4-7-g2d56843

Modestas Vainius modax at alioth.debian.org
Sat Mar 26 21:20:29 UTC 2011


The following commit has been merged in the master branch:
commit bc6141911ad4a7625b71f43434c68c4befe1948d
Author: Modestas Vainius <modax at debian.org>
Date:   Sat Mar 26 22:49:46 2011 +0200

    DebianABIManager: add copyright headers.
---
 cmake/DebianABIManager.cmake |   15 +++++++++++++++
 cmake/debcontrol2cmake.pl    |   15 +++++++++++++++
 2 files changed, 30 insertions(+), 0 deletions(-)

diff --git a/cmake/DebianABIManager.cmake b/cmake/DebianABIManager.cmake
index ffe5538..a476e24 100644
--- a/cmake/DebianABIManager.cmake
+++ b/cmake/DebianABIManager.cmake
@@ -1,3 +1,18 @@
+# Copyright (C) 2011 Modestas Vainius <modax at debian.org>
+#
+# 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 <http://www.gnu.org/licenses/>
+
 set(DEBABI_VERSION_PREFIX abi CACHE STRING "Prefix for custom SOVERSIONs and symbol versions")
 
 function(DEBABI_SPLIT_PKGNAME pkg targetvar soversionvar)
diff --git a/cmake/debcontrol2cmake.pl b/cmake/debcontrol2cmake.pl
index 6c13bed..fc160de 100755
--- a/cmake/debcontrol2cmake.pl
+++ b/cmake/debcontrol2cmake.pl
@@ -1,5 +1,20 @@
 #!/usr/bin/perl
 
+# Copyright (C) 2011 Modestas Vainius <modax at debian.org>
+#
+# 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 <http://www.gnu.org/licenses/>
+
 use strict;
 use warnings;
 

-- 
Debian Qt/KDE packaging tools



More information about the pkg-kde-commits mailing list