[Xfce4-commits] <xfmpc:master> Set copyright to 2010
Vincent Legout
noreply at xfce.org
Sun Jan 24 07:04:04 CET 2010
Updating branch refs/heads/master
to 9a9416de3d7e7b2fa966669c3eae351b396a5500 (commit)
from 3f3cf2ee415308edf9a2cfd21aa485b6a54df92f (commit)
commit 9a9416de3d7e7b2fa966669c3eae351b396a5500
Author: Vincent Legout <vincent at legout.info>
Date: Sat Jan 23 15:15:05 2010 +0800
Set copyright to 2010
src/config.vapi | 4 ++--
src/dbbrowser.vala | 4 ++--
src/extended-interface.vala | 6 +++---
src/interface.vala | 4 ++--
src/main-window.vala | 4 ++--
src/main.vala | 4 ++--
src/mpdclient.c | 4 ++--
src/playlist.vala | 4 ++--
src/preferences-dialog.vala | 4 ++--
src/preferences.vala | 4 ++--
src/song-dialog.vala | 4 ++--
src/statusbar.vala | 4 ++--
12 files changed, 25 insertions(+), 25 deletions(-)
diff --git a/src/config.vapi b/src/config.vapi
index 5afdcce..0c27101 100644
--- a/src/config.vapi
+++ b/src/config.vapi
@@ -1,6 +1,6 @@
/*
- * Copyright (c) 2009 Mike Massonnet <mmassonnet at xfce.org>
- * Copyright (c) 2009 Vincent Legout <vincent at xfce.org>
+ * Copyright (c) 2009-2010 Mike Massonnet <mmassonnet at xfce.org>
+ * Copyright (c) 2009-2010 Vincent Legout <vincent 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/src/dbbrowser.vala b/src/dbbrowser.vala
index 6663fda..11b05bd 100644
--- a/src/dbbrowser.vala
+++ b/src/dbbrowser.vala
@@ -1,6 +1,6 @@
/*
- * Copyright (c) 2009 Mike Massonnet <mmassonnet at xfce.org>
- * Copyright (c) 2009 Vincent Legout <vincent at xfce.org>
+ * Copyright (c) 2009-2010 Mike Massonnet <mmassonnet at xfce.org>
+ * Copyright (c) 2009-2010 Vincent Legout <vincent 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/src/extended-interface.vala b/src/extended-interface.vala
index 0087012..9291c66 100644
--- a/src/extended-interface.vala
+++ b/src/extended-interface.vala
@@ -1,6 +1,6 @@
/*
- * Copyright (c) 2009 Mike Massonnet <mmassonnet at xfce.org>
- * Copyright (c) 2009 Vincent Legout <vincent at xfce.org>
+ * Copyright (c) 2009-2010 Mike Massonnet <mmassonnet at xfce.org>
+ * Copyright (c) 2009-2010 Vincent Legout <vincent 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
@@ -238,7 +238,7 @@ namespace Xfmpc {
"artists", null,
"authors", authors,
"comments", _("MPD client written in GTK+ for Xfce"),
- "copyright", "Copyright \xc2\xa9 2008-2009 Mike Massonnet, Vincent Legout",
+ "copyright", "Copyright \xc2\xa9 2008-2010 Mike Massonnet, Vincent Legout",
"documenters", null,
"license", Xfce.get_license_text (Xfce.LicenseTextType.GPL),
"translator-credits", _("translator-credits"),
diff --git a/src/interface.vala b/src/interface.vala
index 97ac696..e87b3f0 100644
--- a/src/interface.vala
+++ b/src/interface.vala
@@ -1,6 +1,6 @@
/*
- * Copyright (c) 2009 Mike Massonnet <mmassonnet at xfce.org>
- * Copyright (c) 2009 Vincent Legout <vincent at xfce.org>
+ * Copyright (c) 2009-2010 Mike Massonnet <mmassonnet at xfce.org>
+ * Copyright (c) 2009-2010 Vincent Legout <vincent 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/src/main-window.vala b/src/main-window.vala
index bf2fdbc..195f18e 100644
--- a/src/main-window.vala
+++ b/src/main-window.vala
@@ -1,6 +1,6 @@
/*
- * Copyright (c) 2009 Mike Massonnet <mmassonnet at xfce.org>
- * Copyright (c) 2009 Vincent Legout <vincent at xfce.org>
+ * Copyright (c) 2009-2010 Mike Massonnet <mmassonnet at xfce.org>
+ * Copyright (c) 2009-2010 Vincent Legout <vincent 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/src/main.vala b/src/main.vala
index f785a4d..6af9386 100644
--- a/src/main.vala
+++ b/src/main.vala
@@ -1,6 +1,6 @@
/*
- * Copyright (c) 2009 Mike Massonnet <mmassonnet at xfce.org>
- * Copyright (c) 2009 Vincent Legout <vincent at xfce.org>
+ * Copyright (c) 2009-2010 Mike Massonnet <mmassonnet at xfce.org>
+ * Copyright (c) 2009-2010 Vincent Legout <vincent 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/src/mpdclient.c b/src/mpdclient.c
index e302b68..eed84e8 100644
--- a/src/mpdclient.c
+++ b/src/mpdclient.c
@@ -1,6 +1,6 @@
/*
- * Copyright (c) 2008-2009 Mike Massonnet <mmassonnet at xfce.org>
- * Copyright (c) 2009 Vincent Legout <vincent at xfce.org>
+ * Copyright (c) 2008-2010 Mike Massonnet <mmassonnet at xfce.org>
+ * Copyright (c) 2009-2010 Vincent Legout <vincent 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/src/playlist.vala b/src/playlist.vala
index 9443595..944b613 100644
--- a/src/playlist.vala
+++ b/src/playlist.vala
@@ -1,6 +1,6 @@
/*
- * Copyright (c) 2009 Mike Massonnet <mmassonnet at xfce.org>
- * Copyright (c) 2009 Vincent Legout <vincent at xfce.org>
+ * Copyright (c) 2009-2010 Mike Massonnet <mmassonnet at xfce.org>
+ * Copyright (c) 2009-2010 Vincent Legout <vincent 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/src/preferences-dialog.vala b/src/preferences-dialog.vala
index e59f93e..d290bfe 100644
--- a/src/preferences-dialog.vala
+++ b/src/preferences-dialog.vala
@@ -1,6 +1,6 @@
/*
- * Copyright (c) 2009 Mike Massonnet <mmassonnet at xfce.org>
- * Copyright (c) 2009 Vincent Legout <vincent at xfce.org>
+ * Copyright (c) 2009-2010 Mike Massonnet <mmassonnet at xfce.org>
+ * Copyright (c) 2009-2010 Vincent Legout <vincent 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/src/preferences.vala b/src/preferences.vala
index 563c1fc..c47f6ff 100644
--- a/src/preferences.vala
+++ b/src/preferences.vala
@@ -1,6 +1,6 @@
/*
- * Copyright (c) 2009 Mike Massonnet <mmassonnet at xfce.org>
- * Copyright (c) 2009 Vincent Legout <vincent at xfce.org>
+ * Copyright (c) 2009-2010 Mike Massonnet <mmassonnet at xfce.org>
+ * Copyright (c) 2009-2010 Vincent Legout <vincent 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/src/song-dialog.vala b/src/song-dialog.vala
index e2d6ce9..0a2551f 100644
--- a/src/song-dialog.vala
+++ b/src/song-dialog.vala
@@ -1,6 +1,6 @@
/*
- * Copyright (c) 2009 Mike Massonnet <mmassonnet at xfce.org>
- * Copyright (c) 2009 Vincent Legout <vincent at xfce.org>
+ * Copyright (c) 2009-2010 Mike Massonnet <mmassonnet at xfce.org>
+ * Copyright (c) 2009-2010 Vincent Legout <vincent 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/src/statusbar.vala b/src/statusbar.vala
index b41490f..b4182b5 100644
--- a/src/statusbar.vala
+++ b/src/statusbar.vala
@@ -1,6 +1,6 @@
/*
- * Copyright (c) 2009 Mike Massonnet <mmassonnet at xfce.org>
- * Copyright (c) 2009 Vincent Legout <vincent at xfce.org>
+ * Copyright (c) 2009-2010 Mike Massonnet <mmassonnet at xfce.org>
+ * Copyright (c) 2009-2010 Vincent Legout <vincent 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