diff --git a/btdrv-mitm/source/bluetooth/bluetooth_ble.cpp b/btdrv-mitm/source/bluetooth/bluetooth_ble.cpp
index 1e14863..d921ea8 100644
--- a/btdrv-mitm/source/bluetooth/bluetooth_ble.cpp
+++ b/btdrv-mitm/source/bluetooth/bluetooth_ble.cpp
@@ -1,15 +1,14 @@
/*
- * Copyright (C) 2020 ndeadly
+ * 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 free software; you can redistribute it and/or modify it
+ * under the terms and conditions of the GNU General Public License,
+ * version 2, as published by the Free Software Foundation.
*
- * 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.
+ * This program is distributed in the hope 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 .
diff --git a/btdrv-mitm/source/bluetooth/bluetooth_ble.hpp b/btdrv-mitm/source/bluetooth/bluetooth_ble.hpp
index 3dc7c1f..f393797 100644
--- a/btdrv-mitm/source/bluetooth/bluetooth_ble.hpp
+++ b/btdrv-mitm/source/bluetooth/bluetooth_ble.hpp
@@ -1,15 +1,14 @@
/*
- * Copyright (C) 2020 ndeadly
+ * 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 free software; you can redistribute it and/or modify it
+ * under the terms and conditions of the GNU General Public License,
+ * version 2, as published by the Free Software Foundation.
*
- * 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.
+ * This program is distributed in the hope 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 .
diff --git a/btdrv-mitm/source/bluetooth/bluetooth_circular_buffer.cpp b/btdrv-mitm/source/bluetooth/bluetooth_circular_buffer.cpp
index bcf3e9a..bc77095 100644
--- a/btdrv-mitm/source/bluetooth/bluetooth_circular_buffer.cpp
+++ b/btdrv-mitm/source/bluetooth/bluetooth_circular_buffer.cpp
@@ -1,15 +1,14 @@
/*
- * Copyright (C) 2020 ndeadly
+ * 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 free software; you can redistribute it and/or modify it
+ * under the terms and conditions of the GNU General Public License,
+ * version 2, as published by the Free Software Foundation.
*
- * 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.
+ * This program is distributed in the hope 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 .
diff --git a/btdrv-mitm/source/bluetooth/bluetooth_circular_buffer.hpp b/btdrv-mitm/source/bluetooth/bluetooth_circular_buffer.hpp
index dc31163..604c116 100644
--- a/btdrv-mitm/source/bluetooth/bluetooth_circular_buffer.hpp
+++ b/btdrv-mitm/source/bluetooth/bluetooth_circular_buffer.hpp
@@ -1,15 +1,14 @@
/*
- * Copyright (C) 2020 ndeadly
+ * 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 free software; you can redistribute it and/or modify it
+ * under the terms and conditions of the GNU General Public License,
+ * version 2, as published by the Free Software Foundation.
*
- * 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.
+ * This program is distributed in the hope 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 .
diff --git a/btdrv-mitm/source/bluetooth/bluetooth_core.cpp b/btdrv-mitm/source/bluetooth/bluetooth_core.cpp
index c75181a..da94fd4 100644
--- a/btdrv-mitm/source/bluetooth/bluetooth_core.cpp
+++ b/btdrv-mitm/source/bluetooth/bluetooth_core.cpp
@@ -1,15 +1,14 @@
/*
- * Copyright (C) 2020 ndeadly
+ * 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 free software; you can redistribute it and/or modify it
+ * under the terms and conditions of the GNU General Public License,
+ * version 2, as published by the Free Software Foundation.
*
- * 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.
+ * This program is distributed in the hope 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 .
diff --git a/btdrv-mitm/source/bluetooth/bluetooth_core.hpp b/btdrv-mitm/source/bluetooth/bluetooth_core.hpp
index 7790d07..95b7881 100644
--- a/btdrv-mitm/source/bluetooth/bluetooth_core.hpp
+++ b/btdrv-mitm/source/bluetooth/bluetooth_core.hpp
@@ -1,15 +1,14 @@
/*
- * Copyright (C) 2020 ndeadly
+ * 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 free software; you can redistribute it and/or modify it
+ * under the terms and conditions of the GNU General Public License,
+ * version 2, as published by the Free Software Foundation.
*
- * 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.
+ * This program is distributed in the hope 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 .
diff --git a/btdrv-mitm/source/bluetooth/bluetooth_events.cpp b/btdrv-mitm/source/bluetooth/bluetooth_events.cpp
index 2e4352d..62c6a7b 100644
--- a/btdrv-mitm/source/bluetooth/bluetooth_events.cpp
+++ b/btdrv-mitm/source/bluetooth/bluetooth_events.cpp
@@ -1,15 +1,14 @@
/*
- * Copyright (C) 2020 ndeadly
+ * 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 free software; you can redistribute it and/or modify it
+ * under the terms and conditions of the GNU General Public License,
+ * version 2, as published by the Free Software Foundation.
*
- * 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.
+ * This program is distributed in the hope 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 .
diff --git a/btdrv-mitm/source/bluetooth/bluetooth_events.hpp b/btdrv-mitm/source/bluetooth/bluetooth_events.hpp
index 3d05258..77898b0 100644
--- a/btdrv-mitm/source/bluetooth/bluetooth_events.hpp
+++ b/btdrv-mitm/source/bluetooth/bluetooth_events.hpp
@@ -1,15 +1,14 @@
/*
- * Copyright (C) 2020 ndeadly
+ * 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 free software; you can redistribute it and/or modify it
+ * under the terms and conditions of the GNU General Public License,
+ * version 2, as published by the Free Software Foundation.
*
- * 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.
+ * This program is distributed in the hope 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 .
diff --git a/btdrv-mitm/source/bluetooth/bluetooth_hid.cpp b/btdrv-mitm/source/bluetooth/bluetooth_hid.cpp
index f6acb8b..69adc34 100644
--- a/btdrv-mitm/source/bluetooth/bluetooth_hid.cpp
+++ b/btdrv-mitm/source/bluetooth/bluetooth_hid.cpp
@@ -1,15 +1,14 @@
/*
- * Copyright (C) 2020 ndeadly
+ * 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 free software; you can redistribute it and/or modify it
+ * under the terms and conditions of the GNU General Public License,
+ * version 2, as published by the Free Software Foundation.
*
- * 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.
+ * This program is distributed in the hope 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 .
diff --git a/btdrv-mitm/source/bluetooth/bluetooth_hid.hpp b/btdrv-mitm/source/bluetooth/bluetooth_hid.hpp
index 31634ad..128ba48 100644
--- a/btdrv-mitm/source/bluetooth/bluetooth_hid.hpp
+++ b/btdrv-mitm/source/bluetooth/bluetooth_hid.hpp
@@ -1,15 +1,14 @@
/*
- * Copyright (C) 2020 ndeadly
+ * 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 free software; you can redistribute it and/or modify it
+ * under the terms and conditions of the GNU General Public License,
+ * version 2, as published by the Free Software Foundation.
*
- * 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.
+ * This program is distributed in the hope 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 .
diff --git a/btdrv-mitm/source/bluetooth/bluetooth_hid_report.cpp b/btdrv-mitm/source/bluetooth/bluetooth_hid_report.cpp
index a93ab75..5ad2e95 100644
--- a/btdrv-mitm/source/bluetooth/bluetooth_hid_report.cpp
+++ b/btdrv-mitm/source/bluetooth/bluetooth_hid_report.cpp
@@ -1,15 +1,14 @@
/*
- * Copyright (C) 2020 ndeadly
+ * 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 free software; you can redistribute it and/or modify it
+ * under the terms and conditions of the GNU General Public License,
+ * version 2, as published by the Free Software Foundation.
*
- * 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.
+ * This program is distributed in the hope 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 .
diff --git a/btdrv-mitm/source/bluetooth/bluetooth_hid_report.hpp b/btdrv-mitm/source/bluetooth/bluetooth_hid_report.hpp
index f74b7e3..feaaf11 100644
--- a/btdrv-mitm/source/bluetooth/bluetooth_hid_report.hpp
+++ b/btdrv-mitm/source/bluetooth/bluetooth_hid_report.hpp
@@ -1,15 +1,14 @@
/*
- * Copyright (C) 2020 ndeadly
+ * 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 free software; you can redistribute it and/or modify it
+ * under the terms and conditions of the GNU General Public License,
+ * version 2, as published by the Free Software Foundation.
*
- * 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.
+ * This program is distributed in the hope 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 .
diff --git a/btdrv-mitm/source/bluetooth/bluetooth_types.hpp b/btdrv-mitm/source/bluetooth/bluetooth_types.hpp
index e95c244..c72af56 100644
--- a/btdrv-mitm/source/bluetooth/bluetooth_types.hpp
+++ b/btdrv-mitm/source/bluetooth/bluetooth_types.hpp
@@ -1,15 +1,14 @@
/*
- * Copyright (C) 2020 ndeadly
+ * 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 free software; you can redistribute it and/or modify it
+ * under the terms and conditions of the GNU General Public License,
+ * version 2, as published by the Free Software Foundation.
*
- * 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.
+ * This program is distributed in the hope 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 .
diff --git a/btdrv-mitm/source/btdrv_mitm_flags.cpp b/btdrv-mitm/source/btdrv_mitm_flags.cpp
index 73943a4..deadb47 100644
--- a/btdrv-mitm/source/btdrv_mitm_flags.cpp
+++ b/btdrv-mitm/source/btdrv_mitm_flags.cpp
@@ -1,15 +1,14 @@
/*
- * Copyright (C) 2020 ndeadly
+ * 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 free software; you can redistribute it and/or modify it
+ * under the terms and conditions of the GNU General Public License,
+ * version 2, as published by the Free Software Foundation.
*
- * 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.
+ * This program is distributed in the hope 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 .
diff --git a/btdrv-mitm/source/btdrv_mitm_flags.hpp b/btdrv-mitm/source/btdrv_mitm_flags.hpp
index 2f03e8f..45d2373 100644
--- a/btdrv-mitm/source/btdrv_mitm_flags.hpp
+++ b/btdrv-mitm/source/btdrv_mitm_flags.hpp
@@ -1,15 +1,14 @@
/*
- * Copyright (C) 2020 ndeadly
+ * 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 free software; you can redistribute it and/or modify it
+ * under the terms and conditions of the GNU General Public License,
+ * version 2, as published by the Free Software Foundation.
*
- * 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.
+ * This program is distributed in the hope 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 .
diff --git a/btdrv-mitm/source/btdrv_mitm_service.cpp b/btdrv-mitm/source/btdrv_mitm_service.cpp
index 36898ea..76794e5 100644
--- a/btdrv-mitm/source/btdrv_mitm_service.cpp
+++ b/btdrv-mitm/source/btdrv_mitm_service.cpp
@@ -1,15 +1,14 @@
/*
- * Copyright (C) 2020 ndeadly
+ * 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 free software; you can redistribute it and/or modify it
+ * under the terms and conditions of the GNU General Public License,
+ * version 2, as published by the Free Software Foundation.
*
- * 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.
+ * This program is distributed in the hope 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 .
diff --git a/btdrv-mitm/source/btdrv_mitm_service.hpp b/btdrv-mitm/source/btdrv_mitm_service.hpp
index ccb4dea..9c20381 100644
--- a/btdrv-mitm/source/btdrv_mitm_service.hpp
+++ b/btdrv-mitm/source/btdrv_mitm_service.hpp
@@ -1,15 +1,14 @@
/*
- * Copyright (C) 2020 ndeadly
+ * 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 free software; you can redistribute it and/or modify it
+ * under the terms and conditions of the GNU General Public License,
+ * version 2, as published by the Free Software Foundation.
*
- * 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.
+ * This program is distributed in the hope 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 .
diff --git a/btdrv-mitm/source/btdrv_shim.c b/btdrv-mitm/source/btdrv_shim.c
index d1f8591..f179980 100644
--- a/btdrv-mitm/source/btdrv_shim.c
+++ b/btdrv-mitm/source/btdrv_shim.c
@@ -1,15 +1,14 @@
/*
- * Copyright (C) 2020 ndeadly
+ * 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 free software; you can redistribute it and/or modify it
+ * under the terms and conditions of the GNU General Public License,
+ * version 2, as published by the Free Software Foundation.
*
- * 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.
+ * This program is distributed in the hope 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 .
diff --git a/btdrv-mitm/source/btdrv_shim.h b/btdrv-mitm/source/btdrv_shim.h
index 5e011c1..2ddd702 100644
--- a/btdrv-mitm/source/btdrv_shim.h
+++ b/btdrv-mitm/source/btdrv_shim.h
@@ -1,15 +1,14 @@
/*
- * Copyright (C) 2020 ndeadly
+ * 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 free software; you can redistribute it and/or modify it
+ * under the terms and conditions of the GNU General Public License,
+ * version 2, as published by the Free Software Foundation.
*
- * 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.
+ * This program is distributed in the hope 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 .
diff --git a/btdrv-mitm/source/controllers/controller_management.cpp b/btdrv-mitm/source/controllers/controller_management.cpp
index 119a6d7..c618c21 100644
--- a/btdrv-mitm/source/controllers/controller_management.cpp
+++ b/btdrv-mitm/source/controllers/controller_management.cpp
@@ -1,15 +1,14 @@
/*
- * Copyright (C) 2020 ndeadly
+ * 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 free software; you can redistribute it and/or modify it
+ * under the terms and conditions of the GNU General Public License,
+ * version 2, as published by the Free Software Foundation.
*
- * 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.
+ * This program is distributed in the hope 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 .
diff --git a/btdrv-mitm/source/controllers/controller_management.hpp b/btdrv-mitm/source/controllers/controller_management.hpp
index f248f68..ddd6f53 100644
--- a/btdrv-mitm/source/controllers/controller_management.hpp
+++ b/btdrv-mitm/source/controllers/controller_management.hpp
@@ -1,15 +1,14 @@
/*
- * Copyright (C) 2020 ndeadly
+ * 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 free software; you can redistribute it and/or modify it
+ * under the terms and conditions of the GNU General Public License,
+ * version 2, as published by the Free Software Foundation.
*
- * 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.
+ * This program is distributed in the hope 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 .
diff --git a/btdrv-mitm/source/controllers/dualshock4_controller.cpp b/btdrv-mitm/source/controllers/dualshock4_controller.cpp
index 9fe9492..8287f10 100644
--- a/btdrv-mitm/source/controllers/dualshock4_controller.cpp
+++ b/btdrv-mitm/source/controllers/dualshock4_controller.cpp
@@ -1,15 +1,14 @@
/*
- * Copyright (C) 2020 ndeadly
+ * 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 free software; you can redistribute it and/or modify it
+ * under the terms and conditions of the GNU General Public License,
+ * version 2, as published by the Free Software Foundation.
*
- * 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.
+ * This program is distributed in the hope 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 .
diff --git a/btdrv-mitm/source/controllers/dualshock4_controller.hpp b/btdrv-mitm/source/controllers/dualshock4_controller.hpp
index 07e8571..2400633 100644
--- a/btdrv-mitm/source/controllers/dualshock4_controller.hpp
+++ b/btdrv-mitm/source/controllers/dualshock4_controller.hpp
@@ -1,15 +1,14 @@
/*
- * Copyright (C) 2020 ndeadly
+ * 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 free software; you can redistribute it and/or modify it
+ * under the terms and conditions of the GNU General Public License,
+ * version 2, as published by the Free Software Foundation.
*
- * 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.
+ * This program is distributed in the hope 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 .
diff --git a/btdrv-mitm/source/controllers/emulated_switch_controller.cpp b/btdrv-mitm/source/controllers/emulated_switch_controller.cpp
index 16a1125..af20619 100644
--- a/btdrv-mitm/source/controllers/emulated_switch_controller.cpp
+++ b/btdrv-mitm/source/controllers/emulated_switch_controller.cpp
@@ -1,15 +1,14 @@
/*
- * Copyright (C) 2020 ndeadly
+ * 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 free software; you can redistribute it and/or modify it
+ * under the terms and conditions of the GNU General Public License,
+ * version 2, as published by the Free Software Foundation.
*
- * 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.
+ * This program is distributed in the hope 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 .
diff --git a/btdrv-mitm/source/controllers/emulated_switch_controller.hpp b/btdrv-mitm/source/controllers/emulated_switch_controller.hpp
index 8bf64a6..90ef02d 100644
--- a/btdrv-mitm/source/controllers/emulated_switch_controller.hpp
+++ b/btdrv-mitm/source/controllers/emulated_switch_controller.hpp
@@ -1,15 +1,14 @@
/*
- * Copyright (C) 2020 ndeadly
+ * 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 free software; you can redistribute it and/or modify it
+ * under the terms and conditions of the GNU General Public License,
+ * version 2, as published by the Free Software Foundation.
*
- * 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.
+ * This program is distributed in the hope 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 .
diff --git a/btdrv-mitm/source/controllers/switch_controller.cpp b/btdrv-mitm/source/controllers/switch_controller.cpp
index d66802a..6e958af 100644
--- a/btdrv-mitm/source/controllers/switch_controller.cpp
+++ b/btdrv-mitm/source/controllers/switch_controller.cpp
@@ -1,15 +1,14 @@
/*
- * Copyright (C) 2020 ndeadly
+ * 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 free software; you can redistribute it and/or modify it
+ * under the terms and conditions of the GNU General Public License,
+ * version 2, as published by the Free Software Foundation.
*
- * 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.
+ * This program is distributed in the hope 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 .
diff --git a/btdrv-mitm/source/controllers/switch_controller.hpp b/btdrv-mitm/source/controllers/switch_controller.hpp
index 5e49111..62b4009 100644
--- a/btdrv-mitm/source/controllers/switch_controller.hpp
+++ b/btdrv-mitm/source/controllers/switch_controller.hpp
@@ -1,15 +1,14 @@
/*
- * Copyright (C) 2020 ndeadly
+ * 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 free software; you can redistribute it and/or modify it
+ * under the terms and conditions of the GNU General Public License,
+ * version 2, as published by the Free Software Foundation.
*
- * 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.
+ * This program is distributed in the hope 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 .
diff --git a/btdrv-mitm/source/controllers/wii_controller.cpp b/btdrv-mitm/source/controllers/wii_controller.cpp
index 3b04556..7052e35 100644
--- a/btdrv-mitm/source/controllers/wii_controller.cpp
+++ b/btdrv-mitm/source/controllers/wii_controller.cpp
@@ -1,15 +1,14 @@
/*
- * Copyright (C) 2020 ndeadly
+ * 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 free software; you can redistribute it and/or modify it
+ * under the terms and conditions of the GNU General Public License,
+ * version 2, as published by the Free Software Foundation.
*
- * 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.
+ * This program is distributed in the hope 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 .
diff --git a/btdrv-mitm/source/controllers/wii_controller.hpp b/btdrv-mitm/source/controllers/wii_controller.hpp
index 5beed08..1cabbba 100644
--- a/btdrv-mitm/source/controllers/wii_controller.hpp
+++ b/btdrv-mitm/source/controllers/wii_controller.hpp
@@ -1,15 +1,14 @@
/*
- * Copyright (C) 2020 ndeadly
+ * 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 free software; you can redistribute it and/or modify it
+ * under the terms and conditions of the GNU General Public License,
+ * version 2, as published by the Free Software Foundation.
*
- * 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.
+ * This program is distributed in the hope 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 .
diff --git a/btdrv-mitm/source/controllers/xbox_one_controller.cpp b/btdrv-mitm/source/controllers/xbox_one_controller.cpp
index 5974ec8..04fa2c5 100644
--- a/btdrv-mitm/source/controllers/xbox_one_controller.cpp
+++ b/btdrv-mitm/source/controllers/xbox_one_controller.cpp
@@ -1,15 +1,14 @@
/*
- * Copyright (C) 2020 ndeadly
+ * 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 free software; you can redistribute it and/or modify it
+ * under the terms and conditions of the GNU General Public License,
+ * version 2, as published by the Free Software Foundation.
*
- * 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.
+ * This program is distributed in the hope 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 .
diff --git a/btdrv-mitm/source/controllers/xbox_one_controller.hpp b/btdrv-mitm/source/controllers/xbox_one_controller.hpp
index e975305..cb6d716 100644
--- a/btdrv-mitm/source/controllers/xbox_one_controller.hpp
+++ b/btdrv-mitm/source/controllers/xbox_one_controller.hpp
@@ -1,15 +1,14 @@
/*
- * Copyright (C) 2020 ndeadly
+ * 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 free software; you can redistribute it and/or modify it
+ * under the terms and conditions of the GNU General Public License,
+ * version 2, as published by the Free Software Foundation.
*
- * 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.
+ * This program is distributed in the hope 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 .
diff --git a/btdrv-mitm/source/main.cpp b/btdrv-mitm/source/main.cpp
index f80e37e..817db31 100644
--- a/btdrv-mitm/source/main.cpp
+++ b/btdrv-mitm/source/main.cpp
@@ -1,15 +1,14 @@
/*
- * Copyright (C) 2020 ndeadly
+ * 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 free software; you can redistribute it and/or modify it
+ * under the terms and conditions of the GNU General Public License,
+ * version 2, as published by the Free Software Foundation.
*
- * 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.
+ * This program is distributed in the hope 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 .