From 2d4d8cd1418e64827fe15288cb1a2bc78b513d99 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Wed, 13 Sep 2006 11:34:25 +0000 Subject: Use UTF-8 copyright symbol --- embed/mozilla/AutoEventQueue.cpp | 2 +- embed/mozilla/AutoEventQueue.h | 2 +- embed/mozilla/AutoJSContextStack.cpp | 2 +- embed/mozilla/AutoJSContextStack.h | 2 +- embed/mozilla/AutoWindowModalState.cpp | 2 +- embed/mozilla/AutoWindowModalState.h | 2 +- embed/mozilla/ContentHandler.cpp | 8 ++++---- embed/mozilla/ContentHandler.h | 4 ++-- embed/mozilla/EphyAboutModule.cpp | 8 ++++---- embed/mozilla/EphyAboutModule.h | 6 +++--- embed/mozilla/EphyBadCertRejector.cpp | 2 +- embed/mozilla/EphyBadCertRejector.h | 2 +- embed/mozilla/EphyBrowser.cpp | 4 ++-- embed/mozilla/EphyBrowser.h | 2 +- embed/mozilla/EphyContentPolicy.cpp | 2 +- embed/mozilla/EphyContentPolicy.h | 2 +- embed/mozilla/EphyDirectoryProvider.cpp | 2 +- embed/mozilla/EphyDirectoryProvider.h | 2 +- embed/mozilla/EphyFind.cpp | 2 +- embed/mozilla/EphyFind.h | 2 +- embed/mozilla/EphyHeaderSniffer.cpp | 2 +- embed/mozilla/EphyHeaderSniffer.h | 2 +- embed/mozilla/EphyHistoryListener.cpp | 2 +- embed/mozilla/EphyHistoryListener.h | 2 +- embed/mozilla/EphyPromptService.cpp | 2 +- embed/mozilla/EphyPromptService.h | 2 +- embed/mozilla/EphyRedirectChannel.cpp | 2 +- embed/mozilla/EphyRedirectChannel.h | 2 +- embed/mozilla/EphySidebar.cpp | 4 ++-- embed/mozilla/EphySidebar.h | 4 ++-- embed/mozilla/EphySingle.cpp | 4 ++-- embed/mozilla/EphySingle.h | 4 ++-- embed/mozilla/EphyUtils.cpp | 2 +- embed/mozilla/EphyUtils.h | 2 +- embed/mozilla/EventContext.cpp | 6 +++--- embed/mozilla/EventContext.h | 2 +- embed/mozilla/FilePicker.cpp | 4 ++-- embed/mozilla/FilePicker.h | 4 ++-- embed/mozilla/GeckoFormSigningDialog.cpp | 2 +- embed/mozilla/GeckoFormSigningDialog.h | 2 +- embed/mozilla/GeckoPrintService.cpp | 2 +- embed/mozilla/GeckoPrintService.h | 2 +- embed/mozilla/GeckoPrintSession.cpp | 2 +- embed/mozilla/GeckoPrintSession.h | 2 +- embed/mozilla/GeckoSpellCheckEngine.cpp | 2 +- embed/mozilla/GeckoSpellCheckEngine.h | 2 +- embed/mozilla/GlobalHistory.cpp | 4 ++-- embed/mozilla/GlobalHistory.h | 4 ++-- embed/mozilla/GtkNSSClientAuthDialogs.cpp | 2 +- embed/mozilla/GtkNSSClientAuthDialogs.h | 2 +- embed/mozilla/GtkNSSDialogs.cpp | 4 ++-- embed/mozilla/GtkNSSDialogs.h | 4 ++-- embed/mozilla/GtkNSSKeyPairDialogs.cpp | 2 +- embed/mozilla/GtkNSSKeyPairDialogs.h | 2 +- embed/mozilla/GtkNSSSecurityWarningDialogs.cpp | 4 ++-- embed/mozilla/GtkNSSSecurityWarningDialogs.h | 4 ++-- embed/mozilla/MozDownload.cpp | 2 +- embed/mozilla/MozDownload.h | 2 +- embed/mozilla/MozRegisterComponents.cpp | 6 +++--- embed/mozilla/MozRegisterComponents.h | 2 +- embed/mozilla/mozilla-download.cpp | 2 +- embed/mozilla/mozilla-download.h | 2 +- embed/mozilla/mozilla-embed-event.cpp | 4 ++-- embed/mozilla/mozilla-embed-event.h | 4 ++-- embed/mozilla/mozilla-embed-find.cpp | 4 ++-- embed/mozilla/mozilla-embed-find.h | 2 +- embed/mozilla/mozilla-embed-persist.cpp | 2 +- embed/mozilla/mozilla-embed-persist.h | 2 +- embed/mozilla/mozilla-embed-single.cpp | 8 ++++---- embed/mozilla/mozilla-embed-single.h | 4 ++-- embed/mozilla/mozilla-embed.cpp | 4 ++-- embed/mozilla/mozilla-embed.h | 2 +- embed/mozilla/mozilla-notifiers.cpp | 6 +++--- embed/mozilla/mozilla-notifiers.h | 6 +++--- embed/mozilla/mozilla-x509-cert.cpp | 4 ++-- embed/mozilla/mozilla-x509-cert.h | 2 +- 76 files changed, 115 insertions(+), 115 deletions(-) (limited to 'embed/mozilla') diff --git a/embed/mozilla/AutoEventQueue.cpp b/embed/mozilla/AutoEventQueue.cpp index 46ec2cb93..4eb98fc7b 100644 --- a/embed/mozilla/AutoEventQueue.cpp +++ b/embed/mozilla/AutoEventQueue.cpp @@ -18,7 +18,7 @@ * * The Initial Developer of the Original Code is * Netscape Communications Corporation. - * Portions created by the Initial Developer are Copyright (C) 2001 + * Portions created by the Initial Developer are Copyright © 2001 * the Initial Developer. All Rights Reserved. * * Contributor(s): diff --git a/embed/mozilla/AutoEventQueue.h b/embed/mozilla/AutoEventQueue.h index 4b3ae3320..2b6e2ca2d 100644 --- a/embed/mozilla/AutoEventQueue.h +++ b/embed/mozilla/AutoEventQueue.h @@ -18,7 +18,7 @@ * * The Initial Developer of the Original Code is * Netscape Communications Corporation. - * Portions created by the Initial Developer are Copyright (C) 2001 + * Portions created by the Initial Developer are Copyright © 2001 * the Initial Developer. All Rights Reserved. * * Contributor(s): diff --git a/embed/mozilla/AutoJSContextStack.cpp b/embed/mozilla/AutoJSContextStack.cpp index ef9ba8f9e..cf0765d3b 100644 --- a/embed/mozilla/AutoJSContextStack.cpp +++ b/embed/mozilla/AutoJSContextStack.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006 Christian Persch + * Copyright © 2006 Christian Persch * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/embed/mozilla/AutoJSContextStack.h b/embed/mozilla/AutoJSContextStack.h index 0b2ebb129..f424892f4 100644 --- a/embed/mozilla/AutoJSContextStack.h +++ b/embed/mozilla/AutoJSContextStack.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006 Christian Persch + * Copyright © 2006 Christian Persch * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/embed/mozilla/AutoWindowModalState.cpp b/embed/mozilla/AutoWindowModalState.cpp index e9296262b..ca7596b38 100644 --- a/embed/mozilla/AutoWindowModalState.cpp +++ b/embed/mozilla/AutoWindowModalState.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006 Christian Persch + * Copyright © 2006 Christian Persch * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/embed/mozilla/AutoWindowModalState.h b/embed/mozilla/AutoWindowModalState.h index 0c91e4c32..bccefede2 100644 --- a/embed/mozilla/AutoWindowModalState.h +++ b/embed/mozilla/AutoWindowModalState.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006 Christian Persch + * Copyright © 2006 Christian Persch * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/embed/mozilla/ContentHandler.cpp b/embed/mozilla/ContentHandler.cpp index 5fbc91090..d6403eb90 100644 --- a/embed/mozilla/ContentHandler.cpp +++ b/embed/mozilla/ContentHandler.cpp @@ -1,8 +1,8 @@ /* - * Copyright (C) 2001 Philip Langdale - * Copyright (C) 2003 Marco Pesenti Gritti - * Copyright (C) 2003 Xan Lopez - * Copyright (C) 2004 Christian Persch + * Copyright © 2001 Philip Langdale + * Copyright © 2003 Marco Pesenti Gritti + * Copyright © 2003 Xan Lopez + * Copyright © 2004 Christian Persch * * 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/embed/mozilla/ContentHandler.h b/embed/mozilla/ContentHandler.h index 6b30add9a..876f38597 100644 --- a/embed/mozilla/ContentHandler.h +++ b/embed/mozilla/ContentHandler.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2000-2003 Marco Pesenti Gritti, - * Copyright (C) 2003 Xan Lopez + * Copyright © 2000-2003 Marco Pesenti Gritti, + * Copyright © 2003 Xan Lopez * * 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/embed/mozilla/EphyAboutModule.cpp b/embed/mozilla/EphyAboutModule.cpp index ebc40f8f5..8168264c8 100644 --- a/embed/mozilla/EphyAboutModule.cpp +++ b/embed/mozilla/EphyAboutModule.cpp @@ -1,8 +1,8 @@ /* - * Copyright (C) 2001 Matt Aubury, Philip Langdale - * Copyright (C) 2004 Crispin Flowerday - * Copyright (C) 2005 Christian Persch - * Copyright (C) 2005 Adam Hooper + * Copyright © 2001 Matt Aubury, Philip Langdale + * Copyright © 2004 Crispin Flowerday + * Copyright © 2005 Christian Persch + * Copyright © 2005 Adam Hooper * * 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/embed/mozilla/EphyAboutModule.h b/embed/mozilla/EphyAboutModule.h index 959fe4e7a..d9ea4955a 100644 --- a/embed/mozilla/EphyAboutModule.h +++ b/embed/mozilla/EphyAboutModule.h @@ -1,7 +1,7 @@ /* - * Copyright (C) 2001 Matt Aubury, Philip Langdale - * Copyright (C) 2004 Crispin Flowerday - * Copyright (C) 2005 Christian Persch + * Copyright © 2001 Matt Aubury, Philip Langdale + * Copyright © 2004 Crispin Flowerday + * Copyright © 2005 Christian Persch * * 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/embed/mozilla/EphyBadCertRejector.cpp b/embed/mozilla/EphyBadCertRejector.cpp index 2ae56de30..95ffe7ce5 100644 --- a/embed/mozilla/EphyBadCertRejector.cpp +++ b/embed/mozilla/EphyBadCertRejector.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2005 Christian Persch + * Copyright © 2005 Christian Persch * * 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/embed/mozilla/EphyBadCertRejector.h b/embed/mozilla/EphyBadCertRejector.h index 4907d1e13..75b93d0b4 100644 --- a/embed/mozilla/EphyBadCertRejector.h +++ b/embed/mozilla/EphyBadCertRejector.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2005 Christian Persch + * Copyright © 2005 Christian Persch * * 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/embed/mozilla/EphyBrowser.cpp b/embed/mozilla/EphyBrowser.cpp index bfd3b9e92..8e2e946a0 100644 --- a/embed/mozilla/EphyBrowser.cpp +++ b/embed/mozilla/EphyBrowser.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2000-2004 Marco Pesenti Gritti - * Copyright (C) 2003, 2004, 2005 Christian Persch + * Copyright © 2000-2004 Marco Pesenti Gritti + * Copyright © 2003, 2004, 2005 Christian Persch * * 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/embed/mozilla/EphyBrowser.h b/embed/mozilla/EphyBrowser.h index 3a60dfd41..c1464893f 100644 --- a/embed/mozilla/EphyBrowser.h +++ b/embed/mozilla/EphyBrowser.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000-2004 Marco Pesenti Gritti + * Copyright © 2000-2004 Marco Pesenti Gritti * * 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/embed/mozilla/EphyContentPolicy.cpp b/embed/mozilla/EphyContentPolicy.cpp index 7c811d3e8..56be892fd 100644 --- a/embed/mozilla/EphyContentPolicy.cpp +++ b/embed/mozilla/EphyContentPolicy.cpp @@ -1,6 +1,6 @@ /* -*- Mode: C++; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- * - * Copyright (C) 2003 Christian Persch + * Copyright © 2003 Christian Persch * * 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/embed/mozilla/EphyContentPolicy.h b/embed/mozilla/EphyContentPolicy.h index 170140049..52f381a32 100644 --- a/embed/mozilla/EphyContentPolicy.h +++ b/embed/mozilla/EphyContentPolicy.h @@ -1,6 +1,6 @@ /* -*- Mode: C++; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- * - * Copyright (C) 2003 Christian Persch + * Copyright © 2003 Christian Persch * * 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/embed/mozilla/EphyDirectoryProvider.cpp b/embed/mozilla/EphyDirectoryProvider.cpp index a2b026385..b561428f4 100644 --- a/embed/mozilla/EphyDirectoryProvider.cpp +++ b/embed/mozilla/EphyDirectoryProvider.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006 Christian Persch + * Copyright © 2006 Christian Persch * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/embed/mozilla/EphyDirectoryProvider.h b/embed/mozilla/EphyDirectoryProvider.h index 9c0a5b9d5..bbc9f1199 100644 --- a/embed/mozilla/EphyDirectoryProvider.h +++ b/embed/mozilla/EphyDirectoryProvider.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006 Christian Persch + * Copyright © 2006 Christian Persch * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/embed/mozilla/EphyFind.cpp b/embed/mozilla/EphyFind.cpp index 8bce566be..16549a73d 100644 --- a/embed/mozilla/EphyFind.cpp +++ b/embed/mozilla/EphyFind.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2005 Christian Persch + * Copyright © 2005 Christian Persch * * 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/embed/mozilla/EphyFind.h b/embed/mozilla/EphyFind.h index f1d695966..189eeb91d 100644 --- a/embed/mozilla/EphyFind.h +++ b/embed/mozilla/EphyFind.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2005 Christian Persch + * Copyright © 2005 Christian Persch * * 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/embed/mozilla/EphyHeaderSniffer.cpp b/embed/mozilla/EphyHeaderSniffer.cpp index 88720fa38..66c19a8a5 100644 --- a/embed/mozilla/EphyHeaderSniffer.cpp +++ b/embed/mozilla/EphyHeaderSniffer.cpp @@ -15,7 +15,7 @@ * * The Initial Developer of the Original Code is * Netscape Communications Corporation. - * Portions created by the Initial Developer are Copyright (C) 2002 + * Portions created by the Initial Developer are Copyright © 2002 * the Initial Developer. All Rights Reserved. * * Contributor(s): diff --git a/embed/mozilla/EphyHeaderSniffer.h b/embed/mozilla/EphyHeaderSniffer.h index d0cc9fff9..ec73c3164 100644 --- a/embed/mozilla/EphyHeaderSniffer.h +++ b/embed/mozilla/EphyHeaderSniffer.h @@ -15,7 +15,7 @@ * * The Initial Developer of the Original Code is * Netscape Communications Corporation. - * Portions created by the Initial Developer are Copyright (C) 2002 + * Portions created by the Initial Developer are Copyright © 2002 * the Initial Developer. All Rights Reserved. * * Contributor(s): diff --git a/embed/mozilla/EphyHistoryListener.cpp b/embed/mozilla/EphyHistoryListener.cpp index 74aa3d8d7..c3eda488f 100644 --- a/embed/mozilla/EphyHistoryListener.cpp +++ b/embed/mozilla/EphyHistoryListener.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004 Christian Persch + * Copyright © 2004 Christian Persch * * 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/embed/mozilla/EphyHistoryListener.h b/embed/mozilla/EphyHistoryListener.h index e149da113..4b1c6dc9d 100644 --- a/embed/mozilla/EphyHistoryListener.h +++ b/embed/mozilla/EphyHistoryListener.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004 Christian Persch + * Copyright © 2004 Christian Persch * * 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/embed/mozilla/EphyPromptService.cpp b/embed/mozilla/EphyPromptService.cpp index 67acd7d4a..d057c8430 100644 --- a/embed/mozilla/EphyPromptService.cpp +++ b/embed/mozilla/EphyPromptService.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2005, 2006 Christian Persch + * Copyright © 2005, 2006 Christian Persch * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/embed/mozilla/EphyPromptService.h b/embed/mozilla/EphyPromptService.h index fb5dc1b70..64e8ec5f8 100644 --- a/embed/mozilla/EphyPromptService.h +++ b/embed/mozilla/EphyPromptService.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2005, 2006 Christian Persch + * Copyright © 2005, 2006 Christian Persch * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/embed/mozilla/EphyRedirectChannel.cpp b/embed/mozilla/EphyRedirectChannel.cpp index a147579d9..d68b623c9 100644 --- a/embed/mozilla/EphyRedirectChannel.cpp +++ b/embed/mozilla/EphyRedirectChannel.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2005 Christian Persch + * Copyright © 2005 Christian Persch * * 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/embed/mozilla/EphyRedirectChannel.h b/embed/mozilla/EphyRedirectChannel.h index e5c378d0b..3d38858f9 100644 --- a/embed/mozilla/EphyRedirectChannel.h +++ b/embed/mozilla/EphyRedirectChannel.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2005 Christian Persch + * Copyright © 2005 Christian Persch * * 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/embed/mozilla/EphySidebar.cpp b/embed/mozilla/EphySidebar.cpp index 0076c528b..5e6025190 100644 --- a/embed/mozilla/EphySidebar.cpp +++ b/embed/mozilla/EphySidebar.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2002 Philip Langdale - * Copyright (C) 2004 Crispin Flowerday + * Copyright © 2002 Philip Langdale + * Copyright © 2004 Crispin Flowerday * * 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/embed/mozilla/EphySidebar.h b/embed/mozilla/EphySidebar.h index b9d2f5ace..be611d486 100644 --- a/embed/mozilla/EphySidebar.h +++ b/embed/mozilla/EphySidebar.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2002 Philip Langdale - * Copyright (C) 2004 Crispin Flowerday + * Copyright © 2002 Philip Langdale + * Copyright © 2004 Crispin Flowerday * * 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/embed/mozilla/EphySingle.cpp b/embed/mozilla/EphySingle.cpp index d3a78bca9..417efe754 100644 --- a/embed/mozilla/EphySingle.cpp +++ b/embed/mozilla/EphySingle.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2003 Christian Persch - * Copyright (C) 2003 Marco Pesenti Gritti + * Copyright © 2003 Christian Persch + * Copyright © 2003 Marco Pesenti Gritti * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/embed/mozilla/EphySingle.h b/embed/mozilla/EphySingle.h index c2a199e1c..f94083a55 100644 --- a/embed/mozilla/EphySingle.h +++ b/embed/mozilla/EphySingle.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2003 Christian Persch - * Copyright (C) 2003 Marco Pesenti Gritti + * Copyright © 2003 Christian Persch + * Copyright © 2003 Marco Pesenti Gritti * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/embed/mozilla/EphyUtils.cpp b/embed/mozilla/EphyUtils.cpp index d5ac7fec6..5d677c255 100644 --- a/embed/mozilla/EphyUtils.cpp +++ b/embed/mozilla/EphyUtils.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004 Marco Pesenti Gritti + * Copyright © 2004 Marco Pesenti Gritti * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/embed/mozilla/EphyUtils.h b/embed/mozilla/EphyUtils.h index 64132f675..a2c81b097 100644 --- a/embed/mozilla/EphyUtils.h +++ b/embed/mozilla/EphyUtils.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004 Marco Pesenti Gritti + * Copyright © 2004 Marco Pesenti Gritti * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/embed/mozilla/EventContext.cpp b/embed/mozilla/EventContext.cpp index 27166d976..b28d4f1b4 100644 --- a/embed/mozilla/EventContext.cpp +++ b/embed/mozilla/EventContext.cpp @@ -1,7 +1,7 @@ /* - * Copyright (C) 2000-2004 Marco Pesenti Gritti - * Copyright (C) 2003, 2004 Christian Persch - * Copyright (C) 2004 Crispin Flowerday + * Copyright © 2000-2004 Marco Pesenti Gritti + * Copyright © 2003, 2004 Christian Persch + * Copyright © 2004 Crispin Flowerday * * 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/embed/mozilla/EventContext.h b/embed/mozilla/EventContext.h index 0dbef5339..d5ce6b214 100644 --- a/embed/mozilla/EventContext.h +++ b/embed/mozilla/EventContext.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000-2004 Marco Pesenti Gritti + * Copyright © 2000-2004 Marco Pesenti Gritti * * 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/embed/mozilla/FilePicker.cpp b/embed/mozilla/FilePicker.cpp index a8f478ef8..a55b40df9 100644 --- a/embed/mozilla/FilePicker.cpp +++ b/embed/mozilla/FilePicker.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2001 Philip Langdale - * Copyright (C) 2003, 2004 Christian Persch + * Copyright © 2001 Philip Langdale + * Copyright © 2003, 2004 Christian Persch * * 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/embed/mozilla/FilePicker.h b/embed/mozilla/FilePicker.h index dd43d0a5e..ed1ceb73b 100644 --- a/embed/mozilla/FilePicker.h +++ b/embed/mozilla/FilePicker.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2001 Philip Langdale - * Copyright (C) 2003 Christian Persch + * Copyright © 2001 Philip Langdale + * Copyright © 2003 Christian Persch * * 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/embed/mozilla/GeckoFormSigningDialog.cpp b/embed/mozilla/GeckoFormSigningDialog.cpp index ae51be0b1..39f93420e 100644 --- a/embed/mozilla/GeckoFormSigningDialog.cpp +++ b/embed/mozilla/GeckoFormSigningDialog.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006 Christian Persch + * Copyright © 2006 Christian Persch * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/embed/mozilla/GeckoFormSigningDialog.h b/embed/mozilla/GeckoFormSigningDialog.h index 8fe261827..cdf1f061d 100644 --- a/embed/mozilla/GeckoFormSigningDialog.h +++ b/embed/mozilla/GeckoFormSigningDialog.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006 Christian Persch + * Copyright © 2006 Christian Persch * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/embed/mozilla/GeckoPrintService.cpp b/embed/mozilla/GeckoPrintService.cpp index 26d96abcf..d5124636b 100644 --- a/embed/mozilla/GeckoPrintService.cpp +++ b/embed/mozilla/GeckoPrintService.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006 Christian Persch + * Copyright © 2006 Christian Persch * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/embed/mozilla/GeckoPrintService.h b/embed/mozilla/GeckoPrintService.h index 3a0579374..e77e00b6d 100644 --- a/embed/mozilla/GeckoPrintService.h +++ b/embed/mozilla/GeckoPrintService.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006 Christian Persch + * Copyright © 2006 Christian Persch * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/embed/mozilla/GeckoPrintSession.cpp b/embed/mozilla/GeckoPrintSession.cpp index bbdd784db..290b0eb7a 100644 --- a/embed/mozilla/GeckoPrintSession.cpp +++ b/embed/mozilla/GeckoPrintSession.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006 Christian Persch + * Copyright © 2006 Christian Persch * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/embed/mozilla/GeckoPrintSession.h b/embed/mozilla/GeckoPrintSession.h index 39d62554f..e627ae9ea 100644 --- a/embed/mozilla/GeckoPrintSession.h +++ b/embed/mozilla/GeckoPrintSession.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006 Christian Persch + * Copyright © 2006 Christian Persch * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/embed/mozilla/GeckoSpellCheckEngine.cpp b/embed/mozilla/GeckoSpellCheckEngine.cpp index ef652c0d4..e974c51a1 100644 --- a/embed/mozilla/GeckoSpellCheckEngine.cpp +++ b/embed/mozilla/GeckoSpellCheckEngine.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006 Christian Persch + * Copyright © 2006 Christian Persch * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/embed/mozilla/GeckoSpellCheckEngine.h b/embed/mozilla/GeckoSpellCheckEngine.h index d31e93603..64c2de47a 100644 --- a/embed/mozilla/GeckoSpellCheckEngine.h +++ b/embed/mozilla/GeckoSpellCheckEngine.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006 Christian Persch + * Copyright © 2006 Christian Persch * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/embed/mozilla/GlobalHistory.cpp b/embed/mozilla/GlobalHistory.cpp index 6b09f4c92..7064b5112 100644 --- a/embed/mozilla/GlobalHistory.cpp +++ b/embed/mozilla/GlobalHistory.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2001, 2004 Philip Langdale - * Copyright (C) 2004 Christian Persch + * Copyright © 2001, 2004 Philip Langdale + * Copyright © 2004 Christian Persch * * 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/embed/mozilla/GlobalHistory.h b/embed/mozilla/GlobalHistory.h index 704d42202..4b3abea82 100644 --- a/embed/mozilla/GlobalHistory.h +++ b/embed/mozilla/GlobalHistory.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2001, 2004 Philip Langdale - * Copyright (C) 2004 Christian Persch + * Copyright © 2001, 2004 Philip Langdale + * Copyright © 2004 Christian Persch * * 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/embed/mozilla/GtkNSSClientAuthDialogs.cpp b/embed/mozilla/GtkNSSClientAuthDialogs.cpp index f4f043176..54590deea 100644 --- a/embed/mozilla/GtkNSSClientAuthDialogs.cpp +++ b/embed/mozilla/GtkNSSClientAuthDialogs.cpp @@ -1,7 +1,7 @@ /* * GtkNSSClientAuthDialogs.cpp * - * Copyright (C) 2003 Crispin Flowerday + * Copyright © 2003 Crispin Flowerday * * 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/embed/mozilla/GtkNSSClientAuthDialogs.h b/embed/mozilla/GtkNSSClientAuthDialogs.h index b9ac6c20c..00becc088 100644 --- a/embed/mozilla/GtkNSSClientAuthDialogs.h +++ b/embed/mozilla/GtkNSSClientAuthDialogs.h @@ -1,7 +1,7 @@ /* * GtkNSSClientAuthDialogs.h * - * Copyright (C) 2003 Crispin Flowerday + * Copyright © 2003 Crispin Flowerday * Available under the terms of the GNU General Public License version 2. * * $Id$ diff --git a/embed/mozilla/GtkNSSDialogs.cpp b/embed/mozilla/GtkNSSDialogs.cpp index 151b4a179..391d6cbcd 100644 --- a/embed/mozilla/GtkNSSDialogs.cpp +++ b/embed/mozilla/GtkNSSDialogs.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2003 Crispin Flowerday - * Copyright (C) 2006 Christian Persch + * Copyright © 2003 Crispin Flowerday + * Copyright © 2006 Christian Persch * * 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/embed/mozilla/GtkNSSDialogs.h b/embed/mozilla/GtkNSSDialogs.h index 162817850..8a2b54541 100644 --- a/embed/mozilla/GtkNSSDialogs.h +++ b/embed/mozilla/GtkNSSDialogs.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2003 Crispin Flowerday - * Copyright (C) 2006 Christian Persch + * Copyright © 2003 Crispin Flowerday + * Copyright © 2006 Christian Persch * * 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/embed/mozilla/GtkNSSKeyPairDialogs.cpp b/embed/mozilla/GtkNSSKeyPairDialogs.cpp index be0a68e6c..2d4b63135 100644 --- a/embed/mozilla/GtkNSSKeyPairDialogs.cpp +++ b/embed/mozilla/GtkNSSKeyPairDialogs.cpp @@ -1,7 +1,7 @@ /* * GtkNSSKeyPairDialogs.cpp * - * Copyright (C) 2003 Crispin Flowerday + * Copyright © 2003 Crispin Flowerday * * 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/embed/mozilla/GtkNSSKeyPairDialogs.h b/embed/mozilla/GtkNSSKeyPairDialogs.h index cc80d5f7e..b3f10f957 100644 --- a/embed/mozilla/GtkNSSKeyPairDialogs.h +++ b/embed/mozilla/GtkNSSKeyPairDialogs.h @@ -1,7 +1,7 @@ /* * GtkNSSKeyPairDialogs.h * - * Copyright (C) 2003 Crispin Flowerday + * Copyright © 2003 Crispin Flowerday * Available under the terms of the GNU General Public License version 2. * * $Id$ diff --git a/embed/mozilla/GtkNSSSecurityWarningDialogs.cpp b/embed/mozilla/GtkNSSSecurityWarningDialogs.cpp index 125b2e611..c5091046b 100644 --- a/embed/mozilla/GtkNSSSecurityWarningDialogs.cpp +++ b/embed/mozilla/GtkNSSSecurityWarningDialogs.cpp @@ -15,7 +15,7 @@ * * The Initial Developer of the Original Code is * Netscape Communications Corporation. - * Portions created by the Initial Developer are Copyright (C) 2001 + * Portions created by the Initial Developer are Copyright © 2001 * the Initial Developer. All Rights Reserved. * * Contributor(s): @@ -36,7 +36,7 @@ * * ***** END LICENSE BLOCK ***** * - * Copyright (C) 2005 Christian Persch + * Copyright © 2005 Christian Persch * * $Id$ */ diff --git a/embed/mozilla/GtkNSSSecurityWarningDialogs.h b/embed/mozilla/GtkNSSSecurityWarningDialogs.h index 2eda70262..a84ea6585 100644 --- a/embed/mozilla/GtkNSSSecurityWarningDialogs.h +++ b/embed/mozilla/GtkNSSSecurityWarningDialogs.h @@ -15,7 +15,7 @@ * * The Initial Developer of the Original Code is * Netscape Communications Corporation. - * Portions created by the Initial Developer are Copyright (C) 2001 + * Portions created by the Initial Developer are Copyright © 2001 * the Initial Developer. All Rights Reserved. * * Contributor(s): @@ -36,7 +36,7 @@ * * ***** END LICENSE BLOCK ***** * - * Copyright (C) 2005 Christian Persch + * Copyright © 2005 Christian Persch * * $Id$ */ diff --git a/embed/mozilla/MozDownload.cpp b/embed/mozilla/MozDownload.cpp index dd9a1c88f..673aa5788 100644 --- a/embed/mozilla/MozDownload.cpp +++ b/embed/mozilla/MozDownload.cpp @@ -16,7 +16,7 @@ * * The Initial Developer of the Original Code is * Netscape Communications Corporation. - * Portions created by the Initial Developer are Copyright (C) 2002 + * Portions created by the Initial Developer are Copyright © 2002 * the Initial Developer. All Rights Reserved. * * Contributor(s): diff --git a/embed/mozilla/MozDownload.h b/embed/mozilla/MozDownload.h index 242f53db0..bf7f11e1b 100644 --- a/embed/mozilla/MozDownload.h +++ b/embed/mozilla/MozDownload.h @@ -16,7 +16,7 @@ * * The Initial Developer of the Original Code is * Netscape Communications Corporation. - * Portions created by the Initial Developer are Copyright (C) 2002 + * Portions created by the Initial Developer are Copyright © 2002 * the Initial Developer. All Rights Reserved. * * Contributor(s): diff --git a/embed/mozilla/MozRegisterComponents.cpp b/embed/mozilla/MozRegisterComponents.cpp index 64d5afc1a..a811fad3b 100644 --- a/embed/mozilla/MozRegisterComponents.cpp +++ b/embed/mozilla/MozRegisterComponents.cpp @@ -1,7 +1,7 @@ /* - * Copyright (C) 2001,2002,2003 Philip Langdale - * Copyright (C) 2003 Marco Pesenti Gritti - * Copyright (C) 2004, 2005 Christian Persch + * Copyright © 2001,2002,2003 Philip Langdale + * Copyright © 2003 Marco Pesenti Gritti + * Copyright © 2004, 2005 Christian Persch * * 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/embed/mozilla/MozRegisterComponents.h b/embed/mozilla/MozRegisterComponents.h index 633e0ebbe..36b01306c 100644 --- a/embed/mozilla/MozRegisterComponents.h +++ b/embed/mozilla/MozRegisterComponents.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2001 Philip Langdale + * Copyright © 2001 Philip Langdale * * 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/embed/mozilla/mozilla-download.cpp b/embed/mozilla/mozilla-download.cpp index 6c3034174..99a8fd3fc 100644 --- a/embed/mozilla/mozilla-download.cpp +++ b/embed/mozilla/mozilla-download.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003 Xan Lopez + * Copyright © 2003 Xan Lopez * * 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/embed/mozilla/mozilla-download.h b/embed/mozilla/mozilla-download.h index cbd49c510..324bd6ff8 100644 --- a/embed/mozilla/mozilla-download.h +++ b/embed/mozilla/mozilla-download.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000, 2001, 2002 Marco Pesenti Gritti + * Copyright © 2000, 2001, 2002 Marco Pesenti Gritti * * 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/embed/mozilla/mozilla-embed-event.cpp b/embed/mozilla/mozilla-embed-event.cpp index da29b0046..8b573b62f 100644 --- a/embed/mozilla/mozilla-embed-event.cpp +++ b/embed/mozilla/mozilla-embed-event.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2000-2003 Marco Pesenti Gritti - * Copyright (C) 2004 Christian Persch + * Copyright © 2000-2003 Marco Pesenti Gritti + * Copyright © 2004 Christian Persch * * 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/embed/mozilla/mozilla-embed-event.h b/embed/mozilla/mozilla-embed-event.h index 2a6d8592c..d0a5d65f9 100644 --- a/embed/mozilla/mozilla-embed-event.h +++ b/embed/mozilla/mozilla-embed-event.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2000-2003 Marco Pesenti Gritti - * Copyright (C) 2004 Christian Persch + * Copyright © 2000-2003 Marco Pesenti Gritti + * Copyright © 2004 Christian Persch * * 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/embed/mozilla/mozilla-embed-find.cpp b/embed/mozilla/mozilla-embed-find.cpp index e9b65ef6c..fb4691a51 100644 --- a/embed/mozilla/mozilla-embed-find.cpp +++ b/embed/mozilla/mozilla-embed-find.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2000-2004 Marco Pesenti Gritti - * Copyright (C) 2003, 2004 Christian Persch + * Copyright © 2000-2004 Marco Pesenti Gritti + * Copyright © 2003, 2004 Christian Persch * * 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/embed/mozilla/mozilla-embed-find.h b/embed/mozilla/mozilla-embed-find.h index da7a36065..dde382c34 100644 --- a/embed/mozilla/mozilla-embed-find.h +++ b/embed/mozilla/mozilla-embed-find.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000-2004 Marco Pesenti Gritti + * Copyright © 2000-2004 Marco Pesenti Gritti * * 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/embed/mozilla/mozilla-embed-persist.cpp b/embed/mozilla/mozilla-embed-persist.cpp index e02c5a1b1..d82d79c8e 100644 --- a/embed/mozilla/mozilla-embed-persist.cpp +++ b/embed/mozilla/mozilla-embed-persist.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000, 2001, 2002 Marco Pesenti Gritti + * Copyright © 2000, 2001, 2002 Marco Pesenti Gritti * * 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/embed/mozilla/mozilla-embed-persist.h b/embed/mozilla/mozilla-embed-persist.h index 0294b992a..e2f353aaa 100644 --- a/embed/mozilla/mozilla-embed-persist.h +++ b/embed/mozilla/mozilla-embed-persist.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000-2003 Marco Pesenti Gritti + * Copyright © 2000-2003 Marco Pesenti Gritti * * 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/embed/mozilla/mozilla-embed-single.cpp b/embed/mozilla/mozilla-embed-single.cpp index 935ca80df..be87caac9 100644 --- a/embed/mozilla/mozilla-embed-single.cpp +++ b/embed/mozilla/mozilla-embed-single.cpp @@ -1,8 +1,8 @@ /* vim:set ts=8 noet sw=8: - * Copyright (C) 2000-2004 Marco Pesenti Gritti - * Copyright (C) 2003 Robert Marcano - * Copyright (C) 2003, 2004, 2005, 2006 Christian Persch - * Copyright (C) 2005 Crispin Flowerday + * Copyright © 2000-2004 Marco Pesenti Gritti + * Copyright © 2003 Robert Marcano + * Copyright © 2003, 2004, 2005, 2006 Christian Persch + * Copyright © 2005 Crispin Flowerday * * 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/embed/mozilla/mozilla-embed-single.h b/embed/mozilla/mozilla-embed-single.h index f8af8fba9..b95615c0f 100644 --- a/embed/mozilla/mozilla-embed-single.h +++ b/embed/mozilla/mozilla-embed-single.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2000-2003 Marco Pesenti Gritti - * Copyright (C) 2003 Christian Persch + * Copyright © 2000-2003 Marco Pesenti Gritti + * Copyright © 2003 Christian Persch * * 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/embed/mozilla/mozilla-embed.cpp b/embed/mozilla/mozilla-embed.cpp index ffa174f0b..db8d09e68 100644 --- a/embed/mozilla/mozilla-embed.cpp +++ b/embed/mozilla/mozilla-embed.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2000-2004 Marco Pesenti Gritti - * Copyright (C) 2003, 2004 Christian Persch + * Copyright © 2000-2004 Marco Pesenti Gritti + * Copyright © 2003, 2004 Christian Persch * * 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/embed/mozilla/mozilla-embed.h b/embed/mozilla/mozilla-embed.h index dc26493e0..de2fe1cd7 100644 --- a/embed/mozilla/mozilla-embed.h +++ b/embed/mozilla/mozilla-embed.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000-2004 Marco Pesenti Gritti + * Copyright © 2000-2004 Marco Pesenti Gritti * * 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/embed/mozilla/mozilla-notifiers.cpp b/embed/mozilla/mozilla-notifiers.cpp index 610b0cbb3..3aae73ec3 100644 --- a/embed/mozilla/mozilla-notifiers.cpp +++ b/embed/mozilla/mozilla-notifiers.cpp @@ -1,7 +1,7 @@ /* -* Copyright (C) 2000 Nate Case -* Copyright (C) 2000-2004 Marco Pesenti Gritti -* Copyright (C) 2003, 2004 Christian Persch +* Copyright © 2000 Nate Case +* Copyright © 2000-2004 Marco Pesenti Gritti +* Copyright © 2003, 2004 Christian Persch * * 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/embed/mozilla/mozilla-notifiers.h b/embed/mozilla/mozilla-notifiers.h index f47d4b830..9e7b204dc 100644 --- a/embed/mozilla/mozilla-notifiers.h +++ b/embed/mozilla/mozilla-notifiers.h @@ -1,7 +1,7 @@ /* - * Copyright (C) 2000 Nate Case - * Copyright (C) 2000-2004 Marco Pesenti Gritti - * Copyright (C) 2003, 2004 Christian Persch + * Copyright © 2000 Nate Case + * Copyright © 2000-2004 Marco Pesenti Gritti + * Copyright © 2003, 2004 Christian Persch * * 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/embed/mozilla/mozilla-x509-cert.cpp b/embed/mozilla/mozilla-x509-cert.cpp index 065f68a79..8cf503207 100644 --- a/embed/mozilla/mozilla-x509-cert.cpp +++ b/embed/mozilla/mozilla-x509-cert.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2003 Robert Marcano - * Copyright (C) 2005 Crispin Flowerday + * Copyright © 2003 Robert Marcano + * Copyright © 2005 Crispin Flowerday * * 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/embed/mozilla/mozilla-x509-cert.h b/embed/mozilla/mozilla-x509-cert.h index f5aae190e..79af620eb 100644 --- a/embed/mozilla/mozilla-x509-cert.h +++ b/embed/mozilla/mozilla-x509-cert.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003 Robert Marcano + * Copyright © 2003 Robert Marcano * * 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 -- cgit v1.2.3