From 15e11ff303990f160fd084e0432e738ddf500918 Mon Sep 17 00:00:00 2001
From: Michael Smith <msmith@xiph.org>
Date: Wed, 4 Jun 2008 21:18:53 +0000
Subject: sys/dshowvideosink/: Fix up copyright notice on new plugin.

Original commit message from CVS:
* sys/dshowvideosink/dshowvideofakesrc.cpp:
* sys/dshowvideosink/dshowvideofakesrc.h:
* sys/dshowvideosink/dshowvideosink.cpp:
* sys/dshowvideosink/dshowvideosink.h:
Fix up copyright notice on new plugin.
---
 sys/dshowvideosink/dshowvideofakesrc.cpp | 2 +-
 sys/dshowvideosink/dshowvideofakesrc.h   | 4 ++--
 sys/dshowvideosink/dshowvideosink.cpp    | 4 ++--
 sys/dshowvideosink/dshowvideosink.h      | 2 +-
 4 files changed, 6 insertions(+), 6 deletions(-)

(limited to 'sys/dshowvideosink')

diff --git a/sys/dshowvideosink/dshowvideofakesrc.cpp b/sys/dshowvideosink/dshowvideofakesrc.cpp
index 40194123..541e3885 100644
--- a/sys/dshowvideosink/dshowvideofakesrc.cpp
+++ b/sys/dshowvideosink/dshowvideofakesrc.cpp
@@ -1,5 +1,5 @@
 /* GStreamer
- * Copyright (C) 2008 Michael Smith <msmith@songbirdnest.com>
+ * Copyright (C) 2008 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
diff --git a/sys/dshowvideosink/dshowvideofakesrc.h b/sys/dshowvideosink/dshowvideofakesrc.h
index afbb1bfe..a6b03243 100644
--- a/sys/dshowvideosink/dshowvideofakesrc.h
+++ b/sys/dshowvideosink/dshowvideofakesrc.h
@@ -1,5 +1,5 @@
 /* GStreamer
- * Copyright (C) 2008 Michael Smith <msmith@songbirdnest.com>
+ * Copyright (C) 2008 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
@@ -67,4 +67,4 @@ public:
   CBasePin *GetPin(int n);
 };
 
-#endif /* __DSHOWVIDEOFAKESRC_H__ */
\ No newline at end of file
+#endif /* __DSHOWVIDEOFAKESRC_H__ */
diff --git a/sys/dshowvideosink/dshowvideosink.cpp b/sys/dshowvideosink/dshowvideosink.cpp
index fb8ea16d..b191c98b 100644
--- a/sys/dshowvideosink/dshowvideosink.cpp
+++ b/sys/dshowvideosink/dshowvideosink.cpp
@@ -1,5 +1,5 @@
 /* GStreamer
- * Copyright (C) 2008 Michael Smith <msmith@songbirdnest.com>
+ * Copyright (C) 2008 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
@@ -32,7 +32,7 @@ static const GstElementDetails gst_dshowvideosink_details =
 GST_ELEMENT_DETAILS ("DirectShow video sink",
     "Sink/Video",
     "Display data using a DirectShow video renderer",
-    "Michael Smith <msmith@songbirdnest.com>");
+    "Pioneers of the Inevitable <songbird@songbirdnest.com>");
 
 GST_DEBUG_CATEGORY_STATIC (dshowvideosink_debug);
 #define GST_CAT_DEFAULT dshowvideosink_debug
diff --git a/sys/dshowvideosink/dshowvideosink.h b/sys/dshowvideosink/dshowvideosink.h
index a1a35d11..69ac28e2 100644
--- a/sys/dshowvideosink/dshowvideosink.h
+++ b/sys/dshowvideosink/dshowvideosink.h
@@ -1,5 +1,5 @@
 /* GStreamer
- * Copyright (C) 2008 Michael Smith <msmith@songbirdnest.com>
+ * Copyright (C) 2008 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
-- 
cgit v1.2.1