diff --git a/common/include/Utilities/HashMap.h b/common/include/Utilities/HashMap.h
index ec9416ad9d..91500026e9 100644
--- a/common/include/Utilities/HashMap.h
+++ b/common/include/Utilities/HashMap.h
@@ -1,3 +1,18 @@
+/* PCSX2 - PS2 Emulator for PCs
+* Copyright (C) 2002-2010 PCSX2 Dev Team
+*
+* PCSX2 is free software: you can redistribute it and/or modify it under the terms
+* of the GNU Lesser General Public License as published by the Free Software Found-
+* ation, either version 3 of the License, or (at your option) any later version.
+*
+* PCSX2 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 PCSX2.
+* If not, see .
+*/
+
#pragma once
#include
diff --git a/common/src/Utilities/HashTools.cpp b/common/src/Utilities/HashTools.cpp
index 35d6e55ed1..c5c3ad3061 100644
--- a/common/src/Utilities/HashTools.cpp
+++ b/common/src/Utilities/HashTools.cpp
@@ -1,3 +1,17 @@
+/* PCSX2 - PS2 Emulator for PCs
+* Copyright (C) 2002-2010 PCSX2 Dev Team
+*
+* PCSX2 is free software: you can redistribute it and/or modify it under the terms
+* of the GNU Lesser General Public License as published by the Free Software Found-
+* ation, either version 3 of the License, or (at your option) any later version.
+*
+* PCSX2 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 PCSX2.
+* If not, see .
+*/
#include "PrecompiledHeader.h"
#include "HashMap.h"
@@ -105,4 +119,4 @@ u32 Hash(const s8 * data, int len)
return hash;
}
-}
\ No newline at end of file
+}
diff --git a/common/src/Utilities/PrecompiledHeader.cpp b/common/src/Utilities/PrecompiledHeader.cpp
index 9e39fea4a2..91bee6fb09 100644
--- a/common/src/Utilities/PrecompiledHeader.cpp
+++ b/common/src/Utilities/PrecompiledHeader.cpp
@@ -1,2 +1,16 @@
+/* PCSX2 - PS2 Emulator for PCs
+ * Copyright (C) 2002-2010 PCSX2 Dev Team
+ *
+ * PCSX2 is free software: you can redistribute it and/or modify it under the terms
+ * of the GNU Lesser General Public License as published by the Free Software Found-
+ * ation, either version 3 of the License, or (at your option) any later version.
+ *
+ * PCSX2 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 PCSX2.
+ * If not, see .
+ */
#include "PrecompiledHeader.h"
diff --git a/common/src/Utilities/PrecompiledHeader.h b/common/src/Utilities/PrecompiledHeader.h
index f348764f47..28a7c80c32 100644
--- a/common/src/Utilities/PrecompiledHeader.h
+++ b/common/src/Utilities/PrecompiledHeader.h
@@ -1,3 +1,17 @@
+/* PCSX2 - PS2 Emulator for PCs
+ * Copyright (C) 2002-2010 PCSX2 Dev Team
+ *
+ * PCSX2 is free software: you can redistribute it and/or modify it under the terms
+ * of the GNU Lesser General Public License as published by the Free Software Found-
+ * ation, either version 3 of the License, or (at your option) any later version.
+ *
+ * PCSX2 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 PCSX2.
+ * If not, see .
+ */
// Can't use #pragma once in the precompiled header, as it won't work correctly with GCC PCH.
diff --git a/common/src/x86emitter/PrecompiledHeader.cpp b/common/src/x86emitter/PrecompiledHeader.cpp
index 9e39fea4a2..91bee6fb09 100644
--- a/common/src/x86emitter/PrecompiledHeader.cpp
+++ b/common/src/x86emitter/PrecompiledHeader.cpp
@@ -1,2 +1,16 @@
+/* PCSX2 - PS2 Emulator for PCs
+ * Copyright (C) 2002-2010 PCSX2 Dev Team
+ *
+ * PCSX2 is free software: you can redistribute it and/or modify it under the terms
+ * of the GNU Lesser General Public License as published by the Free Software Found-
+ * ation, either version 3 of the License, or (at your option) any later version.
+ *
+ * PCSX2 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 PCSX2.
+ * If not, see .
+ */
#include "PrecompiledHeader.h"
diff --git a/common/src/x86emitter/PrecompiledHeader.h b/common/src/x86emitter/PrecompiledHeader.h
index 7d5b86b650..06d76f5543 100644
--- a/common/src/x86emitter/PrecompiledHeader.h
+++ b/common/src/x86emitter/PrecompiledHeader.h
@@ -1,3 +1,17 @@
+/* PCSX2 - PS2 Emulator for PCs
+ * Copyright (C) 2002-2010 PCSX2 Dev Team
+ *
+ * PCSX2 is free software: you can redistribute it and/or modify it under the terms
+ * of the GNU Lesser General Public License as published by the Free Software Found-
+ * ation, either version 3 of the License, or (at your option) any later version.
+ *
+ * PCSX2 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 PCSX2.
+ * If not, see .
+ */
// Can't use #pragma once in the precompiled header, as it won't work correctly with GCC PCH.
diff --git a/common/vsprops/svnrev_template.h b/common/vsprops/svnrev_template.h
index ad2a2a8e74..9e0f785e08 100644
--- a/common/vsprops/svnrev_template.h
+++ b/common/vsprops/svnrev_template.h
@@ -1,3 +1,18 @@
+/* PCSX2 - PS2 Emulator for PCs
+* Copyright (C) 2002-2010 PCSX2 Dev Team
+*
+* PCSX2 is free software: you can redistribute it and/or modify it under the terms
+* of the GNU Lesser General Public License as published by the Free Software Found-
+* ation, either version 3 of the License, or (at your option) any later version.
+*
+* PCSX2 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 PCSX2.
+* If not, see .
+*/
+
// svnrev_template.h --> svnrev.h
//
// This file acts as a template for the automatic SVN revision/version tag.
diff --git a/common/vsprops/svnrev_unknown.h b/common/vsprops/svnrev_unknown.h
index d8b9334a15..8f46ed4f8b 100644
--- a/common/vsprops/svnrev_unknown.h
+++ b/common/vsprops/svnrev_unknown.h
@@ -1,3 +1,18 @@
+/* PCSX2 - PS2 Emulator for PCs
+* Copyright (C) 2002-2010 PCSX2 Dev Team
+*
+* PCSX2 is free software: you can redistribute it and/or modify it under the terms
+* of the GNU Lesser General Public License as published by the Free Software Found-
+* ation, either version 3 of the License, or (at your option) any later version.
+*
+* PCSX2 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 PCSX2.
+* If not, see .
+*/
+
// svnrev_genric.h --> svnrev.h
//
// This file acts as a placebo for people who do not have TortoiseSVN installed.
diff --git a/pcsx2/PrecompiledHeader.cpp b/pcsx2/PrecompiledHeader.cpp
index f07790a065..91bee6fb09 100644
--- a/pcsx2/PrecompiledHeader.cpp
+++ b/pcsx2/PrecompiledHeader.cpp
@@ -1 +1,16 @@
-#include "PrecompiledHeader.h"
\ No newline at end of file
+/* PCSX2 - PS2 Emulator for PCs
+ * Copyright (C) 2002-2010 PCSX2 Dev Team
+ *
+ * PCSX2 is free software: you can redistribute it and/or modify it under the terms
+ * of the GNU Lesser General Public License as published by the Free Software Found-
+ * ation, either version 3 of the License, or (at your option) any later version.
+ *
+ * PCSX2 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 PCSX2.
+ * If not, see .
+ */
+
+#include "PrecompiledHeader.h"
diff --git a/pcsx2/PrecompiledHeader.h b/pcsx2/PrecompiledHeader.h
index f00c23151b..f270ffa315 100644
--- a/pcsx2/PrecompiledHeader.h
+++ b/pcsx2/PrecompiledHeader.h
@@ -1,3 +1,18 @@
+/* PCSX2 - PS2 Emulator for PCs
+ * Copyright (C) 2002-2010 PCSX2 Dev Team
+ *
+ * PCSX2 is free software: you can redistribute it and/or modify it under the terms
+ * of the GNU Lesser General Public License as published by the Free Software Found-
+ * ation, either version 3 of the License, or (at your option) any later version.
+ *
+ * PCSX2 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 PCSX2.
+ * If not, see .
+ */
+
#ifndef PCSX2_PRECOMPILED_HEADER
#define PCSX2_PRECOMPILED_HEADER
diff --git a/plugins/SSSPSXPAD/PadSSSPSX.h b/plugins/SSSPSXPAD/PadSSSPSX.h
index 924cdad0db..eba8673c22 100644
--- a/plugins/SSSPSXPAD/PadSSSPSX.h
+++ b/plugins/SSSPSXPAD/PadSSSPSX.h
@@ -13,7 +13,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-1301, USA
*/
#ifndef __PAD_H__
diff --git a/plugins/cdvdGigaherz/src/Windows/config.cpp b/plugins/cdvdGigaherz/src/Windows/config.cpp
index 69b6c7c8cf..a5b4d9afd1 100644
--- a/plugins/cdvdGigaherz/src/Windows/config.cpp
+++ b/plugins/cdvdGigaherz/src/Windows/config.cpp
@@ -13,7 +13,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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+//Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
//
//#include "spu2.h"
#include
diff --git a/plugins/spu2-x/src/DPLII.h b/plugins/spu2-x/src/DPLII.h
index 08f4540a46..c47eb239a5 100644
--- a/plugins/spu2-x/src/DPLII.h
+++ b/plugins/spu2-x/src/DPLII.h
@@ -1,6 +1,8 @@
/* SPU2-X
* A plugin for Emulating the Sound Processing Unit of the Playstation 2
*
+ * Original portions from SPU2ghz are (c) 2008 by David Quintana [gigaherz]
+ *
* This program 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 Foundation; either version 2 of the License, or
diff --git a/plugins/spu2-x/src/DecodeDPLII.cpp b/plugins/spu2-x/src/DecodeDPLII.cpp
index f1d6e2f58f..bd219ca8d4 100644
--- a/plugins/spu2-x/src/DecodeDPLII.cpp
+++ b/plugins/spu2-x/src/DecodeDPLII.cpp
@@ -1,7 +1,7 @@
/* SPU2-X, A plugin for Emulating the Sound Processing Unit of the Playstation 2
* Developed and maintained by the Pcsx2 Development Team.
*
- * Originally based on SPU2ghz v1.9 beta, by David Quintana.
+ * Original portions from SPU2ghz are (c) 2008 by David Quintana [gigaherz]
*
* This library is free software; you can redistribute it and/or modify it under
* the terms of the GNU Lesser General Public License as published by the Free
@@ -14,9 +14,8 @@
* for more details.
*
* 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., 59
- * Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
+ * with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "Spu2.h"
diff --git a/plugins/spu2-x/src/PrecompiledHeader.cpp b/plugins/spu2-x/src/PrecompiledHeader.cpp
index 9d74cf1286..86bd1c2f69 100644
--- a/plugins/spu2-x/src/PrecompiledHeader.cpp
+++ b/plugins/spu2-x/src/PrecompiledHeader.cpp
@@ -1,2 +1,18 @@
+/* SPU2-X, A plugin for Emulating the Sound Processing Unit of the Playstation 2
+ * Developed and maintained by the Pcsx2 Development Team.
+ *
+ * Original portions from SPU2ghz are (c) 2008 by David Quintana [gigaherz]
+ *
+ * SPU2-X is free software: you can redistribute it and/or modify it under the terms
+ * of the GNU Lesser General Public License as published by the Free Software Found-
+ * ation, either version 3 of the License, or (at your option) any later version.
+ *
+ * SPU2-X 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 Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with SPU2-X. If not, see .
+ */
-#include "Global.h"
\ No newline at end of file
+#include "Global.h"