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 /dpkg-split | |
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 'dpkg-split')
-rw-r--r-- | dpkg-split/dpkg-split.h | 2 | ||||
-rw-r--r-- | dpkg-split/info.c | 2 | ||||
-rw-r--r-- | dpkg-split/join.c | 2 | ||||
-rw-r--r-- | dpkg-split/main.c | 2 | ||||
-rw-r--r-- | dpkg-split/queue.c | 2 | ||||
-rw-r--r-- | dpkg-split/split.c | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/dpkg-split/dpkg-split.h b/dpkg-split/dpkg-split.h index 89fda6922..aa27c4cb2 100644 --- a/dpkg-split/dpkg-split.h +++ b/dpkg-split/dpkg-split.h @@ -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 diff --git a/dpkg-split/info.c b/dpkg-split/info.c index 3541f4d90..57ee70788 100644 --- a/dpkg-split/info.c +++ b/dpkg-split/info.c @@ -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 diff --git a/dpkg-split/join.c b/dpkg-split/join.c index b4aa8cd4d..3736df625 100644 --- a/dpkg-split/join.c +++ b/dpkg-split/join.c @@ -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 diff --git a/dpkg-split/main.c b/dpkg-split/main.c index da8b9a724..6e746d303 100644 --- a/dpkg-split/main.c +++ b/dpkg-split/main.c @@ -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 diff --git a/dpkg-split/queue.c b/dpkg-split/queue.c index fa0faca43..199b7812f 100644 --- a/dpkg-split/queue.c +++ b/dpkg-split/queue.c @@ -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 diff --git a/dpkg-split/split.c b/dpkg-split/split.c index 2c3b7894d..69cc9b3af 100644 --- a/dpkg-split/split.c +++ b/dpkg-split/split.c @@ -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 |