summaryrefslogtreecommitdiff
path: root/macosx/plugins/Common/SDL/src/audio
diff options
context:
space:
mode:
Diffstat (limited to 'macosx/plugins/Common/SDL/src/audio')
-rw-r--r--macosx/plugins/Common/SDL/src/audio/SDL_audio.c2
-rw-r--r--macosx/plugins/Common/SDL/src/audio/SDL_audio_c.h2
-rw-r--r--macosx/plugins/Common/SDL/src/audio/SDL_audiocvt.c2
-rw-r--r--macosx/plugins/Common/SDL/src/audio/SDL_audiomem.h2
-rw-r--r--macosx/plugins/Common/SDL/src/audio/SDL_audiotypecvt.c2
-rw-r--r--macosx/plugins/Common/SDL/src/audio/SDL_mixer.c2
-rw-r--r--macosx/plugins/Common/SDL/src/audio/SDL_sysaudio.h2
-rw-r--r--macosx/plugins/Common/SDL/src/audio/SDL_wave.c2
-rw-r--r--macosx/plugins/Common/SDL/src/audio/SDL_wave.h2
-rw-r--r--macosx/plugins/Common/SDL/src/audio/macosx/SDL_coreaudio.c2
-rw-r--r--macosx/plugins/Common/SDL/src/audio/macosx/SDL_coreaudio.h2
11 files changed, 11 insertions, 11 deletions
diff --git a/macosx/plugins/Common/SDL/src/audio/SDL_audio.c b/macosx/plugins/Common/SDL/src/audio/SDL_audio.c
index bd0a5430..1aac56df 100644
--- a/macosx/plugins/Common/SDL/src/audio/SDL_audio.c
+++ b/macosx/plugins/Common/SDL/src/audio/SDL_audio.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/audio/SDL_audio_c.h b/macosx/plugins/Common/SDL/src/audio/SDL_audio_c.h
index df88025f..b85b4a5b 100644
--- a/macosx/plugins/Common/SDL/src/audio/SDL_audio_c.h
+++ b/macosx/plugins/Common/SDL/src/audio/SDL_audio_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/audio/SDL_audiocvt.c b/macosx/plugins/Common/SDL/src/audio/SDL_audiocvt.c
index 3af35f13..e8568e1d 100644
--- a/macosx/plugins/Common/SDL/src/audio/SDL_audiocvt.c
+++ b/macosx/plugins/Common/SDL/src/audio/SDL_audiocvt.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/audio/SDL_audiomem.h b/macosx/plugins/Common/SDL/src/audio/SDL_audiomem.h
index a539259e..41eb9379 100644
--- a/macosx/plugins/Common/SDL/src/audio/SDL_audiomem.h
+++ b/macosx/plugins/Common/SDL/src/audio/SDL_audiomem.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/audio/SDL_audiotypecvt.c b/macosx/plugins/Common/SDL/src/audio/SDL_audiotypecvt.c
index 30f26152..4b2d06d9 100644
--- a/macosx/plugins/Common/SDL/src/audio/SDL_audiotypecvt.c
+++ b/macosx/plugins/Common/SDL/src/audio/SDL_audiotypecvt.c
@@ -15,7 +15,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/audio/SDL_mixer.c b/macosx/plugins/Common/SDL/src/audio/SDL_mixer.c
index 63a4b5c3..04a6f2b1 100644
--- a/macosx/plugins/Common/SDL/src/audio/SDL_mixer.c
+++ b/macosx/plugins/Common/SDL/src/audio/SDL_mixer.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/audio/SDL_sysaudio.h b/macosx/plugins/Common/SDL/src/audio/SDL_sysaudio.h
index 329e417b..5e4795f3 100644
--- a/macosx/plugins/Common/SDL/src/audio/SDL_sysaudio.h
+++ b/macosx/plugins/Common/SDL/src/audio/SDL_sysaudio.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/audio/SDL_wave.c b/macosx/plugins/Common/SDL/src/audio/SDL_wave.c
index d770e6ff..0f395c56 100644
--- a/macosx/plugins/Common/SDL/src/audio/SDL_wave.c
+++ b/macosx/plugins/Common/SDL/src/audio/SDL_wave.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/audio/SDL_wave.h b/macosx/plugins/Common/SDL/src/audio/SDL_wave.h
index 3c1f1234..3ecea82e 100644
--- a/macosx/plugins/Common/SDL/src/audio/SDL_wave.h
+++ b/macosx/plugins/Common/SDL/src/audio/SDL_wave.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/audio/macosx/SDL_coreaudio.c b/macosx/plugins/Common/SDL/src/audio/macosx/SDL_coreaudio.c
index 0185e94f..1e18ba44 100644
--- a/macosx/plugins/Common/SDL/src/audio/macosx/SDL_coreaudio.c
+++ b/macosx/plugins/Common/SDL/src/audio/macosx/SDL_coreaudio.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/audio/macosx/SDL_coreaudio.h b/macosx/plugins/Common/SDL/src/audio/macosx/SDL_coreaudio.h
index fe374381..3ad7ee9f 100644
--- a/macosx/plugins/Common/SDL/src/audio/macosx/SDL_coreaudio.h
+++ b/macosx/plugins/Common/SDL/src/audio/macosx/SDL_coreaudio.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