summaryrefslogtreecommitdiffstats
path: root/sys/directsound
diff options
context:
space:
mode:
authorChristian Schaller <uraeus@gnome.org>2007-02-27 12:02:03 +0000
committerChristian Schaller <uraeus@gnome.org>2007-02-27 12:02:03 +0000
commitb9820ee991beaf67c1924578611638fae8f18188 (patch)
tree34b44014ca1573576488d9d8686ce4b430bed4b4 /sys/directsound
parent83e7dadbe6811b7f3f08dec75b09b7ae2667e003 (diff)
update copyright statements
Original commit message from CVS: update copyright statements
Diffstat (limited to 'sys/directsound')
-rw-r--r--sys/directsound/gstdirectsoundplugin.c6
-rw-r--r--sys/directsound/gstdirectsoundsink.c6
-rw-r--r--sys/directsound/gstdirectsoundsink.h6
3 files changed, 18 insertions, 0 deletions
diff --git a/sys/directsound/gstdirectsoundplugin.c b/sys/directsound/gstdirectsoundplugin.c
index 5a0ef205..1af665a2 100644
--- a/sys/directsound/gstdirectsoundplugin.c
+++ b/sys/directsound/gstdirectsoundplugin.c
@@ -1,5 +1,6 @@
/* GStreamer
* Copyright (C) 2005 Sebastien Moutte <sebastien@moutte.net>
+* Copyright (C) 2007 Pioneers of the Inevitable <songbird@songbirdnest.com>
*
* gstdirectsoundplugin.c:
*
@@ -17,6 +18,11 @@
* License along with this library; if not, write to the
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA.
+*
+*
+* The development of this code was made possible due to the involvement
+* of Pioneers of the Inevitable, the creators of the Songbird Music player
+*
*/
#ifdef HAVE_CONFIG_H
diff --git a/sys/directsound/gstdirectsoundsink.c b/sys/directsound/gstdirectsoundsink.c
index 94b5579f..e0b262ed 100644
--- a/sys/directsound/gstdirectsoundsink.c
+++ b/sys/directsound/gstdirectsoundsink.c
@@ -1,5 +1,6 @@
/* GStreamer
* Copyright (C) 2005 Sebastien Moutte <sebastien@moutte.net>
+* Copyright (C) 2007 Pioneers of the Inevitable <songbird@songbirdnest.com>
*
* gstdirectsoundsink.c:
*
@@ -17,6 +18,11 @@
* License along with this library; if not, write to the
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA.
+*
+*
+* The development of this code was made possible due to the involvement
+* of Pioneers of the Inevitable, the creators of the Songbird Music player
+*
*/
/**
diff --git a/sys/directsound/gstdirectsoundsink.h b/sys/directsound/gstdirectsoundsink.h
index dd0a04f4..ea7ccbdf 100644
--- a/sys/directsound/gstdirectsoundsink.h
+++ b/sys/directsound/gstdirectsoundsink.h
@@ -1,5 +1,6 @@
/* GStreamer
* Copyright (C) 2005 Sebastien Moutte <sebastien@moutte.net>
+ * Copyright (C) 2007 Pioneers of the Inevitable <songbird@songbirdnest.com>
*
* gstdirectsoundsink.h:
*
@@ -17,6 +18,11 @@
* License along with this library; if not, write to the
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA.
+ *
+ * The development of this code was made possible due to the involvement
+ * of Pioneers of the Inevitable, the creators of the Songbird Music player
+ *
+ *
*/
#ifndef __GST_DIRECTSOUNDSINK_H__