This is an automated email from the git hooks/post-receive script. hjudt pushed a commit to branch master in repository xfce/xfce4-dev-tools.
commit 78e9cfafb1c8ed749c07a49e22440f5df7a96cd1 Author: Harald Judt <[email protected]> Date: Mon Feb 16 21:18:23 2015 +0100 Cleanup files and update .gitignore Update copyright dates, remove subversion $id strings, update .gitignore. --- .gitignore | 12 ++++++++++++ Makefile.am | 4 +--- configure.ac.in | 6 ++---- m4macros/Makefile.am | 4 +--- m4macros/xdt-depends.m4 | 4 +--- m4macros/xdt-features.m4 | 4 +--- m4macros/xdt-i18n.m4 | 4 +--- m4macros/xdt-python.m4 | 4 +--- m4macros/xdt-xfce.m4 | 4 +--- scripts/Makefile.am | 4 +--- xdt-csource/Makefile.am | 3 +++ xdt-csource/main.c | 7 +++++-- 12 files changed, 30 insertions(+), 30 deletions(-) diff --git a/.gitignore b/.gitignore index 4eb1951..284267d 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,15 @@ missing xfce4-dev-tools.spec scripts/xdt-autogen scripts/xdt-autogen.in +compile +config.guess +config.sub +configure.ac +depcomp +libtool +ltmain.sh +ChangeLog +xfce4-dev-tools-*.tar.bz2 +xdt-csource/* +!xdt-csource/Makefile.am +!xdt-csource/main.c \ No newline at end of file diff --git a/Makefile.am b/Makefile.am index 7de5b39..3296076 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,4 @@ -# $Id$ -# -# Copyright (c) 2002-2005 +# Copyright (c) 2002-2015 # The Xfce development team. All rights reserved. # # Written for Xfce by Benedikt Meurer <[email protected]>. diff --git a/configure.ac.in b/configure.ac.in index 73155ce..a1b4790 100644 --- a/configure.ac.in +++ b/configure.ac.in @@ -1,6 +1,5 @@ -dnl $Id$ dnl -dnl Copyright (c) 2002-2011 +dnl Copyright (c) 2002-2015 dnl The Xfce development team. All rights reserved. dnl dnl Written for Xfce by Benedikt Meurer <[email protected]>. @@ -27,8 +26,7 @@ dnl *** Initialize autoconf *** dnl *************************** AC_INIT([xfce4-dev-tools], [xdt_version], [http://bugzilla.xfce.org/enter_bug.cgi?product=Xfce4-dev-tools]) -AC_COPYRIGHT([Copyright (c) 2002-2011 The Xfce development team. All rights reserved.]) -AC_REVISION([$Id$]) +AC_COPYRIGHT([Copyright (c) 2002-2015 The Xfce development team. All rights reserved.]) dnl substitute version info AC_SUBST([VERSION_MAJOR], [xdt_version_major]) diff --git a/m4macros/Makefile.am b/m4macros/Makefile.am index 0550512..fb1a489 100644 --- a/m4macros/Makefile.am +++ b/m4macros/Makefile.am @@ -1,6 +1,4 @@ -# $Id$ -# -# Copyright (c) 2002-2005 +# Copyright (c) 2002-2015 # The Xfce development team. All rights reserved. # # Written for Xfce by Benedikt Meurer <[email protected]>. diff --git a/m4macros/xdt-depends.m4 b/m4macros/xdt-depends.m4 index 64bbb0e..0bb0436 100644 --- a/m4macros/xdt-depends.m4 +++ b/m4macros/xdt-depends.m4 @@ -1,6 +1,4 @@ -dnl $Id$ -dnl -dnl Copyright (c) 2002-2006 +dnl Copyright (c) 2002-2015 dnl The Xfce development team. All rights reserved. dnl dnl Written for Xfce by Benedikt Meurer <[email protected]>. diff --git a/m4macros/xdt-features.m4 b/m4macros/xdt-features.m4 index 209c124..df64fa7 100644 --- a/m4macros/xdt-features.m4 +++ b/m4macros/xdt-features.m4 @@ -1,6 +1,4 @@ -dnl $Id$ -dnl -dnl Copyright (c) 2002-2006 +dnl Copyright (c) 2002-2015 dnl The Xfce development team. All rights reserved. dnl dnl Written for Xfce by Benedikt Meurer <[email protected]>. diff --git a/m4macros/xdt-i18n.m4 b/m4macros/xdt-i18n.m4 index 8d90e4f..b296647 100644 --- a/m4macros/xdt-i18n.m4 +++ b/m4macros/xdt-i18n.m4 @@ -1,6 +1,4 @@ -dnl $Id$ -dnl -dnl Copyright (c) 2002-2006 +dnl Copyright (c) 2002-2015 dnl The Xfce development team. All rights reserved. dnl dnl Written for Xfce by Benedikt Meurer <[email protected]>. diff --git a/m4macros/xdt-python.m4 b/m4macros/xdt-python.m4 index d6fb502..c0f8d44 100644 --- a/m4macros/xdt-python.m4 +++ b/m4macros/xdt-python.m4 @@ -1,6 +1,4 @@ -dnl $Id$ -dnl -dnl Copyright (c) 2002-2006 +dnl Copyright (c) 2002-2015 dnl The Xfce development team. All rights reserved. dnl dnl Written for Xfce by Benedikt Meurer <[email protected]>. diff --git a/m4macros/xdt-xfce.m4 b/m4macros/xdt-xfce.m4 index 5c5ea41..f0b9200 100644 --- a/m4macros/xdt-xfce.m4 +++ b/m4macros/xdt-xfce.m4 @@ -1,6 +1,4 @@ -dnl $Id$ -dnl -dnl Copyright (c) 2002-2006 +dnl Copyright (c) 2002-2015 dnl The Xfce development team. All rights reserved. dnl dnl Written for Xfce by Benedikt Meurer <[email protected]>. diff --git a/scripts/Makefile.am b/scripts/Makefile.am index ddc890c..cd57fe3 100644 --- a/scripts/Makefile.am +++ b/scripts/Makefile.am @@ -1,6 +1,4 @@ -# $Id$ -# -# Copyright (c) 2002-2014 +# Copyright (c) 2002-2015 # The Xfce development team. All rights reserved. # # Written for Xfce by Benedikt Meurer <[email protected]>. diff --git a/xdt-csource/Makefile.am b/xdt-csource/Makefile.am index 5096640..31e388d 100644 --- a/xdt-csource/Makefile.am +++ b/xdt-csource/Makefile.am @@ -1,3 +1,6 @@ +# Copyright (c) 2002-2015 +# The Xfce development team. All rights reserved. +# AM_CPPFLAGS = \ -I$(top_srcdir) \ diff --git a/xdt-csource/main.c b/xdt-csource/main.c index 59c89a5..d0044c3 100644 --- a/xdt-csource/main.c +++ b/xdt-csource/main.c @@ -1,4 +1,7 @@ -/*- +/* + * Copyright (c) 2002-2015 + * The Xfce development team. All rights reserved. + * * Copyright (c) 2005-2007 Benedikt Meurer <[email protected]> * Copyright (c) 2007 Nick Schermer <[email protected]> * @@ -304,7 +307,7 @@ static void print_version (void) { g_print ("%s %s\n\n", G_LOG_DOMAIN, PACKAGE_VERSION); - g_print ("Copyright (c) 2005-2011\n"); + g_print ("Copyright (c) 2005-2015\n"); g_print ("\t%s\n\n", _("The Xfce development team. All rights reserved.")); g_print ("%s comes with ABSOLUTELY NO WARRANTY,\n" "You may redistribute copies of %s under the terms of\n" -- To stop receiving notification emails like this one, please contact the administrator of this repository. _______________________________________________ Xfce4-commits mailing list [email protected] https://mail.xfce.org/mailman/listinfo/xfce4-commits
