summaryrefslogtreecommitdiffstats
path: root/vidix
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-01-13 00:23:32 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-01-13 00:23:32 +0000
commit988281c471a3a5f3e69073a0449ce8875c54304c (patch)
treed0721e76cf8f22c38b61fcce5e191c66aead73ab /vidix
parent2601de41209ebed1abf2e577e109056fbe9d1211 (diff)
downloadmpv-988281c471a3a5f3e69073a0449ce8875c54304c.tar.bz2
mpv-988281c471a3a5f3e69073a0449ce8875c54304c.tar.xz
Update licensing information: The FSF changed postal address.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17368 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'vidix')
-rw-r--r--vidix/drivers/cyberblade_vid.c2
-rw-r--r--vidix/drivers/pm3_vid.c2
-rw-r--r--vidix/drivers/savage_vid.c2
-rw-r--r--vidix/drivers/sis_bridge.c2
-rw-r--r--vidix/drivers/sis_defs.h2
-rw-r--r--vidix/drivers/sis_regs.h2
-rw-r--r--vidix/drivers/sis_vid.c2
-rw-r--r--vidix/drivers/unichrome_vid.c2
8 files changed, 8 insertions, 8 deletions
diff --git a/vidix/drivers/cyberblade_vid.c b/vidix/drivers/cyberblade_vid.c
index 34e0fa5909..41984644ed 100644
--- a/vidix/drivers/cyberblade_vid.c
+++ b/vidix/drivers/cyberblade_vid.c
@@ -20,7 +20,7 @@
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
Changes:
18/01/03
diff --git a/vidix/drivers/pm3_vid.c b/vidix/drivers/pm3_vid.c
index 2518cf8bc9..73965ed01f 100644
--- a/vidix/drivers/pm3_vid.c
+++ b/vidix/drivers/pm3_vid.c
@@ -15,7 +15,7 @@
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
**/
#include <errno.h>
diff --git a/vidix/drivers/savage_vid.c b/vidix/drivers/savage_vid.c
index 3652c54b85..68406ad084 100644
--- a/vidix/drivers/savage_vid.c
+++ b/vidix/drivers/savage_vid.c
@@ -19,7 +19,7 @@
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
Changes:
2004-11-09
diff --git a/vidix/drivers/sis_bridge.c b/vidix/drivers/sis_bridge.c
index 318bee408b..68660f22dd 100644
--- a/vidix/drivers/sis_bridge.c
+++ b/vidix/drivers/sis_bridge.c
@@ -18,7 +18,7 @@
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
**/
diff --git a/vidix/drivers/sis_defs.h b/vidix/drivers/sis_defs.h
index 79a61a19b2..3a20195026 100644
--- a/vidix/drivers/sis_defs.h
+++ b/vidix/drivers/sis_defs.h
@@ -16,7 +16,7 @@
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
**/
diff --git a/vidix/drivers/sis_regs.h b/vidix/drivers/sis_regs.h
index 0157e049a3..44efb3b241 100644
--- a/vidix/drivers/sis_regs.h
+++ b/vidix/drivers/sis_regs.h
@@ -16,7 +16,7 @@
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
**/
diff --git a/vidix/drivers/sis_vid.c b/vidix/drivers/sis_vid.c
index f0f0d2d51e..2562ed7148 100644
--- a/vidix/drivers/sis_vid.c
+++ b/vidix/drivers/sis_vid.c
@@ -18,7 +18,7 @@
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
2003/10/08 integrated into mplayer/vidix architecture -- Alex Beregszaszi
**/
diff --git a/vidix/drivers/unichrome_vid.c b/vidix/drivers/unichrome_vid.c
index 6c58488c47..3eef1bb3b9 100644
--- a/vidix/drivers/unichrome_vid.c
+++ b/vidix/drivers/unichrome_vid.c
@@ -19,7 +19,7 @@
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
Changes:
2004-03-10