diff options
author | Guillem Jover <guillem@debian.org> | 2016-06-15 01:50:35 +0200 |
---|---|---|
committer | Guillem Jover <guillem@debian.org> | 2016-07-03 21:02:23 +0200 |
commit | 50a0d0c436279ae7c8024fd0d3eb07f5f9ac0051 (patch) | |
tree | 342aff8efd3abc25ff0b7b7bf82bf822f7a8afac /scripts/Dpkg/Control/Types.pm | |
parent | 4cc48876cca560e72b3b83eece8b4252f812f991 (diff) | |
download | dpkg-50a0d0c436279ae7c8024fd0d3eb07f5f9ac0051.tar.gz |
man, perl: Remove most AUTHOR sections
These are strongly discouraged by the man-pages project, because they
are redundant with the copyright notices, and tend to get out-of-sync.
In addition their format is inconsitent. Just remove them in the same
way we did for man pages in the past.
Diffstat (limited to 'scripts/Dpkg/Control/Types.pm')
-rw-r--r-- | scripts/Dpkg/Control/Types.pm | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/scripts/Dpkg/Control/Types.pm b/scripts/Dpkg/Control/Types.pm index e144dd942..1bb3e0ae4 100644 --- a/scripts/Dpkg/Control/Types.pm +++ b/scripts/Dpkg/Control/Types.pm @@ -94,10 +94,6 @@ use constant { This is a private module. -=head1 AUTHOR - -Raphaƫl Hertzog <hertzog@debian.org>. - =cut 1; |