]> err.no Git - dpkg/commitdiff
Switch to use UTF-8 copyright symbol and add missing ones
authorGuillem Jover <guillem@debian.org>
Mon, 30 Jun 2008 04:16:12 +0000 (07:16 +0300)
committerGuillem Jover <guillem@debian.org>
Mon, 30 Jun 2008 04:16:58 +0000 (07:16 +0300)
Some 'Copyright <year>' entries didn't have a copyright symbol.
Add it and switch the rest from '(C)' to '©', but we don't do this
on program output which for now should remain pure ascii.

120 files changed:
dpkg-deb/build.c
dpkg-deb/dpkg-deb.h
dpkg-deb/extract.c
dpkg-deb/info.c
dpkg-deb/main.c
dpkg-split/dpkg-split.h
dpkg-split/info.c
dpkg-split/join.c
dpkg-split/main.c
dpkg-split/queue.c
dpkg-split/split.c
dselect/basecmds.cc
dselect/baselist.cc
dselect/basetop.cc
dselect/bindings.cc
dselect/bindings.h
dselect/curkeys.cc
dselect/dselect.h
dselect/helpmsgs.cc
dselect/helpmsgs.h
dselect/main.cc
dselect/methkeys.cc
dselect/methlist.cc
dselect/method.cc
dselect/method.h
dselect/methparse.cc
dselect/mkcurkeys.pl
dselect/pkgcmds.cc
dselect/pkgdepcon.cc
dselect/pkgdisplay.cc
dselect/pkginfo.cc
dselect/pkgkeys.cc
dselect/pkglist.cc
dselect/pkglist.h
dselect/pkgsublist.cc
dselect/pkgtop.cc
dselect/po/de.po
dselect/po/es.po
dselect/po/pt_BR.po
dselect/po/sv.po
lib/cleanup.c
lib/compat.c
lib/database.c
lib/dbmodify.c
lib/dlist.h
lib/dpkg-db.h
lib/dpkg-def.h
lib/dpkg-priv.h
lib/dpkg.h
lib/dump.c
lib/ehandle.c
lib/fields.c
lib/lock.c
lib/log.c
lib/mlib.c
lib/myopt-util.c
lib/myopt.c
lib/myopt.h
lib/nfmalloc.c
lib/parse.c
lib/parsedump.h
lib/parsehelp.c
lib/path.c
lib/showpkg.c
lib/subproc.c
lib/tarfn.c
lib/tarfn.h
lib/trigdeferred.l
lib/triglib.c
lib/utils.c
lib/varbuf.c
lib/vercmp.c
man/dpkg-name.1
man/install-info.8
po/de.po
po/es.po
po/pt_BR.po
po/sv.po
scripts/Dpkg/Cdata.pm
scripts/Dpkg/Changelog/Debian.pm
scripts/Dpkg/Control.pm
scripts/Dpkg/Deps.pm
scripts/Dpkg/IPC.pm
scripts/Dpkg/Path.pm
scripts/Dpkg/Source/Archive.pm
scripts/Dpkg/Source/CompressedFile.pm
scripts/Dpkg/Source/Compressor.pm
scripts/Dpkg/Source/Package.pm
scripts/Dpkg/Source/Package/V1.pm
scripts/Dpkg/Source/Package/V2.pm
scripts/Dpkg/Source/Package/V3/custom.pm
scripts/Dpkg/Source/Package/V3/native.pm
scripts/Dpkg/Source/Package/V3/quilt.pm
scripts/Dpkg/Source/Patch.pm
scripts/Dpkg/Substvars.pm
scripts/Dpkg/Vars.pm
scripts/Dpkg/Vendor.pm
scripts/Dpkg/Version.pm
scripts/dpkg-name.sh
scripts/dpkg-scansources.pl
src/archives.c
src/archives.h
src/cleanup.c
src/configure.c
src/depcon.c
src/enquiry.c
src/errors.c
src/filesdb.c
src/filesdb.h
src/help.c
src/main.c
src/main.h
src/packages.c
src/processarc.c
src/query.c
src/remove.c
src/select.c
src/trigcmd.c
src/trigproc.c
src/update.c

index 2650ab34a98daa1bd0371473002fc539b5ba1d18..b3575dd7b4f5c833f529f22f8dc334a37e73f94f 100644 (file)
@@ -2,8 +2,8 @@
  * dpkg-deb - construction and deconstruction of *.deb archives
  * build.c - building archives
  *
- * Copyright (C) 1994,1995 Ian Jackson <ian@chiark.greenend.org.uk>
- * Copyright (C) 2000,2001 Wichert Akkerman <wakkerma@debian.org>
+ * Copyright © 1994,1995 Ian Jackson <ian@chiark.greenend.org.uk>
+ * Copyright © 2000,2001 Wichert Akkerman <wakkerma@debian.org>
  *
  * This is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as
index b88ba471d195af4f6e85334cc091abc5a9a613d4..6cad80407f9916b6af3508196b2a7f4a1b5bad63 100644 (file)
@@ -2,7 +2,7 @@
  * dpkg-deb - construction and deconstruction of *.deb archives
  * dpkg-deb.h - external definitions for this program
  *
- * Copyright (C) 1994,1995 Ian Jackson <ian@chiark.greenend.org.uk>
+ * Copyright © 1994,1995 Ian Jackson <ian@chiark.greenend.org.uk>
  *
  * This is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as
index 907a7054b28ed8113b0c6ae16c19414ef76e172f..f75225f2dce651b7434d05eb74eac0289ac31870 100644 (file)
@@ -2,7 +2,7 @@
  * dpkg-deb - construction and deconstruction of *.deb archives
  * extract.c - extracting archives
  *
- * Copyright (C) 1994,1995 Ian Jackson <ian@chiark.greenend.org.uk>
+ * Copyright © 1994,1995 Ian Jackson <ian@chiark.greenend.org.uk>
  *
  * This is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as
index 708c90c9c4ffd7fb86d85f4d084e6d6db3b2f18e..05d293cf4694b5ad05985616661a77267c71887a 100644 (file)
@@ -2,8 +2,8 @@
  * dpkg-deb - construction and deconstruction of *.deb archives
  * info.c - providing information
  *
- * Copyright (C) 1994,1995 Ian Jackson <ian@chiark.greenend.org.uk>
- * Copyright (C) 2001 Wichert Akkerman
+ * Copyright © 1994,1995 Ian Jackson <ian@chiark.greenend.org.uk>
+ * Copyright © 2001 Wichert Akkerman
  *
  * This is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as
index 43991036ad1ebf5fb3121912e014837d04505f5f..64ad828540941e8c58bfbd33dfbf4fd94aaa4bc7 100644 (file)
@@ -2,7 +2,7 @@
  * dpkg-deb - construction and deconstruction of *.deb archives
  * main.c - main program
  *
- * Copyright (C) 1994,1995 Ian Jackson <ian@chiark.greenend.org.uk>
+ * Copyright © 1994,1995 Ian Jackson <ian@chiark.greenend.org.uk>
  *
  * This is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as
index 89fda69229c3765bf3fb6b057073d8cfdfb41949..aa27c4cb22475c3fb5e5dd847f7ad77de79d1298 100644 (file)
@@ -2,7 +2,7 @@
  * dpkg-split - splitting and joining of multipart *.deb archives
  * dpkg-split.h - external definitions for this program
  *
- * Copyright (C) 1995 Ian Jackson <ian@chiark.greenend.org.uk>
+ * Copyright © 1995 Ian Jackson <ian@chiark.greenend.org.uk>
  *
  * This is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as
index 3541f4d901fb8022a0efc92633ebe736440e45ad..57ee7078875f0511d065947466579c05c96db408 100644 (file)
@@ -2,7 +2,7 @@
  * dpkg-split - splitting and joining of multipart *.deb archives
  * info.c - information about split archives
  *
- * Copyright (C) 1995 Ian Jackson <ian@chiark.greenend.org.uk>
+ * Copyright © 1995 Ian Jackson <ian@chiark.greenend.org.uk>
  *
  * This is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as
index b4aa8cd4d3c629622aeba2931e242ea5f745c934..3736df625b5001f4ef79ea6dc06e4d995723ab8f 100644 (file)
@@ -2,7 +2,7 @@
  * dpkg-split - splitting and joining of multipart *.deb archives
  * join.c - joining
  *
- * Copyright (C) 1995 Ian Jackson <ian@chiark.greenend.org.uk>
+ * Copyright © 1995 Ian Jackson <ian@chiark.greenend.org.uk>
  *
  * This is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as
index da8b9a72467421946d661ffa9566b3ea04314e4a..6e746d303d83956221b148895f10ab409105c484 100644 (file)
@@ -2,7 +2,7 @@
  * dpkg-split - splitting and joining of multipart *.deb archives
  * main.c - main program
  *
- * Copyright (C) 1995 Ian Jackson <ian@chiark.greenend.org.uk>
+ * Copyright © 1995 Ian Jackson <ian@chiark.greenend.org.uk>
  *
  * This is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as
index fa0faca43142768277b4d4cd1395bead363d92db..199b7812f5b352e0f9dd93f2e2711fb870702da5 100644 (file)
@@ -2,7 +2,7 @@
  * dpkg-split - splitting and joining of multipart *.deb archives
  * queue.c - queue management
  *
- * Copyright (C) 1995 Ian Jackson <ian@chiark.greenend.org.uk>
+ * Copyright © 1995 Ian Jackson <ian@chiark.greenend.org.uk>
  *
  * This is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as
index 2c3b7894df05986571c9edc73117daab2374100f..69cc9b3afaee6278730d0a8f199a13c7513a90be 100644 (file)
@@ -2,7 +2,7 @@
  * dpkg-split - splitting and joining of multipart *.deb archives
  * split.c - splitting archives
  *
- * Copyright (C) 1995 Ian Jackson <ian@chiark.greenend.org.uk>
+ * Copyright © 1995 Ian Jackson <ian@chiark.greenend.org.uk>
  *
  * This is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as
index 7ed3c39fb3a47af633db1e97f3555a1fdf956976..2990b249e46085c41869bfadb675db07f38a081f 100644 (file)
@@ -2,8 +2,8 @@
  * dselect - Debian package maintenance user interface
  * bcommands.cc - base list keyboard commands display
  *
- * Copyright (C) 1994,1995 Ian Jackson <ian@chiark.greenend.org.uk>
- * Copyright (C) 2000,2001 Wichert Akkerman <wakkerma@debian.org>
+ * Copyright © 1994,1995 Ian Jackson <ian@chiark.greenend.org.uk>
+ * Copyright © 2000,2001 Wichert Akkerman <wakkerma@debian.org>
  *
  * This is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as
index a43aca0701a4089b6a6a82605cbf02d8be154465..e7768a3fb77c2c5de99ddeb4c6659a5c2ebc549e 100644 (file)
@@ -2,8 +2,8 @@
  * dselect - Debian package maintenance user interface
  * baselist.cc - list of somethings
  *
- * Copyright (C) 1994,1995 Ian Jackson <ian@chiark.greenend.org.uk>
- * Copyright (C) 2001 Wichert Akkerman <wakkerma@debian.org>
+ * Copyright © 1994,1995 Ian Jackson <ian@chiark.greenend.org.uk>
+ * Copyright © 2001 Wichert Akkerman <wakkerma@debian.org>
  *
  * This is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as
index 82c1be6be3c3d2c52ff11f36e7f0450aef8548fa..6297ba89eb6a11b0252d17b3610e9c2c1c1e6868 100644 (file)
@@ -2,7 +2,7 @@
  * dselect - Debian package maintenance user interface
  * bdrawtop.cc - base list class redraw of top
  *
- * Copyright (C) 1994,1995 Ian Jackson <ian@chiark.greenend.org.uk>
+ * Copyright © 1994,1995 Ian Jackson <ian@chiark.greenend.org.uk>
  *
  * This is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as
index b77a2988802d1a25371a681cec982424440f2136..f1ed2bd57903681668212674b948aa73f36010c0 100644 (file)
@@ -2,7 +2,7 @@
  * dselect - Debian package maintenance user interface
  * bindings.cc - keybinding manager object definitions and default bindings
  *
- * Copyright (C) 1995 Ian Jackson <ian@chiark.greenend.org.uk>
+ * Copyright © 1995 Ian Jackson <ian@chiark.greenend.org.uk>
  *
  * This is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as
index a8c3f77bf0df567dd439880d2606713878cb3dce..dd5879bc57e3e4769c5a214e347adb35846113ed 100644 (file)
@@ -2,7 +2,7 @@
  * dselect - selection of Debian packages
  * bindings.h - keybindings class header file
  *
- * Copyright (C) 1994,1995 Ian Jackson <ian@chiark.greenend.org.uk>
+ * Copyright © 1994,1995 Ian Jackson <ian@chiark.greenend.org.uk>
  *
  * This is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as
index 20a50ee6d2bd6b559df2254508e4602952c45586..d13f89a5ebc6eae3c8619d48560296cd5dd4de34 100644 (file)
@@ -2,7 +2,7 @@
  * dselect - Debian package maintenance user interface
  * curkeys.cc - list of ncurses keys for name <-> key mapping
  *
- * Copyright (C) 1995 Ian Jackson <ian@chiark.greenend.org.uk>
+ * Copyright © 1995 Ian Jackson <ian@chiark.greenend.org.uk>
  *
  * This is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as
index cf5f553c7d3f16f2833f67ae402d989f46a9ace3..c8e700676fbdabe3b416ff6f2a04a09fbc390f65 100644 (file)
@@ -2,8 +2,8 @@
  * dselect - selection of Debian packages
  * dselect.h - external definitions for this program
  *
- * Copyright (C) 1994,1995 Ian Jackson <ian@chiark.greenend.org.uk>
- * Copyright (C) 2001 Wichert Akkerman <wakkerma@debian.org>
+ * Copyright © 1994,1995 Ian Jackson <ian@chiark.greenend.org.uk>
+ * Copyright © 2001 Wichert Akkerman <wakkerma@debian.org>
  *
  * This is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as
index 65f0f229639fa2e7653dc322715ef7cd012da3f9..cf6259cb42502ff6ab97b41506e61aaf5f76f2e2 100644 (file)
@@ -2,7 +2,7 @@
  * dselect - Debian package maintenance user interface
  * helpmsgs.cc - list of help messages
  *
- * Copyright (C) 1995 Ian Jackson <ian@chiark.greenend.org.uk>
+ * Copyright © 1995 Ian Jackson <ian@chiark.greenend.org.uk>
  *
  * This is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as
index fdb5a2bf0fcc0d4e29e821d08be5bece2a3fb770..691059003ce3f0a3f0920c478a4ba0063500dcac 100644 (file)
@@ -2,7 +2,7 @@
  * dselect - Debian package maintenance user interface
  * helpmsgs.h - external definitions for the list of help messages
  *
- * Copyright (C) 1995 Ian Jackson <ian@chiark.greenend.org.uk>
+ * Copyright © 1995 Ian Jackson <ian@chiark.greenend.org.uk>
  *
  * This is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as
index 7b631f9b9fbb93519ef9938a4aac2005128a786b..5dfdb5e86c50c863daef181fdc27fb4a3b5cc574 100644 (file)
@@ -2,8 +2,8 @@
  * dselect - Debian package maintenance user interface
  * main.cc - main program
  *
- * Copyright (C) 1994,1995 Ian Jackson <ian@chiark.greenend.org.uk>
- * Copyright (C) 2000,2001 Wichert Akkerman <wakkerma@debian.org>
+ * Copyright © 1994,1995 Ian Jackson <ian@chiark.greenend.org.uk>
+ * Copyright © 2000,2001 Wichert Akkerman <wakkerma@debian.org>
  *
  * This is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as
index 4ec7cb2cff8f2b2ef9839cfc204da19e8562a7bb..fd93420a500f2708be90c0860700b1e0c0fd8e1e 100644 (file)
@@ -2,7 +2,7 @@
  * dselect - Debian package maintenance user interface
  * methkeys.cc - method list keybindings
  *
- * Copyright (C) 1995 Ian Jackson <ian@chiark.greenend.org.uk>
+ * Copyright © 1995 Ian Jackson <ian@chiark.greenend.org.uk>
  *
  * This is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as
index 9e3b7d7d167320fb12b014a5ba815794ead96006..03fdddf4340624b54f62fadd023d5133601236e4 100644 (file)
@@ -2,8 +2,8 @@
  * dselect - Debian package maintenance user interface
  * methlist.cc - list of access methods and options
  *
- * Copyright (C) 1995 Ian Jackson <ian@chiark.greenend.org.uk>
- * Copyright (C) 2001 Wichert Akkerman <wakkerma@debian.org>
+ * Copyright © 1995 Ian Jackson <ian@chiark.greenend.org.uk>
+ * Copyright © 2001 Wichert Akkerman <wakkerma@debian.org>
  *
  * This is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as
index ee313f3676d38eb7ad3bb1c4006815fcabb7fca0..a18a880b45b3747b9b84265ff21e07575a1b0550 100644 (file)
@@ -2,8 +2,8 @@
  * dselect - Debian package maintenance user interface
  * method.cc - access method handling
  *
- * Copyright (C) 1995 Ian Jackson <ian@chiark.greenend.org.uk>
- * Copyright (C) 2001,2002 Wichert Akkerman <wakkerma@debian.org>
+ * Copyright © 1995 Ian Jackson <ian@chiark.greenend.org.uk>
+ * Copyright © 2001,2002 Wichert Akkerman <wakkerma@debian.org>
  *
  * This is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as
index 0494071537ba3b0fc87503ee3aaca10b8a7cdfb4..fa07f8afd5eddae159322d9c81e8521eab28319c 100644 (file)
@@ -2,8 +2,8 @@
  * dselect - Debian package maintenance user interface
  * method.h - access method handling declarations
  *
- * Copyright (C) 1995 Ian Jackson <ian@chiark.greenend.org.uk>
- * Copyright (C) 2001 Wichert Akkerman <wakkerma@debian.org>
+ * Copyright © 1995 Ian Jackson <ian@chiark.greenend.org.uk>
+ * Copyright © 2001 Wichert Akkerman <wakkerma@debian.org>
  *
  * This is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as
index 74a6f540566cc927e92b6450010e2df4f585b3a3..b18aee8cae25c07cfff28a2ddadc03f1fd9b0c3b 100644 (file)
@@ -2,7 +2,7 @@
  * dselect - Debian package maintenance user interface
  * methparse.cc - access method list parsing
  *
- * Copyright (C) 1995 Ian Jackson <ian@chiark.greenend.org.uk>
+ * Copyright © 1995 Ian Jackson <ian@chiark.greenend.org.uk>
  *
  * This is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as
index 8d5a7bf2e17b28e649e1646354f393eb120d3e3e..8e4a5bc2e5b0e02c25491df76f11afbddbb5b019 100755 (executable)
@@ -3,7 +3,7 @@
 # dselect - Debian package maintenance user interface
 # mkcurkeys.pl - generate strings mapping key names to ncurses numbers
 #
-# Copyright (C) 1995 Ian Jackson <ian@chiark.greenend.org.uk>
+# Copyright © 1995 Ian Jackson <ian@chiark.greenend.org.uk>
 #
 # This is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as
index 1fce22c42a4ebe7391ce4151441865960ecec283..0abdc5eacca71626e0b0faba390be02996a60b0c 100644 (file)
@@ -2,7 +2,7 @@
  * dselect - Debian package maintenance user interface
  * pkgcmds.cc - package list keyboard commands
  *
- * Copyright (C) 1994,1995 Ian Jackson <ian@chiark.greenend.org.uk>
+ * Copyright © 1994,1995 Ian Jackson <ian@chiark.greenend.org.uk>
  *
  * This is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as
index 0f3140fcdc42113ada7712948db5bbf01f9fd9ce..2caa53873f532f0ed1bba1fee219d77d1cf518ff 100644 (file)
@@ -2,7 +2,7 @@
  * dselect - Debian package maintenance user interface
  * pkgdepcon.cc - dependency and conflict resolution
  *
- * Copyright (C) 1995 Ian Jackson <ian@chiark.greenend.org.uk>
+ * Copyright © 1995 Ian Jackson <ian@chiark.greenend.org.uk>
  *
  * This is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as
index 6e9e5fce5bd38d840799c62fbd97479e7723356a..96ed6443e7666d88672355d80d843d88d2d04913 100644 (file)
@@ -2,7 +2,7 @@
  * dselect - Debian package maintenance user interface
  * pkgdisplay.cc - package list display
  *
- * Copyright (C) 1994,1995 Ian Jackson <ian@chiark.greenend.org.uk>
+ * Copyright © 1994,1995 Ian Jackson <ian@chiark.greenend.org.uk>
  *
  * This is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as
index b27396d2eaa36f2b9a00ab67649f96c69411c4c8..503d22d845c5c134ef3ee19f03f348c06ee15ebb 100644 (file)
@@ -2,7 +2,7 @@
  * dselect - Debian package maintenance user interface
  * pkginfo.cc - handles (re)draw of package list window infopad
  *
- * Copyright (C) 1995 Ian Jackson <ian@chiark.greenend.org.uk>
+ * Copyright © 1995 Ian Jackson <ian@chiark.greenend.org.uk>
  *
  * This is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as
index 0b249eb75bbf5008bf52ffe94035a4dd48e7ce13..b15596ffab890c49fe2b0bd29ad9cd5a2bbb53e8 100644 (file)
@@ -2,7 +2,7 @@
  * dselect - Debian package maintenance user interface
  * pkgkeys.cc - package list keybindings
  *
- * Copyright (C) 1995 Ian Jackson <ian@chiark.greenend.org.uk>
+ * Copyright © 1995 Ian Jackson <ian@chiark.greenend.org.uk>
  *
  * This is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as
index cba3c5ad6751f494e99ec57c8a6fee80789871b8..53bf43a57f8b06816475195cf530f37b1442c1b1 100644 (file)
@@ -2,8 +2,8 @@
  * dselect - Debian package maintenance user interface
  * pkglist.cc - package list administration
  *
- * Copyright (C) 1995 Ian Jackson <ian@chiark.greenend.org.uk>
- * Copyright (C) 2001 Wichert Akkerman <wakkerma@debian.org>
+ * Copyright © 1995 Ian Jackson <ian@chiark.greenend.org.uk>
+ * Copyright © 2001 Wichert Akkerman <wakkerma@debian.org>
  *
  * This is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as
index 89ff8277c0614a217d9f1482b75d1ba647e4d5ce..e30057d06fb04e7b91ce557c72aff86e0c2f8c30 100644 (file)
@@ -2,8 +2,8 @@
  * dselect - selection of Debian packages
  * pkglist.h - external definitions for package list handling
  *
- * Copyright (C) 1994,1995 Ian Jackson <ian@chiark.greenend.org.uk>
- * Copyright (C) 2001 Wichert Akkerman <wakkerma@debian.org>
+ * Copyright © 1994,1995 Ian Jackson <ian@chiark.greenend.org.uk>
+ * Copyright © 2001 Wichert Akkerman <wakkerma@debian.org>
  *
  * This is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as
index 8f17f712c10cf043402940e842a74c2bec4499b1..8bf713f458630c5fc10029b87ca1614e0b6d9ea5 100644 (file)
@@ -2,7 +2,7 @@
  * dselect - Debian package maintenance user interface
  * pkgsublist.cc - status modification and recursive package list handling
  *
- * Copyright (C) 1995 Ian Jackson <ian@chiark.greenend.org.uk>
+ * Copyright © 1995 Ian Jackson <ian@chiark.greenend.org.uk>
  *
  * This is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as
index 8edde4136afd7f048d35377c8ed82c5dcccd97f8..2a7c01de35b28a532688a3e32c6db510ac6af003 100644 (file)
@@ -2,7 +2,7 @@
  * dselect - Debian package maintenance user interface
  * pkgtop.cc - handles (re)draw of package list windows colheads, list, thisstate
  *
- * Copyright (C) 1994,1995 Ian Jackson <ian@chiark.greenend.org.uk>
+ * Copyright © 1994,1995 Ian Jackson <ian@chiark.greenend.org.uk>
  *
  * This is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as
index 5579edf367e8490c386caf62f74e20073570d977..237891857f022dd2c51d90f4fcb799850849cc3d 100644 (file)
@@ -1,5 +1,5 @@
 # Texte für Debian dpkg/dselect/po/de.po
-# Copyright 2000 Software in the Public Interest.
+# Copyright © 2000 Software in the Public Interest.
 # Hartmut Koptein <koptein@debian.org>, Apr 2000.
 # Erich Schubert <debian@vitavonni.de>, March 2001.
 # Michael Piefel <piefel@debian.org>, 2001, 2002, 2003, 2004, 2005.
index dc2e674ec76579981fe5728a8867819a760b42f6..5cb202b65840e32d2f43d1c5c84da39cf85437e0 100644 (file)
@@ -1,5 +1,5 @@
 # Mensajes en español para Debian dpkg.
-# Copyright 1999, 2000 Software in the Public Interest.
+# Copyright © 1999, 2000 Software in the Public Interest.
 # Nicolás Lichtmaier <nick@debian.org>, 1999.
 # Tinguaro Barreno Delgado <tbarreno@debian.org>, 1999.
 # Tomás Bautista <bautista@cma.ulpgc.es>, 2000.
index 98bfa72aec8aa60f4bfae1ad3f36b976e831dc3c..1b6312c0ce93d1bddc067fe893c76b25ac61fe06 100644 (file)
@@ -1,5 +1,5 @@
 # Tradução para o Português (Brasil) do dpkg/dselect (Debian)
-# Copyright 1999, 2000 Software in the Public Interest.
+# Copyright © 1999, 2000 Software in the Public Interest.
 # Thiago Jung Bauermann <jungmann@cwb.matrix.com.br>, 1999.
 # Carlos Henrique Santos Laviola <claviola@brfree.com.br>, 2000.
 # André Luís Lopes <andrelop@ig.com.br>, 2002.
index 58104874e0ba6f4ebd1504168d61f3bb086bd4ac..8024a2a507776c7948333499d4e5d10d02058aa2 100644 (file)
@@ -1,5 +1,5 @@
 # Swedish translation of dpkg
-# Copyright 1999-2008 Software in the Public Interest
+# Copyright © 1999-2008 Software in the Public Interest
 # Peter Karlsson <peterk@debian.org>, 1999-2008.
 # Daniel Nylander <po@danielnylander.se>, 2006.
 #
index 4337062fb8e741e9defee35affb359d8ba21aba9..96d8e8a83a1da5e8527bb2486410ee76c111b69e 100644 (file)
@@ -2,7 +2,7 @@
  * libdpkg - Debian packaging suite library routines
  * cleanup.c - cleanup functions, used when we need to unwind
  *
- * Copyright (C) 1995 Ian Jackson <ian@chiark.greenend.org.uk>
+ * Copyright © 1995 Ian Jackson <ian@chiark.greenend.org.uk>
  *
  * This is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as
index 09d4a9c6dc559dd5b53c441b1046769b05b650ac..d769fd1088f011358bf0f0c98fa6b7d6c8371811 100644 (file)
@@ -2,7 +2,7 @@
  * libdpkg - Debian packaging suite library routines
  * compat.c - compatibility functions
  *
- * Copyright (C) 1995 Ian Jackson <ian@chiark.greenend.org.uk>
+ * Copyright © 1995 Ian Jackson <ian@chiark.greenend.org.uk>
  *
  * This is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as
index d5afefa5439b4f0e53d91a5097badc78837520cb..65b26bbc5804ed1a74f22673ae2d83be38538cab 100644 (file)
@@ -2,7 +2,7 @@
  * libdpkg - Debian packaging suite library routines
  * dpkg-db.h - Low level package database routines (hash tables, etc.)
  *
- * Copyright (C) 1995 Ian Jackson <ian@chiark.greenend.org.uk>
+ * Copyright © 1995 Ian Jackson <ian@chiark.greenend.org.uk>
  *
  * This is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as
index cdaa1624603822577a30bcc85f83c62412260ce3..c2d95f74eacf20b5f592f71ec749a3795e795cd4 100644 (file)
@@ -2,8 +2,8 @@
  * dpkg - main program for package management
  * dbmodify.c - routines for managing dpkg database updates
  *
- * Copyright (C) 1994,1995 Ian Jackson <ian@chiark.greenend.org.uk>
- * Copyright (C) 2001 Wichert Akkerman <wichert@debian.org>
+ * Copyright © 1994,1995 Ian Jackson <ian@chiark.greenend.org.uk>
+ * Copyright © 2001 Wichert Akkerman <wichert@debian.org>
  *
  * This is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as
index d5adef7b1c423fabbcb22944da695f96dc028fe9..2812062a08f954d85104896c7bd71d4da854b41a 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * dlist.h - macros for handling doubly linked lists
  *
- * Copyright (C) 1997-1999 Ian Jackson <ian@davenant.greenend.org.uk>
+ * Copyright © 1997-1999 Ian Jackson <ian@davenant.greenend.org.uk>
  *
  * 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
index 7d28970dd8e38fd6c47e9bfe900a06603031dffb..481424e09c48d9c9c52781bf618d8aff0a211588 100644 (file)
@@ -2,8 +2,8 @@
  * libdpkg - Debian packaging suite library routines
  * dpkg-db.h - declarations for in-core package database management
  *
- * Copyright (C) 1994,1995 Ian Jackson <ian@chiark.greenend.org.uk>
- * Copyright (C) 2000,2001 Wichert Akkerman
+ * Copyright © 1994,1995 Ian Jackson <ian@chiark.greenend.org.uk>
+ * Copyright © 2000,2001 Wichert Akkerman
  *
  * This is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as
index 08e01cb1d5326101d57e5322326fa5fce3eeca1a..97a06518364091b62d7bc6e926140c0e28e56abf 100644 (file)
@@ -2,7 +2,7 @@
  * libdpkg - Debian packaging suite library routines
  * dpkg-def.h - C language support definitions
  *
- * Copyright (C) 1994,1995 Ian Jackson <ian@chiark.greenend.org.uk>
+ * Copyright © 1994,1995 Ian Jackson <ian@chiark.greenend.org.uk>
  *
  * This is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as
index 51af10c96e5dd601dec2b8772f2ac1332767dd8d..be70eeb78c5431f4256de810ac885ad3046441f0 100644 (file)
@@ -2,7 +2,7 @@
  * libdpkg - Debian packaging suite library routines
  * dpkg-priv.h - private declarations for libdpkg and dpkg programs
  *
- * Copyright (C) 2008 Guillem Jover <guillem@debian.org>
+ * Copyright © 2008 Guillem Jover <guillem@debian.org>
  *
  * This is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as
index 13dc9e0b0a5f82b90a9aca66948fadb47ca43ae5..14a4ce1d0e846a3dff17f596e7dfe89fe4543669 100644 (file)
@@ -2,8 +2,8 @@
  * libdpkg - Debian packaging suite library routines
  * dpkg.h - general header for Debian package handling
  *
- * Copyright (C) 1994,1995 Ian Jackson <ian@chiark.greenend.org.uk>
- * Copyright (C) 2000,2001 Wichert Akkerman <wichert@debian.org>
+ * Copyright © 1994,1995 Ian Jackson <ian@chiark.greenend.org.uk>
+ * Copyright © 2000,2001 Wichert Akkerman <wichert@debian.org>
  *
  * This is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as
index 30bfadc775e3918387484050970c18ead21e69a0..b80bdb5a3c1c85dfbab8bf6e99869c7aeda54f98 100644 (file)
@@ -2,8 +2,8 @@
  * libdpkg - Debian packaging suite library routines
  * dump.c - code to write in-core database to a file
  *
- * Copyright (C) 1995 Ian Jackson <ian@chiark.greenend.org.uk>
- * Copyright (C) 2001 Wichert Akkerman 
+ * Copyright © 1995 Ian Jackson <ian@chiark.greenend.org.uk>
+ * Copyright © 2001 Wichert Akkerman
  *
  * This is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as
index 8f05d1dd8f1f5af5853e559125cba007359ea1a1..a4665b41bee822b40111ccb150a60f3f2dfe0313 100644 (file)
@@ -2,7 +2,7 @@
  * libdpkg - Debian packaging suite library routines
  * ehandle.c - error handling
  *
- * Copyright (C) 1994,1995 Ian Jackson <ian@chiark.greenend.org.uk>
+ * Copyright © 1994,1995 Ian Jackson <ian@chiark.greenend.org.uk>
  *
  * This is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as
index 421f28935016c4cc48e64f0709d9adc7443c945f..cf7ed76237dec8d1fd0e8b3fecd8e6276d88f27f 100644 (file)
@@ -2,8 +2,8 @@
  * libdpkg - Debian packaging suite library routines
  * fields.c - parsing of all the different fields, when reading in
  *
- * Copyright (C) 1995 Ian Jackson <ian@chiark.greenend.org.uk>
- * Copyright 2001 Wichert Akkerman
+ * Copyright © 1995 Ian Jackson <ian@chiark.greenend.org.uk>
+ * Copyright © 2001 Wichert Akkerman
  *
  * This is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as
index 3cf83642348c553d7c4d98fbb69b619dd6927264..48605f5233bbdf70cd4372e851dda6de8cd4d729 100644 (file)
@@ -2,7 +2,7 @@
  * libdpkg - Debian packaging suite library routines
  * lock.c - packages database locking
  *
- * Copyright (C) 1994,1995 Ian Jackson <ian@chiark.greenend.org.uk>
+ * Copyright © 1994,1995 Ian Jackson <ian@chiark.greenend.org.uk>
  *
  * This is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as
index a46afff4cd8a8f7eb0721b0ff72e5578ce707045..3c4fb124507b93733832c7515c79dcaff9570791 100644 (file)
--- a/lib/log.c
+++ b/lib/log.c
@@ -2,7 +2,7 @@
  * dpkg - main program for package management
  * log.c - logging related functions
  *
- * Copyright (C) 2005 Scott James Remnant <scott@netsplit.com>
+ * Copyright © 2005 Scott James Remnant <scott@netsplit.com>
  *
  * This is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as
index ec9fe1fb22487020a2bec2e6e4da7ac10d16ae05..525b0146233dbb54e9b7b0080c41feaa23874b61 100644 (file)
@@ -2,7 +2,7 @@
  * libdpkg - Debian packaging suite library routines
  * mlib.c - `must' library: routines will succeed or longjmp
  *
- * Copyright (C) 1994,1995 Ian Jackson <ian@chiark.greenend.org.uk>
+ * Copyright © 1994,1995 Ian Jackson <ian@chiark.greenend.org.uk>
  *
  * This is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as
index 6620aeba1143467013452ae54fb5ed5992e6c801..3fda462774d40ddb643671e7dd65c20441ba9f27 100644 (file)
@@ -2,7 +2,7 @@
  * libdpkg - Debian packaging suite library routines
  * myopt-util.c - command line option utilities
  *
- * Copyright (C) 1994,1995 Ian Jackson <ian@chiark.greenend.org.uk>
+ * Copyright © 1994,1995 Ian Jackson <ian@chiark.greenend.org.uk>
  *
  * This is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as
index 8275eec28d1e7d087727feef1937c2c256075a35..2f3697c88719840dd9f677a92daa283007a0312f 100644 (file)
@@ -2,8 +2,8 @@
  * libdpkg - Debian packaging suite library routines
  * myopt.c - my very own option parsing
  *
- * Copyright (C) 1994,1995 Ian Jackson <ian@chiark.greenend.org.uk>
- * Copyright (C) 2000,2002 Wichert Akkerman <wichert@deephackmode.org>
+ * Copyright © 1994,1995 Ian Jackson <ian@chiark.greenend.org.uk>
+ * Copyright © 2000,2002 Wichert Akkerman <wichert@deephackmode.org>
  *
  * This is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as
index dcc921471d2cb29467f387169d14043f1ff19ff3..2f6e74aac749f307c6a1e41c59534ba13e9aaa7d 100644 (file)
@@ -2,7 +2,7 @@
  * libdpkg - Debian packaging suite library routines
  * myopt.h - declarations for my very own option parsing
  *
- * Copyright (C) 1994,1995 Ian Jackson <ian@chiark.greenend.org.uk>
+ * Copyright © 1994,1995 Ian Jackson <ian@chiark.greenend.org.uk>
  *
  * This is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as
index 233fa6279c180b2a58998602864ed6109613ff24..cbe6f50a3310f91829bbc75e9657dc7ad12754c0 100644 (file)
@@ -2,7 +2,7 @@
  * libdpkg - Debian packaging suite library routines
  * nfmalloc.c - non-freeing malloc, used for in-core database
  *
- * Copyright (C) 1994,1995 Ian Jackson <ian@chiark.greenend.org.uk>
+ * Copyright © 1994,1995 Ian Jackson <ian@chiark.greenend.org.uk>
  *
  * This is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as
index cc6ed497d78db30edb0f51fdd254ce1ed04f3555..d4737b27729005175a23531460227f2be8dac654 100644 (file)
@@ -2,7 +2,7 @@
  * libdpkg - Debian packaging suite library routines
  * parse.c - database file parsing, main package/field loop
  *
- * Copyright (C) 1995 Ian Jackson <ian@chiark.greenend.org.uk>
+ * Copyright © 1995 Ian Jackson <ian@chiark.greenend.org.uk>
  *
  * This is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as
index c4a57078b9fbb9801b4b9a11775f1df51523353a..636a4d276b2dabd17dba055d01b684569e391bb3 100644 (file)
@@ -2,8 +2,8 @@
  * libdpkg - Debian packaging suite library routines
  * parse.c - declarations for in-core database reading/writing
  *
- * Copyright (C) 1995 Ian Jackson <ian@chiark.greenend.org.uk>
- * Copyright (C) 2001 Wichert Akkerman
+ * Copyright © 1995 Ian Jackson <ian@chiark.greenend.org.uk>
+ * Copyright © 2001 Wichert Akkerman
  *
  * This is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as
index 87bfd16c29ab972addde90970923c16599983f78..85779e8df68886cb60e011c32f200cb0c9b90ca9 100644 (file)
@@ -2,7 +2,7 @@
  * libdpkg - Debian packaging suite library routines
  * parsehelp.c - helpful routines for parsing and writing
  *
- * Copyright (C) 1995 Ian Jackson <ian@chiark.greenend.org.uk>
+ * Copyright © 1995 Ian Jackson <ian@chiark.greenend.org.uk>
  *
  * This is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as
index 5f2a46ee0b6c2fed6836846e814e4c97a4fcf0d3..3152b26dbac124ce22b67b8fddc6ece0c6701f05 100644 (file)
@@ -2,8 +2,8 @@
  * libdpkg - Debian packaging suite library routines
  * path.c - path handling functions
  *
- * Copyright (C) 1995 Ian Jackson <ian@chiark.greenend.org.uk>
- * Copyright (C) 2008 Guillem Jover <guillem@debian.org>
+ * Copyright © 1995 Ian Jackson <ian@chiark.greenend.org.uk>
+ * Copyright © 2008 Guillem Jover <guillem@debian.org>
  *
  * This is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as
index 61a30e3185ebc93fa3800ee64399b27cd3a96d65..c51abb9e0a56587898c1d2317b8b42504cf40345 100644 (file)
@@ -2,7 +2,7 @@
  * libdpkg - Debian packaging suite library routines
  * showpkg.c - customizable package listing
  *
- * Copyright (C) 2001 Wichert Akkerman <wakkerma@debian.org>
+ * Copyright © 2001 Wichert Akkerman <wakkerma@debian.org>
  *
  * This is free software; you can redistribute it and/or modify
  * it under the terms of version 2 of the GNU General Public
index 977f3f6bf03facc3e041c40892e94595dc9df258..864000d1795ae4732d5a2f7d0498893bccd413ae 100644 (file)
@@ -2,7 +2,7 @@
  * libdpkg - Debian packaging suite library routines
  * subproc.c - subprocess helper routines
  *
- * Copyright (C) 1995 Ian Jackson <ian@chiark.greenend.org.uk>
+ * Copyright © 1995 Ian Jackson <ian@chiark.greenend.org.uk>
  *
  * This is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as
index 2aa8b9157038c5074f1411dc8e36eee97bc0068a..f0ed1a5624d37c45deafc977f50e076ade228a50 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Functions for extracting tar archives.
  * Bruce Perens, April-May 1995
- * Copyright (C) 1995 Bruce Perens
+ * Copyright © 1995 Bruce Perens
  * This is free software under the GNU General Public License.
  */
 #include <config.h>
index 1ffa3ea42096d8ec93ca747d2e3e62765be0eeaa..4bd0e00f444f1ba352368806649b28f31ddb2b36 100644 (file)
@@ -4,7 +4,7 @@
 /*
  * Functions for extracting tar archives.
  * Bruce Perens, April-May 1995
- * Copyright (C) 1995 Bruce Perens
+ * Copyright © 1995 Bruce Perens
  * This is free software under the GNU General Public License.
  */
 
index bf9d0953bf5dc56ab1fdb5c937da274b839b24bd..ef9ee0f7e4f302d4400bc6b352a0fed8478f12a2 100644 (file)
@@ -2,7 +2,7 @@
  * dpkg - main program for package management
  * trigdeferred.l - parsing of triggers/Deferred
  *
- * Copyright (C) 2007 Canonical Ltd
+ * Copyright © 2007 Canonical Ltd
  * written by Ian Jackson <ian@chiark.greenend.org.uk>
  *
  * This is free software; you can redistribute it and/or modify
index 84ac2ab0fd4ca363ab7bd5c21d6b95a47ca318b0..bb56d1f1ec328e6b35070a269822cf3672f5ed96 100644 (file)
@@ -2,7 +2,7 @@
  * libdpkg - Debian packaging suite library routines
  * triglib.c - trigger handling
  *
- * Copyright (C) 2007 Canonical Ltd
+ * Copyright © 2007 Canonical Ltd
  * Written by Ian Jackson <ian@chiark.greenend.org.uk>
  *
  * This is free software; you can redistribute it and/or modify
index 87f6b7c759d6ab30f827c16b1ecd929325f6a676..060cff221fe9758fe3fb52577548acbb5dcd87ab 100644 (file)
@@ -2,7 +2,7 @@
  * libdpkg - Debian packaging suite library routines
  * utils.c - Helper functions for dpkg
  *
- * Copyright (C) 2001 Wichert Akkerman <wakkerma@debian.org>
+ * Copyright © 2001 Wichert Akkerman <wakkerma@debian.org>
  *
  * This is free software; you can redistribute it and/or modify
  * it under the terms of version 2 of the GNU General Public
index 67722d256406b2a34e248af33945106275aa2e81..763cdcffef11bef78b802434ba613a4cd4bab34a 100644 (file)
@@ -2,7 +2,7 @@
  * libdpkg - Debian packaging suite library routines
  * varbuf.c - variable length expandable buffer handling
  *
- * Copyright (C) 1994,1995 Ian Jackson <ian@chiark.greenend.org.uk>
+ * Copyright © 1994,1995 Ian Jackson <ian@chiark.greenend.org.uk>
  *
  * This is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as
index 2360724f614d5998a46659750e679f9e8161d4ea..8cdd3970038c0bf8cb7442bbb4eb9720ece55083 100644 (file)
@@ -2,7 +2,7 @@
  * libdpkg - Debian packaging suite library routines
  * vercmp.c - comparison of version numbers
  *
- * Copyright (C) 1995 Ian Jackson <ian@chiark.greenend.org.uk>
+ * Copyright © 1995 Ian Jackson <ian@chiark.greenend.org.uk>
  *
  * This is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as
index eb415737783ad1918ce5f0380d28cb7b681bf98e..ac9468af6156a7ca3948d416750a0e0a480f9fa0 100644 (file)
@@ -1,5 +1,5 @@
 .\" This is an -*- nroff -*- source file.
-.\" dpkg-name and this manpage are Copyright 1995,1996 by Erick Branderhorst.
+.\" dpkg-name and this manpage are Copyright © 1995,1996 by Erick Branderhorst.
 .\"
 .\" This is free software; see the GNU General Public Licence version 2
 .\" or later for copying conditions.  There is NO warranty.
@@ -104,7 +104,7 @@ might depend on this naming structure.
 .BR xargs (1).
 .
 .SH AUTHOR
-Copyright 1995,1996 Erick Branderhorst
+Copyright (C) 1995,1996 Erick Branderhorst
 .sp
 This is free software; see the GNU General Public Licence version 2 or
 later for copying conditions. There is NO WARRANTY.
index 6722b7f36e6010b3217da3a9c60184d9614ae997..79182033a20c5e111f34557a44d244bfa676c3e8 100644 (file)
@@ -1,4 +1,4 @@
-.\" Install-info and this manpage are Copyright 1994 by Ian Jackson.
+.\" Install-info and this manpage are Copyright © 1994 by Ian Jackson.
 .\"
 .\" This is free software; see the GNU General Public Licence version 2
 .\" or later for copying conditions.  There is NO warranty.
@@ -289,7 +289,7 @@ processing steps are shown.
 .BR info (1),
 .BR gzip(1).
 .SH AUTHOR
-Copyright 1994 Ian Jackson
+Copyright (C) 1994 Ian Jackson
 .sp
 This is free software; see the GNU General Public Licence version 2 or
 later for copying conditions. There is NO WARRANTY.
index 4e6d72f0f5f64e3cf7bbcc047fd1aeea4ce2b3ff..a9cbc9eb00fe5f0226863825532821458003ea67 100644 (file)
--- a/po/de.po
+++ b/po/de.po
@@ -1,5 +1,5 @@
 # Texte für Debian dpkg/po/de.po
-# Copyright 2000 Software in the Public Interest.
+# Copyright © 2000 Software in the Public Interest.
 # Hartmut Koptein <koptein@debian.org>, Apr 2000.
 # Erich Schubert <debian@vitavonni.de>, March 2001.
 # Michael Piefel <piefel@debian.org>, 2001, 2002, 2003, 2004, 2005.
index 7947c00eeab70558686f6a1a90ca5a36da268518..e0c82a60003ec44576d5cf7680fada56490c1d80 100644 (file)
--- a/po/es.po
+++ b/po/es.po
@@ -1,5 +1,5 @@
 # Mensajes en espanol para Debian dpkg.
-# Copyright 1999, 2000 Software in the Public Interest.
+# Copyright © 1999, 2000 Software in the Public Interest.
 # Nicolas Lichtmaier <nick@debian.org>, 1999.
 # Tinguaro Barreno Delgado <tbarreno@debian.org>, 1999.
 # Tomas Bautista <bautista@cma.ulpgc.es>, 2000.
index 844e5490e6ab4812a59b6da4b368285627d29fb1..1ebe5882c295e21749cacdf6fb186b61e5d6eb13 100644 (file)
@@ -1,5 +1,5 @@
 # Tradução para o Português (Brasil) do dpkg (Debian)
-# Copyright 1999, 2000 Software in the Public Interest.
+# Copyright © 1999, 2000 Software in the Public Interest.
 # Thiago Jung Bauermann <jungmann@cwb.matrix.com.br>, 1999.
 # Carlos Henrique Santos Laviola <claviola@brfree.com.br>, 2000.
 # André Luís Lopes <andrelop@ig.com.br>, 2002.
index 331a24f31cf79366dd76c025ec22c6cb97098e06..ca6d85e8f887e7a5976908b456e2ef2f7d4ed85e 100644 (file)
--- a/po/sv.po
+++ b/po/sv.po
@@ -1,5 +1,5 @@
 # Swedish translation of dpkg
-# Copyright 1999-2008 Software in the Public Interest
+# Copyright © 1999-2008 Software in the Public Interest
 # Peter Karlsson <peterk@debian.org>, 1999-2008.
 # Daniel Nylander <po@danielnylander.se>, 2006.
 #
index b3bb801dc4d6779b6d1f0ef1954d9100df88156d..547e12a71345661d03baed8ced830694abc4653e 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 2007 Raphaël Hertzog <hertzog@debian.org>
+# Copyright © 2007 Raphaël Hertzog <hertzog@debian.org>
 
 # 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
index d1ec41eb2fcd0a2dbda836b9aa2fb8196bedc7b9..c702b795c13102e3f1723b5db876a67cc22af15b 100644 (file)
@@ -1,8 +1,8 @@
 #
 # Dpkg::Changelog::Debian
 #
-# Copyright 1996 Ian Jackson
-# Copyright 2005 Frank Lichtenheld <frank@lichtenheld.de>
+# Copyright © 1996 Ian Jackson
+# Copyright © 2005 Frank Lichtenheld <frank@lichtenheld.de>
 #
 #    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
index a54db17740954c3a42a46bd43bc4979be7951d16..c4a7b98da585e83c73bdd7949faf1b25e516b3af 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 2007 Raphaël Hertzog <hertzog@debian.org>
+# Copyright © 2007 Raphaël Hertzog <hertzog@debian.org>
 
 # 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
index b012d92f9f9933509d9282fa41cd1d1dc97bcb52..e1df16937ffa0b7ec70d08fc0912f16025c6dfd1 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 2007 Raphael Hertzog <hertzog@debian.org>
+# Copyright © 2007 Raphael Hertzog <hertzog@debian.org>
 #
 # 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
 #########################################################################
 # Several parts are inspired by lib/Dep.pm from lintian (same license)
 #
-# Copyright (C) 1998 Richard Braakman
-# Portions Copyright (C) 1999 Darren Benham
-# Portions Copyright (C) 2000 Sean 'Shaleh' Perry
-# Portions Copyright (C) 2004 Frank Lichtenheld
-# Portions Copyright (C) 2006 Russ Allbery
+# Copyright © 1998 Richard Braakman
+# Portions Copyright © 1999 Darren Benham
+# Portions Copyright © 2000 Sean 'Shaleh' Perry
+# Portions Copyright © 2004 Frank Lichtenheld
+# Portions Copyright © 2006 Russ Allbery
 
 package Dpkg::Deps;
 
index c28f69db199503b142ce47e45b8c096a0465219e..81f9a724a4d0e3042bf96d31ca3d23ffb084a0d1 100644 (file)
@@ -1,5 +1,5 @@
-# Copyright 2008 Raphaël Hertzog <hertzog@debian.org>
-# Copyright 2008 Frank Lichtenheld <djpig@debian.org>
+# Copyright © 2008 Raphaël Hertzog <hertzog@debian.org>
+# Copyright © 2008 Frank Lichtenheld <djpig@debian.org>
 
 # 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
index 2d0429806a21027d0ac1b72e28d05e57a7af2cb7..507a1f04259b79fffc192ae13be5399d6a00243f 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 2007 Raphaël Hertzog <hertzog@debian.org>
+# Copyright © 2007 Raphaël Hertzog <hertzog@debian.org>
 
 # 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
index 5974e5111e8695857b060cd55835a79b1a0efe61..8c5c8452225f2506ab9a565890b6ee62d5e73b5a 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 2008 Raphaël Hertzog <hertzog@debian.org>
+# Copyright © 2008 Raphaël Hertzog <hertzog@debian.org>
 
 # 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
index 94fdce936d8359755ae5652712cf675d8e3cc080..8465a56c51996244ae7288635807df8eaf91c444 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 2008 Raphaël Hertzog <hertzog@debian.org>
+# Copyright © 2008 Raphaël Hertzog <hertzog@debian.org>
 
 # 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
index 1843a2fb3a62977e350196d4b268dd1784d35a8c..6174444569d17723fc4662448621546da245966c 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 2008 Raphaël Hertzog <hertzog@debian.org>
+# Copyright © 2008 Raphaël Hertzog <hertzog@debian.org>
 
 # 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
index 4818a6cc9b4d9f9fd7fe8195433e30ec0682e911..2ba8479e7541412ff55a3465c2005e3a015c308f 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 2008 Raphaël Hertzog <hertzog@debian.org>
+# Copyright © 2008 Raphaël Hertzog <hertzog@debian.org>
 
 # 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
index 00fccf6c545b1ddbac2323bdf5a7e0757089bfc1..0af9ecac775dbfcb39ac6dcdaf8e8fc782f1bab1 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 2008 Raphaël Hertzog <hertzog@debian.org>
+# Copyright © 2008 Raphaël Hertzog <hertzog@debian.org>
 
 # 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
index 76c5bf9583270188efb2a3a504aa0ea2ea169ba7..1e0b71c66866ee47aed6887cd425762343c4d1e8 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 2008 Raphaël Hertzog <hertzog@debian.org>
+# Copyright © 2008 Raphaël Hertzog <hertzog@debian.org>
 
 # 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
index 8ad92cf2dd0cd88aed64d8a1fd0cff18ff0ef9c9..0464eba46e896c7337eb1017b90b139148a5ced0 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 2008 Raphaël Hertzog <hertzog@debian.org>
+# Copyright © 2008 Raphaël Hertzog <hertzog@debian.org>
 
 # 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
index b4353752d3410d23877e5b104228f1ba115c1270..11b5e0fd84c7eee0700a04ab12b4c7d1b26f591a 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 2008 Raphaël Hertzog <hertzog@debian.org>
+# Copyright © 2008 Raphaël Hertzog <hertzog@debian.org>
 
 # 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
index cddc636876eed13fe1521cca07a28cdb8950e302..69d6cc5e818a552293072cda1dc71af364c3bba5 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 2008 Raphaël Hertzog <hertzog@debian.org>
+# Copyright © 2008 Raphaël Hertzog <hertzog@debian.org>
 
 # 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
index a205f288f54f38eb6e33f4eb2c2b7097dd53224a..12500daf473b23417b335b5ba754762eea356ad8 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 2008 Raphaël Hertzog <hertzog@debian.org>
+# Copyright © 2008 Raphaël Hertzog <hertzog@debian.org>
 
 # 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
index 0ef9b3bf5696b27cc25e77de9131f589806eece5..cd5d3f87135c574fae185ccdcebaa6170fd6fbb2 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 2007 Raphaël Hertzog <hertzog@debian.org>
+# Copyright © 2007 Raphaël Hertzog <hertzog@debian.org>
 
 # 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
index d9fc1273caad50f059c5409bba6227d5a3b2460d..2d269e1dd7d4259fda62e6f9ee0d76636dc8afc2 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 2007 Raphaël Hertzog <hertzog@debian.org>
+# Copyright © 2007 Raphaël Hertzog <hertzog@debian.org>
 
 # 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
index 77791b89dad58a22fb0c8a0759274bd919af8524..cdefa968d755fade8326c707f16942bbe8afb271 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 2008 Raphaël Hertzog <hertzog@debian.org>
+# Copyright © 2008 Raphaël Hertzog <hertzog@debian.org>
 
 # 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
index 2d996a03698da68e8a2bc9c12611c9672a57eba0..7fd56a3b480ce851a8be2893481510be62b7110a 100644 (file)
@@ -1,6 +1,6 @@
-# Copyright Colin Watson <cjwatson@debian.org>
-# Copyright Ian Jackson <iwj@debian.org>
-# Copyright 2007 by Don Armstrong <don@donarmstrong.com>.
+# Copyright © Colin Watson <cjwatson@debian.org>
+# Copyright © Ian Jackson <iwj@debian.org>
+# Copyright © 2007 Don Armstrong <don@donarmstrong.com>.
 
 # 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
index f2d4922add2228741e846ed7f9a31f3791185fee..e3cddd076f8bcc4dda9b1a0b3f9457ef4efd2d43 100755 (executable)
@@ -9,7 +9,7 @@ purpose="rename Debian packages to full package names"
 
 license () {
 echo "# ${prog} ${version} -- ${purpose}
-# Copyright (C) 1995,1996 Erick Branderhorst <branderh@debian.org>.
+# Copyright © 1995,1996 Erick Branderhorst <branderh@debian.org>.
 
 # This is free software; you can redistribute it and/or modify it
 # under the terms of the GNU General Public License as published by the
index 457d7890dea9ce3e544b2566d4513a7a5ed92b3f..513a2fced76b473b4087640085fa70d0f70f92fa 100755 (executable)
@@ -1,7 +1,7 @@
 #!/usr/bin/perl
 #
-# Copyright 1999 Roderick Schertler
-# Copyright 2002 Wichert Akkerman <wakkerma@debian.org>
+# Copyright © 1999 Roderick Schertler
+# Copyright © 2002 Wichert Akkerman <wakkerma@debian.org>
 #
 # 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
index 70080fa2330adb08b8cf164b93edae11df37668b..5a93d6dfecd9313d2aa45f8ae4a29f0575f013df 100644 (file)
@@ -2,8 +2,8 @@
  * dpkg - main program for package management
  * archives.c - actions that process archive files, mainly unpack
  *
- * Copyright (C) 1994,1995 Ian Jackson <ian@chiark.greenend.org.uk>
- * Copyright (C) 2000 Wichert Akkerman <wakkerma@debian.org>
+ * Copyright © 1994,1995 Ian Jackson <ian@chiark.greenend.org.uk>
+ * Copyright © 2000 Wichert Akkerman <wakkerma@debian.org>
  *
  * This is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as
index 5696c198ba0eb9ec6a760521a4dea712376f283b..63b81ddd6e6a388e2b47b2830361399e5c26b3c9 100644 (file)
@@ -2,7 +2,7 @@
  * dpkg - main program for package management
  * archives.h - functions common to archives.c and processarc.c
  *
- * Copyright (C) 1995 Ian Jackson <ian@chiark.greenend.org.uk>
+ * Copyright © 1995 Ian Jackson <ian@chiark.greenend.org.uk>
  *
  * This is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as
index a61aa8038211c0cf5bab31f98a5207717350113e..49423b8ae589d71704a0028cc188628c993b4f3d 100644 (file)
@@ -2,7 +2,7 @@
  * dpkg - main program for package management
  * cleanup.c - cleanup functions, used when we need to unwind
  *
- * Copyright (C) 1995 Ian Jackson <ian@chiark.greenend.org.uk>
+ * Copyright © 1995 Ian Jackson <ian@chiark.greenend.org.uk>
  *
  * This is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as
index 4a8099a67cd049b4255646b7cfc6ad290d74e5f2..5bf60d5ca55eaa44c9c1f9122c984c14767f8f7a 100644 (file)
@@ -2,8 +2,8 @@
  * dpkg - main program for package management
  * configure.c - configure packages
  *
- * Copyright 1995 Ian Jackson <ian@chiark.greenend.org.uk>
- * Copyright 1999,2002 Wichert Akkerman <wichert@deephackmode.org>
+ * Copyright © 1995 Ian Jackson <ian@chiark.greenend.org.uk>
+ * Copyright © 1999,2002 Wichert Akkerman <wichert@deephackmode.org>
  *
  * This is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as
index fce092ca602d2a2aa643b66ff3e5dbe1a2b2b24c..2930c5c64455096b29671d3ce11f9d3849659a56 100644 (file)
@@ -2,7 +2,7 @@
  * dpkg - main program for package management
  * depcon.c - dependency and conflict checking
  *
- * Copyright (C) 1994,1995 Ian Jackson <ian@chiark.greenend.org.uk>
+ * Copyright © 1994,1995 Ian Jackson <ian@chiark.greenend.org.uk>
  *
  * This is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as
index 3fa9a589c0479b1ca1b6120d4b29b6cc94120050..ff385bf86c03c93942e015b4094d503fc8345c80 100644 (file)
@@ -2,7 +2,7 @@
  * dpkg - main program for package management
  * enquiry.c - status enquiry and listing options
  *
- * Copyright (C) 1995,1996 Ian Jackson <ian@chiark.greenend.org.uk>
+ * Copyright © 1995,1996 Ian Jackson <ian@chiark.greenend.org.uk>
  *
  * This is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as
index 83daa0f07de243ff7fa4ec4d90278b26551cf370..2e04ba1b0f1b75063dad3b8c12e40a032389b2c1 100644 (file)
@@ -2,7 +2,7 @@
  * dpkg - main program for package management
  * main.c - main program
  *
- * Copyright (C) 1994,1995 Ian Jackson <ian@chiark.greenend.org.uk>
+ * Copyright © 1994,1995 Ian Jackson <ian@chiark.greenend.org.uk>
  *
  * This is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as
index 7ecdae5b8909ea01827b8c328c2e0503fa324483..b060e1ecfa02e819ef7206e3ab5e8d80e14f8626 100644 (file)
@@ -2,8 +2,8 @@
  * dpkg - main program for package management
  * filesdb.c - management of database of files installed on system
  *
- * Copyright (C) 1995 Ian Jackson <ian@chiark.greenend.org.uk>
- * Copyright (C) 2000,2001 Wichert Akkerman <wakkerma@debian.org>
+ * Copyright © 1995 Ian Jackson <ian@chiark.greenend.org.uk>
+ * Copyright © 2000,2001 Wichert Akkerman <wakkerma@debian.org>
  *
  * This is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as
index 3293338717aa940cb41794e57d2a05a64256cc88..404ff40f967cab7383aa52cd247fd34c75642881 100644 (file)
@@ -2,7 +2,7 @@
  * dpkg - main program for package management
  * filesdb.h - management of database of files installed on system
  *
- * Copyright (C) 1995 Ian Jackson <ian@chiark.greenend.org.uk>
+ * Copyright © 1995 Ian Jackson <ian@chiark.greenend.org.uk>
  *
  * This is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as
index 6ea81d4c1d8e317b30fd042a1ba26a2777549b1c..0e6f2292c7a7a8cfd038626b5b330e542d412f6a 100644 (file)
@@ -2,7 +2,7 @@
  * dpkg - main program for package management
  * help.c - various helper routines
  *
- * Copyright (C) 1995 Ian Jackson <ian@chiark.greenend.org.uk>
+ * Copyright © 1995 Ian Jackson <ian@chiark.greenend.org.uk>
  *
  * This is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as
index 20332ed9d7b6001ed59eae0c3755a86fb07ab0cd..279018007e822057465ad56548a0d39a7dfbc293 100644 (file)
@@ -2,7 +2,7 @@
  * dpkg - main program for package management
  * main.c - main program
  *
- * Copyright (C) 1994,1995 Ian Jackson <ian@chiark.greenend.org.uk>
+ * Copyright © 1994,1995 Ian Jackson <ian@chiark.greenend.org.uk>
  *
  * This is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as
index 3713be0019b85139b2d1e18fb2066a7b5238df8d..49a197367171ea8bce30b8b151264b2081776eff 100644 (file)
@@ -2,7 +2,7 @@
  * dpkg - main program for package management
  * main.h - external definitions for this program
  *
- * Copyright (C) 1995 Ian Jackson <ian@chiark.greenend.org.uk>
+ * Copyright © 1995 Ian Jackson <ian@chiark.greenend.org.uk>
  *
  * This is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as
index 24116dcb5aa411853a31421c18d488a41b954043..abdb928dc091bed2cdf422b477b8a3314350b3f3 100644 (file)
@@ -2,7 +2,7 @@
  * dpkg - main program for package management
  * packages.c - common to actions that process packages
  *
- * Copyright (C) 1994,1995 Ian Jackson <ian@chiark.greenend.org.uk>
+ * Copyright © 1994,1995 Ian Jackson <ian@chiark.greenend.org.uk>
  *
  * This is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as
index cbcff6b70bbfc15813b1e4087a51cfc70ee04a7f..667ca7b494b87b1b4bb59c764e341d6a53880f58 100644 (file)
@@ -2,7 +2,7 @@
  * dpkg - main program for package management
  * processarc.c - the huge function process_archive
  *
- * Copyright (C) 1995 Ian Jackson <ian@chiark.greenend.org.uk>
+ * Copyright © 1995 Ian Jackson <ian@chiark.greenend.org.uk>
  *
  * This is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as
index 8c5cbc0515559f44fdaa2caa43f6f6038c2b05b2..973e6830dc6695da6de1be4a15208bc1ac43297e 100644 (file)
@@ -5,8 +5,8 @@
  * dpkg - main program for package management
  * enquiry.c - status enquiry and listing options
  *
- * Copyright (C) 1995,1996 Ian Jackson <ian@chiark.greenend.org.uk>
- * Copyright (C) 200,2001 Wichert Akkerman <wakkerma@debian.org>
+ * Copyright © 1995,1996 Ian Jackson <ian@chiark.greenend.org.uk>
+ * Copyright © 2000,2001 Wichert Akkerman <wakkerma@debian.org>
  *
  * This is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as
index fc0f9c5ecf661f73cf3049e602bdcb7b8ee08d15..b67081e097f31bc314372b53ca7e34cce2d94b05 100644 (file)
@@ -16,7 +16,7 @@
  * dpkg - main program for package management
  * remove.c - functionality for removing packages
  *
- * Copyright (C) 1995 Ian Jackson <ian@chiark.greenend.org.uk>
+ * Copyright © 1995 Ian Jackson <ian@chiark.greenend.org.uk>
  *
  * This is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as
index 8bef660def448f2337ecd14a2a88773b45917b42..a023d5db037a9ffadd7fd538b6dec745b93a090e 100644 (file)
@@ -2,7 +2,7 @@
  * dpkg - main program for package management
  * select.c - by-hand (rather than dselect-based) package selection
  *
- * Copyright (C) 1995,1996 Ian Jackson <ian@chiark.greenend.org.uk>
+ * Copyright © 1995,1996 Ian Jackson <ian@chiark.greenend.org.uk>
  *
  * This is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as
index 73b34559bf277cd52a3c0fa308f8ea2eaaf9658a..47720cbfa0e38b83ba27b8a35a435a6b39311b86 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * dpkg-trigger - trigger management utility
  *
- * Copyright (C) 2007 Canonical Ltd.
+ * Copyright © 2007 Canonical Ltd.
  * Written by Ian Jackson <ian@davenant.greenend.org.uk>
  *
  * This is free software; you can redistribute it and/or modify
index 32a6ed523bf76c7c8f1c300db7675b66bdd91bff..f8cafb1bf0c2250ef55b4ae06948b251a7d5cbdf 100644 (file)
@@ -2,7 +2,7 @@
  * dpkg - main program for package management
  * trigproc.c - trigger processing
  *
- * Copyright (C) 2007 Canonical Ltd
+ * Copyright © 2007 Canonical Ltd
  * written by Ian Jackson <ian@chiark.greenend.org.uk>
  *
  * This is free software; you can redistribute it and/or modify
index b1b59a23704a09ff59d9f9a3d5ee30589d598247..a9be505ad0b4b45ee05c21260f3c7555a2c8e8f3 100644 (file)
@@ -2,7 +2,7 @@
  * dpkg - main program for package management
  * update.c - options which update the `available' database
  *
- * Copyright (C) 1995 Ian Jackson <ian@chiark.greenend.org.uk>
+ * Copyright © 1995 Ian Jackson <ian@chiark.greenend.org.uk>
  *
  * This is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as