]> err.no Git - dpkg/commitdiff
Add copyright and license statements to module files.
authorFrank Lichtenheld <djpig@debian.org>
Sun, 8 Jul 2007 19:33:48 +0000 (19:33 +0000)
committerFrank Lichtenheld <djpig@debian.org>
Sun, 8 Jul 2007 19:33:48 +0000 (19:33 +0000)
scripts/modules/Objdump.pm
scripts/modules/Shlibs.pm
scripts/modules/SymbolFile.pm

index 15d62464a3f98b59c00ba5686f5e59b06e02d919..bff8f52a9e9906e0d997be4da746e44ca094972e 100644 (file)
@@ -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 @@ sub parse {
 
 # 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
index 405ce71200095bff3d409b4329e8ea2fae6ed501..772bca4dbfee7e292702f8e0bc78038895766a66 100644 (file)
@@ -1,4 +1,18 @@
-#!/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;
index ec3bf6a1e126c3ab6e0083ef32b4db6b9cc6316a..c67e8eae348f1244609b211465941e6b3fa342ee 100644 (file)
@@ -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';