summaryrefslogtreecommitdiff
path: root/macosx/plugins/Common/SDL/src/thread
diff options
context:
space:
mode:
authorSND\dario86_cp <SND\dario86_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2012-02-19 02:15:18 +0000
committerSND\dario86_cp <SND\dario86_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2012-02-19 02:15:18 +0000
commit79c267cda79b52cff2ce83397af87aac64d049d7 (patch)
tree43f49fa80e13ee9303d5472f0176c5062fc2e5dc /macosx/plugins/Common/SDL/src/thread
parent12ddb091ed0a98ef323f2ee9e743386f570a4325 (diff)
downloadpcsxr-79c267cda79b52cff2ce83397af87aac64d049d7.tar.gz
Updated Free Software Foundation address (Jem256).
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@75156 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'macosx/plugins/Common/SDL/src/thread')
-rw-r--r--macosx/plugins/Common/SDL/src/thread/SDL_systhread.h2
-rw-r--r--macosx/plugins/Common/SDL/src/thread/SDL_thread.c2
-rw-r--r--macosx/plugins/Common/SDL/src/thread/SDL_thread_c.h2
-rw-r--r--macosx/plugins/Common/SDL/src/thread/pthread/SDL_syscond.c2
-rw-r--r--macosx/plugins/Common/SDL/src/thread/pthread/SDL_sysmutex.c2
-rw-r--r--macosx/plugins/Common/SDL/src/thread/pthread/SDL_sysmutex_c.h2
-rw-r--r--macosx/plugins/Common/SDL/src/thread/pthread/SDL_syssem.c2
-rw-r--r--macosx/plugins/Common/SDL/src/thread/pthread/SDL_systhread.c2
-rw-r--r--macosx/plugins/Common/SDL/src/thread/pthread/SDL_systhread_c.h2
9 files changed, 9 insertions, 9 deletions
diff --git a/macosx/plugins/Common/SDL/src/thread/SDL_systhread.h b/macosx/plugins/Common/SDL/src/thread/SDL_systhread.h
index 584f20db..bfd6a91f 100644
--- a/macosx/plugins/Common/SDL/src/thread/SDL_systhread.h
+++ b/macosx/plugins/Common/SDL/src/thread/SDL_systhread.h
@@ -14,7 +14,7 @@
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
- Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
Sam Lantinga
slouken@libsdl.org
diff --git a/macosx/plugins/Common/SDL/src/thread/SDL_thread.c b/macosx/plugins/Common/SDL/src/thread/SDL_thread.c
index 4d43a8e1..918b7708 100644
--- a/macosx/plugins/Common/SDL/src/thread/SDL_thread.c
+++ b/macosx/plugins/Common/SDL/src/thread/SDL_thread.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
- Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
Sam Lantinga
slouken@libsdl.org
diff --git a/macosx/plugins/Common/SDL/src/thread/SDL_thread_c.h b/macosx/plugins/Common/SDL/src/thread/SDL_thread_c.h
index 4b670580..a92aa1ee 100644
--- a/macosx/plugins/Common/SDL/src/thread/SDL_thread_c.h
+++ b/macosx/plugins/Common/SDL/src/thread/SDL_thread_c.h
@@ -14,7 +14,7 @@
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
- Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
Sam Lantinga
slouken@libsdl.org
diff --git a/macosx/plugins/Common/SDL/src/thread/pthread/SDL_syscond.c b/macosx/plugins/Common/SDL/src/thread/pthread/SDL_syscond.c
index 547daa71..dd4d991b 100644
--- a/macosx/plugins/Common/SDL/src/thread/pthread/SDL_syscond.c
+++ b/macosx/plugins/Common/SDL/src/thread/pthread/SDL_syscond.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
- Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
Sam Lantinga
slouken@libsdl.org
diff --git a/macosx/plugins/Common/SDL/src/thread/pthread/SDL_sysmutex.c b/macosx/plugins/Common/SDL/src/thread/pthread/SDL_sysmutex.c
index 701c7f60..d06d948f 100644
--- a/macosx/plugins/Common/SDL/src/thread/pthread/SDL_sysmutex.c
+++ b/macosx/plugins/Common/SDL/src/thread/pthread/SDL_sysmutex.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
- Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
Sam Lantinga
slouken@libsdl.org
diff --git a/macosx/plugins/Common/SDL/src/thread/pthread/SDL_sysmutex_c.h b/macosx/plugins/Common/SDL/src/thread/pthread/SDL_sysmutex_c.h
index e28b1190..bc1e2429 100644
--- a/macosx/plugins/Common/SDL/src/thread/pthread/SDL_sysmutex_c.h
+++ b/macosx/plugins/Common/SDL/src/thread/pthread/SDL_sysmutex_c.h
@@ -14,7 +14,7 @@
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
- Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
Sam Lantinga
slouken@libsdl.org
diff --git a/macosx/plugins/Common/SDL/src/thread/pthread/SDL_syssem.c b/macosx/plugins/Common/SDL/src/thread/pthread/SDL_syssem.c
index adc38a65..a8abf1fa 100644
--- a/macosx/plugins/Common/SDL/src/thread/pthread/SDL_syssem.c
+++ b/macosx/plugins/Common/SDL/src/thread/pthread/SDL_syssem.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
- Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
Sam Lantinga
slouken@libsdl.org
diff --git a/macosx/plugins/Common/SDL/src/thread/pthread/SDL_systhread.c b/macosx/plugins/Common/SDL/src/thread/pthread/SDL_systhread.c
index c4f694fb..5a46e709 100644
--- a/macosx/plugins/Common/SDL/src/thread/pthread/SDL_systhread.c
+++ b/macosx/plugins/Common/SDL/src/thread/pthread/SDL_systhread.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
- Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
Sam Lantinga
slouken@libsdl.org
diff --git a/macosx/plugins/Common/SDL/src/thread/pthread/SDL_systhread_c.h b/macosx/plugins/Common/SDL/src/thread/pthread/SDL_systhread_c.h
index 8da81da1..a26fcbab 100644
--- a/macosx/plugins/Common/SDL/src/thread/pthread/SDL_systhread_c.h
+++ b/macosx/plugins/Common/SDL/src/thread/pthread/SDL_systhread_c.h
@@ -14,7 +14,7 @@
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
- Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
Sam Lantinga
slouken@libsdl.org