[Xfce4-commits] [xfce/libxfce4ui] 01/02: Bump copyright year in xfce4-about
noreply at xfce.org
noreply at xfce.org
Wed Feb 18 20:43:12 CET 2015
This is an automated email from the git hooks/post-receive script.
hjudt pushed a commit to branch master
in repository xfce/libxfce4ui.
commit 51c58dbb6c3f74b27f4254deb5ffaa84124816ff
Author: Harald Judt <h.judt at gmx.at>
Date: Wed Feb 18 20:31:24 2015 +0100
Bump copyright year in xfce4-about
---
xfce4-about/main.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/xfce4-about/main.c b/xfce4-about/main.c
index 0c841de..ce3368a 100644
--- a/xfce4-about/main.c
+++ b/xfce4-about/main.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010 Xfce Development Team
+ * Copyright (C) 2015 Xfce Development Team
*
* 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
@@ -453,7 +453,7 @@ main (gint argc,
if (G_UNLIKELY (opt_version))
{
g_print ("%s %s (Xfce %s)\n\n", G_LOG_DOMAIN, PACKAGE_VERSION, xfce_version_string ());
- g_print ("%s\n", "Copyright (c) 2008-2011");
+ g_print ("%s\n", "Copyright (c) 2008-2015");
g_print ("\t%s\n\n", _("The Xfce development team. All rights reserved."));
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