[Xfce4-commits] [apps/xfce4-volumed-pulse] 58/62: Fix author, add missing copyright and lp project page

noreply at xfce.org noreply at xfce.org
Thu Sep 8 10:33:20 CEST 2016


This is an automated email from the git hooks/post-receive script.

ochosi pushed a commit to branch master
in repository apps/xfce4-volumed-pulse.

commit 8d1ceaac728e42f5d762e9b6fec5a310cf3c0571
Author: Lionel Le Folgoc <lionel at lefolgoc.net>
Date:   Sun Mar 10 19:28:11 2013 +0100

    Fix author, add missing copyright and lp project page
---
 AUTHORS              | 3 +++
 configure.ac.in      | 2 +-
 src/main.c           | 1 +
 src/xvd_data_types.h | 1 +
 src/xvd_keys.c       | 1 +
 src/xvd_keys.h       | 1 +
 src/xvd_notify.c     | 1 +
 src/xvd_notify.h     | 1 +
 src/xvd_xfconf.c     | 1 +
 src/xvd_xfconf.h     | 1 +
 10 files changed, 12 insertions(+), 1 deletion(-)

diff --git a/AUTHORS b/AUTHORS
index a312018..674e2ce 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,5 +1,8 @@
 === Authors
+ * original xfce4-volumed (gstreamer)
 	Steve Dodier <sidnioulz at gmail.com>
+ * pulseaudio port
+	Lionel Le Folgoc <lionel at lefolgoc.net>
 
 === Contributions
  * xvd_mixer.c
diff --git a/configure.ac.in b/configure.ac.in
index e3213c9..ba08f5b 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -12,7 +12,7 @@ m4_define([xfce4_volumed_pulse_version], [xfce4_volumed_pulse_version_major().xf
 dnl ***************************
 dnl *** Initialize autoconf ***
 dnl ***************************
-AC_INIT([xfce4-volumed-pulse], [xfce4_volumed_pulse_version], [http://bugs.launchpad.net/xfce4-volumed])
+AC_INIT([xfce4-volumed-pulse], [xfce4_volumed_pulse_version], [http://bugs.launchpad.net/xfce4-volumed-pulse])
 AC_PREREQ([2.50])
 AC_REVISION([@REVISION@])
 
diff --git a/src/main.c b/src/main.c
index 4f7ca0d..f016a7c 100644
--- a/src/main.c
+++ b/src/main.c
@@ -2,6 +2,7 @@
  *  xfce4-volumed - Volume management daemon for XFCE 4
  *
  *  Copyright © 2009 Steve Dodier <sidnioulz at gmail.com>
+ *  Copyright © 2012 Lionel Le Folgoc <lionel at lefolgoc.net>
  *
  *  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/xvd_data_types.h b/src/xvd_data_types.h
index 41f2101..e1cdc14 100644
--- a/src/xvd_data_types.h
+++ b/src/xvd_data_types.h
@@ -2,6 +2,7 @@
  *  xfce4-volumed - Volume management daemon for XFCE 4
  *
  *  Copyright © 2009 Steve Dodier <sidnioulz at gmail.com>
+ *  Copyright © 2012 Lionel Le Folgoc <lionel at lefolgoc.net>
  *
  *  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/xvd_keys.c b/src/xvd_keys.c
index b487ad8..af4254f 100644
--- a/src/xvd_keys.c
+++ b/src/xvd_keys.c
@@ -2,6 +2,7 @@
  *  xfce4-volumed - Volume management daemon for XFCE 4
  *
  *  Copyright © 2009 Steve Dodier <sidnioulz at gmail.com>
+ *  Copyright © 2012 Lionel Le Folgoc <lionel at lefolgoc.net>
  *
  *  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/xvd_keys.h b/src/xvd_keys.h
index 358fd5d..17f6c75 100644
--- a/src/xvd_keys.h
+++ b/src/xvd_keys.h
@@ -2,6 +2,7 @@
  *  xfce4-volumed - Volume management daemon for XFCE 4
  *
  *  Copyright © 2009 Steve Dodier <sidnioulz at gmail.com>
+ *  Copyright © 2012 Lionel Le Folgoc <lionel at lefolgoc.net>
  *
  *  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/xvd_notify.c b/src/xvd_notify.c
index a5be87a..98f0acd 100644
--- a/src/xvd_notify.c
+++ b/src/xvd_notify.c
@@ -2,6 +2,7 @@
  *  xfce4-volumed - Volume management daemon for XFCE 4
  *
  *  Copyright © 2009 Steve Dodier <sidnioulz at gmail.com>
+ *  Copyright © 2012 Lionel Le Folgoc <lionel at lefolgoc.net>
  *
  *  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/xvd_notify.h b/src/xvd_notify.h
index d5d7926..25923ad 100644
--- a/src/xvd_notify.h
+++ b/src/xvd_notify.h
@@ -2,6 +2,7 @@
  *  xfce4-volumed - Volume management daemon for XFCE 4
  *
  *  Copyright © 2009 Steve Dodier <sidnioulz at gmail.com>
+ *  Copyright © 2012 Lionel Le Folgoc <lionel at lefolgoc.net>
  *
  *  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/xvd_xfconf.c b/src/xvd_xfconf.c
index 0a18d90..9681880 100644
--- a/src/xvd_xfconf.c
+++ b/src/xvd_xfconf.c
@@ -2,6 +2,7 @@
  *  xfce4-volumed - Volume management daemon for XFCE 4
  *
  *  Copyright © 2009 Steve Dodier <sidnioulz at gmail.com>
+ *  Copyright © 2012 Lionel Le Folgoc <lionel at lefolgoc.net>
  *
  *  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/xvd_xfconf.h b/src/xvd_xfconf.h
index 2841111..c10d2c4 100644
--- a/src/xvd_xfconf.h
+++ b/src/xvd_xfconf.h
@@ -2,6 +2,7 @@
  *  xfce4-volumed - Volume management daemon for XFCE 4
  *
  *  Copyright © 2009 Steve Dodier <sidnioulz at gmail.com>
+ *  Copyright © 2012 Lionel Le Folgoc <lionel at lefolgoc.net>
  *
  *  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

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list