[Xfce4-commits] <xfce4-dict:master> Update copyright information
Enrico Tröger
noreply at xfce.org
Fri Jan 1 16:16:03 CET 2010
Updating branch refs/heads/master
to 8b7a7c31e0af37db7e8c2628b3036d9a089b41e7 (commit)
from 6192f807377f95450a3544c70274f4281651452e (commit)
commit 8b7a7c31e0af37db7e8c2628b3036d9a089b41e7
Author: Enrico Tröger <enrico.troeger at uvena.de>
Date: Fri Jan 1 16:07:32 2010 +0100
Update copyright information
ChangeLog | 6 ++++++
lib/common.c | 2 +-
lib/common.h | 2 +-
lib/dictd.c | 2 +-
lib/dictd.h | 2 +-
lib/gui.c | 4 ++--
lib/gui.h | 2 +-
lib/libdict.h | 2 +-
lib/prefs.c | 2 +-
lib/prefs.h | 2 +-
lib/searchentry.c | 2 +-
lib/searchentry.h | 2 +-
lib/speedreader.c | 2 +-
lib/speedreader.h | 2 +-
lib/spell.c | 2 +-
lib/spell.h | 2 +-
lib/wraplabel.c | 2 +-
lib/wraplabel.h | 2 +-
panel-plugin/xfce4-dict-plugin.c | 2 +-
src/popup_plugin.c | 2 +-
src/popup_plugin.h | 2 +-
src/xfce4-dict.c | 4 ++--
22 files changed, 29 insertions(+), 23 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 37bf74c..8023c91 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2010-01-01 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
+
+ * *:
+ Update copyright information.
+
+
2009-12-31 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
* lib/dict.c:
diff --git a/lib/common.c b/lib/common.c
index b55b22f..9f9bd7b 100644
--- a/lib/common.c
+++ b/lib/common.c
@@ -1,6 +1,6 @@
/* $Id$
*
- * Copyright 2006-2009 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
+ * Copyright 2006-2010 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
*
* 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/common.h b/lib/common.h
index fe4581e..115e857 100644
--- a/lib/common.h
+++ b/lib/common.h
@@ -1,6 +1,6 @@
/* $Id$
*
- * Copyright 2006-2009 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
+ * Copyright 2006-2010 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
*
* 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/dictd.c b/lib/dictd.c
index bd364b7..a493895 100644
--- a/lib/dictd.c
+++ b/lib/dictd.c
@@ -1,6 +1,6 @@
/* $Id$
*
- * Copyright 2006-2009 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
+ * Copyright 2006-2010 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
*
* 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/dictd.h b/lib/dictd.h
index 8d8d489..f636d0f 100644
--- a/lib/dictd.h
+++ b/lib/dictd.h
@@ -1,6 +1,6 @@
/* $Id$
*
- * Copyright 2006-2009 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
+ * Copyright 2006-2010 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
*
* 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/gui.c b/lib/gui.c
index f24932f..1054158 100644
--- a/lib/gui.c
+++ b/lib/gui.c
@@ -1,6 +1,6 @@
/* $Id$
*
- * Copyright 2006-2009 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
+ * Copyright 2006-2010 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
*
* 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
@@ -845,7 +845,7 @@ void dict_gui_about_dialog(GtkWidget *widget, DictData *dd)
"destroy-with-parent", TRUE,
"authors", authors,
"comments", _("A client program to query different dictionaries."),
- "copyright", _("Copyright \302\251 2006-2009 Enrico Tröger"),
+ "copyright", _("Copyright \302\251 2006-2010 Enrico Tröger"),
"website", "http://goodies.xfce.org/projects/applications/xfce4-dict",
"logo", logo,
"translator-credits", _("translator-credits"),
diff --git a/lib/gui.h b/lib/gui.h
index 53b7cc9..c9aeac2 100644
--- a/lib/gui.h
+++ b/lib/gui.h
@@ -1,6 +1,6 @@
/* $Id$
*
- * Copyright 2006-2009 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
+ * Copyright 2006-2010 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
*
* 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/libdict.h b/lib/libdict.h
index 24909d8..7009486 100644
--- a/lib/libdict.h
+++ b/lib/libdict.h
@@ -1,6 +1,6 @@
/* $Id$
*
- * Copyright 2006-2009 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
+ * Copyright 2006-2010 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
*
* 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/prefs.c b/lib/prefs.c
index abbf010..7b03bbb 100644
--- a/lib/prefs.c
+++ b/lib/prefs.c
@@ -1,6 +1,6 @@
/* $Id$
*
- * Copyright 2006-2009 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
+ * Copyright 2006-2010 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
*
* 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/prefs.h b/lib/prefs.h
index 6b3995a..00ff6a9 100644
--- a/lib/prefs.h
+++ b/lib/prefs.h
@@ -1,6 +1,6 @@
/* $Id$
*
- * Copyright 2006-2009 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
+ * Copyright 2006-2010 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
*
* 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/searchentry.c b/lib/searchentry.c
index 3c3971b..0253314 100644
--- a/lib/searchentry.c
+++ b/lib/searchentry.c
@@ -1,6 +1,6 @@
/* $Id$
*
- * Copyright 2008-2009 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
+ * Copyright 2008-2010 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
*
* 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/searchentry.h b/lib/searchentry.h
index 3176c4f..303aabf 100644
--- a/lib/searchentry.h
+++ b/lib/searchentry.h
@@ -1,6 +1,6 @@
/* $Id$
*
- * Copyright 2006-2009 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
+ * Copyright 2006-2010 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
*
* 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/speedreader.c b/lib/speedreader.c
index 23b2da5..ee5f22f 100644
--- a/lib/speedreader.c
+++ b/lib/speedreader.c
@@ -1,6 +1,6 @@
/* $Id$
*
- * Copyright 2009 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
+ * Copyright 2009-2010 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
*
* 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/speedreader.h b/lib/speedreader.h
index 99553e1..859d2ce 100644
--- a/lib/speedreader.h
+++ b/lib/speedreader.h
@@ -1,6 +1,6 @@
/* $Id$
*
- * Copyright 2009 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
+ * Copyright 2009-2010 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
*
* 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/spell.c b/lib/spell.c
index 709df73..c7f5a5b 100644
--- a/lib/spell.c
+++ b/lib/spell.c
@@ -1,6 +1,6 @@
/* $Id$
*
- * Copyright 2006-2009 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
+ * Copyright 2006-2010 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
*
* 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/spell.h b/lib/spell.h
index e9a48be..8a0e575 100644
--- a/lib/spell.h
+++ b/lib/spell.h
@@ -1,6 +1,6 @@
/* $Id$
*
- * Copyright 2006-2009 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
+ * Copyright 2006-2010 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
*
* 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/wraplabel.c b/lib/wraplabel.c
index a50b413..a0dfbe5 100644
--- a/lib/wraplabel.c
+++ b/lib/wraplabel.c
@@ -1,7 +1,7 @@
/*
* wraplabel.c
*
- * Copyright 2008-2009 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
+ * Copyright 2008-2010 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
* Copyright 2008-2009 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
*
* This program is free software; you can redistribute it and/or modify
diff --git a/lib/wraplabel.h b/lib/wraplabel.h
index 8848322..8a72010 100644
--- a/lib/wraplabel.h
+++ b/lib/wraplabel.h
@@ -1,7 +1,7 @@
/*
* wraplabel.h
*
- * Copyright 2008-2009 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
+ * Copyright 2008-2010 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
* Copyright 2008-2009 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
*
* This program is free software; you can redistribute it and/or modify
diff --git a/panel-plugin/xfce4-dict-plugin.c b/panel-plugin/xfce4-dict-plugin.c
index 43c7d66..f3b6899 100644
--- a/panel-plugin/xfce4-dict-plugin.c
+++ b/panel-plugin/xfce4-dict-plugin.c
@@ -1,6 +1,6 @@
/* $Id$
*
- * Copyright 2006-2009 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
+ * Copyright 2006-2010 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
*
* 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/src/popup_plugin.c b/src/popup_plugin.c
index 015db64..7ff4f4c 100644
--- a/src/popup_plugin.c
+++ b/src/popup_plugin.c
@@ -1,6 +1,6 @@
/* $Id$
*
- * Copyright 2008-2009 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
+ * Copyright 2008-2010 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
* Copyright 2006 Darren Salt
* Copyright 2002-2006 Olivier Fourdan
*
diff --git a/src/popup_plugin.h b/src/popup_plugin.h
index f8cba72..acaceda 100644
--- a/src/popup_plugin.h
+++ b/src/popup_plugin.h
@@ -1,6 +1,6 @@
/* $Id$
*
- * Copyright 2008-2009 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
+ * Copyright 2008-2010 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
*
* 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/src/xfce4-dict.c b/src/xfce4-dict.c
index 30e056a..38ce6d9 100644
--- a/src/xfce4-dict.c
+++ b/src/xfce4-dict.c
@@ -1,6 +1,6 @@
/* $Id$
*
- * Copyright 2006-2009 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
+ * Copyright 2006-2010 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
*
* 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
@@ -142,7 +142,7 @@ gint main(gint argc, gchar *argv[])
if (show_version)
{
g_print("%s %s (Xfce %s)\n\n", PACKAGE, PACKAGE_VERSION, xfce_version_string());
- g_print("%s\n", "Copyright (c) 2006-2009");
+ g_print("%s\n", "Copyright (c) 2006-2010");
g_print("\tEnrico Tröger <enrico at xfce.org>\n\n");
g_print(_("Please report bugs to <%s>."), PACKAGE_BUGREPORT);
g_print("\n");
More information about the Xfce4-commits
mailing list