diff options
author | Guillem Jover <guillem@debian.org> | 2012-01-31 12:58:03 +0100 |
---|---|---|
committer | Guillem Jover <guillem@debian.org> | 2012-02-01 06:30:30 +0100 |
commit | 33f45255ee45479a39c9e913223ddbb17d602aa9 (patch) | |
tree | 7692e5e3f14a349b87888bd1f7b0826a0377d71a /scripts/dpkg-source.pl | |
parent | 9971d255b38c2dc0da40a3ec9c7cf4b1631366f8 (diff) | |
download | dpkg-33f45255ee45479a39c9e913223ddbb17d602aa9.tar.gz |
Move copyright information from --version output to file comment headers
Having to keep this information twice is error-prone as it easily gets
out of sync. Having to translate it is bothersome. It's not consistent
across dpkg tools, some do print it some don't. It's currently not
accurate, as the output would need to include the holders for all files
that end up being part of the binary. And listing it in the --versions
output is visually annoying and the wrong place.
Just keep this where it belongs, at the file comment headers, above the
license information.
Diffstat (limited to 'scripts/dpkg-source.pl')
-rwxr-xr-x | scripts/dpkg-source.pl | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/scripts/dpkg-source.pl b/scripts/dpkg-source.pl index 1b90491dd..881d5219d 100755 --- a/scripts/dpkg-source.pl +++ b/scripts/dpkg-source.pl @@ -455,11 +455,6 @@ sub version { printf _g("Debian %s version %s.\n"), $progname, $version; print _g(" -Copyright (C) 1996 Ian Jackson -Copyright (C) 1997 Klee Dienes -Copyright (C) 2008 Raphael Hertzog"); - - print _g(" This is free software; see the GNU General Public License version 2 or later for copying conditions. There is NO warranty. "); |