diff --git a/btdrv-mitm/source/bluetooth/bluetooth_ble.cpp b/btdrv-mitm/source/bluetooth/bluetooth_ble.cpp index c4a28bf..0ebec81 100644 --- a/btdrv-mitm/source/bluetooth/bluetooth_ble.cpp +++ b/btdrv-mitm/source/bluetooth/bluetooth_ble.cpp @@ -1,3 +1,19 @@ +/* + * Copyright (C) 2020 ndeadly + * + * 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 3 of the License, or + * (at your option) any later version. + * + * This program 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 this program. If not, see . + */ #include "bluetooth_ble.hpp" #include diff --git a/btdrv-mitm/source/bluetooth/bluetooth_ble.hpp b/btdrv-mitm/source/bluetooth/bluetooth_ble.hpp index efebef6..1db7ff9 100644 --- a/btdrv-mitm/source/bluetooth/bluetooth_ble.hpp +++ b/btdrv-mitm/source/bluetooth/bluetooth_ble.hpp @@ -1,3 +1,19 @@ +/* + * Copyright (C) 2020 ndeadly + * + * 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 3 of the License, or + * (at your option) any later version. + * + * This program 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 this program. If not, see . + */ #pragma once #include #include diff --git a/btdrv-mitm/source/bluetooth/bluetooth_circularbuffer.cpp b/btdrv-mitm/source/bluetooth/bluetooth_circularbuffer.cpp index a18e44c..912fa46 100644 --- a/btdrv-mitm/source/bluetooth/bluetooth_circularbuffer.cpp +++ b/btdrv-mitm/source/bluetooth/bluetooth_circularbuffer.cpp @@ -1,3 +1,19 @@ +/* + * Copyright (C) 2020 ndeadly + * + * 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 3 of the License, or + * (at your option) any later version. + * + * This program 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 this program. If not, see . + */ #include #include #include "bluetooth_circularbuffer.hpp" diff --git a/btdrv-mitm/source/bluetooth/bluetooth_circularbuffer.hpp b/btdrv-mitm/source/bluetooth/bluetooth_circularbuffer.hpp index b3a3f37..f98ab34 100644 --- a/btdrv-mitm/source/bluetooth/bluetooth_circularbuffer.hpp +++ b/btdrv-mitm/source/bluetooth/bluetooth_circularbuffer.hpp @@ -1,3 +1,19 @@ +/* + * Copyright (C) 2020 ndeadly + * + * 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 3 of the License, or + * (at your option) any later version. + * + * This program 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 this program. If not, see . + */ #pragma once #include #include diff --git a/btdrv-mitm/source/bluetooth/bluetooth_core.cpp b/btdrv-mitm/source/bluetooth/bluetooth_core.cpp index af26863..55b3c3d 100644 --- a/btdrv-mitm/source/bluetooth/bluetooth_core.cpp +++ b/btdrv-mitm/source/bluetooth/bluetooth_core.cpp @@ -1,3 +1,19 @@ +/* + * Copyright (C) 2020 ndeadly + * + * 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 3 of the License, or + * (at your option) any later version. + * + * This program 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 this program. If not, see . + */ #include "bluetooth_core.hpp" #include diff --git a/btdrv-mitm/source/bluetooth/bluetooth_core.hpp b/btdrv-mitm/source/bluetooth/bluetooth_core.hpp index b5d2b4c..bd6687b 100644 --- a/btdrv-mitm/source/bluetooth/bluetooth_core.hpp +++ b/btdrv-mitm/source/bluetooth/bluetooth_core.hpp @@ -1,3 +1,19 @@ +/* + * Copyright (C) 2020 ndeadly + * + * 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 3 of the License, or + * (at your option) any later version. + * + * This program 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 this program. If not, see . + */ #pragma once #include #include diff --git a/btdrv-mitm/source/bluetooth/bluetooth_events.cpp b/btdrv-mitm/source/bluetooth/bluetooth_events.cpp index 6272757..cd13733 100644 --- a/btdrv-mitm/source/bluetooth/bluetooth_events.cpp +++ b/btdrv-mitm/source/bluetooth/bluetooth_events.cpp @@ -1,3 +1,19 @@ +/* + * Copyright (C) 2020 ndeadly + * + * 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 3 of the License, or + * (at your option) any later version. + * + * This program 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 this program. If not, see . + */ #include #include "bluetooth_events.hpp" diff --git a/btdrv-mitm/source/bluetooth/bluetooth_events.hpp b/btdrv-mitm/source/bluetooth/bluetooth_events.hpp index c4dd37d..58153eb 100644 --- a/btdrv-mitm/source/bluetooth/bluetooth_events.hpp +++ b/btdrv-mitm/source/bluetooth/bluetooth_events.hpp @@ -1,3 +1,19 @@ +/* + * Copyright (C) 2020 ndeadly + * + * 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 3 of the License, or + * (at your option) any later version. + * + * This program 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 this program. If not, see . + */ #pragma once #include diff --git a/btdrv-mitm/source/bluetooth/bluetooth_hid.cpp b/btdrv-mitm/source/bluetooth/bluetooth_hid.cpp index 3260796..5e86d69 100644 --- a/btdrv-mitm/source/bluetooth/bluetooth_hid.cpp +++ b/btdrv-mitm/source/bluetooth/bluetooth_hid.cpp @@ -1,3 +1,19 @@ +/* + * Copyright (C) 2020 ndeadly + * + * 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 3 of the License, or + * (at your option) any later version. + * + * This program 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 this program. If not, see . + */ #include "bluetooth_hid.hpp" #include diff --git a/btdrv-mitm/source/bluetooth/bluetooth_hid.hpp b/btdrv-mitm/source/bluetooth/bluetooth_hid.hpp index 59eda6a..f4f3940 100644 --- a/btdrv-mitm/source/bluetooth/bluetooth_hid.hpp +++ b/btdrv-mitm/source/bluetooth/bluetooth_hid.hpp @@ -1,3 +1,19 @@ +/* + * Copyright (C) 2020 ndeadly + * + * 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 3 of the License, or + * (at your option) any later version. + * + * This program 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 this program. If not, see . + */ #pragma once #include #include diff --git a/btdrv-mitm/source/bluetooth/bluetooth_hid_report.cpp b/btdrv-mitm/source/bluetooth/bluetooth_hid_report.cpp index 82624c3..e4f93dc 100644 --- a/btdrv-mitm/source/bluetooth/bluetooth_hid_report.cpp +++ b/btdrv-mitm/source/bluetooth/bluetooth_hid_report.cpp @@ -1,3 +1,19 @@ +/* + * Copyright (C) 2020 ndeadly + * + * 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 3 of the License, or + * (at your option) any later version. + * + * This program 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 this program. If not, see . + */ #include "bluetooth_hid_report.hpp" #include #include diff --git a/btdrv-mitm/source/bluetooth/bluetooth_hid_report.hpp b/btdrv-mitm/source/bluetooth/bluetooth_hid_report.hpp index 884eec3..3d0354e 100644 --- a/btdrv-mitm/source/bluetooth/bluetooth_hid_report.hpp +++ b/btdrv-mitm/source/bluetooth/bluetooth_hid_report.hpp @@ -1,3 +1,19 @@ +/* + * Copyright (C) 2020 ndeadly + * + * 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 3 of the License, or + * (at your option) any later version. + * + * This program 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 this program. If not, see . + */ #pragma once #include #include diff --git a/btdrv-mitm/source/bluetooth/bluetooth_types.hpp b/btdrv-mitm/source/bluetooth/bluetooth_types.hpp index fd72f1b..bb8cadb 100644 --- a/btdrv-mitm/source/bluetooth/bluetooth_types.hpp +++ b/btdrv-mitm/source/bluetooth/bluetooth_types.hpp @@ -1,3 +1,19 @@ +/* + * Copyright (C) 2020 ndeadly + * + * 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 3 of the License, or + * (at your option) any later version. + * + * This program 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 this program. If not, see . + */ #pragma once #include #include diff --git a/btdrv-mitm/source/btdrv_mitm_flags.cpp b/btdrv-mitm/source/btdrv_mitm_flags.cpp index a18ebd1..88fc016 100644 --- a/btdrv-mitm/source/btdrv_mitm_flags.cpp +++ b/btdrv-mitm/source/btdrv_mitm_flags.cpp @@ -1,3 +1,19 @@ +/* + * Copyright (C) 2020 ndeadly + * + * 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 3 of the License, or + * (at your option) any later version. + * + * This program 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 this program. If not, see . + */ #include "btdrv_mitm_flags.hpp" namespace ams { diff --git a/btdrv-mitm/source/btdrv_mitm_flags.hpp b/btdrv-mitm/source/btdrv_mitm_flags.hpp index 163f8dd..91160a1 100644 --- a/btdrv-mitm/source/btdrv_mitm_flags.hpp +++ b/btdrv-mitm/source/btdrv_mitm_flags.hpp @@ -1,3 +1,19 @@ +/* + * Copyright (C) 2020 ndeadly + * + * 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 3 of the License, or + * (at your option) any later version. + * + * This program 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 this program. If not, see . + */ #pragma once #include diff --git a/btdrv-mitm/source/btdrv_mitm_service.cpp b/btdrv-mitm/source/btdrv_mitm_service.cpp index 39eee8b..d6bea7c 100644 --- a/btdrv-mitm/source/btdrv_mitm_service.cpp +++ b/btdrv-mitm/source/btdrv_mitm_service.cpp @@ -1,3 +1,19 @@ +/* + * Copyright (C) 2020 ndeadly + * + * 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 3 of the License, or + * (at your option) any later version. + * + * This program 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 this program. If not, see . + */ #include #include #include "btdrv_mitm_service.hpp" diff --git a/btdrv-mitm/source/btdrv_mitm_service.hpp b/btdrv-mitm/source/btdrv_mitm_service.hpp index 3369b40..39ffaa4 100644 --- a/btdrv-mitm/source/btdrv_mitm_service.hpp +++ b/btdrv-mitm/source/btdrv_mitm_service.hpp @@ -1,3 +1,19 @@ +/* + * Copyright (C) 2020 ndeadly + * + * 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 3 of the License, or + * (at your option) any later version. + * + * This program 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 this program. If not, see . + */ #pragma once #include #include "bluetooth/bluetooth_types.hpp" diff --git a/btdrv-mitm/source/btdrv_shim.c b/btdrv-mitm/source/btdrv_shim.c index 04a55f3..d1f8591 100644 --- a/btdrv-mitm/source/btdrv_shim.c +++ b/btdrv-mitm/source/btdrv_shim.c @@ -1,3 +1,19 @@ +/* + * Copyright (C) 2020 ndeadly + * + * 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 3 of the License, or + * (at your option) any later version. + * + * This program 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 this program. If not, see . + */ #include "btdrv_shim.h" #include diff --git a/btdrv-mitm/source/btdrv_shim.h b/btdrv-mitm/source/btdrv_shim.h index e6e739c..5e011c1 100644 --- a/btdrv-mitm/source/btdrv_shim.h +++ b/btdrv-mitm/source/btdrv_shim.h @@ -1,3 +1,19 @@ +/* + * Copyright (C) 2020 ndeadly + * + * 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 3 of the License, or + * (at your option) any later version. + * + * This program 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 this program. If not, see . + */ #pragma once #include diff --git a/btdrv-mitm/source/controllers/controllermanager.cpp b/btdrv-mitm/source/controllers/controllermanager.cpp index 44b5790..5221677 100644 --- a/btdrv-mitm/source/controllers/controllermanager.cpp +++ b/btdrv-mitm/source/controllers/controllermanager.cpp @@ -1,3 +1,19 @@ +/* + * Copyright (C) 2020 ndeadly + * + * 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 3 of the License, or + * (at your option) any later version. + * + * This program 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 this program. If not, see . + */ #include "controllermanager.hpp" #include #include diff --git a/btdrv-mitm/source/controllers/controllermanager.hpp b/btdrv-mitm/source/controllers/controllermanager.hpp index a315bc9..7c18f60 100644 --- a/btdrv-mitm/source/controllers/controllermanager.hpp +++ b/btdrv-mitm/source/controllers/controllermanager.hpp @@ -1,3 +1,19 @@ +/* + * Copyright (C) 2020 ndeadly + * + * 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 3 of the License, or + * (at your option) any later version. + * + * This program 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 this program. If not, see . + */ #pragma once #include #include "switchcontroller.hpp" diff --git a/btdrv-mitm/source/controllers/dualshock4.cpp b/btdrv-mitm/source/controllers/dualshock4.cpp index 1f3ce57..624b7e8 100644 --- a/btdrv-mitm/source/controllers/dualshock4.cpp +++ b/btdrv-mitm/source/controllers/dualshock4.cpp @@ -1,3 +1,19 @@ +/* + * Copyright (C) 2020 ndeadly + * + * 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 3 of the License, or + * (at your option) any later version. + * + * This program 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 this program. If not, see . + */ #include "dualshock4.hpp" #include #include diff --git a/btdrv-mitm/source/controllers/dualshock4.hpp b/btdrv-mitm/source/controllers/dualshock4.hpp index 06b5f00..9eeb555 100644 --- a/btdrv-mitm/source/controllers/dualshock4.hpp +++ b/btdrv-mitm/source/controllers/dualshock4.hpp @@ -1,3 +1,19 @@ +/* + * Copyright (C) 2020 ndeadly + * + * 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 3 of the License, or + * (at your option) any later version. + * + * This program 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 this program. If not, see . + */ #pragma once #include "emulatedswitchcontroller.hpp" diff --git a/btdrv-mitm/source/controllers/emulatedswitchcontroller.cpp b/btdrv-mitm/source/controllers/emulatedswitchcontroller.cpp index c52708b..3510d46 100644 --- a/btdrv-mitm/source/controllers/emulatedswitchcontroller.cpp +++ b/btdrv-mitm/source/controllers/emulatedswitchcontroller.cpp @@ -1,3 +1,19 @@ +/* + * Copyright (C) 2020 ndeadly + * + * 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 3 of the License, or + * (at your option) any later version. + * + * This program 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 this program. If not, see . + */ #include "emulatedswitchcontroller.hpp" #include #include "../bluetooth/bluetooth_hid_report.hpp" diff --git a/btdrv-mitm/source/controllers/emulatedswitchcontroller.hpp b/btdrv-mitm/source/controllers/emulatedswitchcontroller.hpp index c536870..9a0c42d 100644 --- a/btdrv-mitm/source/controllers/emulatedswitchcontroller.hpp +++ b/btdrv-mitm/source/controllers/emulatedswitchcontroller.hpp @@ -1,3 +1,19 @@ +/* + * Copyright (C) 2020 ndeadly + * + * 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 3 of the License, or + * (at your option) any later version. + * + * This program 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 this program. If not, see . + */ #pragma once #include "switchcontroller.hpp" diff --git a/btdrv-mitm/source/controllers/joycon.hpp b/btdrv-mitm/source/controllers/joycon.hpp index 0b7571a..cf1c031 100644 --- a/btdrv-mitm/source/controllers/joycon.hpp +++ b/btdrv-mitm/source/controllers/joycon.hpp @@ -1,3 +1,19 @@ +/* + * Copyright (C) 2020 ndeadly + * + * 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 3 of the License, or + * (at your option) any later version. + * + * This program 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 this program. If not, see . + */ #pragma once #include "switchcontroller.hpp" diff --git a/btdrv-mitm/source/controllers/switchcontroller.cpp b/btdrv-mitm/source/controllers/switchcontroller.cpp index 30d1ca3..b209d62 100644 --- a/btdrv-mitm/source/controllers/switchcontroller.cpp +++ b/btdrv-mitm/source/controllers/switchcontroller.cpp @@ -1,3 +1,19 @@ +/* + * Copyright (C) 2020 ndeadly + * + * 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 3 of the License, or + * (at your option) any later version. + * + * This program 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 this program. If not, see . + */ #include "switchcontroller.hpp" #include "../bluetooth/bluetooth_hid_report.hpp" diff --git a/btdrv-mitm/source/controllers/switchcontroller.hpp b/btdrv-mitm/source/controllers/switchcontroller.hpp index 1cdef32..bfd0031 100644 --- a/btdrv-mitm/source/controllers/switchcontroller.hpp +++ b/btdrv-mitm/source/controllers/switchcontroller.hpp @@ -1,3 +1,19 @@ +/* + * Copyright (C) 2020 ndeadly + * + * 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 3 of the License, or + * (at your option) any later version. + * + * This program 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 this program. If not, see . + */ #pragma once #include "../bluetooth/bluetooth_types.hpp" #include "../bluetooth/bluetooth_hid_report.hpp" diff --git a/btdrv-mitm/source/controllers/switchpro.hpp b/btdrv-mitm/source/controllers/switchpro.hpp index c53ca9e..cc5c457 100644 --- a/btdrv-mitm/source/controllers/switchpro.hpp +++ b/btdrv-mitm/source/controllers/switchpro.hpp @@ -1,3 +1,19 @@ +/* + * Copyright (C) 2020 ndeadly + * + * 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 3 of the License, or + * (at your option) any later version. + * + * This program 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 this program. If not, see . + */ #pragma once #include "switchcontroller.hpp" diff --git a/btdrv-mitm/source/controllers/wiicontroller.cpp b/btdrv-mitm/source/controllers/wiicontroller.cpp index f891a22..8c6502b 100644 --- a/btdrv-mitm/source/controllers/wiicontroller.cpp +++ b/btdrv-mitm/source/controllers/wiicontroller.cpp @@ -1,3 +1,19 @@ +/* + * Copyright (C) 2020 ndeadly + * + * 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 3 of the License, or + * (at your option) any later version. + * + * This program 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 this program. If not, see . + */ #include "wiicontroller.hpp" #include #include diff --git a/btdrv-mitm/source/controllers/wiicontroller.hpp b/btdrv-mitm/source/controllers/wiicontroller.hpp index ba1d47c..b472937 100644 --- a/btdrv-mitm/source/controllers/wiicontroller.hpp +++ b/btdrv-mitm/source/controllers/wiicontroller.hpp @@ -1,3 +1,19 @@ +/* + * Copyright (C) 2020 ndeadly + * + * 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 3 of the License, or + * (at your option) any later version. + * + * This program 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 this program. If not, see . + */ #pragma once #include "emulatedswitchcontroller.hpp" diff --git a/btdrv-mitm/source/controllers/wiimote.cpp b/btdrv-mitm/source/controllers/wiimote.cpp index 3110f8c..e849758 100644 --- a/btdrv-mitm/source/controllers/wiimote.cpp +++ b/btdrv-mitm/source/controllers/wiimote.cpp @@ -1,3 +1,19 @@ +/* + * Copyright (C) 2020 ndeadly + * + * 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 3 of the License, or + * (at your option) any later version. + * + * This program 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 this program. If not, see . + */ #include "wiimote.hpp" #include diff --git a/btdrv-mitm/source/controllers/wiimote.hpp b/btdrv-mitm/source/controllers/wiimote.hpp index 9c885f6..7bb7974 100644 --- a/btdrv-mitm/source/controllers/wiimote.hpp +++ b/btdrv-mitm/source/controllers/wiimote.hpp @@ -1,3 +1,19 @@ +/* + * Copyright (C) 2020 ndeadly + * + * 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 3 of the License, or + * (at your option) any later version. + * + * This program 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 this program. If not, see . + */ #pragma once #include "wiicontroller.hpp" diff --git a/btdrv-mitm/source/controllers/wiiupro.hpp b/btdrv-mitm/source/controllers/wiiupro.hpp index df72725..c79b88d 100644 --- a/btdrv-mitm/source/controllers/wiiupro.hpp +++ b/btdrv-mitm/source/controllers/wiiupro.hpp @@ -1,3 +1,19 @@ +/* + * Copyright (C) 2020 ndeadly + * + * 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 3 of the License, or + * (at your option) any later version. + * + * This program 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 this program. If not, see . + */ #pragma once #include "wiicontroller.hpp" diff --git a/btdrv-mitm/source/controllers/xboxone.cpp b/btdrv-mitm/source/controllers/xboxone.cpp index 9133118..65b73b9 100644 --- a/btdrv-mitm/source/controllers/xboxone.cpp +++ b/btdrv-mitm/source/controllers/xboxone.cpp @@ -1,3 +1,19 @@ +/* + * Copyright (C) 2020 ndeadly + * + * 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 3 of the License, or + * (at your option) any later version. + * + * This program 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 this program. If not, see . + */ #include "xboxone.hpp" #include #include diff --git a/btdrv-mitm/source/controllers/xboxone.hpp b/btdrv-mitm/source/controllers/xboxone.hpp index 873caee..33b9b8d 100644 --- a/btdrv-mitm/source/controllers/xboxone.hpp +++ b/btdrv-mitm/source/controllers/xboxone.hpp @@ -1,3 +1,19 @@ +/* + * Copyright (C) 2020 ndeadly + * + * 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 3 of the License, or + * (at your option) any later version. + * + * This program 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 this program. If not, see . + */ #pragma once #include "emulatedswitchcontroller.hpp" diff --git a/btdrv-mitm/source/main.cpp b/btdrv-mitm/source/main.cpp index 27b9f99..1dc665d 100644 --- a/btdrv-mitm/source/main.cpp +++ b/btdrv-mitm/source/main.cpp @@ -1,3 +1,19 @@ +/* + * Copyright (C) 2020 ndeadly + * + * 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 3 of the License, or + * (at your option) any later version. + * + * This program 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 this program. If not, see . + */ #include #include #include