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/utils.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/utils.c')
-rw-r--r-- | lib/utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/utils.c b/lib/utils.c index 87f6b7c75..060cff221 100644 --- a/lib/utils.c +++ b/lib/utils.c @@ -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 |