diff options
author | Guillem Jover <guillem@debian.org> | 2012-04-03 03:53:58 +0200 |
---|---|---|
committer | Guillem Jover <guillem@debian.org> | 2012-04-03 05:35:26 +0200 |
commit | 15a60e22a9a42fea7d670e359a93b58188f3184b (patch) | |
tree | c9a32503f53c13168e65624cbe6efc9d5eef53b6 | |
parent | 07a2d8fe8bd154a0dfffe28d3ce81c68b9b86f30 (diff) | |
download | dpkg-15a60e22a9a42fea7d670e359a93b58188f3184b.tar.gz |
man: Remove author sections and comments
These are already listed in the copyright comment header.
Missed in commit 95ea2221c63137e50b50761d9b91ac43ebee3a09.
-rw-r--r-- | man/dpkg-architecture.1 | 6 | ||||
-rw-r--r-- | man/dpkg-checkbuilddeps.1 | 6 | ||||
-rw-r--r-- | man/dpkg-divert.8 | 6 | ||||
-rw-r--r-- | man/dpkg-source.1 | 1 |
4 files changed, 0 insertions, 19 deletions
diff --git a/man/dpkg-architecture.1 b/man/dpkg-architecture.1 index 381b35300..3754dfbe4 100644 --- a/man/dpkg-architecture.1 +++ b/man/dpkg-architecture.1 @@ -258,9 +258,3 @@ names. .SH "SEE ALSO" .BR dpkg\-buildpackage (1), .BR dpkg\-cross (1). -. -.SH AUTHOR -.B dpkg\-architecture -and this man page were initially written by -Marcus Brinkmann <brinkmd@debian.org>. - diff --git a/man/dpkg-checkbuilddeps.1 b/man/dpkg-checkbuilddeps.1 index 348998d3f..d7dcf1158 100644 --- a/man/dpkg-checkbuilddeps.1 +++ b/man/dpkg-checkbuilddeps.1 @@ -60,9 +60,3 @@ Show the usage message and exit. .TP .BR \-\-version Show the version and exit. -. -.SH AUTHOR -Copyright \(co 2001 Joey Hess -.sp -This is free software; see the GNU General Public Licence version 2 or -later for copying conditions. There is NO WARRANTY. diff --git a/man/dpkg-divert.8 b/man/dpkg-divert.8 index 64c479cdb..876b1f262 100644 --- a/man/dpkg-divert.8 +++ b/man/dpkg-divert.8 @@ -151,9 +151,3 @@ Note: \fBdpkg\-divert\fP preserves the old copy of this file, with extension . .SH SEE ALSO .BR dpkg (1). -. -.SH AUTHOR -Copyright \(co 1995 Ian Jackson -.sp -This is free software; see the GNU General Public Licence version 2 or -later for copying conditions. There is NO WARRANTY. diff --git a/man/dpkg-source.1 b/man/dpkg-source.1 index 7778ae189..0a8834ef4 100644 --- a/man/dpkg-source.1 +++ b/man/dpkg-source.1 @@ -20,7 +20,6 @@ .\" You should have received a copy of the GNU General Public License .\" along with this program. If not, see <http://www.gnu.org/licenses/>. . -.\" Authors: Ian Jackson, Raphaƫl Hertzog .TH dpkg\-source 1 "2011-08-14" "Debian Project" "dpkg utilities" .SH NAME dpkg\-source \- Debian source package (.dsc) manipulation tool |