[Apt-listbugs-commits] [apt-listbugs] 02/11: add appropriate notice to rc2rss

Francesco Poli frx-guest at moszumanska.debian.org
Sat Jun 4 16:53:07 UTC 2016


This is an automated email from the git hooks/post-receive script.

frx-guest pushed a commit to branch master
in repository apt-listbugs.

commit c2c69be569d0924d7caf8cc057782ca56ba9b45e
Author: Francesco Poli (wintermute) <invernomuto at paranoici.org>
Date:   Sat Jun 4 17:50:31 2016 +0200

    add appropriate notice to rc2rss
---
 examples/rc2rss | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/examples/rc2rss b/examples/rc2rss
index 9a56dca..9da6092 100755
--- a/examples/rc2rss
+++ b/examples/rc2rss
@@ -2,5 +2,23 @@
 #
 # script to create your rss.
 #
+# Copyright (C) 2003-2004  Masato Taruishi <taru at debian.org>
+# Copyright (C) 2006       Junichi Uekawa <dancer 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 2 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 with
+#  the Debian GNU/Linux distribution in file /usr/share/common-licenses/GPL-2;
+#  if not, write to the Free Software Foundation, Inc., 59 Temple Place,
+#  Suite 330, Boston, MA  02111-1307  USA
+
 num=`dpkg --get-selections | grep install | grep -v deinstall | awk -F' ' '{print $1;}' | wc -l`
 dpkg --get-selections | grep install | grep -v deinstall | awk -F' ' '{print $1;}' | xargs -n $num /usr/sbin/apt-listbugs rss

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/apt-listbugs/apt-listbugs.git



More information about the Apt-listbugs-commits mailing list