diff --git a/360/fonts.cpp b/360/fonts.cpp
index ae2405148f..12ec97d373 100644
--- a/360/fonts.cpp
+++ b/360/fonts.cpp
@@ -1,8 +1,6 @@
/* SSNES - A frontend for libretro.
* Copyright (C) 2010-2012 - Hans-Kristian Arntzen
* Copyright (C) 2011-2012 - Daniel De Matteis
- *
-
*
* SSNES is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
@@ -881,4 +879,4 @@ void xdk360_video_font_draw_text(xdk360_video_font_t * font, float fOriginX, flo
// Call End() to complete the begin/end pair for drawing text
xdk360_video_font_end(font);
-}
\ No newline at end of file
+}
diff --git a/360/fonts.h b/360/fonts.h
index b836dd4ee2..4d5b61925e 100644
--- a/360/fonts.h
+++ b/360/fonts.h
@@ -1,8 +1,6 @@
/* SSNES - A frontend for libretro.
* Copyright (C) 2010-2012 - Hans-Kristian Arntzen
* Copyright (C) 2011-2012 - Daniel De Matteis
- *
-
*
* SSNES is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/360/main.c b/360/main.c
index 1206dabc1e..967757df3d 100644
--- a/360/main.c
+++ b/360/main.c
@@ -1,8 +1,6 @@
/* SSNES - A frontend for libretro.
* Copyright (C) 2010-2012 - Hans-Kristian Arntzen
* Copyright (C) 2011-2012 - Daniel De Matteis
- *
-
*
* SSNES is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/360/menu.cpp b/360/menu.cpp
index 0e49a23695..a9169e6cc9 100644
--- a/360/menu.cpp
+++ b/360/menu.cpp
@@ -1,8 +1,6 @@
/* SSNES - A frontend for libretro.
* Copyright (C) 2010-2012 - Hans-Kristian Arntzen
* Copyright (C) 2011-2012 - Daniel De Matteis
- *
-
*
* SSNES is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/360/menu.h b/360/menu.h
index cf68e5fe0a..feb65ce469 100644
--- a/360/menu.h
+++ b/360/menu.h
@@ -1,8 +1,6 @@
/* SSNES - A frontend for libretro.
* Copyright (C) 2010-2012 - Hans-Kristian Arntzen
* Copyright (C) 2011-2012 - Daniel De Matteis
- *
-
*
* SSNES is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/360/salamander/main.c b/360/salamander/main.c
index e9505132b4..3f0cf4e5ae 100644
--- a/360/salamander/main.c
+++ b/360/salamander/main.c
@@ -1,10 +1,8 @@
-/* SSNES - A Super Nintendo Entertainment System (SNES) Emulator frontend for libsnes.
+/* SSNES - A frontend for libretro.
* SSNES Salamander - A frontend for managing some pre-launch tasks.
* Copyright (C) 2010-2012 - Hans-Kristian Arntzen
* Copyright (C) 2011-2012 - Daniel De Matteis
*
- * Some code herein may be based on code found in BSNES.
- *
* SSNES is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
* ation, either version 3 of the License, or (at your option) any later version.
@@ -320,4 +318,4 @@ int main(int argc, char *argv[])
SSNES_LOG("Launch libsnes core: [%s] (return code: %x]).\n", libsnes_path, ret);
return 1;
-}
\ No newline at end of file
+}
diff --git a/360/shared.h b/360/shared.h
index e767711e05..ec6e697769 100644
--- a/360/shared.h
+++ b/360/shared.h
@@ -1,8 +1,6 @@
/* SSNES - A frontend for libretro.
* Copyright (C) 2010-2012 - Hans-Kristian Arntzen
* Copyright (C) 2011-2012 - Daniel De Matteis
- *
-
*
* SSNES is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/360/xdk360_audio.cpp b/360/xdk360_audio.cpp
index d4eabcd80e..8ae534b3bb 100644
--- a/360/xdk360_audio.cpp
+++ b/360/xdk360_audio.cpp
@@ -1,7 +1,5 @@
/* SSNES - A frontend for libretro.
- * Copyright (C) 2010-2011 - Hans-Kristian Arntzen
- *
-
+ * Copyright (C) 2010-2012 - Hans-Kristian Arntzen
*
* SSNES is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/360/xdk360_input.c b/360/xdk360_input.c
index 3290144021..ba642d70e8 100644
--- a/360/xdk360_input.c
+++ b/360/xdk360_input.c
@@ -1,8 +1,6 @@
/* SSNES - A frontend for libretro.
* Copyright (C) 2010-2012 - Hans-Kristian Arntzen
* Copyright (C) 2011-2012 - Daniel De Matteis
- *
-
*
* SSNES is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/360/xdk360_input.h b/360/xdk360_input.h
index d09af144a6..04cc1fa281 100644
--- a/360/xdk360_input.h
+++ b/360/xdk360_input.h
@@ -1,8 +1,6 @@
/* SSNES - A frontend for libretro.
* Copyright (C) 2010-2012 - Hans-Kristian Arntzen
* Copyright (C) 2011-2012 - Daniel De Matteis
- *
-
*
* SSNES is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/360/xdk360_video.cpp b/360/xdk360_video.cpp
index 521def739c..722c07691f 100644
--- a/360/xdk360_video.cpp
+++ b/360/xdk360_video.cpp
@@ -1,8 +1,6 @@
-/* SSNES - A Super Nintendo Entertainment System (SNES) Emulator frontend for libsnes.
+/* SSNES - A frontend for libretro.
* Copyright (C) 2010-2012 - Hans-Kristian Arntzen
* Copyright (C) 2011-2012 - Daniel De Matteis
- *
-
*
* SSNES is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/360/xdk360_video.h b/360/xdk360_video.h
index 018d332d9e..2611e7cad6 100644
--- a/360/xdk360_video.h
+++ b/360/xdk360_video.h
@@ -1,8 +1,6 @@
/* SSNES - A frontend for libretro.
* Copyright (C) 2010-2012 - Hans-Kristian Arntzen
* Copyright (C) 2011-2012 - Daniel De Matteis
- *
-
*
* SSNES is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/360/xdk360_video_general.h b/360/xdk360_video_general.h
index fd5cfe632d..2475c1e3de 100644
--- a/360/xdk360_video_general.h
+++ b/360/xdk360_video_general.h
@@ -2,8 +2,6 @@
* Copyright (C) 2010-2012 - Hans-Kristian Arntzen
* Copyright (C) 2011-2012 - Daniel De Matteis
*
-
- *
* SSNES is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
* ation, either version 3 of the License, or (at your option) any later version.
@@ -27,4 +25,4 @@
extern unsigned g_frame_count;
-#endif
\ No newline at end of file
+#endif
diff --git a/360/xdk360_video_resources.h b/360/xdk360_video_resources.h
index a2e0500d01..e52ef28ecc 100644
--- a/360/xdk360_video_resources.h
+++ b/360/xdk360_video_resources.h
@@ -1,8 +1,6 @@
/* SSNES - A frontend for libretro.
* Copyright (C) 2010-2012 - Hans-Kristian Arntzen
* Copyright (C) 2011-2012 - Daniel De Matteis
- *
-
*
* SSNES is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/audio/alsa.c b/audio/alsa.c
index b371640568..340ef6d862 100644
--- a/audio/alsa.c
+++ b/audio/alsa.c
@@ -1,7 +1,5 @@
/* SSNES - A frontend for libretro.
* Copyright (C) 2010-2012 - Hans-Kristian Arntzen
- *
-
*
* SSNES is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/audio/coreaudio.c b/audio/coreaudio.c
index 29524ffe5d..98fba230c2 100644
--- a/audio/coreaudio.c
+++ b/audio/coreaudio.c
@@ -1,8 +1,6 @@
/* SSNES - A frontend for libretro.
* Copyright (C) 2010-2012 - Hans-Kristian Arntzen
* Copyright (C) 2011-2012 - Chris Moeller
- *
-
*
* SSNES is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/audio/dsound.c b/audio/dsound.c
index 00c1139851..d8edf834e1 100644
--- a/audio/dsound.c
+++ b/audio/dsound.c
@@ -1,7 +1,5 @@
/* SSNES - A frontend for libretro.
* Copyright (C) 2010-2012 - Hans-Kristian Arntzen
- *
-
*
* SSNES is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/audio/ext_audio.c b/audio/ext_audio.c
index 6ad934670b..bcd9797d64 100644
--- a/audio/ext_audio.c
+++ b/audio/ext_audio.c
@@ -1,7 +1,5 @@
/* SSNES - A frontend for libretro.
* Copyright (C) 2010-2012 - Hans-Kristian Arntzen
- *
-
*
* SSNES is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/audio/hermite.c b/audio/hermite.c
index 33cb06f48a..795ce57de0 100644
--- a/audio/hermite.c
+++ b/audio/hermite.c
@@ -1,7 +1,5 @@
/* SSNES - A frontend for libretro.
* Copyright (C) 2010-2012 - Hans-Kristian Arntzen
- *
-
*
* SSNES is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/audio/jack.c b/audio/jack.c
index 49f853727a..f4054e8433 100644
--- a/audio/jack.c
+++ b/audio/jack.c
@@ -1,7 +1,5 @@
/* SSNES - A frontend for libretro.
* Copyright (C) 2010-2012 - Hans-Kristian Arntzen
- *
-
*
* SSNES is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/audio/openal.c b/audio/openal.c
index e6a23881f8..3954ffa89e 100644
--- a/audio/openal.c
+++ b/audio/openal.c
@@ -1,7 +1,5 @@
/* SSNES - A frontend for libretro.
* Copyright (C) 2010-2012 - Hans-Kristian Arntzen
- *
-
*
* SSNES is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/audio/oss.c b/audio/oss.c
index ae43e1d059..103106507d 100644
--- a/audio/oss.c
+++ b/audio/oss.c
@@ -1,7 +1,5 @@
/* SSNES - A frontend for libretro.
* Copyright (C) 2010-2012 - Hans-Kristian Arntzen
- *
-
*
* SSNES is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/audio/pulse.c b/audio/pulse.c
index 7faa6ab4e4..bbd53300ea 100644
--- a/audio/pulse.c
+++ b/audio/pulse.c
@@ -1,7 +1,5 @@
/* SSNES - A frontend for libretro.
* Copyright (C) 2010-2012 - Hans-Kristian Arntzen
- *
-
*
* SSNES is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/audio/resampler.h b/audio/resampler.h
index 3d32a03264..1a4d936d36 100644
--- a/audio/resampler.h
+++ b/audio/resampler.h
@@ -1,7 +1,5 @@
/* SSNES - A frontend for libretro.
* Copyright (C) 2010-2012 - Hans-Kristian Arntzen
- *
-
*
* SSNES is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/audio/roar.c b/audio/roar.c
index 569cb2bfc0..dcc96a8287 100644
--- a/audio/roar.c
+++ b/audio/roar.c
@@ -1,7 +1,5 @@
/* SSNES - A frontend for libretro.
* Copyright (C) 2010-2012 - Hans-Kristian Arntzen
- *
-
*
* SSNES is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/audio/rsound.c b/audio/rsound.c
index 5c5ff2525e..4e0b31a365 100644
--- a/audio/rsound.c
+++ b/audio/rsound.c
@@ -1,7 +1,5 @@
/* SSNES - A frontend for libretro.
* Copyright (C) 2010-2012 - Hans-Kristian Arntzen
- *
-
*
* SSNES is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/audio/sdl_audio.c b/audio/sdl_audio.c
index 8bd86bd16c..0f2e091cec 100644
--- a/audio/sdl_audio.c
+++ b/audio/sdl_audio.c
@@ -1,7 +1,5 @@
/* SSNES - A frontend for libretro.
* Copyright (C) 2010-2012 - Hans-Kristian Arntzen
- *
-
*
* SSNES is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/audio/sinc.c b/audio/sinc.c
index 59983e060b..eda41dad66 100644
--- a/audio/sinc.c
+++ b/audio/sinc.c
@@ -1,7 +1,5 @@
/* SSNES - A frontend for libretro.
* Copyright (C) 2010-2012 - Hans-Kristian Arntzen
- *
-
*
* SSNES is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/audio/test/main.c b/audio/test/main.c
index 00e6e58a13..1ad501dea8 100644
--- a/audio/test/main.c
+++ b/audio/test/main.c
@@ -1,7 +1,5 @@
/* SSNES - A frontend for libretro.
* Copyright (C) 2010-2012 - Hans-Kristian Arntzen
- *
-
*
* SSNES is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/audio/test/snr.c b/audio/test/snr.c
index 6a099933d8..e4f4399f41 100644
--- a/audio/test/snr.c
+++ b/audio/test/snr.c
@@ -1,7 +1,5 @@
/* SSNES - A frontend for libretro.
* Copyright (C) 2010-2012 - Hans-Kristian Arntzen
- *
-
*
* SSNES is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/audio/utils.c b/audio/utils.c
index dab7d10751..f86cbcd5bd 100644
--- a/audio/utils.c
+++ b/audio/utils.c
@@ -1,3 +1,18 @@
+/* SSNES - A frontend for libretro.
+ * Copyright (C) 2010-2012 - Hans-Kristian Arntzen
+ *
+ * SSNES is free software: you can redistribute it and/or modify it under the terms
+ * of the GNU General Public License as published by the Free Software Found-
+ * ation, either version 3 of the License, or (at your option) any later version.
+ *
+ * SSNES is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
+ * without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
+ * PURPOSE. See the GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License along with SSNES.
+ * If not, see .
+ */
+
#include "utils.h"
#if __SSE2__
diff --git a/audio/utils.h b/audio/utils.h
index cd8d280896..6bd4465028 100644
--- a/audio/utils.h
+++ b/audio/utils.h
@@ -1,3 +1,18 @@
+/* SSNES - A frontend for libretro.
+ * Copyright (C) 2010-2012 - Hans-Kristian Arntzen
+ *
+ * SSNES is free software: you can redistribute it and/or modify it under the terms
+ * of the GNU General Public License as published by the Free Software Found-
+ * ation, either version 3 of the License, or (at your option) any later version.
+ *
+ * SSNES is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
+ * without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
+ * PURPOSE. See the GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License along with SSNES.
+ * If not, see .
+ */
+
#ifndef AUDIO_UTILS_H
#define AUDIO_UTILS_H
diff --git a/audio/xaudio.c b/audio/xaudio.c
index b654963492..5ec93ba3a5 100644
--- a/audio/xaudio.c
+++ b/audio/xaudio.c
@@ -1,7 +1,5 @@
/* SSNES - A frontend for libretro.
* Copyright (C) 2010-2012 - Hans-Kristian Arntzen
- *
-
*
* SSNES is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/autosave.c b/autosave.c
index 37db0398fa..f10eb17e28 100644
--- a/autosave.c
+++ b/autosave.c
@@ -1,8 +1,6 @@
/* SSNES - A frontend for libretro.
* Copyright (C) 2010-2012 - Hans-Kristian Arntzen
*
-
- *
* SSNES is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
* ation, either version 3 of the License, or (at your option) any later version.
diff --git a/autosave.h b/autosave.h
index 7de2209528..48a33ece12 100644
--- a/autosave.h
+++ b/autosave.h
@@ -1,7 +1,5 @@
/* SSNES - A frontend for libretro.
* Copyright (C) 2010-2012 - Hans-Kristian Arntzen
- *
-
*
* SSNES is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/boolean.h b/boolean.h
index 203949c989..dd37c8c60c 100644
--- a/boolean.h
+++ b/boolean.h
@@ -1,7 +1,5 @@
/* SSNES - A frontend for libretro.
* Copyright (C) 2010-2012 - Hans-Kristian Arntzen
- *
-
*
* SSNES is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/cheats.c b/cheats.c
index cfa9251fba..fbb4a0924d 100644
--- a/cheats.c
+++ b/cheats.c
@@ -1,7 +1,5 @@
/* SSNES - A frontend for libretro.
* Copyright (C) 2010-2012 - Hans-Kristian Arntzen
- *
-
*
* SSNES is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/cheats.h b/cheats.h
index d8b74605ad..467a9e0719 100644
--- a/cheats.h
+++ b/cheats.h
@@ -1,7 +1,5 @@
/* SSNES - A frontend for libretro.
* Copyright (C) 2010-2012 - Hans-Kristian Arntzen
- *
-
*
* SSNES is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/compat/compat.c b/compat/compat.c
index 5ff26dc428..61be2d312a 100644
--- a/compat/compat.c
+++ b/compat/compat.c
@@ -1,7 +1,5 @@
/* SSNES - A frontend for libretro.
* Copyright (C) 2010-2012 - Hans-Kristian Arntzen
- *
-
*
* SSNES is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/compat/getopt_ssnes.h b/compat/getopt_ssnes.h
index f9ac9f75ea..3db7dd1cf4 100644
--- a/compat/getopt_ssnes.h
+++ b/compat/getopt_ssnes.h
@@ -1,7 +1,5 @@
/* SSNES - A frontend for libretro.
* Copyright (C) 2010-2012 - Hans-Kristian Arntzen
- *
-
*
* SSNES is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/compat/posix_string.h b/compat/posix_string.h
index f08a3e34c5..2c3e1cf83a 100644
--- a/compat/posix_string.h
+++ b/compat/posix_string.h
@@ -1,7 +1,5 @@
/* SSNES - A frontend for libretro.
* Copyright (C) 2010-2012 - Hans-Kristian Arntzen
- *
-
*
* SSNES is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/compat/strl.h b/compat/strl.h
index efd9c6bc67..b55247b5d0 100644
--- a/compat/strl.h
+++ b/compat/strl.h
@@ -1,7 +1,5 @@
/* SSNES - A frontend for libretro.
* Copyright (C) 2010-2012 - Hans-Kristian Arntzen
- *
-
*
* SSNES is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/conf/config_file.c b/conf/config_file.c
index cea45f7895..b455c9d9cc 100644
--- a/conf/config_file.c
+++ b/conf/config_file.c
@@ -1,7 +1,5 @@
/* SSNES - A frontend for libretro.
* Copyright (C) 2010-2012 - Hans-Kristian Arntzen
- *
-
*
* SSNES is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/conf/config_file.h b/conf/config_file.h
index a3900e5df7..9f568c9107 100644
--- a/conf/config_file.h
+++ b/conf/config_file.h
@@ -1,7 +1,5 @@
/* SSNES - A frontend for libretro.
* Copyright (C) 2010-2012 - Hans-Kristian Arntzen
- *
-
*
* SSNES is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/conf/config_file_macros.h b/conf/config_file_macros.h
index 62cdeed7c5..c44afc8fd5 100644
--- a/conf/config_file_macros.h
+++ b/conf/config_file_macros.h
@@ -1,8 +1,6 @@
/* SSNES - A frontend for libretro.
* Copyright (C) 2010-2012 - Hans-Kristian Arntzen
* Copyright (C) 2011-2012 - Daniel De Matteis
- *
-
*
* SSNES is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/config.def.h b/config.def.h
index eaa2f2abc3..0113bc6f79 100644
--- a/config.def.h
+++ b/config.def.h
@@ -1,7 +1,5 @@
/* SSNES - A frontend for libretro.
* Copyright (C) 2010-2012 - Hans-Kristian Arntzen
- *
-
*
* SSNES is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/console/console_ext.c b/console/console_ext.c
index f26882102d..fa78af7066 100644
--- a/console/console_ext.c
+++ b/console/console_ext.c
@@ -1,8 +1,6 @@
/* SSNES - A frontend for libretro.
* Copyright (C) 2010-2012 - Hans-Kristian Arntzen
* Copyright (C) 2011-2012 - Daniel De Matteis
- *
-
*
* SSNES is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/console/console_ext.h b/console/console_ext.h
index b60d493500..ef3fe608eb 100644
--- a/console/console_ext.h
+++ b/console/console_ext.h
@@ -1,8 +1,6 @@
/* SSNES - A frontend for libretro.
* Copyright (C) 2010-2012 - Hans-Kristian Arntzen
* Copyright (C) 2011-2012 - Daniel De Matteis
- *
-
*
* SSNES is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/console/console_ext_input.h b/console/console_ext_input.h
index 1fc80c6b04..35ac5b19a5 100644
--- a/console/console_ext_input.h
+++ b/console/console_ext_input.h
@@ -1,8 +1,6 @@
/* SSNES - A frontend for libretro.
* Copyright (C) 2010-2012 - Hans-Kristian Arntzen
* Copyright (C) 2011-2012 - Daniel De Matteis
- *
-
*
* SSNES is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/console/fileio/file_browser.c b/console/fileio/file_browser.c
index f8e1d1868f..be0e133d48 100644
--- a/console/fileio/file_browser.c
+++ b/console/fileio/file_browser.c
@@ -1,8 +1,6 @@
/* SSNES - A frontend for libretro.
* Copyright (C) 2010-2012 - Hans-Kristian Arntzen
* Copyright (C) 2011-2012 - Daniel De Matteis
- *
-
*
* SSNES is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/console/fileio/file_browser.h b/console/fileio/file_browser.h
index 6d76acfc17..4a59986bbc 100644
--- a/console/fileio/file_browser.h
+++ b/console/fileio/file_browser.h
@@ -1,8 +1,6 @@
/* SSNES - A frontend for libretro.
* Copyright (C) 2010-2012 - Hans-Kristian Arntzen
* Copyright (C) 2011-2012 - Daniel De Matteis
- *
-
*
* SSNES is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/console/griffin/func_hooks.h b/console/griffin/func_hooks.h
index e27203e0a9..a2371a09dd 100644
--- a/console/griffin/func_hooks.h
+++ b/console/griffin/func_hooks.h
@@ -1,8 +1,6 @@
/* SSNES - A frontend for libretro.
* Copyright (C) 2010-2012 - Hans-Kristian Arntzen
* Copyright (C) 2011-2012 - Daniel De Matteis
- *
-
*
* SSNES is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/console/griffin/griffin.c b/console/griffin/griffin.c
index 0d2728ee12..f37e396d37 100644
--- a/console/griffin/griffin.c
+++ b/console/griffin/griffin.c
@@ -1,8 +1,6 @@
/* SSNES - A frontend for libretro.
* Copyright (C) 2010-2012 - Hans-Kristian Arntzen
* Copyright (C) 2011-2012 - Daniel De Matteis
- *
-
*
* SSNES is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/console/griffin/hook.h b/console/griffin/hook.h
index 27c6b5b929..16ac93f626 100644
--- a/console/griffin/hook.h
+++ b/console/griffin/hook.h
@@ -1,8 +1,6 @@
/* SSNES - A frontend for libretro.
* Copyright (C) 2010-2012 - Hans-Kristian Arntzen
* Copyright (C) 2011-2012 - Daniel De Matteis
- *
-
*
* SSNES is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/console/griffin/ssnes_func_hooks.h b/console/griffin/ssnes_func_hooks.h
index d1d5272993..7769fcb0fc 100644
--- a/console/griffin/ssnes_func_hooks.h
+++ b/console/griffin/ssnes_func_hooks.h
@@ -1,8 +1,6 @@
/* SSNES - A frontend for libretro.
* Copyright (C) 2010-2012 - Hans-Kristian Arntzen
* Copyright (C) 2011-2012 - Daniel De Matteis
- *
-
*
* SSNES is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/console/librsound/librsound.c b/console/librsound/librsound.c
index a87b53dd93..5f38ee0a44 100644
--- a/console/librsound/librsound.c
+++ b/console/librsound/librsound.c
@@ -1,8 +1,6 @@
/* SSNES - A frontend for libretro.
* Copyright (C) 2010-2012 - Hans-Kristian Arntzen
* Copyright (C) 2011-2012 - Daniel De Matteis
- *
-
*
* SSNES is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/console/logger/logger.c b/console/logger/logger.c
index 1ca24482a0..70e438c3f6 100644
--- a/console/logger/logger.c
+++ b/console/logger/logger.c
@@ -1,8 +1,6 @@
/* SSNES - A frontend for libretro.
* Copyright (C) 2010-2012 - Hans-Kristian Arntzen
* Copyright (C) 2011-2012 - Daniel De Matteis
- *
-
*
* SSNES is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/console/logger/logger.h b/console/logger/logger.h
index fb122da52a..00cfeb30b6 100644
--- a/console/logger/logger.h
+++ b/console/logger/logger.h
@@ -1,8 +1,6 @@
/* SSNES - A frontend for libretro.
* Copyright (C) 2010-2012 - Hans-Kristian Arntzen
* Copyright (C) 2011-2012 - Daniel De Matteis
- *
-
*
* SSNES is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/console/main_wrap.h b/console/main_wrap.h
index 3ed7e625b4..20efce3cd1 100644
--- a/console/main_wrap.h
+++ b/console/main_wrap.h
@@ -1,8 +1,6 @@
/* SSNES - A frontend for libretro.
* Copyright (C) 2010-2012 - Hans-Kristian Arntzen
* Copyright (C) 2011-2012 - Daniel De Matteis
- *
-
*
* SSNES is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/console/sgui/list.c b/console/sgui/list.c
index ba642af926..72e3683644 100644
--- a/console/sgui/list.c
+++ b/console/sgui/list.c
@@ -1,7 +1,5 @@
/* SSNES - A frontend for libretro.
* Copyright (C) 2010-2012 - Hans-Kristian Arntzen
- *
-
*
* SSNES is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/console/sgui/list.h b/console/sgui/list.h
index d0f29e4633..f7236c3dad 100644
--- a/console/sgui/list.h
+++ b/console/sgui/list.h
@@ -1,7 +1,5 @@
/* SSNES - A frontend for libretro.
* Copyright (C) 2010-2012 - Hans-Kristian Arntzen
- *
-
*
* SSNES is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/console/sgui/sgui.c b/console/sgui/sgui.c
index 525df60764..c1d1d58ca2 100644
--- a/console/sgui/sgui.c
+++ b/console/sgui/sgui.c
@@ -1,7 +1,5 @@
/* SSNES - A frontend for libretro.
* Copyright (C) 2010-2012 - Hans-Kristian Arntzen
- *
-
*
* SSNES is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/console/sgui/sgui.h b/console/sgui/sgui.h
index 75e5cc4820..11526a3800 100644
--- a/console/sgui/sgui.h
+++ b/console/sgui/sgui.h
@@ -1,7 +1,5 @@
/* SSNES - A frontend for libretro.
* Copyright (C) 2010-2012 - Hans-Kristian Arntzen
- *
-
*
* SSNES is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/console/test.c b/console/test.c
index 477d52b631..4f34631a53 100644
--- a/console/test.c
+++ b/console/test.c
@@ -1,7 +1,5 @@
/* SSNES - A frontend for libretro.
* Copyright (C) 2010-2012 - Hans-Kristian Arntzen
- *
-
*
* SSNES is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/driver.c b/driver.c
index 6cf4ca69cb..d57e15ec1b 100644
--- a/driver.c
+++ b/driver.c
@@ -1,7 +1,5 @@
/* SSNES - A frontend for libretro.
* Copyright (C) 2010-2012 - Hans-Kristian Arntzen
- *
-
*
* SSNES is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/driver.h b/driver.h
index bf7094643f..4666d73326 100644
--- a/driver.h
+++ b/driver.h
@@ -1,7 +1,5 @@
/* SSNES - A frontend for libretro.
* Copyright (C) 2010-2012 - Hans-Kristian Arntzen
- *
-
*
* SSNES is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/dynamic.c b/dynamic.c
index f989ba944a..32e7c7ecce 100644
--- a/dynamic.c
+++ b/dynamic.c
@@ -1,7 +1,5 @@
/* SSNES - A frontend for libretro.
* Copyright (C) 2010-2012 - Hans-Kristian Arntzen
- *
-
*
* SSNES is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/dynamic.h b/dynamic.h
index 32b2905d04..6571e765f1 100644
--- a/dynamic.h
+++ b/dynamic.h
@@ -1,7 +1,5 @@
/* SSNES - A frontend for libretro.
* Copyright (C) 2010-2012 - Hans-Kristian Arntzen
- *
-
*
* SSNES is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/file.c b/file.c
index 705f26e6a3..0c38801058 100644
--- a/file.c
+++ b/file.c
@@ -1,7 +1,5 @@
/* SSNES - A frontend for libretro.
* Copyright (C) 2010-2012 - Hans-Kristian Arntzen
- *
-
*
* SSNES is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/file.h b/file.h
index 4b3b5887c1..d3eead20ba 100644
--- a/file.h
+++ b/file.h
@@ -1,7 +1,5 @@
/* SSNES - A frontend for libretro.
* Copyright (C) 2010-2012 - Hans-Kristian Arntzen
- *
-
*
* SSNES is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/general.h b/general.h
index a6601794db..c9929ac73a 100644
--- a/general.h
+++ b/general.h
@@ -1,7 +1,5 @@
/* SSNES - A frontend for libretro.
* Copyright (C) 2010-2012 - Hans-Kristian Arntzen
- *
-
*
* SSNES is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/gfx/ext_gfx.c b/gfx/ext_gfx.c
index 97f51433c3..0e3f52d6fc 100644
--- a/gfx/ext_gfx.c
+++ b/gfx/ext_gfx.c
@@ -1,7 +1,5 @@
/* SSNES - A frontend for libretro.
* Copyright (C) 2010-2012 - Hans-Kristian Arntzen
- *
-
*
* SSNES is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/gfx/fonts.c b/gfx/fonts.c
index bea65e559a..bb1b8c7391 100644
--- a/gfx/fonts.c
+++ b/gfx/fonts.c
@@ -1,7 +1,5 @@
/* SSNES - A frontend for libretro.
* Copyright (C) 2010-2012 - Hans-Kristian Arntzen
- *
-
*
* SSNES is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/gfx/fonts.h b/gfx/fonts.h
index f6cf3161e5..7c3d2cf43a 100644
--- a/gfx/fonts.h
+++ b/gfx/fonts.h
@@ -1,7 +1,5 @@
/* SSNES - A frontend for libretro.
* Copyright (C) 2010-2012 - Hans-Kristian Arntzen
- *
-
*
* SSNES is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/gfx/gfx_common.c b/gfx/gfx_common.c
index e4919122bb..e89c0fc897 100644
--- a/gfx/gfx_common.c
+++ b/gfx/gfx_common.c
@@ -1,7 +1,5 @@
/* SSNES - A frontend for libretro.
* Copyright (C) 2010-2012 - Hans-Kristian Arntzen
- *
-
*
* SSNES is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/gfx/gfx_common.h b/gfx/gfx_common.h
index 6b6ef0f07d..890b49ea51 100644
--- a/gfx/gfx_common.h
+++ b/gfx/gfx_common.h
@@ -1,7 +1,5 @@
/* SSNES - A frontend for libretro.
* Copyright (C) 2010-2012 - Hans-Kristian Arntzen
- *
-
*
* SSNES is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/gfx/gl.c b/gfx/gl.c
index b3c221a63b..7e28f6332a 100644
--- a/gfx/gl.c
+++ b/gfx/gl.c
@@ -1,7 +1,5 @@
/* SSNES - A frontend for libretro.
* Copyright (C) 2010-2012 - Hans-Kristian Arntzen
- *
-
*
* SSNES is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/gfx/gl_common.h b/gfx/gl_common.h
index 1ddf8bb595..4e54bb0438 100644
--- a/gfx/gl_common.h
+++ b/gfx/gl_common.h
@@ -1,7 +1,5 @@
/* SSNES - A frontend for libretro.
* Copyright (C) 2010-2012 - Hans-Kristian Arntzen
- *
-
*
* SSNES is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/gfx/image.c b/gfx/image.c
index 2a5e99040c..2f3105b70f 100644
--- a/gfx/image.c
+++ b/gfx/image.c
@@ -1,7 +1,5 @@
/* SSNES - A frontend for libretro.
* Copyright (C) 2010-2012 - Hans-Kristian Arntzen
- *
-
*
* SSNES is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/gfx/image.h b/gfx/image.h
index b5786642ca..8e04e5ab42 100644
--- a/gfx/image.h
+++ b/gfx/image.h
@@ -1,7 +1,5 @@
/* SSNES - A frontend for libretro.
* Copyright (C) 2010-2012 - Hans-Kristian Arntzen
- *
-
*
* SSNES is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/gfx/py_state/py_state.c b/gfx/py_state/py_state.c
index dbfbcc13a6..8b89bb5ba7 100644
--- a/gfx/py_state/py_state.c
+++ b/gfx/py_state/py_state.c
@@ -1,7 +1,5 @@
/* SSNES - A frontend for libretro.
* Copyright (C) 2010-2012 - Hans-Kristian Arntzen
- *
-
*
* SSNES is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/gfx/py_state/py_state.h b/gfx/py_state/py_state.h
index 70353712b7..028b58268b 100644
--- a/gfx/py_state/py_state.h
+++ b/gfx/py_state/py_state.h
@@ -1,7 +1,5 @@
/* SSNES - A frontend for libretro.
* Copyright (C) 2010-2012 - Hans-Kristian Arntzen
- *
-
*
* SSNES is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/gfx/sdl_gfx.c b/gfx/sdl_gfx.c
index c46f64b138..860ce68deb 100644
--- a/gfx/sdl_gfx.c
+++ b/gfx/sdl_gfx.c
@@ -1,8 +1,6 @@
/* SSNES - A frontend for libretro.
* Copyright (C) 2010-2012 - Hans-Kristian Arntzen
*
-
- *
* SSNES is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
* ation, either version 3 of the License, or (at your option) any later version.
diff --git a/gfx/sdlwrap.c b/gfx/sdlwrap.c
index 866c0907fa..08f5314cee 100644
--- a/gfx/sdlwrap.c
+++ b/gfx/sdlwrap.c
@@ -1,7 +1,5 @@
/* SSNES - A frontend for libretro.
* Copyright (C) 2010-2012 - Hans-Kristian Arntzen
- *
-
*
* SSNES is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/gfx/shader_cg.c b/gfx/shader_cg.c
index f1e24b85dc..64a7cc1541 100644
--- a/gfx/shader_cg.c
+++ b/gfx/shader_cg.c
@@ -1,7 +1,5 @@
/* SSNES - A frontend for libretro.
* Copyright (C) 2010-2012 - Hans-Kristian Arntzen
- *
-
*
* SSNES is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/gfx/shader_cg.h b/gfx/shader_cg.h
index 22cc3e7394..0f415e8b7d 100644
--- a/gfx/shader_cg.h
+++ b/gfx/shader_cg.h
@@ -1,7 +1,5 @@
/* SSNES - A frontend for libretro.
* Copyright (C) 2010-2012 - Hans-Kristian Arntzen
- *
-
*
* SSNES is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/gfx/shader_glsl.c b/gfx/shader_glsl.c
index ef35cb8b37..6ed1d96fb7 100644
--- a/gfx/shader_glsl.c
+++ b/gfx/shader_glsl.c
@@ -1,7 +1,5 @@
/* SSNES - A frontend for libretro.
* Copyright (C) 2010-2012 - Hans-Kristian Arntzen
- *
-
*
* SSNES is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/gfx/shader_glsl.h b/gfx/shader_glsl.h
index 02cbe23d5a..c605a149f4 100644
--- a/gfx/shader_glsl.h
+++ b/gfx/shader_glsl.h
@@ -1,7 +1,5 @@
/* SSNES - A frontend for libretro.
* Copyright (C) 2010-2012 - Hans-Kristian Arntzen
- *
-
*
* SSNES is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/gfx/state_tracker.c b/gfx/state_tracker.c
index 65cdee4daf..5f3cd19ca1 100644
--- a/gfx/state_tracker.c
+++ b/gfx/state_tracker.c
@@ -1,7 +1,5 @@
/* SSNES - A frontend for libretro.
* Copyright (C) 2010-2012 - Hans-Kristian Arntzen
- *
-
*
* SSNES is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/gfx/state_tracker.h b/gfx/state_tracker.h
index 3d4a4eb60a..48b9baaf59 100644
--- a/gfx/state_tracker.h
+++ b/gfx/state_tracker.h
@@ -1,7 +1,5 @@
/* SSNES - A frontend for libretro.
* Copyright (C) 2010-2012 - Hans-Kristian Arntzen
- *
-
*
* SSNES is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/gfx/xvideo.c b/gfx/xvideo.c
index b0060d9a7b..c88bf47fa5 100644
--- a/gfx/xvideo.c
+++ b/gfx/xvideo.c
@@ -1,7 +1,5 @@
/* SSNES - A frontend for libretro.
* Copyright (C) 2010-2012 - Hans-Kristian Arntzen
- *
-
*
* SSNES is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/hash.c b/hash.c
index adac86d7f6..b6161b725a 100644
--- a/hash.c
+++ b/hash.c
@@ -1,7 +1,5 @@
/* SSNES - A frontend for libretro.
* Copyright (C) 2010-2012 - Hans-Kristian Arntzen
- *
-
*
* SSNES is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/hash.h b/hash.h
index 14dc55e380..bf224dee77 100644
--- a/hash.h
+++ b/hash.h
@@ -1,7 +1,5 @@
/* SSNES - A frontend for libretro.
* Copyright (C) 2010-2012 - Hans-Kristian Arntzen
- *
-
*
* SSNES is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/input/dinput.c b/input/dinput.c
index 939b74bcec..ed5482cdcc 100644
--- a/input/dinput.c
+++ b/input/dinput.c
@@ -1,7 +1,5 @@
/* SSNES - A frontend for libretro.
* Copyright (C) 2010-2012 - Hans-Kristian Arntzen
- *
-
*
* SSNES is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/input/keysym.h b/input/keysym.h
index ebec2cc144..890338479c 100644
--- a/input/keysym.h
+++ b/input/keysym.h
@@ -1,7 +1,5 @@
/* SSNES - A frontend for libretro.
* Copyright (C) 2010-2012 - Hans-Kristian Arntzen
- *
-
*
* SSNES is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/input/sdl_input.c b/input/sdl_input.c
index d1210aeb0d..90ecea327a 100644
--- a/input/sdl_input.c
+++ b/input/sdl_input.c
@@ -1,7 +1,5 @@
/* SSNES - A frontend for libretro.
* Copyright (C) 2010-2012 - Hans-Kristian Arntzen
- *
-
*
* SSNES is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/input/ssnes_dinput.h b/input/ssnes_dinput.h
index 6a93e503fd..455dff5d7f 100644
--- a/input/ssnes_dinput.h
+++ b/input/ssnes_dinput.h
@@ -1,7 +1,5 @@
/* SSNES - A frontend for libretro.
* Copyright (C) 2010-2012 - Hans-Kristian Arntzen
- *
-
*
* SSNES is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/input/ssnes_sdl_input.h b/input/ssnes_sdl_input.h
index 4592ff717a..a39b469627 100644
--- a/input/ssnes_sdl_input.h
+++ b/input/ssnes_sdl_input.h
@@ -1,7 +1,5 @@
/* SSNES - A frontend for libretro.
* Copyright (C) 2010-2012 - Hans-Kristian Arntzen
- *
-
*
* SSNES is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/input/x11_input.c b/input/x11_input.c
index f1b2f9d2ba..75a4c8d8c1 100644
--- a/input/x11_input.c
+++ b/input/x11_input.c
@@ -1,7 +1,5 @@
/* SSNES - A frontend for libretro.
* Copyright (C) 2010-2012 - Hans-Kristian Arntzen
- *
-
*
* SSNES is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/logger_override.h b/logger_override.h
index 0ba9513889..e532fa57ba 100644
--- a/logger_override.h
+++ b/logger_override.h
@@ -1,8 +1,6 @@
/* SSNES - A frontend for libretro.
* Copyright (C) 2010-2012 - Hans-Kristian Arntzen
* Copyright (C) 2011-2012 - Daniel De Matteis
- *
-
*
* SSNES is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/message.c b/message.c
index 4096e24a6a..775ebdfe43 100644
--- a/message.c
+++ b/message.c
@@ -1,7 +1,5 @@
/* SSNES - A frontend for libretro.
* Copyright (C) 2010-2012 - Hans-Kristian Arntzen
- *
-
*
* SSNES is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/message.h b/message.h
index 9d29d59a62..288fc34bc9 100644
--- a/message.h
+++ b/message.h
@@ -1,7 +1,5 @@
/* SSNES - A frontend for libretro.
* Copyright (C) 2010-2012 - Hans-Kristian Arntzen
- *
-
*
* SSNES is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/movie.c b/movie.c
index 425a1ab9b6..41b13c4850 100644
--- a/movie.c
+++ b/movie.c
@@ -1,7 +1,5 @@
/* SSNES - A frontend for libretro.
* Copyright (C) 2010-2012 - Hans-Kristian Arntzen
- *
-
*
* SSNES is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/movie.h b/movie.h
index c83a833bb2..337b14be4c 100644
--- a/movie.h
+++ b/movie.h
@@ -1,7 +1,5 @@
/* SSNES - A frontend for libretro.
* Copyright (C) 2010-2012 - Hans-Kristian Arntzen
- *
-
*
* SSNES is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/msvc/msvc_compat.h b/msvc/msvc_compat.h
index e15ddf06dc..c863945c0c 100644
--- a/msvc/msvc_compat.h
+++ b/msvc/msvc_compat.h
@@ -1,7 +1,5 @@
/* SSNES - A frontend for libretro.
* Copyright (C) 2010-2012 - Hans-Kristian Arntzen
- *
-
*
* SSNES is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/netplay.c b/netplay.c
index 67f1e9d276..ca6ddd5c12 100644
--- a/netplay.c
+++ b/netplay.c
@@ -1,8 +1,6 @@
/* SSNES - A frontend for libretro.
* Copyright (C) 2010-2012 - Hans-Kristian Arntzen
*
-
- *
* SSNES is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
* ation, either version 3 of the License, or (at your option) any later version.
diff --git a/netplay.h b/netplay.h
index 9f14bb23d4..f609dede3f 100644
--- a/netplay.h
+++ b/netplay.h
@@ -1,7 +1,5 @@
/* SSNES - A frontend for libretro.
* Copyright (C) 2010-2012 - Hans-Kristian Arntzen
- *
-
*
* SSNES is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/netplay_compat.h b/netplay_compat.h
index 624b3fdb6d..d25805c9fa 100644
--- a/netplay_compat.h
+++ b/netplay_compat.h
@@ -1,7 +1,5 @@
/* SSNES - A frontend for libretro.
* Copyright (C) 2010-2012 - Hans-Kristian Arntzen
- *
-
*
* SSNES is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/patch.c b/patch.c
index fc2e93daf7..a9418c5fa6 100644
--- a/patch.c
+++ b/patch.c
@@ -1,7 +1,5 @@
/* SSNES - A frontend for libretro.
* Copyright (C) 2010-2012 - Hans-Kristian Arntzen
- *
-
*
* SSNES is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/patch.h b/patch.h
index 605445f87e..ee884b14c8 100644
--- a/patch.h
+++ b/patch.h
@@ -1,7 +1,5 @@
/* SSNES - A frontend for libretro.
* Copyright (C) 2010-2012 - Hans-Kristian Arntzen
- *
-
*
* SSNES is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/ps3/image.c b/ps3/image.c
index ccb9c53403..496d46c3ec 100644
--- a/ps3/image.c
+++ b/ps3/image.c
@@ -1,8 +1,6 @@
/* SSNES - A frontend for libretro.
* Copyright (C) 2010-2012 - Hans-Kristian Arntzen
* Copyright (C) 2011-2012 - Daniel De Matteis
- *
-
*
* SSNES is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/ps3/main.c b/ps3/main.c
index 694456591b..2883f5848c 100644
--- a/ps3/main.c
+++ b/ps3/main.c
@@ -1,9 +1,7 @@
-/* SSNES - A Super Nintendo Entertainment System (SNES) Emulator frontend for libsnes.
+/* SSNES - A frontend for libretro.
* Copyright (C) 2010-2012 - Hans-Kristian Arntzen
* Copyright (C) 2011-2012 - Daniel De Matteis
*
- * Some code herein may be based on code found in BSNES.
- *
* SSNES is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
* ation, either version 3 of the License, or (at your option) any later version.
diff --git a/ps3/menu-entries.h b/ps3/menu-entries.h
index c0b612a4e2..5fc7c88c1f 100644
--- a/ps3/menu-entries.h
+++ b/ps3/menu-entries.h
@@ -1,8 +1,6 @@
/* SSNES - A frontend for libretro.
* Copyright (C) 2010-2012 - Hans-Kristian Arntzen
* Copyright (C) 2011-2012 - Daniel De Matteis
- *
-
*
* SSNES is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/ps3/menu.c b/ps3/menu.c
index 1904408a61..68afb55e97 100644
--- a/ps3/menu.c
+++ b/ps3/menu.c
@@ -1,8 +1,6 @@
/* SSNES - A frontend for libretro.
* Copyright (C) 2010-2012 - Hans-Kristian Arntzen
* Copyright (C) 2011-2012 - Daniel De Matteis
- *
-
*
* SSNES is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/ps3/menu.h b/ps3/menu.h
index 6bd506b8e6..f9314d10fa 100644
--- a/ps3/menu.h
+++ b/ps3/menu.h
@@ -1,8 +1,6 @@
/* SSNES - A frontend for libretro.
* Copyright (C) 2010-2012 - Hans-Kristian Arntzen
* Copyright (C) 2011-2012 - Daniel De Matteis
- *
-
*
* SSNES is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/ps3/ps3_audio.c b/ps3/ps3_audio.c
index 0cd98658ef..978df8d0c0 100644
--- a/ps3/ps3_audio.c
+++ b/ps3/ps3_audio.c
@@ -1,8 +1,6 @@
/* SSNES - A frontend for libretro.
* Copyright (C) 2010-2012 - Hans-Kristian Arntzen
* Copyright (C) 2011-2012 - Daniel De Matteis
- *
-
*
* SSNES is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/ps3/ps3_input.c b/ps3/ps3_input.c
index d62328299d..49dd926856 100644
--- a/ps3/ps3_input.c
+++ b/ps3/ps3_input.c
@@ -1,8 +1,6 @@
/* SSNES - A frontend for libretro.
* Copyright (C) 2010-2012 - Hans-Kristian Arntzen
* Copyright (C) 2011-2012 - Daniel De Matteis
- *
-
*
* SSNES is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/ps3/ps3_input.h b/ps3/ps3_input.h
index 55626a8c3d..e61996f654 100644
--- a/ps3/ps3_input.h
+++ b/ps3/ps3_input.h
@@ -1,8 +1,6 @@
/* SSNES - A frontend for libretro.
* Copyright (C) 2010-2012 - Hans-Kristian Arntzen
* Copyright (C) 2011-2012 - Daniel De Matteis
- *
-
*
* SSNES is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/ps3/ps3_video_psgl.c b/ps3/ps3_video_psgl.c
index 713766c959..0bea4c2908 100644
--- a/ps3/ps3_video_psgl.c
+++ b/ps3/ps3_video_psgl.c
@@ -1,8 +1,6 @@
/* SSNES - A frontend for libretro.
* Copyright (C) 2010-2012 - Hans-Kristian Arntzen
* Copyright (C) 2011-2012 - Daniel De Matteis
- *
-
*
* SSNES is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/ps3/ps3_video_psgl.h b/ps3/ps3_video_psgl.h
index b3d587f7fc..4554521e70 100644
--- a/ps3/ps3_video_psgl.h
+++ b/ps3/ps3_video_psgl.h
@@ -1,8 +1,6 @@
/* SSNES - A frontend for libretro.
* Copyright (C) 2010-2012 - Hans-Kristian Arntzen
* Copyright (C) 2011-2012 - Daniel De Matteis
- *
-
*
* SSNES is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/ps3/salamander/main.c b/ps3/salamander/main.c
index ded5f6ecf0..b8182b2abe 100644
--- a/ps3/salamander/main.c
+++ b/ps3/salamander/main.c
@@ -1,10 +1,8 @@
-/* SSNES - A Super Nintendo Entertainment System (SNES) Emulator frontend for libsnes.
+/* SSNES - A frontend for libretro.
* SSNES Salamander - A frontend for managing some pre-launch tasks.
* Copyright (C) 2010-2012 - Hans-Kristian Arntzen
* Copyright (C) 2011-2012 - Daniel De Matteis
*
- * Some code herein may be based on code found in BSNES.
- *
* SSNES is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
* ation, either version 3 of the License, or (at your option) any later version.
diff --git a/ps3/shared.h b/ps3/shared.h
index 617618ad76..fbe24b5aa5 100644
--- a/ps3/shared.h
+++ b/ps3/shared.h
@@ -1,8 +1,6 @@
/* SSNES - A frontend for libretro.
* Copyright (C) 2010-2012 - Hans-Kristian Arntzen
* Copyright (C) 2011-2012 - Daniel De Matteis
- *
-
*
* SSNES is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/record/ffemu.c b/record/ffemu.c
index 46d80e526a..96fb5ecedf 100644
--- a/record/ffemu.c
+++ b/record/ffemu.c
@@ -1,8 +1,6 @@
/* SSNES - A frontend for libretro.
* Copyright (C) 2010-2012 - Hans-Kristian Arntzen
*
-
- *
* SSNES is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
* ation, either version 3 of the License, or (at your option) any later version.
diff --git a/record/ffemu.h b/record/ffemu.h
index 6326a7726c..8a0208daba 100644
--- a/record/ffemu.h
+++ b/record/ffemu.h
@@ -1,7 +1,5 @@
/* SSNES - A frontend for libretro.
* Copyright (C) 2010-2012 - Hans-Kristian Arntzen
- *
-
*
* SSNES is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/rewind.c b/rewind.c
index c63f9c4ade..1b89dc9363 100644
--- a/rewind.c
+++ b/rewind.c
@@ -1,7 +1,5 @@
/* SSNES - A frontend for libretro.
* Copyright (C) 2010-2012 - Hans-Kristian Arntzen
- *
-
*
* SSNES is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/rewind.h b/rewind.h
index 890455a8a1..0d556d7f25 100644
--- a/rewind.h
+++ b/rewind.h
@@ -1,7 +1,5 @@
/* SSNES - A frontend for libretro.
* Copyright (C) 2010-2012 - Hans-Kristian Arntzen
- *
-
*
* SSNES is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/screenshot.c b/screenshot.c
index 55a93ecdd2..454885fea6 100644
--- a/screenshot.c
+++ b/screenshot.c
@@ -1,7 +1,5 @@
/* SSNES - A frontend for libretro.
* Copyright (C) 2010-2012 - Hans-Kristian Arntzen
- *
-
*
* SSNES is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/screenshot.h b/screenshot.h
index 6bdb3c41a1..1fe2b4187a 100644
--- a/screenshot.h
+++ b/screenshot.h
@@ -1,7 +1,5 @@
/* SSNES - A frontend for libretro.
* Copyright (C) 2010-2012 - Hans-Kristian Arntzen
- *
-
*
* SSNES is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/settings.c b/settings.c
index 2adce9843b..b8345cffbe 100644
--- a/settings.c
+++ b/settings.c
@@ -1,7 +1,5 @@
/* SSNES - A frontend for libretro.
* Copyright (C) 2010-2012 - Hans-Kristian Arntzen
- *
-
*
* SSNES is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/ssnes.c b/ssnes.c
index 755dcbcad0..86b5c357e0 100644
--- a/ssnes.c
+++ b/ssnes.c
@@ -1,7 +1,5 @@
/* SSNES - A frontend for libretro.
* Copyright (C) 2010-2012 - Hans-Kristian Arntzen
- *
-
*
* SSNES is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/thread.c b/thread.c
index 34fbabfb43..e44f003b6b 100644
--- a/thread.c
+++ b/thread.c
@@ -1,7 +1,5 @@
/* SSNES - A frontend for libretro.
* Copyright (C) 2010-2012 - Hans-Kristian Arntzen
- *
-
*
* SSNES is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/thread.h b/thread.h
index b4e7ea7024..f715857b40 100644
--- a/thread.h
+++ b/thread.h
@@ -1,7 +1,5 @@
/* SSNES - A frontend for libretro.
* Copyright (C) 2010-2012 - Hans-Kristian Arntzen
- *
-
*
* SSNES is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/tools/ssnes-joyconfig.c b/tools/ssnes-joyconfig.c
index 282c737cfb..bf2b265075 100644
--- a/tools/ssnes-joyconfig.c
+++ b/tools/ssnes-joyconfig.c
@@ -1,7 +1,5 @@
/* SSNES - A frontend for libretro.
* Copyright (C) 2010-2012 - Hans-Kristian Arntzen
- *
-
*
* SSNES is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/wii/audio.c b/wii/audio.c
index fba16f4a06..91716a2346 100644
--- a/wii/audio.c
+++ b/wii/audio.c
@@ -1,7 +1,5 @@
/* SSNES - A frontend for libretro.
* Copyright (C) 2010-2012 - Hans-Kristian Arntzen
- *
-
*
* SSNES is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/wii/driver.h b/wii/driver.h
index b54f137cae..ee319422b3 100644
--- a/wii/driver.h
+++ b/wii/driver.h
@@ -1,7 +1,5 @@
/* SSNES - A frontend for libretro.
* Copyright (C) 2010-2012 - Hans-Kristian Arntzen
- *
-
*
* SSNES is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/wii/input.c b/wii/input.c
index 55bc8275c9..7764941890 100644
--- a/wii/input.c
+++ b/wii/input.c
@@ -1,7 +1,5 @@
/* SSNES - A frontend for libretro.
* Copyright (C) 2012 - Hans-Kristian Arntzen
- *
-
*
* SSNES is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/wii/main.c b/wii/main.c
index d8ed717eef..6997a99859 100644
--- a/wii/main.c
+++ b/wii/main.c
@@ -1,7 +1,5 @@
/* SSNES - A frontend for libretro.
* Copyright (C) 2010-2012 - Hans-Kristian Arntzen
- *
-
*
* SSNES is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/wii/video.c b/wii/video.c
index 71d7fcd490..9cc2ea0c36 100644
--- a/wii/video.c
+++ b/wii/video.c
@@ -1,7 +1,5 @@
/* SSNES - A frontend for libretro.
* Copyright (C) 2010-2012 - Hans-Kristian Arntzen
- *
-
*
* SSNES is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/xenon/cond.c b/xenon/cond.c
index 559fcb3c78..1fe312a97a 100644
--- a/xenon/cond.c
+++ b/xenon/cond.c
@@ -1,7 +1,5 @@
/* SSNES - A frontend for libretro.
* Copyright (C) 2010-2012 - Hans-Kristian Arntzen
- *
-
*
* SSNES is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/xenon/main.c b/xenon/main.c
index fc0cc116b6..aeb702b5ab 100644
--- a/xenon/main.c
+++ b/xenon/main.c
@@ -1,8 +1,6 @@
/* SSNES - A frontend for libretro.
* Copyright (C) 2010-2012 - Hans-Kristian Arntzen
* Copyright (C) 2011-2012 - Daniel De Matteis
- *
-
*
* SSNES is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/xenon/xenon360_audio.c b/xenon/xenon360_audio.c
index ce6108b26d..ae195737c3 100644
--- a/xenon/xenon360_audio.c
+++ b/xenon/xenon360_audio.c
@@ -1,7 +1,5 @@
/* SSNES - A frontend for libretro.
* Copyright (C) 2010-2012 - Hans-Kristian Arntzen
- *
-
*
* SSNES is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/xenon/xenon360_input.c b/xenon/xenon360_input.c
index d1c552c5d4..2f0b50b264 100644
--- a/xenon/xenon360_input.c
+++ b/xenon/xenon360_input.c
@@ -1,8 +1,6 @@
/* SSNES - A frontend for libretro.
* Copyright (C) 2010-2012 - Hans-Kristian Arntzen
* Copyright (C) 2011-2012 - Daniel De Matteis
- *
-
*
* SSNES is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/xenon/xenon360_video.c b/xenon/xenon360_video.c
index aa70c5eb4c..785cd8e8fd 100644
--- a/xenon/xenon360_video.c
+++ b/xenon/xenon360_video.c
@@ -1,7 +1,5 @@
/* SSNES - A frontend for libretro.
* Copyright (C) 2010-2012 - Hans-Kristian Arntzen
- *
-
*
* SSNES is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-