diff --git a/Source/Android/PluginRSP/alist.cpp b/Source/Android/PluginRSP/alist.cpp index ac7c2c5c3..63802628d 100644 --- a/Source/Android/PluginRSP/alist.cpp +++ b/Source/Android/PluginRSP/alist.cpp @@ -1,3 +1,11 @@ +// Project64 - A Nintendo 64 emulator +// http://www.pj64-emu.com/ +// Copyright(C) 2001-2021 Project64 +// Copyright(C) 2014 Bobby Smiles +// Copyright(C) 2009 Richard Goedeken +// Copyright(C) 2002 Hacktarux +// GNU/GPLv2 licensed: https://gnu.org/licenses/gpl-2.0.html + #include "stdafx.h" #include #include "alist.h" diff --git a/Source/Android/PluginRSP/alist.h b/Source/Android/PluginRSP/alist.h index 634a51e44..67410f215 100644 --- a/Source/Android/PluginRSP/alist.h +++ b/Source/Android/PluginRSP/alist.h @@ -1,3 +1,9 @@ +// Project64 - A Nintendo 64 emulator +// http://www.pj64-emu.com/ +// Copyright(C) 2001-2021 Project64 +// Copyright(C) 2014 Bobby Smiles +// GNU/GPLv2 licensed: https://gnu.org/licenses/gpl-2.0.html + #pragma once class CHle; diff --git a/Source/Android/PluginRSP/alist_audio.cpp b/Source/Android/PluginRSP/alist_audio.cpp index ff2896adc..77694b272 100644 --- a/Source/Android/PluginRSP/alist_audio.cpp +++ b/Source/Android/PluginRSP/alist_audio.cpp @@ -1,3 +1,11 @@ +// Project64 - A Nintendo 64 emulator +// http://www.pj64-emu.com/ +// Copyright(C) 2001-2021 Project64 +// Copyright(C) 2014 Bobby Smiles +// Copyright(C) 2009 Richard Goedeken +// Copyright(C) 2002 Hacktarux +// GNU/GPLv2 licensed: https://gnu.org/licenses/gpl-2.0.html + #include "stdafx.h" #include diff --git a/Source/Android/PluginRSP/alist_naudio.cpp b/Source/Android/PluginRSP/alist_naudio.cpp index 61f3a0caf..66dc8a0d7 100644 --- a/Source/Android/PluginRSP/alist_naudio.cpp +++ b/Source/Android/PluginRSP/alist_naudio.cpp @@ -1,3 +1,11 @@ +// Project64 - A Nintendo 64 emulator +// http://www.pj64-emu.com/ +// Copyright(C) 2001-2021 Project64 +// Copyright(C) 2014 Bobby Smiles +// Copyright(C) 2009 Richard Goedeken +// Copyright(C) 2002 Hacktarux +// GNU/GPLv2 licensed: https://gnu.org/licenses/gpl-2.0.html + #include "stdafx.h" #include "alist.h" diff --git a/Source/Android/PluginRSP/alist_nead.cpp b/Source/Android/PluginRSP/alist_nead.cpp index 232d9e058..68240814c 100644 --- a/Source/Android/PluginRSP/alist_nead.cpp +++ b/Source/Android/PluginRSP/alist_nead.cpp @@ -1,3 +1,11 @@ +// Project64 - A Nintendo 64 emulator +// http://www.pj64-emu.com/ +// Copyright(C) 2001-2021 Project64 +// Copyright(C) 2014 Bobby Smiles +// Copyright(C) 2009 Richard Goedeken +// Copyright(C) 2002 Hacktarux +// GNU/GPLv2 licensed: https://gnu.org/licenses/gpl-2.0.html + #include "stdafx.h" #include "alist.h" diff --git a/Source/Android/PluginRSP/arithmetics.h b/Source/Android/PluginRSP/arithmetics.h index c005768f6..9ddd4e565 100644 --- a/Source/Android/PluginRSP/arithmetics.h +++ b/Source/Android/PluginRSP/arithmetics.h @@ -1,3 +1,9 @@ +// Project64 - A Nintendo 64 emulator +// http://www.pj64-emu.com/ +// Copyright(C) 2001-2021 Project64 +// Copyright(C) 2014 Bobby Smiles +// GNU/GPLv2 licensed: https://gnu.org/licenses/gpl-2.0.html + #pragma once static inline int16_t clamp_s16(int_fast32_t x) diff --git a/Source/Android/PluginRSP/audio.cpp b/Source/Android/PluginRSP/audio.cpp index a76446b3c..afd5da4d6 100644 --- a/Source/Android/PluginRSP/audio.cpp +++ b/Source/Android/PluginRSP/audio.cpp @@ -1,3 +1,9 @@ +// Project64 - A Nintendo 64 emulator +// http://www.pj64-emu.com/ +// Copyright(C) 2001-2021 Project64 +// Copyright(C) 2014 Bobby Smiles +// GNU/GPLv2 licensed: https://gnu.org/licenses/gpl-2.0.html + #include "stdafx.h" #include #include "audio.h" diff --git a/Source/Android/PluginRSP/audio.h b/Source/Android/PluginRSP/audio.h index 2aeee057f..6dfe6cdb8 100644 --- a/Source/Android/PluginRSP/audio.h +++ b/Source/Android/PluginRSP/audio.h @@ -1,3 +1,9 @@ +// Project64 - A Nintendo 64 emulator +// http://www.pj64-emu.com/ +// Copyright(C) 2001-2021 Project64 +// Copyright(C) 2014 Bobby Smiles +// GNU/GPLv2 licensed: https://gnu.org/licenses/gpl-2.0.html + #pragma once extern const int16_t RESAMPLE_LUT[64 * 4]; diff --git a/Source/Android/PluginRSP/cicx105.cpp b/Source/Android/PluginRSP/cicx105.cpp index 45dfc1b23..12e543483 100644 --- a/Source/Android/PluginRSP/cicx105.cpp +++ b/Source/Android/PluginRSP/cicx105.cpp @@ -1,3 +1,11 @@ +// Project64 - A Nintendo 64 emulator +// http://www.pj64-emu.com/ +// Copyright(C) 2001-2021 Project64 +// Copyright(C) 2012 Bobby Smiles +// Copyright(C) 2009 Richard Goedeken +// Copyright(C) 2002 Hacktarux +// GNU/GPLv2 licensed: https://gnu.org/licenses/gpl-2.0.html + #include "stdafx.h" #include diff --git a/Source/Android/PluginRSP/common.h b/Source/Android/PluginRSP/common.h index 400173d8c..67dd04b55 100644 --- a/Source/Android/PluginRSP/common.h +++ b/Source/Android/PluginRSP/common.h @@ -1,3 +1,11 @@ +// Project64 - A Nintendo 64 emulator +// http://www.pj64-emu.com/ +// Copyright(C) 2001-2021 Project64 +// Copyright(C) 2014 Bobby Smiles +// Copyright(C) 2009 Richard Goedeken +// Copyright(C) 2002 Hacktarux +// GNU/GPLv2 licensed: https://gnu.org/licenses/gpl-2.0.html + #pragma once // Macro for unused variable warning suppression diff --git a/Source/Android/PluginRSP/hle.cpp b/Source/Android/PluginRSP/hle.cpp index f76f7f02b..e603b8449 100644 --- a/Source/Android/PluginRSP/hle.cpp +++ b/Source/Android/PluginRSP/hle.cpp @@ -1,3 +1,11 @@ +// Project64 - A Nintendo 64 emulator +// http://www.pj64-emu.com/ +// Copyright(C) 2001-2021 Project64 +// Copyright(C) 2012 Bobby Smiles +// Copyright(C) 2009 Richard Goedeken +// Copyright(C) 2002 Hacktarux +// GNU/GPLv2 licensed: https://gnu.org/licenses/gpl-2.0.html + #include "stdafx.h" #include "mem.h" #include "ucodes.h" diff --git a/Source/Android/PluginRSP/hle.h b/Source/Android/PluginRSP/hle.h index 5e840d26d..04095a12d 100644 --- a/Source/Android/PluginRSP/hle.h +++ b/Source/Android/PluginRSP/hle.h @@ -1,3 +1,9 @@ +// Project64 - A Nintendo 64 emulator +// http://www.pj64-emu.com/ +// Copyright(C) 2001-2021 Project64 +// Copyright(C) 2014 Bobby Smiles +// GNU/GPLv2 licensed: https://gnu.org/licenses/gpl-2.0.html + #pragma once #include #include "Rsp.h" diff --git a/Source/Android/PluginRSP/jpeg.cpp b/Source/Android/PluginRSP/jpeg.cpp index 77071e8c8..2ca29b430 100644 --- a/Source/Android/PluginRSP/jpeg.cpp +++ b/Source/Android/PluginRSP/jpeg.cpp @@ -1,3 +1,11 @@ +// Project64 - A Nintendo 64 emulator +// http://www.pj64-emu.com/ +// Copyright(C) 2001-2021 Project64 +// Copyright(C) 2012 Bobby Smiles +// Copyright(C) 2009 Richard Goedeken +// Copyright(C) 2002 Hacktarux +// GNU/GPLv2 licensed: https://gnu.org/licenses/gpl-2.0.html + #include "stdafx.h" #include diff --git a/Source/Android/PluginRSP/mem.cpp b/Source/Android/PluginRSP/mem.cpp index f940c7980..ac67e6cda 100644 --- a/Source/Android/PluginRSP/mem.cpp +++ b/Source/Android/PluginRSP/mem.cpp @@ -1,3 +1,9 @@ +// Project64 - A Nintendo 64 emulator +// http://www.pj64-emu.com/ +// Copyright(C) 2001-2021 Project64 +// Copyright(C) 2012 Bobby Smiles +// GNU/GPLv2 licensed: https://gnu.org/licenses/gpl-2.0.html + #include "stdafx.h" #include diff --git a/Source/Android/PluginRSP/mem.h b/Source/Android/PluginRSP/mem.h index 2ab2b04a5..553775acd 100644 --- a/Source/Android/PluginRSP/mem.h +++ b/Source/Android/PluginRSP/mem.h @@ -1,3 +1,9 @@ +// Project64 - A Nintendo 64 emulator +// http://www.pj64-emu.com/ +// Copyright(C) 2001-2021 Project64 +// Copyright(C) 2014 Bobby Smiles +// GNU/GPLv2 licensed: https://gnu.org/licenses/gpl-2.0.html + #pragma once #include diff --git a/Source/Android/PluginRSP/mp3.cpp b/Source/Android/PluginRSP/mp3.cpp index 5e8775003..f51a221ac 100644 --- a/Source/Android/PluginRSP/mp3.cpp +++ b/Source/Android/PluginRSP/mp3.cpp @@ -1,3 +1,11 @@ +// Project64 - A Nintendo 64 emulator +// http://www.pj64-emu.com/ +// Copyright(C) 2001-2021 Project64 +// Copyright(C) 2014 Bobby Smiles +// Copyright(C) 2009 Richard Goedeken +// Copyright(C) 2002 Hacktarux +// GNU/GPLv2 licensed: https://gnu.org/licenses/gpl-2.0.html + #include "stdafx.h" #include diff --git a/Source/Android/PluginRSP/musyx.cpp b/Source/Android/PluginRSP/musyx.cpp index bb3d854cd..caea2554c 100644 --- a/Source/Android/PluginRSP/musyx.cpp +++ b/Source/Android/PluginRSP/musyx.cpp @@ -1,3 +1,9 @@ +// Project64 - A Nintendo 64 emulator +// http://www.pj64-emu.com/ +// Copyright(C) 2001-2021 Project64 +// Copyright(C) 2013 Bobby Smiles +// GNU/GPLv2 licensed: https://gnu.org/licenses/gpl-2.0.html + #include "stdafx.h" #include diff --git a/Source/Android/PluginRSP/ucodes.h b/Source/Android/PluginRSP/ucodes.h index 055762cb5..4b3a5788f 100644 --- a/Source/Android/PluginRSP/ucodes.h +++ b/Source/Android/PluginRSP/ucodes.h @@ -1,3 +1,9 @@ +// Project64 - A Nintendo 64 emulator +// http://www.pj64-emu.com/ +// Copyright(C) 2001-2021 Project64 +// Copyright(C) 2014 Bobby Smiles +// GNU/GPLv2 licensed: https://gnu.org/licenses/gpl-2.0.html + #pragma once class CHle;