summaryrefslogtreecommitdiff
path: root/sys/d3dvideosink/directx/directx9
diff options
context:
space:
mode:
Diffstat (limited to 'sys/d3dvideosink/directx/directx9')
-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
4 files changed, 8 insertions, 8 deletions
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__