The following commit has been merged in the master branch:
commit 485e041e2672970a56a61cec1331f3149e76ef0b
Author: Guillem Jover <[email protected]>
Date: Sat Oct 24 14:23:31 2009 +0200
Fix copyright statements
Use UTF-8 copyright symbol instead of “(C)”. Add missing “Copyright ©”
to copyright statements instead of relying on the first occurance.
Use properly spelled names.
diff --git a/dpkg-split/mksplit.pl b/dpkg-split/mksplit.pl
index 8491d7d..43c4ad7 100644
--- a/dpkg-split/mksplit.pl
+++ b/dpkg-split/mksplit.pl
@@ -4,7 +4,7 @@
# <sourcefile> <partsize> <prefix> <totalsize> <partsizeallow>
<msdostruncyesno>
# Stdin is also redirected from the source archive by dpkg-split.
-# Copyright (C) 1995 Ian Jackson <[email protected]>
+# Copyright © 1995 Ian Jackson <[email protected]>
#
# This is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/dselect/keyoverride b/dselect/keyoverride
index e769211..6ec7f5b 100644
--- a/dselect/keyoverride
+++ b/dselect/keyoverride
@@ -1,7 +1,7 @@
# dselect - Debian package maintenance user interface
# keyoverride - override strings for ncurses key names
#
-# Copyright (C) 1995 Ian Jackson <[email protected]>
+# Copyright © 1995 Ian Jackson <[email protected]>
#
# This is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/dselect/methods/ftp/install b/dselect/methods/ftp/install
index 2f86b86..526849e 100755
--- a/dselect/methods/ftp/install
+++ b/dselect/methods/ftp/install
@@ -1,9 +1,9 @@
#!/usr/bin/perl -w
# -*-perl-*-
-# Copyright (C) 1996 Andy Guy <[email protected]>
-# 1998 Martin Schulze <[email protected]>
-# 1999,2009 Raphaël Hertzog <[email protected]>
+# Copyright © 1996 Andy Guy <[email protected]>
+# Copyright © 1998 Martin Schulze <[email protected]>
+# Copyright © 1999, 2009 Raphaël Hertzog <[email protected]>
#
# This program has been distributed under the terms of the GNU GPL.
diff --git a/dselect/methods/ftp/setup b/dselect/methods/ftp/setup
index 57d9db7..b82c1d1 100755
--- a/dselect/methods/ftp/setup
+++ b/dselect/methods/ftp/setup
@@ -1,9 +1,9 @@
#!/usr/bin/perl -w
# -*-perl-*-
-# Copyright (C) 1996 Andy Guy <[email protected]>
-# 1998 Martin Schulze <[email protected]>
-# 1999,2009 Raphaël Hertzog <[email protected]>
+# Copyright © 1996 Andy Guy <[email protected]>
+# Copyright © 1998 Martin Schulze <[email protected]>
+# Copyright © 1999, 2009 Raphaël Hertzog <[email protected]>
#
# This program has been distributed under the terms of the GNU GPL.
diff --git a/dselect/methods/ftp/update b/dselect/methods/ftp/update
index a410df3..4a2714c 100755
--- a/dselect/methods/ftp/update
+++ b/dselect/methods/ftp/update
@@ -1,9 +1,9 @@
#!/usr/bin/perl -w
# -*-perl-*-
-# Copyright (C) 1996 Andy Guy <[email protected]>
-# 1998 Martin Schulze <[email protected]>
-# 1999,2009 Raphaël Hertzog <[email protected]>
+# Copyright © 1996 Andy Guy <[email protected]>
+# Copyright © 1998 Martin Schulze <[email protected]>
+# Copyright © 1999, 2009 Raphaël Hertzog <[email protected]>
#
# This program has been distributed under the terms of the GNU GPL.
diff --git a/dselect/methods/multicd/install b/dselect/methods/multicd/install
index 6d7b26b..b89699d 100755
--- a/dselect/methods/multicd/install
+++ b/dselect/methods/multicd/install
@@ -1,7 +1,7 @@
#!/bin/sh
-# Copyright (C) 1995-98 Ian Jackson <[email protected]>
-# Copyright (C) 1998 Heiko Schlittermann <[email protected]>
+# Copyright © 1995-1998 Ian Jackson <[email protected]>
+# Copyright © 1998 Heiko Schlittermann <[email protected]>
#
# 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
diff --git a/dselect/methods/multicd/setup b/dselect/methods/multicd/setup
index d3486d5..2440ae6 100755
--- a/dselect/methods/multicd/setup
+++ b/dselect/methods/multicd/setup
@@ -7,8 +7,8 @@
# put this package together for the slink release (Debian GNU/Linux
# 2.1).
-# Copyright (C) 1995-98 Ian Jackson <[email protected]>
-# Copyright (C) 1998 Heiko Schlittermann <[email protected]>
+# Copyright © 1995-1998 Ian Jackson <[email protected]>
+# Copyright © 1998 Heiko Schlittermann <[email protected]>
#
# 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
diff --git a/dselect/methods/multicd/update b/dselect/methods/multicd/update
index 3a0b979..616369b 100755
--- a/dselect/methods/multicd/update
+++ b/dselect/methods/multicd/update
@@ -1,7 +1,7 @@
#!/bin/sh
-# Copyright (C) 1995-98 Ian Jackson <[email protected]>
-# Copyright (C) 1998 Heiko Schlittermann <[email protected]>
+# Copyright © 1995-1998 Ian Jackson <[email protected]>
+# Copyright © 1998 Heiko Schlittermann <[email protected]>
#
# 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
diff --git a/man/deb-shlibs.5 b/man/deb-shlibs.5
index 1fc206d..7e51c57 100644
--- a/man/deb-shlibs.5
+++ b/man/deb-shlibs.5
@@ -1,5 +1,5 @@
-.\" Copyright (C) 1996 Michael Shields <[email protected]>
-.\" Copyright (C) 2008 Zack Weinberg <[email protected]>
+.\" Copyright © 1996 Michael Shields <[email protected]>
+.\" Copyright © 2008 Zack Weinberg <[email protected]>
.\"
.\" This is free software; you may redistribute it and/or modify
.\" it under the terms of the GNU General Public License as published by
diff --git a/man/dpkg-scanpackages.1 b/man/dpkg-scanpackages.1
index edd9fe7..10558ff 100644
--- a/man/dpkg-scanpackages.1
+++ b/man/dpkg-scanpackages.1
@@ -1,4 +1,4 @@
-.\" This manpage is copyright (C) 1996 Michael Shields <[email protected]>.
+.\" Copyright © 1996 Michael Shields <[email protected]>
.\"
.\" This is free software; you may redistribute it and/or modify
.\" it under the terms of the GNU General Public License as published by
diff --git a/scripts/Dpkg/Deps.pm b/scripts/Dpkg/Deps.pm
index d874824..0b5c834 100644
--- a/scripts/Dpkg/Deps.pm
+++ b/scripts/Dpkg/Deps.pm
@@ -1,4 +1,4 @@
-# Copyright © 2007-2009 Raphael Hertzog <[email protected]>
+# Copyright © 2007-2009 Raphaël Hertzog <[email protected]>
#
# This program is free software; you may redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/scripts/Dpkg/Shlibs.pm b/scripts/Dpkg/Shlibs.pm
index 83a18a8..143c615 100644
--- a/scripts/Dpkg/Shlibs.pm
+++ b/scripts/Dpkg/Shlibs.pm
@@ -1,4 +1,4 @@
-# Copyright (C) 2007 Raphael Hertzog
+# Copyright © 2007 Raphaël Hertzog <[email protected]>
# 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
diff --git a/scripts/Dpkg/Shlibs/Objdump.pm b/scripts/Dpkg/Shlibs/Objdump.pm
index 9a74d92..fd0ebb8 100644
--- a/scripts/Dpkg/Shlibs/Objdump.pm
+++ b/scripts/Dpkg/Shlibs/Objdump.pm
@@ -1,4 +1,4 @@
-# Copyright (C) 2007 Raphael Hertzog
+# Copyright © 2007 Raphaël Hertzog <[email protected]>
# 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
diff --git a/scripts/Dpkg/Shlibs/Symbol.pm b/scripts/Dpkg/Shlibs/Symbol.pm
index b945751..4229009 100644
--- a/scripts/Dpkg/Shlibs/Symbol.pm
+++ b/scripts/Dpkg/Shlibs/Symbol.pm
@@ -1,5 +1,5 @@
-# Copyright (C) 2007 Raphael Hertzog
-# (C) 2009 Modestas Vainius
+# Copyright © 2007 Raphaël Hertzog <[email protected]>
+# Copyright © 2009 Modestas Vainius <[email protected]>
# 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
diff --git a/scripts/Dpkg/Shlibs/SymbolFile.pm
b/scripts/Dpkg/Shlibs/SymbolFile.pm
index 22baf0d..cf48fb8 100644
--- a/scripts/Dpkg/Shlibs/SymbolFile.pm
+++ b/scripts/Dpkg/Shlibs/SymbolFile.pm
@@ -1,5 +1,5 @@
-# Copyright (C) 2007 Raphael Hertzog
-# (C) 2009 Modestas Vainius
+# Copyright © 2007 Raphaël Hertzog <[email protected]>
+# Copyright © 2009 Modestas Vainius <[email protected]>
# 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
diff --git a/scripts/Dpkg/Vendor/Ubuntu.pm b/scripts/Dpkg/Vendor/Ubuntu.pm
index ff4c2b7..588e633 100644
--- a/scripts/Dpkg/Vendor/Ubuntu.pm
+++ b/scripts/Dpkg/Vendor/Ubuntu.pm
@@ -1,6 +1,7 @@
+# Copyright © 2008 Ian Jackson <[email protected]>
+# Copyright © 2008 Colin Watson <[email protected]>
+# Copyright © 2008 James Westby <[email protected]>
# Copyright © 2009 Raphaël Hertzog <[email protected]>
-# Copyright © 2008 Ian Jackson <[email protected]>, Colin Watson
-# <[email protected]>, James Westby <[email protected]>
# 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
--
dpkg's main repository
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]