[Xfce4-commits] <xfce4-clipman-plugin:master> Update copyright year and autogen.sh file
Mike Massonnet
noreply at xfce.org
Sat May 7 22:50:01 CEST 2011
Updating branch refs/heads/master
to 93f8273f5dc8e51a37b9545ca4d0e0d1ccf33152 (commit)
from 758c09dd805e8c48de44e03cd292111983dbbd68 (commit)
commit 93f8273f5dc8e51a37b9545ca4d0e0d1ccf33152
Author: Mike Massonnet <mmassonnet at xfce.org>
Date: Sat May 7 21:59:52 2011 +0200
Update copyright year and autogen.sh file
AUTHORS | 2 ++
autogen.sh | 29 ++---------------------------
configure.ac.in | 2 +-
daemon/daemon.h | 2 +-
panel-plugin/actions.c | 2 +-
panel-plugin/actions.h | 2 +-
panel-plugin/collector.c | 2 +-
panel-plugin/collector.h | 2 +-
panel-plugin/common.h | 2 +-
panel-plugin/history.c | 2 +-
panel-plugin/history.h | 2 +-
panel-plugin/main-panel-plugin.c | 2 +-
panel-plugin/main-status-icon.c | 2 +-
panel-plugin/menu.c | 2 +-
panel-plugin/menu.h | 2 +-
panel-plugin/plugin.c | 6 +++---
panel-plugin/plugin.h | 2 +-
panel-plugin/xfce4-clipman-actions.xml.in | 2 +-
panel-plugin/xfce4-clipman-settings.c | 2 +-
panel-plugin/xfce4-popup-clipman.c | 2 +-
20 files changed, 24 insertions(+), 47 deletions(-)
diff --git a/AUTHORS b/AUTHORS
index fe79377..cd88c08 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1 +1,3 @@
Mike Massonnet <mmassonnet at xfce.org>
+Nick Schermer <nick at xfce.org>
+Eduard Roccatello
diff --git a/autogen.sh b/autogen.sh
index d8c3065..cb7e1a0 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,12 +1,4 @@
#!/bin/sh
-#
-# $Id: autogen.sh 23241 2006-09-29 19:05:15Z kelnos $
-#
-# Copyright (c) 2002-2005
-# The Xfce development team. All rights reserved.
-#
-# Written for Xfce by Benedikt Meurer <benny at xfce.org>.
-#
(type xdt-autogen) >/dev/null 2>&1 || {
cat >&2 <<EOF
@@ -18,22 +10,5 @@ EOF
exit 1
}
-echo 'dnl *** This file is automatically generated from configure.ac.in ***' \
- >configure.ac
-echo 'dnl *** DO NOT EDIT! ***' >>configure.ac
-echo >>configure.ac
-
-# substitute revision and linguas
-linguas=$(ls po/*.po 2>/dev/null | awk 'BEGIN {FS="[./]"; ORS=" "} {print $2}')
-if [ -d .git ]; then
- revision=$(git log --pretty=format:%h -n 1)
-else
- revision=UNKNOWN
-fi
-sed -e "s/@LINGUAS@/${linguas}/g" \
- -e "s/@REVISION@/${revision}/g" \
- < configure.ac.in >> configure.ac
-
-xdt-autogen $@
-
-# vi:set ts=2 sw=2 et ai:
+XDT_AUTOGEN_REQUIRED_VERSION="4.7.3" \
+exec xdt-autogen $@
diff --git a/configure.ac.in b/configure.ac.in
index 340897d..77124ed 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -3,7 +3,7 @@ dnl Clipman plugin - Clipboards manager for the Xfce4 panel
dnl
dnl 2005 Eduard Roccatello <eduard at xfce.org>
dnl 2006-2007 Nick Schermer <nick at xfce.org>
-dnl 2008-2009 Mike Massonnet <mmassonnet at xfce.org>
+dnl 2008-2011 Mike Massonnet <mmassonnet at xfce.org>
dnl
dnl ***************************
diff --git a/daemon/daemon.h b/daemon/daemon.h
index b2c2abc..d0df1d2 100644
--- a/daemon/daemon.h
+++ b/daemon/daemon.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2009 Mike Massonnet <mmassonnet at xfce.org>
+ * Copyright (c) 2009-2011 Mike Massonnet <mmassonnet at xfce.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/panel-plugin/actions.c b/panel-plugin/actions.c
index 2c132c7..f67cd01 100644
--- a/panel-plugin/actions.c
+++ b/panel-plugin/actions.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2009 Mike Massonnet <mmassonnet at xfce.org>
+ * Copyright (c) 2009-2011 Mike Massonnet <mmassonnet at xfce.org>
*
* XML parsing based on Xfce4 Panel:
* Copyright (c) 2005 Jasper Huijsmans <jasper at xfce.org>
diff --git a/panel-plugin/actions.h b/panel-plugin/actions.h
index 9f99cb8..0fad324 100644
--- a/panel-plugin/actions.h
+++ b/panel-plugin/actions.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2009 Mike Massonnet <mmassonnet at xfce.org>
+ * Copyright (c) 2009-2011 Mike Massonnet <mmassonnet at xfce.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/panel-plugin/collector.c b/panel-plugin/collector.c
index 203fc15..e758cfa 100644
--- a/panel-plugin/collector.c
+++ b/panel-plugin/collector.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2008-2009 Mike Massonnet <mmassonnet at xfce.org>
+ * Copyright (c) 2008-2011 Mike Massonnet <mmassonnet at xfce.org>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/panel-plugin/collector.h b/panel-plugin/collector.h
index 9ae84cd..d3e42f2 100644
--- a/panel-plugin/collector.h
+++ b/panel-plugin/collector.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2008-2009 Mike Massonnet <mmassonnet at xfce.org>
+ * Copyright (c) 2008-2011 Mike Massonnet <mmassonnet at xfce.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/panel-plugin/common.h b/panel-plugin/common.h
index 3d2de45..75bd8ce 100644
--- a/panel-plugin/common.h
+++ b/panel-plugin/common.h
@@ -1,7 +1,7 @@
/*
* common.h -- defines default values to use between the components
*
- * Copyright (c) 2009 Mike Massonnet <mmassonnet at xfce.org>
+ * Copyright (c) 2009-2011 Mike Massonnet <mmassonnet at xfce.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/panel-plugin/history.c b/panel-plugin/history.c
index e717bdd..5829e02 100644
--- a/panel-plugin/history.c
+++ b/panel-plugin/history.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2008-2009 Mike Massonnet <mmassonnet at xfce.org>
+ * Copyright (c) 2008-2011 Mike Massonnet <mmassonnet at xfce.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/panel-plugin/history.h b/panel-plugin/history.h
index bb63d1a..1b205dc 100644
--- a/panel-plugin/history.h
+++ b/panel-plugin/history.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2008-2009 Mike Massonnet <mmassonnet at xfce.org>
+ * Copyright (c) 2008-2011 Mike Massonnet <mmassonnet at xfce.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/panel-plugin/main-panel-plugin.c b/panel-plugin/main-panel-plugin.c
index fd46ce6..d5cfb77 100644
--- a/panel-plugin/main-panel-plugin.c
+++ b/panel-plugin/main-panel-plugin.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2008-2009 Mike Massonnet <mmassonnet at xfce.org>
+ * Copyright (c) 2008-2011 Mike Massonnet <mmassonnet at xfce.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/panel-plugin/main-status-icon.c b/panel-plugin/main-status-icon.c
index 268c526..4768e17 100644
--- a/panel-plugin/main-status-icon.c
+++ b/panel-plugin/main-status-icon.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2008-2009 Mike Massonnet <mmassonnet at xfce.org>
+ * Copyright (c) 2008-2011 Mike Massonnet <mmassonnet at xfce.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/panel-plugin/menu.c b/panel-plugin/menu.c
index ab937f9..0b0596f 100644
--- a/panel-plugin/menu.c
+++ b/panel-plugin/menu.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2008-2009 Mike Massonnet <mmassonnet at xfce.org>
+ * Copyright (c) 2008-2011 Mike Massonnet <mmassonnet at xfce.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/panel-plugin/menu.h b/panel-plugin/menu.h
index a04b00a..be7c871 100644
--- a/panel-plugin/menu.h
+++ b/panel-plugin/menu.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2008-2009 Mike Massonnet <mmassonnet at xfce.org>
+ * Copyright (c) 2008-2011 Mike Massonnet <mmassonnet at xfce.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/panel-plugin/plugin.c b/panel-plugin/plugin.c
index 303dd28..39a3988 100644
--- a/panel-plugin/plugin.c
+++ b/panel-plugin/plugin.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2009 Mike Massonnet <mmassonnet at xfce.org>
+ * Copyright (c) 2009-2011 Mike Massonnet <mmassonnet at xfce.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
@@ -292,7 +292,7 @@ void
plugin_about (MyPlugin *plugin)
{
const gchar *artists[] = { "Mike Massonnet", NULL, };
- const gchar *authors[] = { "(c) 2008-2009 Mike Massonnet",
+ const gchar *authors[] = { "(c) 2008-2011 Mike Massonnet",
"(c) 2005-2006 Nick Schermer",
"(c) 2003 Eduard Roccatello",
"",
@@ -312,7 +312,7 @@ plugin_about (MyPlugin *plugin)
"logo-icon-name", "xfce4-clipman-plugin",
"comments", _("Clipboard Manager for Xfce"),
"version", PACKAGE_VERSION,
- "copyright", "Copyright © 2003-2009 The Xfce development team",
+ "copyright", "Copyright © 2008-2011 Mike Massonnet",
"license", license,
"website", "http://goodies.xfce.org/projects/panel-plugins/xfce4-clipman-plugin",
"website-label", "goodies.xfce.org",
diff --git a/panel-plugin/plugin.h b/panel-plugin/plugin.h
index f0bb7e4..84e8ea9 100644
--- a/panel-plugin/plugin.h
+++ b/panel-plugin/plugin.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2009 Mike Massonnet <mmassonnet at xfce.org>
+ * Copyright (c) 2009-2011 Mike Massonnet <mmassonnet at xfce.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/panel-plugin/xfce4-clipman-actions.xml.in b/panel-plugin/xfce4-clipman-actions.xml.in
index 9588037..23c8b47 100644
--- a/panel-plugin/xfce4-clipman-actions.xml.in
+++ b/panel-plugin/xfce4-clipman-actions.xml.in
@@ -11,7 +11,7 @@
<!ELEMENT exec (#PCDATA)>
]>
<!--
- Copyright (c) 2009 Mike Massonnet <mmassonnet at xfce.org>
+ Copyright (c) 2009-2011 Mike Massonnet <mmassonnet at xfce.org>
Default Clipman actions configuration file, which gets installed system-wide.
This should act more like an example, and is therefore kept simple.
diff --git a/panel-plugin/xfce4-clipman-settings.c b/panel-plugin/xfce4-clipman-settings.c
index e42d0e1..c1921fb 100644
--- a/panel-plugin/xfce4-clipman-settings.c
+++ b/panel-plugin/xfce4-clipman-settings.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2009 Mike Massonnet <mmassonnet at xfce.org>
+ * Copyright (c) 2009-2011 Mike Massonnet <mmassonnet at xfce.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/panel-plugin/xfce4-popup-clipman.c b/panel-plugin/xfce4-popup-clipman.c
index f548d81..d9f193f 100644
--- a/panel-plugin/xfce4-popup-clipman.c
+++ b/panel-plugin/xfce4-popup-clipman.c
@@ -2,7 +2,7 @@
* Clipman - panel plugin for Xfce Desktop Environment
* popup command to show the clipman menu
* Copyright (C) 2002-2006 Olivier Fourdan
- * 2008-2009 Mike Massonnet <mmassonnet at xfce.org>
+ * 2008-2011 Mike Massonnet <mmassonnet at xfce.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
More information about the Xfce4-commits
mailing list