diff options
author | Christian Schaller <uraeus@gnome.org> | 2007-02-27 12:02:03 +0000 |
---|---|---|
committer | Christian Schaller <uraeus@gnome.org> | 2007-02-27 12:02:03 +0000 |
commit | e3ede85ab51d7bd2d1248a16158e5366219a6c4a (patch) | |
tree | 92fcfb5d5a3251189be2b9a72b9ab13bbd4fce45 /sys/osxvideo | |
parent | bd7b6fc51c1ba10d77780cc5084d830448592b0e (diff) | |
download | gst-plugins-bad-e3ede85ab51d7bd2d1248a16158e5366219a6c4a.tar.gz gst-plugins-bad-e3ede85ab51d7bd2d1248a16158e5366219a6c4a.tar.bz2 gst-plugins-bad-e3ede85ab51d7bd2d1248a16158e5366219a6c4a.zip |
update copyright statements
Original commit message from CVS:
update copyright statements
Diffstat (limited to 'sys/osxvideo')
-rw-r--r-- | sys/osxvideo/cocoawindow.h | 5 | ||||
-rw-r--r-- | sys/osxvideo/cocoawindow.m | 5 | ||||
-rw-r--r-- | sys/osxvideo/osxvideosink.h | 7 | ||||
-rw-r--r-- | sys/osxvideo/osxvideosink.m | 7 |
4 files changed, 23 insertions, 1 deletions
diff --git a/sys/osxvideo/cocoawindow.h b/sys/osxvideo/cocoawindow.h index 87f592aa..f479c995 100644 --- a/sys/osxvideo/cocoawindow.h +++ b/sys/osxvideo/cocoawindow.h @@ -1,5 +1,6 @@ /* GStreamer * Copyright (C) 2004 Zaheer Abbas Merali <zaheerabbas at merali dot org> + * Copyright (C) 2007 Pioneers of the Inevitable <songbird@songbirdnest.com> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public @@ -15,6 +16,10 @@ * 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 + * */ /* inspiration gained from looking at source of osx video out of xine and vlc diff --git a/sys/osxvideo/cocoawindow.m b/sys/osxvideo/cocoawindow.m index ef881a21..e191de45 100644 --- a/sys/osxvideo/cocoawindow.m +++ b/sys/osxvideo/cocoawindow.m @@ -1,5 +1,6 @@ /* GStreamer * Copyright (C) 2004 Zaheer Abbas Merali <zaheerabbas at merali dot org> + * Copyright (C) 2007 Pioneers of the Inevitable <songbird@songbirdnest.com> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public @@ -15,6 +16,10 @@ * 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 + * */ /* inspiration gained from looking at source of osx video out of xine and vlc diff --git a/sys/osxvideo/osxvideosink.h b/sys/osxvideo/osxvideosink.h index f03d1bde..2c144f5e 100644 --- a/sys/osxvideo/osxvideosink.h +++ b/sys/osxvideo/osxvideosink.h @@ -1,5 +1,7 @@ /* GStreamer * Copyright (C) 2004-6 Zaheer Abbas Merali <zaheerabbas at merali dot org> + * Copyright (C) 2007 Pioneers of the Inevitable <songbird@songbirdnest.com> + * * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public @@ -15,6 +17,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_OSX_VIDEO_SINK_H__ diff --git a/sys/osxvideo/osxvideosink.m b/sys/osxvideo/osxvideosink.m index 43b514fc..0122c4cb 100644 --- a/sys/osxvideo/osxvideosink.m +++ b/sys/osxvideo/osxvideosink.m @@ -1,7 +1,8 @@ /* GStreamer * OSX video sink * Copyright (C) 2004-6 Zaheer Abbas Merali <zaheerabbas at merali dot org> - * + * Copyright (C) 2007 Pioneers of the Inevitable <songbird@songbirdnest.com> + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public * License as published by the Free Software Foundation; either @@ -16,6 +17,10 @@ * 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 + * */ #include "config.h" |