diff options
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | grep-dctrl/rc.h | 2 | ||||
-rw-r--r-- | lib/fieldtrie.h | 2 | ||||
-rw-r--r-- | lib/fnutil.c | 4 | ||||
-rw-r--r-- | lib/fnutil.h | 2 | ||||
-rw-r--r-- | lib/fsaf.c | 2 | ||||
-rw-r--r-- | lib/fsaf.h | 2 | ||||
-rw-r--r-- | lib/getaline.c | 4 | ||||
-rw-r--r-- | lib/getaline.h | 2 | ||||
-rw-r--r-- | lib/i18n.h | 2 | ||||
-rw-r--r-- | lib/ifile.c | 2 | ||||
-rw-r--r-- | lib/ifile.h | 2 | ||||
-rw-r--r-- | lib/misc.c | 2 | ||||
-rw-r--r-- | lib/misc.h | 2 | ||||
-rw-r--r-- | lib/msg.c | 2 | ||||
-rw-r--r-- | lib/msg.h | 2 | ||||
-rw-r--r-- | lib/para_bundle.c | 2 | ||||
-rw-r--r-- | lib/para_bundle.h | 2 | ||||
-rw-r--r-- | lib/para_pool.c | 2 | ||||
-rw-r--r-- | lib/para_pool.h | 2 | ||||
-rw-r--r-- | lib/paragraph.c | 2 | ||||
-rw-r--r-- | lib/paragraph.h | 2 | ||||
-rw-r--r-- | lib/predicate.c | 2 | ||||
-rw-r--r-- | lib/predicate.h | 2 | ||||
-rw-r--r-- | lib/sorter.c | 2 | ||||
-rw-r--r-- | lib/sorter.h | 2 | ||||
-rw-r--r-- | lib/strutil.c | 2 | ||||
-rw-r--r-- | lib/strutil.h | 2 | ||||
-rw-r--r-- | lib/util.c | 2 | ||||
-rw-r--r-- | lib/util.h | 2 | ||||
-rw-r--r-- | lib/version.c | 4 | ||||
-rw-r--r-- | lib/version.h | 2 |
32 files changed, 35 insertions, 34 deletions
diff --git a/debian/changelog b/debian/changelog index c38ebdf..d79d8e8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ dctrl-tools (2.14) UNRELEASED; urgency=low [ Antti-Juhani Kaijanaho ] * grep-dctrl/rc.c, lib/msg.c: Recode to UTF-8 * lib/msg.c: Remove (obsolete) snail mail and email addresses for me. + * */*.[ch]: Use the copyright symbol instead of (c) or (C). -- Antti-Juhani Kaijanaho <ajk@debian.org> Fri, 04 Jul 2008 19:35:16 +0300 diff --git a/grep-dctrl/rc.h b/grep-dctrl/rc.h index e112424..92abab9 100644 --- a/grep-dctrl/rc.h +++ b/grep-dctrl/rc.h @@ -1,5 +1,5 @@ /* dctrl-tools - Debian control file inspection tools - Copyright (C) 1999, 2003 Antti-Juhani Kaijanaho + Copyright © 1999, 2003 Antti-Juhani Kaijanaho 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/lib/fieldtrie.h b/lib/fieldtrie.h index a33e089..d05ba71 100644 --- a/lib/fieldtrie.h +++ b/lib/fieldtrie.h @@ -1,5 +1,5 @@ /* dctrl-tools - Debian control file inspection tools - Copyright (C) 2003, 2004 Antti-Juhani Kaijanaho + Copyright © 2003, 2004 Antti-Juhani Kaijanaho 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/lib/fnutil.c b/lib/fnutil.c index 1ec5ca4..d767680 100644 --- a/lib/fnutil.c +++ b/lib/fnutil.c @@ -1,8 +1,8 @@ /* fnutil.c - file name utilities (Originally composed from several files in Lars Wirzenius' publib.) - Copyright (c) 1994 Lars Wirzenius. All rights reserved. - Copyright (C) 2004 Antti-Juhani Kaijanaho. All rights reserved. + Copyright © 1994 Lars Wirzenius. All rights reserved. + Copyright © 2004 Antti-Juhani Kaijanaho. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions diff --git a/lib/fnutil.h b/lib/fnutil.h index c5e38f8..11d44ef 100644 --- a/lib/fnutil.h +++ b/lib/fnutil.h @@ -1,5 +1,5 @@ /* dctrl-tools - Debian control file inspection tools - Copyright (C) 2004 Antti-Juhani Kaijanaho + Copyright © 2004 Antti-Juhani Kaijanaho 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 @@ -1,5 +1,5 @@ /* dctrl-tools - Debian control file inspection tools - Copyright (C) 2003, 2005 Antti-Juhani Kaijanaho + Copyright © 2003, 2005 Antti-Juhani Kaijanaho 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 @@ -1,5 +1,5 @@ /* dctrl-tools - Debian control file inspection tools - Copyright (C) 2003, 2005 Antti-Juhani Kaijanaho + Copyright © 2003, 2005 Antti-Juhani Kaijanaho 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/lib/getaline.c b/lib/getaline.c index df02498..9bf4f96 100644 --- a/lib/getaline.c +++ b/lib/getaline.c @@ -1,8 +1,8 @@ /* getaline.c -- read arbitrarily long line from file (Originally from Lars Wirzenius' publib.) - Copyright (c) 1994 Lars Wirzenius. All rights reserved. - Copyright (C) 2004 Antti-Juhani Kaijanaho. All rights reserved. + Copyright © 1994 Lars Wirzenius. All rights reserved. + Copyright © 2004 Antti-Juhani Kaijanaho. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions diff --git a/lib/getaline.h b/lib/getaline.h index e7f60d1..1c15a81 100644 --- a/lib/getaline.h +++ b/lib/getaline.h @@ -1,5 +1,5 @@ /* dctrl-tools - Debian control file inspection tools - Copyright (C) 2004 Antti-Juhani Kaijanaho + Copyright © 2004 Antti-Juhani Kaijanaho 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 @@ -1,5 +1,5 @@ /* dctrl-tools - Debian control file inspection tools - Copyright (C) 1999, 2003 Antti-Juhani Kaijanaho + Copyright © 1999, 2003 Antti-Juhani Kaijanaho 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/lib/ifile.c b/lib/ifile.c index da67919..bb497e8 100644 --- a/lib/ifile.c +++ b/lib/ifile.c @@ -1,5 +1,5 @@ /* dctrl-tools - Debian control file inspection tools - Copyright (C) 2004 Antti-Juhani Kaijanaho + Copyright © 2004 Antti-Juhani Kaijanaho 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/lib/ifile.h b/lib/ifile.h index 1405516..c0927d7 100644 --- a/lib/ifile.h +++ b/lib/ifile.h @@ -1,5 +1,5 @@ /* dctrl-tools - Debian control file inspection tools - Copyright (C) 2004 Antti-Juhani Kaijanaho + Copyright © 2004 Antti-Juhani Kaijanaho 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 @@ -1,5 +1,5 @@ /* dctrl-tools - Debian control file inspection tools - Copyright (C) 2004 Antti-Juhani Kaijanaho + Copyright © 2004 Antti-Juhani Kaijanaho 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 @@ -1,5 +1,5 @@ /* dctrl-tools - Debian control file inspection tools - Copyright (C) 2004 Antti-Juhani Kaijanaho + Copyright © 2004 Antti-Juhani Kaijanaho 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 @@ -1,5 +1,5 @@ /* grep-dctrl - grep Debian control files - Copyright (C) 1999, 2004 Antti-Juhani Kaijanaho + Copyright © 1999, 2004 Antti-Juhani Kaijanaho 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 @@ -1,5 +1,5 @@ /* dctrl-tools - Debian control file inspection tools - Copyright (C) 1999 Antti-Juhani Kaijanaho + Copyright © 1999 Antti-Juhani Kaijanaho 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/lib/para_bundle.c b/lib/para_bundle.c index 848ec01..52df13a 100644 --- a/lib/para_bundle.c +++ b/lib/para_bundle.c @@ -1,5 +1,5 @@ /* dctrl-tools - Debian control file inspection tools - Copyright (C) 2004 Antti-Juhani Kaijanaho + Copyright © 2004 Antti-Juhani Kaijanaho 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/lib/para_bundle.h b/lib/para_bundle.h index 2cb8a63..b02965a 100644 --- a/lib/para_bundle.h +++ b/lib/para_bundle.h @@ -1,5 +1,5 @@ /* dctrl-tools - Debian control file inspection tools - Copyright (C) 2004 Antti-Juhani Kaijanaho + Copyright © 2004 Antti-Juhani Kaijanaho 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/lib/para_pool.c b/lib/para_pool.c index eb907ac..d165714 100644 --- a/lib/para_pool.c +++ b/lib/para_pool.c @@ -1,5 +1,5 @@ /* dctrl-tools - Debian control file inspection tools - Copyright (C) 2004 Antti-Juhani Kaijanaho + Copyright © 2004 Antti-Juhani Kaijanaho 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/lib/para_pool.h b/lib/para_pool.h index 9ec37f5..7f69505 100644 --- a/lib/para_pool.h +++ b/lib/para_pool.h @@ -1,5 +1,5 @@ /* dctrl-tools - Debian control file inspection tools - Copyright (C) 2004 Antti-Juhani Kaijanaho + Copyright © 2004 Antti-Juhani Kaijanaho 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/lib/paragraph.c b/lib/paragraph.c index b5f5903..72d648a 100644 --- a/lib/paragraph.c +++ b/lib/paragraph.c @@ -1,5 +1,5 @@ /* dctrl-tools - Debian control file inspection tools - Copyright (C) 2003, 2004 Antti-Juhani Kaijanaho + Copyright © 2003, 2004 Antti-Juhani Kaijanaho 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/lib/paragraph.h b/lib/paragraph.h index 50c31cc..e3f8c43 100644 --- a/lib/paragraph.h +++ b/lib/paragraph.h @@ -1,5 +1,5 @@ /* dctrl-tools - Debian control file inspection tools - Copyright (C) 2003, 2004, 2005 Antti-Juhani Kaijanaho + Copyright © 2003, 2004, 2005 Antti-Juhani Kaijanaho 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/lib/predicate.c b/lib/predicate.c index e75aa82..dd5fbf2 100644 --- a/lib/predicate.c +++ b/lib/predicate.c @@ -1,5 +1,5 @@ /* dctrl-tools - Debian control file inspection tools - Copyright (C) 2003, 2004 Antti-Juhani Kaijanaho + Copyright © 2003, 2004 Antti-Juhani Kaijanaho 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/lib/predicate.h b/lib/predicate.h index 5860b6f..6720ed7 100644 --- a/lib/predicate.h +++ b/lib/predicate.h @@ -1,5 +1,5 @@ /* dctrl-tools - Debian control file inspection tools - Copyright (C) 2003, 2004, 2005 Antti-Juhani Kaijanaho + Copyright © 2003, 2004, 2005 Antti-Juhani Kaijanaho 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/lib/sorter.c b/lib/sorter.c index dbd2591..9f86f03 100644 --- a/lib/sorter.c +++ b/lib/sorter.c @@ -1,5 +1,5 @@ /* dctrl-tools - Debian control file inspection tools - Copyright (C) 2004, 2005 Antti-Juhani Kaijanaho + Copyright © 2004, 2005 Antti-Juhani Kaijanaho 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/lib/sorter.h b/lib/sorter.h index 1f5a291..a9b8dcb 100644 --- a/lib/sorter.h +++ b/lib/sorter.h @@ -1,5 +1,5 @@ /* dctrl-tools - Debian control file inspection tools - Copyright (C) 2004, 2005 Antti-Juhani Kaijanaho + Copyright © 2004, 2005 Antti-Juhani Kaijanaho 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/lib/strutil.c b/lib/strutil.c index 585abc1..fbfadea 100644 --- a/lib/strutil.c +++ b/lib/strutil.c @@ -1,5 +1,5 @@ /* dctrl-tools - Debian control file inspection tools - Copyright (C) 1999, 2003, 2004 Antti-Juhani Kaijanaho + Copyright © 1999, 2003, 2004 Antti-Juhani Kaijanaho 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/lib/strutil.h b/lib/strutil.h index 431e9e1..5322024 100644 --- a/lib/strutil.h +++ b/lib/strutil.h @@ -1,5 +1,5 @@ /* dctrl-tools - Debian control file inspection tools - Copyright (C) 1999, 2003 Antti-Juhani Kaijanaho + Copyright © 1999, 2003 Antti-Juhani Kaijanaho 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 @@ -1,5 +1,5 @@ /* dctrl-tools - Debian control file inspection tools - Copyright (C) 2003, 2004 Antti-Juhani Kaijanaho + Copyright © 2003, 2004 Antti-Juhani Kaijanaho 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 @@ -1,5 +1,5 @@ /* dctrl-tools - Debian control file inspection tools - Copyright (C) 2003, 2004 Antti-Juhani Kaijanaho + Copyright © 2003, 2004 Antti-Juhani Kaijanaho 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/lib/version.c b/lib/version.c index 624e089..76cd762 100644 --- a/lib/version.c +++ b/lib/version.c @@ -23,8 +23,8 @@ * vercmp.c - comparison of version numbers * utils.c - Helper functions for dpkg * - * 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 diff --git a/lib/version.h b/lib/version.h index 90aaf9d..5a7f4b7 100644 --- a/lib/version.h +++ b/lib/version.h @@ -22,7 +22,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 |