[nautilus-actions] Update copyright notice
- From: Pierre Wieser <pwieser src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus-actions] Update copyright notice
- Date: Thu, 10 Jun 2010 21:23:31 +0000 (UTC)
commit fc4e28ce226bd1f9aa11c1db2a57ce009a123d8e
Author: Pierre Wieser <pwieser trychlos org>
Date: Thu Jun 10 21:53:06 2010 +0200
Update copyright notice
ChangeLog | 4 ++++
src/core/na-iabout.c | 5 +++--
2 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 596280f..91f7d3f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2010-06-10 Pierre Wieser <pwieser trychlos org>
+
+ * src/core/na-iabout.c: Update copyright notice.
+
2010-05-17 Pierre Wieser <pwieser trychlos org>
* configure.ac: Fix typo.
diff --git a/src/core/na-iabout.c b/src/core/na-iabout.c
index d0e98a2..e300545 100644
--- a/src/core/na-iabout.c
+++ b/src/core/na-iabout.c
@@ -250,8 +250,9 @@ na_iabout_get_copyright( gboolean console )
symbol = g_strdup( console ? "(C)" : "\xc2\xa9");
copyright = g_strdup_printf(
- _( "Copyright %s 2005-2007 Frederic Ruaudel <grumz grumz net>\n"
- "Copyright %s 2009, 2010 Pierre Wieser <pwieser trychlos org>" ), symbol, symbol );
+ _( "Copyright %s 2005 The GNOME Foundation\n"
+ "Copyright %s 2006, 2007, 2008 Frederic Ruaudel <grumz grumz net>\n"
+ "Copyright %s 2009, 2010 Pierre Wieser <pwieser trychlos org>" ), symbol, symbol, symbol );
g_free( symbol );
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]