diff options
author | Paul Nettle <nettle.paul@gmail.com> | 2019-02-01 15:01:30 -0600 |
---|---|---|
committer | Paul Nettle <nettle.paul@gmail.com> | 2019-02-01 15:01:30 -0600 |
commit | 425212379cb0946844d3bc47238024bc596da3f1 (patch) | |
tree | 2f23c1828b19d3f01f9bded2dfb6f98ce5902f82 /src | |
parent | Merge pull request #15 from br101/method-return (diff) | |
download | gobbledegook-425212379cb0946844d3bc47238024bc596da3f1.tar.gz gobbledegook-425212379cb0946844d3bc47238024bc596da3f1.tar.bz2 gobbledegook-425212379cb0946844d3bc47238024bc596da3f1.zip |
Changed the Gobbledegook license from GPL to LGPL
Diffstat (limited to 'src')
38 files changed, 76 insertions, 76 deletions
diff --git a/src/DBusInterface.cpp b/src/DBusInterface.cpp index a855f52..5848e51 100644 --- a/src/DBusInterface.cpp +++ b/src/DBusInterface.cpp @@ -3,7 +3,7 @@ // This file is part of Gobbledegook. // // Gobbledegook is free software: you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by +// it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // @@ -12,7 +12,7 @@ // 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 +// You should have received a copy of the GNU Lesser General Public License // along with Gobbledegook. If not, see <http://www.gnu.org/licenses/>. // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/src/DBusInterface.h b/src/DBusInterface.h index 858dc44..731c34d 100644 --- a/src/DBusInterface.h +++ b/src/DBusInterface.h @@ -3,7 +3,7 @@ // This file is part of Gobbledegook. // // Gobbledegook is free software: you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by +// it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // @@ -12,7 +12,7 @@ // 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 +// You should have received a copy of the GNU Lesser General Public License // along with Gobbledegook. If not, see <http://www.gnu.org/licenses/>. // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/src/DBusMethod.cpp b/src/DBusMethod.cpp index 2fe108e..0ef86f9 100644 --- a/src/DBusMethod.cpp +++ b/src/DBusMethod.cpp @@ -3,7 +3,7 @@ // This file is part of Gobbledegook. // // Gobbledegook is free software: you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by +// it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // @@ -12,7 +12,7 @@ // 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 +// You should have received a copy of the GNU Lesser General Public License // along with Gobbledegook. If not, see <http://www.gnu.org/licenses/>. // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/src/DBusMethod.h b/src/DBusMethod.h index f081f7b..8b42bb9 100644 --- a/src/DBusMethod.h +++ b/src/DBusMethod.h @@ -3,7 +3,7 @@ // This file is part of Gobbledegook. // // Gobbledegook is free software: you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by +// it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // @@ -12,7 +12,7 @@ // 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 +// You should have received a copy of the GNU Lesser General Public License // along with Gobbledegook. If not, see <http://www.gnu.org/licenses/>. // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/src/DBusObject.cpp b/src/DBusObject.cpp index 0bfd2d3..151f83d 100644 --- a/src/DBusObject.cpp +++ b/src/DBusObject.cpp @@ -3,7 +3,7 @@ // This file is part of Gobbledegook. // // Gobbledegook is free software: you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by +// it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // @@ -12,7 +12,7 @@ // 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 +// You should have received a copy of the GNU Lesser General Public License // along with Gobbledegook. If not, see <http://www.gnu.org/licenses/>. // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/src/DBusObject.h b/src/DBusObject.h index 2d74e3c..18d5feb 100644 --- a/src/DBusObject.h +++ b/src/DBusObject.h @@ -3,7 +3,7 @@ // This file is part of Gobbledegook. // // Gobbledegook is free software: you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by +// it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // @@ -12,7 +12,7 @@ // 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 +// You should have received a copy of the GNU Lesser General Public License // along with Gobbledegook. If not, see <http://www.gnu.org/licenses/>. // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/src/DBusObjectPath.h b/src/DBusObjectPath.h index c1e4af5..f1d1c42 100644 --- a/src/DBusObjectPath.h +++ b/src/DBusObjectPath.h @@ -3,7 +3,7 @@ // This file is part of Gobbledegook. // // Gobbledegook is free software: you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by +// it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // @@ -12,7 +12,7 @@ // 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 +// You should have received a copy of the GNU Lesser General Public License // along with Gobbledegook. If not, see <http://www.gnu.org/licenses/>. // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/src/GattCharacteristic.cpp b/src/GattCharacteristic.cpp index 85d411c..e702024 100644 --- a/src/GattCharacteristic.cpp +++ b/src/GattCharacteristic.cpp @@ -3,7 +3,7 @@ // This file is part of Gobbledegook. // // Gobbledegook is free software: you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by +// it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // @@ -12,7 +12,7 @@ // 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 +// You should have received a copy of the GNU Lesser General Public License // along with Gobbledegook. If not, see <http://www.gnu.org/licenses/>. // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/src/GattCharacteristic.h b/src/GattCharacteristic.h index 97322cc..363ccb3 100644 --- a/src/GattCharacteristic.h +++ b/src/GattCharacteristic.h @@ -3,7 +3,7 @@ // This file is part of Gobbledegook. // // Gobbledegook is free software: you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by +// it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // @@ -12,7 +12,7 @@ // 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 +// You should have received a copy of the GNU Lesser General Public License // along with Gobbledegook. If not, see <http://www.gnu.org/licenses/>. // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/src/GattDescriptor.cpp b/src/GattDescriptor.cpp index c5ecf67..4334344 100644 --- a/src/GattDescriptor.cpp +++ b/src/GattDescriptor.cpp @@ -3,7 +3,7 @@ // This file is part of Gobbledegook. // // Gobbledegook is free software: you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by +// it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // @@ -12,7 +12,7 @@ // 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 +// You should have received a copy of the GNU Lesser General Public License // along with Gobbledegook. If not, see <http://www.gnu.org/licenses/>. // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/src/GattDescriptor.h b/src/GattDescriptor.h index 43adc61..7dc09a0 100644 --- a/src/GattDescriptor.h +++ b/src/GattDescriptor.h @@ -3,7 +3,7 @@ // This file is part of Gobbledegook. // // Gobbledegook is free software: you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by +// it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // @@ -12,7 +12,7 @@ // 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 +// You should have received a copy of the GNU Lesser General Public License // along with Gobbledegook. If not, see <http://www.gnu.org/licenses/>. // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/src/GattInterface.cpp b/src/GattInterface.cpp index ee59afd..9e831ce 100644 --- a/src/GattInterface.cpp +++ b/src/GattInterface.cpp @@ -3,7 +3,7 @@ // This file is part of Gobbledegook. // // Gobbledegook is free software: you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by +// it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // @@ -12,7 +12,7 @@ // 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 +// You should have received a copy of the GNU Lesser General Public License // along with Gobbledegook. If not, see <http://www.gnu.org/licenses/>. // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/src/GattInterface.h b/src/GattInterface.h index 70e8ede..3307f4f 100644 --- a/src/GattInterface.h +++ b/src/GattInterface.h @@ -3,7 +3,7 @@ // This file is part of Gobbledegook. // // Gobbledegook is free software: you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by +// it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // @@ -12,7 +12,7 @@ // 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 +// You should have received a copy of the GNU Lesser General Public License // along with Gobbledegook. If not, see <http://www.gnu.org/licenses/>. // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/src/GattProperty.cpp b/src/GattProperty.cpp index 18b8df3..bdb7c73 100644 --- a/src/GattProperty.cpp +++ b/src/GattProperty.cpp @@ -3,7 +3,7 @@ // This file is part of Gobbledegook. // // Gobbledegook is free software: you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by +// it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // @@ -12,7 +12,7 @@ // 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 +// You should have received a copy of the GNU Lesser General Public License // along with Gobbledegook. If not, see <http://www.gnu.org/licenses/>. // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/src/GattProperty.h b/src/GattProperty.h index fb15c49..cbc1e04 100644 --- a/src/GattProperty.h +++ b/src/GattProperty.h @@ -3,7 +3,7 @@ // This file is part of Gobbledegook. // // Gobbledegook is free software: you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by +// it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // @@ -12,7 +12,7 @@ // 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 +// You should have received a copy of the GNU Lesser General Public License // along with Gobbledegook. If not, see <http://www.gnu.org/licenses/>. // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/src/GattService.cpp b/src/GattService.cpp index 7f6d324..494d742 100644 --- a/src/GattService.cpp +++ b/src/GattService.cpp @@ -3,7 +3,7 @@ // This file is part of Gobbledegook. // // Gobbledegook is free software: you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by +// it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // @@ -12,7 +12,7 @@ // 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 +// You should have received a copy of the GNU Lesser General Public License // along with Gobbledegook. If not, see <http://www.gnu.org/licenses/>. // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/src/GattService.h b/src/GattService.h index a66527c..9e79568 100644 --- a/src/GattService.h +++ b/src/GattService.h @@ -3,7 +3,7 @@ // This file is part of Gobbledegook. // // Gobbledegook is free software: you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by +// it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // @@ -12,7 +12,7 @@ // 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 +// You should have received a copy of the GNU Lesser General Public License // along with Gobbledegook. If not, see <http://www.gnu.org/licenses/>. // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/src/GattUuid.h b/src/GattUuid.h index 6cfb9ca..0f028d6 100644 --- a/src/GattUuid.h +++ b/src/GattUuid.h @@ -3,7 +3,7 @@ // This file is part of Gobbledegook. // // Gobbledegook is free software: you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by +// it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // @@ -12,7 +12,7 @@ // 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 +// You should have received a copy of the GNU Lesser General Public License // along with Gobbledegook. If not, see <http://www.gnu.org/licenses/>. // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/src/Globals.h b/src/Globals.h index 8476659..309a9b8 100644 --- a/src/Globals.h +++ b/src/Globals.h @@ -3,7 +3,7 @@ // This file is part of Gobbledegook. // // Gobbledegook is free software: you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by +// it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // @@ -12,7 +12,7 @@ // 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 +// You should have received a copy of the GNU Lesser General Public License // along with Gobbledegook. If not, see <http://www.gnu.org/licenses/>. // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/src/Gobbledegook.cpp b/src/Gobbledegook.cpp index 218dffb..1a99bca 100644 --- a/src/Gobbledegook.cpp +++ b/src/Gobbledegook.cpp @@ -3,7 +3,7 @@ // This file is part of Gobbledegook. // // Gobbledegook is free software: you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by +// it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // @@ -12,7 +12,7 @@ // 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 +// You should have received a copy of the GNU Lesser General Public License // along with Gobbledegook. If not, see <http://www.gnu.org/licenses/>. // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/src/HciAdapter.cpp b/src/HciAdapter.cpp index 9ab44d1..9cbce22 100644 --- a/src/HciAdapter.cpp +++ b/src/HciAdapter.cpp @@ -3,7 +3,7 @@ // This file is part of Gobbledegook. // // Gobbledegook is free software: you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by +// it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // @@ -12,7 +12,7 @@ // 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 +// You should have received a copy of the GNU Lesser General Public License // along with Gobbledegook. If not, see <http://www.gnu.org/licenses/>. // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/src/HciAdapter.h b/src/HciAdapter.h index bcd93e3..97dc9bf 100644 --- a/src/HciAdapter.h +++ b/src/HciAdapter.h @@ -3,7 +3,7 @@ // This file is part of Gobbledegook. // // Gobbledegook is free software: you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by +// it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // @@ -12,7 +12,7 @@ // 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 +// You should have received a copy of the GNU Lesser General Public License // along with Gobbledegook. If not, see <http://www.gnu.org/licenses/>. // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/src/HciSocket.cpp b/src/HciSocket.cpp index c3cadc3..3390d4f 100644 --- a/src/HciSocket.cpp +++ b/src/HciSocket.cpp @@ -3,7 +3,7 @@ // This file is part of Gobbledegook. // // Gobbledegook is free software: you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by +// it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // @@ -12,7 +12,7 @@ // 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 +// You should have received a copy of the GNU Lesser General Public License // along with Gobbledegook. If not, see <http://www.gnu.org/licenses/>. // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/src/HciSocket.h b/src/HciSocket.h index b9eebb9..1c59d11 100644 --- a/src/HciSocket.h +++ b/src/HciSocket.h @@ -3,7 +3,7 @@ // This file is part of Gobbledegook. // // Gobbledegook is free software: you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by +// it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // @@ -12,7 +12,7 @@ // 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 +// You should have received a copy of the GNU Lesser General Public License // along with Gobbledegook. If not, see <http://www.gnu.org/licenses/>. // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/src/Init.cpp b/src/Init.cpp index c3784df..e220b5d 100644 --- a/src/Init.cpp +++ b/src/Init.cpp @@ -3,7 +3,7 @@ // This file is part of Gobbledegook. // // Gobbledegook is free software: you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by +// it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // @@ -12,7 +12,7 @@ // 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 +// You should have received a copy of the GNU Lesser General Public License // along with Gobbledegook. If not, see <http://www.gnu.org/licenses/>. // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -3,7 +3,7 @@ // This file is part of Gobbledegook. // // Gobbledegook is free software: you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by +// it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // @@ -12,7 +12,7 @@ // 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 +// You should have received a copy of the GNU Lesser General Public License // along with Gobbledegook. If not, see <http://www.gnu.org/licenses/>. // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/src/Logger.cpp b/src/Logger.cpp index b61daa3..e9d2392 100644 --- a/src/Logger.cpp +++ b/src/Logger.cpp @@ -3,7 +3,7 @@ // This file is part of Gobbledegook. // // Gobbledegook is free software: you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by +// it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // @@ -12,7 +12,7 @@ // 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 +// You should have received a copy of the GNU Lesser General Public License // along with Gobbledegook. If not, see <http://www.gnu.org/licenses/>. // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/src/Logger.h b/src/Logger.h index 51fd5f4..a47326e 100644 --- a/src/Logger.h +++ b/src/Logger.h @@ -3,7 +3,7 @@ // This file is part of Gobbledegook. // // Gobbledegook is free software: you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by +// it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // @@ -12,7 +12,7 @@ // 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 +// You should have received a copy of the GNU Lesser General Public License // along with Gobbledegook. If not, see <http://www.gnu.org/licenses/>. // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/src/Mgmt.cpp b/src/Mgmt.cpp index 2b80748..5fc8515 100644 --- a/src/Mgmt.cpp +++ b/src/Mgmt.cpp @@ -3,7 +3,7 @@ // This file is part of Gobbledegook. // // Gobbledegook is free software: you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by +// it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // @@ -12,7 +12,7 @@ // 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 +// You should have received a copy of the GNU Lesser General Public License // along with Gobbledegook. If not, see <http://www.gnu.org/licenses/>. // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -3,7 +3,7 @@ // This file is part of Gobbledegook. // // Gobbledegook is free software: you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by +// it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // @@ -12,7 +12,7 @@ // 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 +// You should have received a copy of the GNU Lesser General Public License // along with Gobbledegook. If not, see <http://www.gnu.org/licenses/>. // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/src/Server.cpp b/src/Server.cpp index db1aa76..d6c9357 100644 --- a/src/Server.cpp +++ b/src/Server.cpp @@ -3,7 +3,7 @@ // This file is part of Gobbledegook. // // Gobbledegook is free software: you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by +// it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // @@ -12,7 +12,7 @@ // 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 +// You should have received a copy of the GNU Lesser General Public License // along with Gobbledegook. If not, see <http://www.gnu.org/licenses/>. // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/src/Server.h b/src/Server.h index 8a5031e..3a4c3f5 100644 --- a/src/Server.h +++ b/src/Server.h @@ -3,7 +3,7 @@ // This file is part of Gobbledegook. // // Gobbledegook is free software: you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by +// it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // @@ -12,7 +12,7 @@ // 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 +// You should have received a copy of the GNU Lesser General Public License // along with Gobbledegook. If not, see <http://www.gnu.org/licenses/>. // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/src/ServerUtils.cpp b/src/ServerUtils.cpp index 2cfa0e4..e155885 100644 --- a/src/ServerUtils.cpp +++ b/src/ServerUtils.cpp @@ -3,7 +3,7 @@ // This file is part of Gobbledegook. // // Gobbledegook is free software: you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by +// it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // @@ -12,7 +12,7 @@ // 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 +// You should have received a copy of the GNU Lesser General Public License // along with Gobbledegook. If not, see <http://www.gnu.org/licenses/>. // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/src/ServerUtils.h b/src/ServerUtils.h index 1b6c5be..ba10154 100644 --- a/src/ServerUtils.h +++ b/src/ServerUtils.h @@ -3,7 +3,7 @@ // This file is part of Gobbledegook. // // Gobbledegook is free software: you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by +// it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // @@ -12,7 +12,7 @@ // 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 +// You should have received a copy of the GNU Lesser General Public License // along with Gobbledegook. If not, see <http://www.gnu.org/licenses/>. // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/src/TickEvent.h b/src/TickEvent.h index 146f670..27e011d 100644 --- a/src/TickEvent.h +++ b/src/TickEvent.h @@ -3,7 +3,7 @@ // This file is part of Gobbledegook. // // Gobbledegook is free software: you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by +// it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // @@ -12,7 +12,7 @@ // 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 +// You should have received a copy of the GNU Lesser General Public License // along with Gobbledegook. If not, see <http://www.gnu.org/licenses/>. // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/src/Utils.cpp b/src/Utils.cpp index 2ced142..607182e 100644 --- a/src/Utils.cpp +++ b/src/Utils.cpp @@ -3,7 +3,7 @@ // This file is part of Gobbledegook. // // Gobbledegook is free software: you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by +// it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // @@ -12,7 +12,7 @@ // 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 +// You should have received a copy of the GNU Lesser General Public License // along with Gobbledegook. If not, see <http://www.gnu.org/licenses/>. // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/src/Utils.h b/src/Utils.h index 59506de..8d635f2 100644 --- a/src/Utils.h +++ b/src/Utils.h @@ -3,7 +3,7 @@ // This file is part of Gobbledegook. // // Gobbledegook is free software: you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by +// it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // @@ -12,7 +12,7 @@ // 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 +// You should have received a copy of the GNU Lesser General Public License // along with Gobbledegook. If not, see <http://www.gnu.org/licenses/>. // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/src/standalone.cpp b/src/standalone.cpp index 3c4968c..20e4ade 100644 --- a/src/standalone.cpp +++ b/src/standalone.cpp @@ -3,7 +3,7 @@ // This file is part of Gobbledegook. // // Gobbledegook is free software: you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by +// it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // @@ -12,7 +12,7 @@ // 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 +// You should have received a copy of the GNU Lesser General Public License // along with Gobbledegook. If not, see <http://www.gnu.org/licenses/>. // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |