diff options
author | Guillem Jover <guillem@debian.org> | 2008-06-30 07:16:12 +0300 |
---|---|---|
committer | Guillem Jover <guillem@debian.org> | 2008-06-30 07:16:58 +0300 |
commit | 3e5aa7b25b21c6fd845d70073770d7c10f9af071 (patch) | |
tree | f64735fc3a06548f4951d3bc29c32870f92dc36b /lib/tarfn.c | |
parent | a406a4a4fdd2918b41f1be94aa19e25ce0c0ff6f (diff) | |
download | dpkg-3e5aa7b25b21c6fd845d70073770d7c10f9af071.tar.gz |
Switch to use UTF-8 copyright symbol and add missing ones
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.
Diffstat (limited to 'lib/tarfn.c')
-rw-r--r-- | lib/tarfn.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tarfn.c b/lib/tarfn.c index 2aa8b9157..f0ed1a562 100644 --- a/lib/tarfn.c +++ b/lib/tarfn.c @@ -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> |