diff options
author | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-11-09 18:11:05 +0100 |
---|---|---|
committer | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-11-09 18:11:05 +0100 |
commit | c8f3cd1faf678b64920ad62f1275b03aae0157a7 (patch) | |
tree | d643285ac1a349f98e45654345b3145081e40e9b /win32/include | |
parent | 81b2bbc48c154adefd51b49cd09fdc97fdf9f1a1 (diff) | |
download | xine-lib-c8f3cd1faf678b64920ad62f1275b03aae0157a7.tar.gz xine-lib-c8f3cd1faf678b64920ad62f1275b03aae0157a7.tar.bz2 |
Update FSF address on non-contributed code and COPYING files.
For contributed code, leave whatever the version we last synced for is using
to make simpler future syncs.
Diffstat (limited to 'win32/include')
-rw-r--r-- | win32/include/dlfcn.h | 2 | ||||
-rw-r--r-- | win32/include/msvc/inttypes.h | 2 | ||||
-rw-r--r-- | win32/include/msvc/stdint.h | 2 | ||||
-rw-r--r-- | win32/include/msvc/sys/time.h | 2 | ||||
-rw-r--r-- | win32/include/sys/socket.h | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/win32/include/dlfcn.h b/win32/include/dlfcn.h index b020daaac..648fae38d 100644 --- a/win32/include/dlfcn.h +++ b/win32/include/dlfcn.h @@ -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 Street, Fifth Floor, Boston, MA 02110, USA
*
* WIN32 PORT,
* by Matthew Grooms <elon@altavista.com>
diff --git a/win32/include/msvc/inttypes.h b/win32/include/msvc/inttypes.h index 2934bf43a..e1aa46b74 100644 --- a/win32/include/msvc/inttypes.h +++ b/win32/include/msvc/inttypes.h @@ -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 Street, Fifth Floor, Boston, MA 02110, USA * * WIN32 PORT, * by Matthew Grooms <elon@altavista.com> diff --git a/win32/include/msvc/stdint.h b/win32/include/msvc/stdint.h index 7b9d4a090..bbd9699ef 100644 --- a/win32/include/msvc/stdint.h +++ b/win32/include/msvc/stdint.h @@ -25,7 +25,7 @@ details. */ * * You should have received a copy of the GNU General Public License * along with self program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA * * $Id: stdint.h,v 1.2 2004/09/20 19:30:08 valtri Exp $ */ diff --git a/win32/include/msvc/sys/time.h b/win32/include/msvc/sys/time.h index 074a8a1e6..2664d2a58 100644 --- a/win32/include/msvc/sys/time.h +++ b/win32/include/msvc/sys/time.h @@ -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 Street, Fifth Floor, Boston, MA 02110, USA
*
* WIN32 PORT,
* by Matthew Grooms <elon@altavista.com>
diff --git a/win32/include/sys/socket.h b/win32/include/sys/socket.h index 7786114a8..e3fd4872a 100644 --- a/win32/include/sys/socket.h +++ b/win32/include/sys/socket.h @@ -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 Street, Fifth Floor, Boston, MA 02110, USA * * WIN32 PORT, */ |