summaryrefslogtreecommitdiff
path: root/sys/d3dvideosink
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2012-11-03 20:38:00 +0000
committerTim-Philipp Müller <tim@centricular.net>2012-11-04 00:09:59 +0000
commit9e1b75fda32f56fb8b85e763bc5a235abf70c9ad (patch)
tree5a636bce24daf096d979bc5138bd311f2aa7b734 /sys/d3dvideosink
parentfa20fba1a28b9e36a52991d76a474b6e1dc9fb1a (diff)
downloadgstreamer-plugins-bad-9e1b75fda32f56fb8b85e763bc5a235abf70c9ad.tar.gz
Fix FSF address
https://bugzilla.gnome.org/show_bug.cgi?id=687520
Diffstat (limited to 'sys/d3dvideosink')
-rw-r--r--sys/d3dvideosink/d3dvideosink.c4
-rw-r--r--sys/d3dvideosink/d3dvideosink.h4
-rw-r--r--sys/d3dvideosink/directx/directx.h4
-rw-r--r--sys/d3dvideosink/directx/directx10/dx10.c4
-rw-r--r--sys/d3dvideosink/directx/directx10/dx10.h4
-rw-r--r--sys/d3dvideosink/directx/directx10/dx10_d3d.c4
-rw-r--r--sys/d3dvideosink/directx/directx10/dx10_d3d.h4
-rw-r--r--sys/d3dvideosink/directx/directx11/dx11.c4
-rw-r--r--sys/d3dvideosink/directx/directx11/dx11.h4
-rw-r--r--sys/d3dvideosink/directx/directx11/dx11_d3d.c4
-rw-r--r--sys/d3dvideosink/directx/directx11/dx11_d3d.h4
-rw-r--r--sys/d3dvideosink/directx/directx9/dx9.c4
-rw-r--r--sys/d3dvideosink/directx/directx9/dx9.h4
-rw-r--r--sys/d3dvideosink/directx/directx9/dx9_d3d.c4
-rw-r--r--sys/d3dvideosink/directx/directx9/dx9_d3d.h4
-rw-r--r--sys/d3dvideosink/directx/directx_d3d.c4
-rw-r--r--sys/d3dvideosink/directx/directx_d3d.h4
-rw-r--r--sys/d3dvideosink/directx/dx.c4
-rw-r--r--sys/d3dvideosink/directx/dx.h4
19 files changed, 38 insertions, 38 deletions
diff --git a/sys/d3dvideosink/d3dvideosink.c b/sys/d3dvideosink/d3dvideosink.c
index 2284ee667..54496fb52 100644
--- a/sys/d3dvideosink/d3dvideosink.c
+++ b/sys/d3dvideosink/d3dvideosink.c
@@ -14,8 +14,8 @@
*
* You should have received a copy of the GNU Library General Public
* License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
#ifdef HAVE_CONFIG_H
diff --git a/sys/d3dvideosink/d3dvideosink.h b/sys/d3dvideosink/d3dvideosink.h
index 04f4d61c2..a863448e9 100644
--- a/sys/d3dvideosink/d3dvideosink.h
+++ b/sys/d3dvideosink/d3dvideosink.h
@@ -13,8 +13,8 @@
*
* You should have received a copy of the GNU Library General Public
* License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
#ifndef __D3DVIDEOSINK_H__
diff --git a/sys/d3dvideosink/directx/directx.h b/sys/d3dvideosink/directx/directx.h
index 2c7481539..48dac0e96 100644
--- a/sys/d3dvideosink/directx/directx.h
+++ b/sys/d3dvideosink/directx/directx.h
@@ -13,8 +13,8 @@
*
* You should have received a copy of the GNU Library General Public
* License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
#ifndef __DIRECTX_DIRECTX_H__
diff --git a/sys/d3dvideosink/directx/directx10/dx10.c b/sys/d3dvideosink/directx/directx10/dx10.c
index f902db4d5..f969a191c 100644
--- a/sys/d3dvideosink/directx/directx10/dx10.c
+++ b/sys/d3dvideosink/directx/directx10/dx10.c
@@ -13,8 +13,8 @@
*
* You should have received a copy of the GNU Library General Public
* License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
#include "dx10.h"
diff --git a/sys/d3dvideosink/directx/directx10/dx10.h b/sys/d3dvideosink/directx/directx10/dx10.h
index a0965eb67..518346711 100644
--- a/sys/d3dvideosink/directx/directx10/dx10.h
+++ b/sys/d3dvideosink/directx/directx10/dx10.h
@@ -13,8 +13,8 @@
*
* You should have received a copy of the GNU Library General Public
* License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
#ifndef __DIRECTX_DIRECTX10_DX10_H__
diff --git a/sys/d3dvideosink/directx/directx10/dx10_d3d.c b/sys/d3dvideosink/directx/directx10/dx10_d3d.c
index 04a0c3389..7939752d9 100644
--- a/sys/d3dvideosink/directx/directx10/dx10_d3d.c
+++ b/sys/d3dvideosink/directx/directx10/dx10_d3d.c
@@ -13,8 +13,8 @@
*
* You should have received a copy of the GNU Library General Public
* License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
#define CINTERFACE
diff --git a/sys/d3dvideosink/directx/directx10/dx10_d3d.h b/sys/d3dvideosink/directx/directx10/dx10_d3d.h
index c8bc9b626..e5289655d 100644
--- a/sys/d3dvideosink/directx/directx10/dx10_d3d.h
+++ b/sys/d3dvideosink/directx/directx10/dx10_d3d.h
@@ -13,8 +13,8 @@
*
* You should have received a copy of the GNU Library General Public
* License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
#ifndef __DIRECTX_DIRECTX10_DX10_D3D_H__
diff --git a/sys/d3dvideosink/directx/directx11/dx11.c b/sys/d3dvideosink/directx/directx11/dx11.c
index 2cfe18746..1a72ac1c8 100644
--- a/sys/d3dvideosink/directx/directx11/dx11.c
+++ b/sys/d3dvideosink/directx/directx11/dx11.c
@@ -13,8 +13,8 @@
*
* You should have received a copy of the GNU Library General Public
* License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
#include "dx11.h"
diff --git a/sys/d3dvideosink/directx/directx11/dx11.h b/sys/d3dvideosink/directx/directx11/dx11.h
index 3df04a1a2..5740bd0fd 100644
--- a/sys/d3dvideosink/directx/directx11/dx11.h
+++ b/sys/d3dvideosink/directx/directx11/dx11.h
@@ -13,8 +13,8 @@
*
* You should have received a copy of the GNU Library General Public
* License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
#ifndef __DIRECTX_DIRECTX11_DX11_H__
diff --git a/sys/d3dvideosink/directx/directx11/dx11_d3d.c b/sys/d3dvideosink/directx/directx11/dx11_d3d.c
index 2b62b9cc7..4f86e0dff 100644
--- a/sys/d3dvideosink/directx/directx11/dx11_d3d.c
+++ b/sys/d3dvideosink/directx/directx11/dx11_d3d.c
@@ -13,8 +13,8 @@
*
* You should have received a copy of the GNU Library General Public
* License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
#define CINTERFACE
diff --git a/sys/d3dvideosink/directx/directx11/dx11_d3d.h b/sys/d3dvideosink/directx/directx11/dx11_d3d.h
index 3db0d1512..de41606c2 100644
--- a/sys/d3dvideosink/directx/directx11/dx11_d3d.h
+++ b/sys/d3dvideosink/directx/directx11/dx11_d3d.h
@@ -13,8 +13,8 @@
*
* You should have received a copy of the GNU Library General Public
* License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
#ifndef __DIRECTX_DIRECTX11_DX11_D3D_H__
diff --git a/sys/d3dvideosink/directx/directx9/dx9.c b/sys/d3dvideosink/directx/directx9/dx9.c
index 6d39afa99..ace027ca1 100644
--- a/sys/d3dvideosink/directx/directx9/dx9.c
+++ b/sys/d3dvideosink/directx/directx9/dx9.c
@@ -13,8 +13,8 @@
*
* You should have received a copy of the GNU Library General Public
* License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
#include "dx9.h"
diff --git a/sys/d3dvideosink/directx/directx9/dx9.h b/sys/d3dvideosink/directx/directx9/dx9.h
index 6fb64026a..4286d9d8a 100644
--- a/sys/d3dvideosink/directx/directx9/dx9.h
+++ b/sys/d3dvideosink/directx/directx9/dx9.h
@@ -13,8 +13,8 @@
*
* You should have received a copy of the GNU Library General Public
* License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
#ifndef __DIRECTX_DIRECTX9_DX10_H__
diff --git a/sys/d3dvideosink/directx/directx9/dx9_d3d.c b/sys/d3dvideosink/directx/directx9/dx9_d3d.c
index 81e3ece29..9458ee06f 100644
--- a/sys/d3dvideosink/directx/directx9/dx9_d3d.c
+++ b/sys/d3dvideosink/directx/directx9/dx9_d3d.c
@@ -13,8 +13,8 @@
*
* You should have received a copy of the GNU Library General Public
* License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
#if defined(__MINGW32__)
diff --git a/sys/d3dvideosink/directx/directx9/dx9_d3d.h b/sys/d3dvideosink/directx/directx9/dx9_d3d.h
index 423f8b468..c21b1ffe1 100644
--- a/sys/d3dvideosink/directx/directx9/dx9_d3d.h
+++ b/sys/d3dvideosink/directx/directx9/dx9_d3d.h
@@ -13,8 +13,8 @@
*
* You should have received a copy of the GNU Library General Public
* License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
#ifndef __DIRECTX_DIRECTX9_DX9_D3D_H__
diff --git a/sys/d3dvideosink/directx/directx_d3d.c b/sys/d3dvideosink/directx/directx_d3d.c
index 33589a380..9f0f93548 100644
--- a/sys/d3dvideosink/directx/directx_d3d.c
+++ b/sys/d3dvideosink/directx/directx_d3d.c
@@ -13,8 +13,8 @@
*
* You should have received a copy of the GNU Library General Public
* License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
#include "directx.h"
diff --git a/sys/d3dvideosink/directx/directx_d3d.h b/sys/d3dvideosink/directx/directx_d3d.h
index 238349c27..54e0c08dd 100644
--- a/sys/d3dvideosink/directx/directx_d3d.h
+++ b/sys/d3dvideosink/directx/directx_d3d.h
@@ -13,8 +13,8 @@
*
* You should have received a copy of the GNU Library General Public
* License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
#ifndef __DIRECTX_D3D_H__
diff --git a/sys/d3dvideosink/directx/dx.c b/sys/d3dvideosink/directx/dx.c
index 4c683b35a..c19faeb70 100644
--- a/sys/d3dvideosink/directx/dx.c
+++ b/sys/d3dvideosink/directx/dx.c
@@ -13,8 +13,8 @@
*
* You should have received a copy of the GNU Library General Public
* License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
#include <glib.h>
diff --git a/sys/d3dvideosink/directx/dx.h b/sys/d3dvideosink/directx/dx.h
index dcf7c05db..e197da70a 100644
--- a/sys/d3dvideosink/directx/dx.h
+++ b/sys/d3dvideosink/directx/dx.h
@@ -13,8 +13,8 @@
*
* You should have received a copy of the GNU Library General Public
* License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
#ifndef __DIRECTX_DX_H__