Author: djpig
Date: 2007-07-08 19:33:48 +0000 (Sun, 08 Jul 2007)
New Revision: 847

Modified:
   branches/dpkg-shlibdeps-buxy/scripts/modules/Objdump.pm
   branches/dpkg-shlibdeps-buxy/scripts/modules/Shlibs.pm
   branches/dpkg-shlibdeps-buxy/scripts/modules/SymbolFile.pm
Log:
Add copyright and license statements to module files.


Modified: branches/dpkg-shlibdeps-buxy/scripts/modules/Objdump.pm
===================================================================
--- branches/dpkg-shlibdeps-buxy/scripts/modules/Objdump.pm     2007-07-08 
11:10:44 UTC (rev 846)
+++ branches/dpkg-shlibdeps-buxy/scripts/modules/Objdump.pm     2007-07-08 
19:33:48 UTC (rev 847)
@@ -1,3 +1,19 @@
+# Copyright (C) 2007  Raphael Hertzog
+
+# 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 along
+# with this program; if not, write to the Free Software Foundation, Inc.,
+# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+
 package Dpkg::Shlibs::Objdump;
 
 require 'dpkg-gettext.pl';
@@ -70,7 +86,7 @@
 
 # Output format of objdump -w -T
 #
-# /lib/libc.so.6:     format de fichier elf32-i386
+# /lib/libc.so.6:     file format elf32-i386
 # 
 # DYNAMIC SYMBOL TABLE:
 # 00056ef0 g    DF .text  000000db  GLIBC_2.2   getwchar

Modified: branches/dpkg-shlibdeps-buxy/scripts/modules/Shlibs.pm
===================================================================
--- branches/dpkg-shlibdeps-buxy/scripts/modules/Shlibs.pm      2007-07-08 
11:10:44 UTC (rev 846)
+++ branches/dpkg-shlibdeps-buxy/scripts/modules/Shlibs.pm      2007-07-08 
19:33:48 UTC (rev 847)
@@ -1,5 +1,19 @@
-#!/usr/bin/perl -w
+# Copyright (C) 2007  Raphael Hertzog
 
+# 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 along
+# with this program; if not, write to the Free Software Foundation, Inc.,
+# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+
 use strict;
 use warnings;
 

Modified: branches/dpkg-shlibdeps-buxy/scripts/modules/SymbolFile.pm
===================================================================
--- branches/dpkg-shlibdeps-buxy/scripts/modules/SymbolFile.pm  2007-07-08 
11:10:44 UTC (rev 846)
+++ branches/dpkg-shlibdeps-buxy/scripts/modules/SymbolFile.pm  2007-07-08 
19:33:48 UTC (rev 847)
@@ -1,3 +1,19 @@
+# Copyright (C) 2007  Raphael Hertzog
+
+# 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 along
+# with this program; if not, write to the Free Software Foundation, Inc.,
+# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+
 package Dpkg::Shlibs::SymbolFile;
 
 require 'dpkg-gettext.pl';


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to