diff options
author | Christian Persch <chpe@src.gnome.org> | 2006-09-13 19:34:25 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2006-09-13 19:34:25 +0800 |
commit | 2d4d8cd1418e64827fe15288cb1a2bc78b513d99 (patch) | |
tree | b8077e153ca537e6db3d1a26acf4f70350504f6f /lib/widgets | |
parent | 28c0c83371eae22110b8dbb11eb093073aee9c8e (diff) | |
download | gsoc2013-epiphany-2d4d8cd1418e64827fe15288cb1a2bc78b513d99.tar gsoc2013-epiphany-2d4d8cd1418e64827fe15288cb1a2bc78b513d99.tar.gz gsoc2013-epiphany-2d4d8cd1418e64827fe15288cb1a2bc78b513d99.tar.bz2 gsoc2013-epiphany-2d4d8cd1418e64827fe15288cb1a2bc78b513d99.tar.lz gsoc2013-epiphany-2d4d8cd1418e64827fe15288cb1a2bc78b513d99.tar.xz gsoc2013-epiphany-2d4d8cd1418e64827fe15288cb1a2bc78b513d99.tar.zst gsoc2013-epiphany-2d4d8cd1418e64827fe15288cb1a2bc78b513d99.zip |
Use UTF-8 copyright symbol
Diffstat (limited to 'lib/widgets')
-rw-r--r-- | lib/widgets/ephy-icon-entry.c | 4 | ||||
-rw-r--r-- | lib/widgets/ephy-icon-entry.h | 4 | ||||
-rw-r--r-- | lib/widgets/ephy-location-entry.c | 6 | ||||
-rw-r--r-- | lib/widgets/ephy-location-entry.h | 6 | ||||
-rw-r--r-- | lib/widgets/ephy-node-view.c | 2 | ||||
-rw-r--r-- | lib/widgets/ephy-node-view.h | 2 | ||||
-rw-r--r-- | lib/widgets/ephy-search-entry.c | 2 | ||||
-rw-r--r-- | lib/widgets/ephy-search-entry.h | 2 | ||||
-rw-r--r-- | lib/widgets/ephy-spinner.c | 6 | ||||
-rw-r--r-- | lib/widgets/ephy-spinner.h | 2 | ||||
-rw-r--r-- | lib/widgets/ephy-tree-model-node.c | 2 | ||||
-rw-r--r-- | lib/widgets/ephy-tree-model-node.h | 2 | ||||
-rw-r--r-- | lib/widgets/ephy-tree-model-sort.c | 2 | ||||
-rw-r--r-- | lib/widgets/ephy-tree-model-sort.h | 2 | ||||
-rw-r--r-- | lib/widgets/ephy-zoom-action.c | 4 | ||||
-rw-r--r-- | lib/widgets/ephy-zoom-action.h | 4 | ||||
-rw-r--r-- | lib/widgets/ephy-zoom-control.c | 2 | ||||
-rw-r--r-- | lib/widgets/ephy-zoom-control.h | 2 | ||||
-rw-r--r-- | lib/widgets/testiconentry.c | 2 | ||||
-rw-r--r-- | lib/widgets/testspinner.c | 2 |
20 files changed, 30 insertions, 30 deletions
diff --git a/lib/widgets/ephy-icon-entry.c b/lib/widgets/ephy-icon-entry.c index d7c545341..429fd2e92 100644 --- a/lib/widgets/ephy-icon-entry.c +++ b/lib/widgets/ephy-icon-entry.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003, 2004, 2005 Christian Persch + * Copyright © 2003, 2004, 2005 Christian Persch * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -18,7 +18,7 @@ * * Adapted and modified from gtk+ code: * - * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald + * Copyright © 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * Modified by the GTK+ Team and others 1997-2005. See the AUTHORS * file in the gtk+ distribution for a list of people on the GTK+ Team. * See the ChangeLog in the gtk+ distribution files for a list of changes. diff --git a/lib/widgets/ephy-icon-entry.h b/lib/widgets/ephy-icon-entry.h index adff95628..080cc7299 100644 --- a/lib/widgets/ephy-icon-entry.h +++ b/lib/widgets/ephy-icon-entry.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003, 2004, 2005 Christian Persch + * Copyright © 2003, 2004, 2005 Christian Persch * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -18,7 +18,7 @@ * * Adapted and modified from gtk+ code: * - * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald + * Copyright © 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * Modified by the GTK+ Team and others 1997-2000. See the AUTHORS * file in the gtk+ distribution for a list of people on the GTK+ Team. * See the ChangeLog in the gtk+ distribution files for a list of changes. diff --git a/lib/widgets/ephy-location-entry.c b/lib/widgets/ephy-location-entry.c index a3da0fd28..6ccf8453b 100644 --- a/lib/widgets/ephy-location-entry.c +++ b/lib/widgets/ephy-location-entry.c @@ -1,8 +1,8 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* - * Copyright (C) 2002 Ricardo Fernández Pascual - * Copyright (C) 2003, 2004 Marco Pesenti Gritti - * Copyright (C) 2003, 2004, 2005 Christian Persch + * Copyright © 2002 Ricardo Fernández Pascual + * Copyright © 2003, 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/lib/widgets/ephy-location-entry.h b/lib/widgets/ephy-location-entry.h index 993047410..f1fba28ce 100644 --- a/lib/widgets/ephy-location-entry.h +++ b/lib/widgets/ephy-location-entry.h @@ -1,7 +1,7 @@ /* - * Copyright (C) 2002 Ricardo Fernández Pascual - * Copyright (C) 2003, 2004 Marco Pesenti Gritti - * Copyright (C) 2003, 2004, 2005 Christian Persch + * Copyright © 2002 Ricardo Fernández Pascual + * Copyright © 2003, 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/lib/widgets/ephy-node-view.c b/lib/widgets/ephy-node-view.c index 0a6365ec3..43bdfcc3a 100644 --- a/lib/widgets/ephy-node-view.c +++ b/lib/widgets/ephy-node-view.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002 Jorn Baayen <jorn@nl.linux.org> + * Copyright © 2002 Jorn Baayen <jorn@nl.linux.org> * * 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/widgets/ephy-node-view.h b/lib/widgets/ephy-node-view.h index bd8ff1fb1..ed203a8ec 100644 --- a/lib/widgets/ephy-node-view.h +++ b/lib/widgets/ephy-node-view.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002 Jorn Baayen <jorn@nl.linux.org> + * Copyright © 2002 Jorn Baayen <jorn@nl.linux.org> * * 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/widgets/ephy-search-entry.c b/lib/widgets/ephy-search-entry.c index facc0bda6..9c0b41382 100644 --- a/lib/widgets/ephy-search-entry.c +++ b/lib/widgets/ephy-search-entry.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002 Jorn Baayen <jorn@nl.linux.org> + * Copyright © 2002 Jorn Baayen <jorn@nl.linux.org> * * 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/widgets/ephy-search-entry.h b/lib/widgets/ephy-search-entry.h index 47e18280a..0fbef4d93 100644 --- a/lib/widgets/ephy-search-entry.h +++ b/lib/widgets/ephy-search-entry.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002 Jorn Baayen <jorn@nl.linux.org> + * Copyright © 2002 Jorn Baayen <jorn@nl.linux.org> * * 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/widgets/ephy-spinner.c b/lib/widgets/ephy-spinner.c index 3bf36bc65..964c8e36e 100644 --- a/lib/widgets/ephy-spinner.c +++ b/lib/widgets/ephy-spinner.c @@ -1,9 +1,9 @@ /* * Nautilus * - * Copyright (C) 2000 Eazel, Inc. - * Copyright (C) 2002-2004 Marco Pesenti Gritti - * Copyright (C) 2004 Christian Persch + * Copyright © 2000 Eazel, Inc. + * Copyright © 2002-2004 Marco Pesenti Gritti + * Copyright © 2004 Christian Persch * * Nautilus 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/widgets/ephy-spinner.h b/lib/widgets/ephy-spinner.h index b99c12a49..433aa8206 100644 --- a/lib/widgets/ephy-spinner.h +++ b/lib/widgets/ephy-spinner.h @@ -2,7 +2,7 @@ /* * Nautilus * - * Copyright (C) 2000 Eazel, Inc. + * Copyright © 2000 Eazel, Inc. * * Nautilus 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/widgets/ephy-tree-model-node.c b/lib/widgets/ephy-tree-model-node.c index 496620ab8..e2077d416 100644 --- a/lib/widgets/ephy-tree-model-node.c +++ b/lib/widgets/ephy-tree-model-node.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002 Jorn Baayen <jorn@nl.linux.org> + * Copyright © 2002 Jorn Baayen <jorn@nl.linux.org> * * 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/widgets/ephy-tree-model-node.h b/lib/widgets/ephy-tree-model-node.h index 56bdd36a4..ee0d4d757 100644 --- a/lib/widgets/ephy-tree-model-node.h +++ b/lib/widgets/ephy-tree-model-node.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002 Jorn Baayen <jorn@nl.linux.org> + * Copyright © 2002 Jorn Baayen <jorn@nl.linux.org> * * 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/widgets/ephy-tree-model-sort.c b/lib/widgets/ephy-tree-model-sort.c index a9cd26045..7c203d0f3 100644 --- a/lib/widgets/ephy-tree-model-sort.c +++ b/lib/widgets/ephy-tree-model-sort.c @@ -1,5 +1,5 @@ /* Rhythmbox. - * Copyright (C) 2002 Olivier Martin <omartin@ifrance.com> + * Copyright © 2002 Olivier Martin <omartin@ifrance.com> * * 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/widgets/ephy-tree-model-sort.h b/lib/widgets/ephy-tree-model-sort.h index d985b089d..144778fd8 100644 --- a/lib/widgets/ephy-tree-model-sort.h +++ b/lib/widgets/ephy-tree-model-sort.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2002 Olivier Martin <omartin@ifrance.com> +/* Copyright © 2002 Olivier Martin <omartin@ifrance.com> * * 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/widgets/ephy-zoom-action.c b/lib/widgets/ephy-zoom-action.c index 3f75ea0cd..02e5bd320 100644 --- a/lib/widgets/ephy-zoom-action.c +++ b/lib/widgets/ephy-zoom-action.c @@ -1,6 +1,6 @@ /* - * Copyright (C) 2003 Marco Pesenti Gritti - * Copyright (C) 2003, 2004 Christian Persch + * Copyright © 2003 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/lib/widgets/ephy-zoom-action.h b/lib/widgets/ephy-zoom-action.h index 77f9b4150..5d81131b4 100644 --- a/lib/widgets/ephy-zoom-action.h +++ b/lib/widgets/ephy-zoom-action.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2003 Marco Pesenti Gritti - * Copyright (C) 2003 Christian Persch + * Copyright © 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/lib/widgets/ephy-zoom-control.c b/lib/widgets/ephy-zoom-control.c index b4f282919..0ac79b402 100644 --- a/lib/widgets/ephy-zoom-control.c +++ b/lib/widgets/ephy-zoom-control.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003, 2004 Christian Persch + * 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/lib/widgets/ephy-zoom-control.h b/lib/widgets/ephy-zoom-control.h index 6c2f5ba8e..12c76cb47 100644 --- a/lib/widgets/ephy-zoom-control.h +++ b/lib/widgets/ephy-zoom-control.h @@ -1,5 +1,5 @@ /* - * 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/lib/widgets/testiconentry.c b/lib/widgets/testiconentry.c index fe593b943..d691fa54a 100644 --- a/lib/widgets/testiconentry.c +++ b/lib/widgets/testiconentry.c @@ -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/lib/widgets/testspinner.c b/lib/widgets/testspinner.c index 69c12c0ad..7ed4d3c52 100644 --- a/lib/widgets/testspinner.c +++ b/lib/widgets/testspinner.c @@ -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 |