[Xfce4-commits] [apps/xfce4-dict] 05/07: Remove SVN $Id$ tags and update copyright year
noreply at xfce.org
noreply at xfce.org
Wed Mar 11 22:11:59 CET 2015
This is an automated email from the git hooks/post-receive script.
hjudt pushed a commit to branch master
in repository apps/xfce4-dict.
commit ac45d5d31d42c026779410b3407063b175463448
Author: Harald Judt <h.judt at gmx.at>
Date: Wed Mar 11 21:39:12 2015 +0100
Remove SVN $Id$ tags and update copyright year
---
configure.ac.in | 2 +-
lib/Makefile.am | 2 --
lib/common.c | 4 +---
lib/common.h | 4 +---
lib/dictd.c | 4 +---
lib/dictd.h | 4 +---
lib/gui.c | 10 +++++-----
lib/gui.h | 4 +---
lib/libdict.h | 4 +---
lib/prefs.c | 4 +---
lib/prefs.h | 4 +---
lib/speedreader.c | 4 +---
lib/speedreader.h | 4 +---
lib/spell.c | 4 +---
lib/spell.h | 4 +---
lib/wraplabel.c | 1 -
lib/wraplabel.h | 1 -
panel-plugin/xfce4-dict-plugin.c | 4 +---
src/popup_plugin.c | 4 +---
src/popup_plugin.h | 4 +---
src/xfce4-dict.c | 6 ++----
21 files changed, 23 insertions(+), 59 deletions(-)
diff --git a/configure.ac.in b/configure.ac.in
index 27497c0..16d969b 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -11,7 +11,7 @@ m4_define([xfce4_dict_version], [xfce4_dict_version_major().xfce4_dict_version_m
dnl ***************************
dnl *** Initialize autoconf ***
dnl ***************************
-AC_COPYRIGHT([Copyright (c) 2006-2012 Enrico Tröger. All rights reserved.])
+AC_COPYRIGHT([Copyright (c) 2006-2015 Xfce Development Team. All rights reserved.])
AC_INIT([xfce4-dict], [xfce4_dict_version], [http://bugzilla.xfce.org/], [xfce4-dict])
AC_PREREQ([2.60])
AC_CONFIG_MACRO_DIR([m4])
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 15e26f9..874f386 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -1,5 +1,3 @@
-
-
noinst_LTLIBRARIES = \
libdict.la
diff --git a/lib/common.c b/lib/common.c
index 6154ec8..e80b051 100644
--- a/lib/common.c
+++ b/lib/common.c
@@ -1,6 +1,4 @@
-/* $Id$
- *
- * Copyright 2006-2011 Enrico Tröger <enrico(at)xfce(dot)org>
+/* Copyright 2006-2011 Enrico Tröger <enrico(at)xfce(dot)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/common.h b/lib/common.h
index 673bc1a..2525b66 100644
--- a/lib/common.h
+++ b/lib/common.h
@@ -1,6 +1,4 @@
-/* $Id$
- *
- * Copyright 2006-2011 Enrico Tröger <enrico(at)xfce(dot)org>
+/* Copyright 2006-2011 Enrico Tröger <enrico(at)xfce(dot)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/dictd.c b/lib/dictd.c
index e97a5d6..d2578d3 100644
--- a/lib/dictd.c
+++ b/lib/dictd.c
@@ -1,6 +1,4 @@
-/* $Id$
- *
- * Copyright 2006-2011 Enrico Tröger <enrico(at)xfce(dot)org>
+/* Copyright 2006-2011 Enrico Tröger <enrico(at)xfce(dot)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/dictd.h b/lib/dictd.h
index 3f31856..152fd0f 100644
--- a/lib/dictd.h
+++ b/lib/dictd.h
@@ -1,6 +1,4 @@
-/* $Id$
- *
- * Copyright 2006-2011 Enrico Tröger <enrico(at)xfce(dot)org>
+/* Copyright 2006-2011 Enrico Tröger <enrico(at)xfce(dot)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/gui.c b/lib/gui.c
index c733665..971af69 100644
--- a/lib/gui.c
+++ b/lib/gui.c
@@ -1,6 +1,4 @@
-/* $Id$
- *
- * Copyright 2006-2012 Enrico Tröger <enrico(at)xfce(dot)org>
+/* Copyright 2006-2012 Enrico Tröger <enrico(at)xfce(dot)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
@@ -950,7 +948,9 @@ static void about_activate_link(GtkAboutDialog *about, const gchar *ref, gpointe
void dict_gui_about_dialog(GtkWidget *widget, DictData *dd)
{
- const gchar *authors[]= { "Enrico Tröger <enrico at xfce.org>", NULL };
+ const gchar *authors[]= { "Enrico Tröger <enrico at xfce.org>",
+ "Harald Judt <hjudt at xfce.org>",
+ NULL };
const gchar *title = _("Xfce4 Dictionary");
GdkPixbuf *logo = gdk_pixbuf_new_from_inline(-1, dict_icon_data, FALSE, NULL);
@@ -960,7 +960,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-2013 Enrico Tröger"),
+ "copyright", _("Copyright \302\251 2006-2015 Xfce Development Team"),
"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 858e51b..556699c 100644
--- a/lib/gui.h
+++ b/lib/gui.h
@@ -1,6 +1,4 @@
-/* $Id$
- *
- * Copyright 2006-2011 Enrico Tröger <enrico(at)xfce(dot)org>
+/* Copyright 2006-2011 Enrico Tröger <enrico(at)xfce(dot)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/libdict.h b/lib/libdict.h
index 0e7571e..98ead5b 100644
--- a/lib/libdict.h
+++ b/lib/libdict.h
@@ -1,6 +1,4 @@
-/* $Id$
- *
- * Copyright 2006-2011 Enrico Tröger <enrico(at)xfce(dot)org>
+/* Copyright 2006-2011 Enrico Tröger <enrico(at)xfce(dot)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/prefs.c b/lib/prefs.c
index 0d95ad6..d321bba 100644
--- a/lib/prefs.c
+++ b/lib/prefs.c
@@ -1,6 +1,4 @@
-/* $Id$
- *
- * Copyright 2006-2011 Enrico Tröger <enrico(at)xfce(dot)org>
+/* Copyright 2006-2011 Enrico Tröger <enrico(at)xfce(dot)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/prefs.h b/lib/prefs.h
index 9959305..5d53c36 100644
--- a/lib/prefs.h
+++ b/lib/prefs.h
@@ -1,6 +1,4 @@
-/* $Id$
- *
- * Copyright 2006-2011 Enrico Tröger <enrico(at)xfce(dot)org>
+/* Copyright 2006-2011 Enrico Tröger <enrico(at)xfce(dot)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/speedreader.c b/lib/speedreader.c
index 29fea99..59b4226 100644
--- a/lib/speedreader.c
+++ b/lib/speedreader.c
@@ -1,6 +1,4 @@
-/* $Id$
- *
- * Copyright 2009-2011 Enrico Tröger <enrico(at)xfce(dot)org>
+/* Copyright 2006-2011 Enrico Tröger <enrico(at)xfce(dot)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/speedreader.h b/lib/speedreader.h
index dc74660..7932cb5 100644
--- a/lib/speedreader.h
+++ b/lib/speedreader.h
@@ -1,6 +1,4 @@
-/* $Id$
- *
- * Copyright 2009-2011 Enrico Tröger <enrico(at)xfce(dot)org>
+/* Copyright 2006-2011 Enrico Tröger <enrico(at)xfce(dot)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/spell.c b/lib/spell.c
index 5c80c42..00c4bc8 100644
--- a/lib/spell.c
+++ b/lib/spell.c
@@ -1,6 +1,4 @@
-/* $Id$
- *
- * Copyright 2006-2011 Enrico Tröger <enrico(at)xfce(dot)org>
+/* Copyright 2006-2011 Enrico Tröger <enrico(at)xfce(dot)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/spell.h b/lib/spell.h
index b68ce6f..a53e10f 100644
--- a/lib/spell.h
+++ b/lib/spell.h
@@ -1,6 +1,4 @@
-/* $Id$
- *
- * Copyright 2006-2011 Enrico Tröger <enrico(at)xfce(dot)org>
+/* Copyright 2006-2011 Enrico Tröger <enrico(at)xfce(dot)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/wraplabel.c b/lib/wraplabel.c
index fb4deea..f7f9fb9 100644
--- a/lib/wraplabel.c
+++ b/lib/wraplabel.c
@@ -18,7 +18,6 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
- * $Id$
*/
/*
diff --git a/lib/wraplabel.h b/lib/wraplabel.h
index a564073..bef344f 100644
--- a/lib/wraplabel.h
+++ b/lib/wraplabel.h
@@ -18,7 +18,6 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
- * $Id$
*/
#ifndef __WRAP_LABEL_H__
diff --git a/panel-plugin/xfce4-dict-plugin.c b/panel-plugin/xfce4-dict-plugin.c
index 6389ef0..9d79df6 100644
--- a/panel-plugin/xfce4-dict-plugin.c
+++ b/panel-plugin/xfce4-dict-plugin.c
@@ -1,6 +1,4 @@
-/* $Id$
- *
- * Copyright 2006-2012 Enrico Tröger <enrico(at)xfce(dot)org>
+/* Copyright 2006-2012 Enrico Tröger <enrico(at)xfce(dot)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/src/popup_plugin.c b/src/popup_plugin.c
index 90692e4..6e1bef8 100644
--- a/src/popup_plugin.c
+++ b/src/popup_plugin.c
@@ -1,6 +1,4 @@
-/* $Id$
- *
- * Copyright 2008-2011 Enrico Tröger <enrico(at)xfce(dot)org>
+/* Copyright 2008-2011 Enrico Tröger <enrico(at)xfce(dot)org>
* Copyright 2006 Darren Salt
* Copyright 2002-2006 Olivier Fourdan
*
diff --git a/src/popup_plugin.h b/src/popup_plugin.h
index 0aca132..e88090e 100644
--- a/src/popup_plugin.h
+++ b/src/popup_plugin.h
@@ -1,6 +1,4 @@
-/* $Id$
- *
- * Copyright 2008-2011 Enrico Tröger <enrico(at)xfce(dot)org>
+/* Copyright 2008-2011 Enrico Tröger <enrico(at)xfce(dot)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/src/xfce4-dict.c b/src/xfce4-dict.c
index 6285c35..0121ddf 100644
--- a/src/xfce4-dict.c
+++ b/src/xfce4-dict.c
@@ -1,6 +1,4 @@
-/* $Id$
- *
- * Copyright 2006-2012 Enrico Tröger <enrico(at)xfce(dot)org>
+/* Copyright 2006-2012 Enrico Tröger <enrico(at)xfce(dot)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
@@ -142,7 +140,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-2012");
+ g_print("%s\n", "Copyright (c) 2006-2015");
g_print("\tEnrico Tröger <enrico at xfce.org>\n\n");
g_print(_("Please report bugs to <%s>."), PACKAGE_BUGREPORT);
g_print("\n");
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list