update license headers

This commit is contained in:
Simon Stürz 2017-02-16 18:29:12 +01:00 committed by Michael Zanetti
parent e05ef20c97
commit 2e4b02099b
222 changed files with 2165 additions and 1726 deletions

10
debian/copyright vendored
View File

@ -11,9 +11,13 @@ License: GPL-2+
Public License can be found in `/usr/share/common-licenses/GPL-2'. Public License can be found in `/usr/share/common-licenses/GPL-2'.
License: LGPL-2.1 License: LGPL-2.1
On Debian systems, the complete text of the GNU General On Debian systems, the complete text of the GNU Lesser General
Public License can be found in `/usr/share/common-licenses/LGPL-2.1'. Public License can be found in `/usr/share/common-licenses/LGPL-2.1'.
License: LGPL-3
On Debian systems, the complete text of the GNU Lesser General
Public License can be found in `/usr/share/common-licenses/LGPL-3'.
Files: server/* Files: server/*
License: GPL-2+ License: GPL-2+
@ -44,6 +48,10 @@ License: LGPL-2.1
Copyright: 2014-2017, Simon Stürz <simon.stuerz@guh.io> Copyright: 2014-2017, Simon Stürz <simon.stuerz@guh.io>
2014, Michael Zanetti <michael_zanetti@gmx.net> 2014, Michael Zanetti <michael_zanetti@gmx.net>
Files: libguh/coap/*
License: LGPL-3
Copyright: 2016-2017, Simon Stürz <simon.stuerz@guh.io>
Files: plugins/* Files: plugins/*
License: LGPL-2.1 License: LGPL-2.1
Copyright: 2014-2017, Simon Stürz <simon.stuerz@guh.io> Copyright: 2014-2017, Simon Stürz <simon.stuerz@guh.io>

View File

@ -4,17 +4,19 @@
* * * *
* This file is part of guh. * * This file is part of guh. *
* * * *
* Guh is free software: you can redistribute it and/or modify * * This library is free software; you can redistribute it and/or *
* it under the terms of the GNU General Public License as published by * * modify it under the terms of the GNU Lesser General Public *
* the Free Software Foundation, version 2 of the License. * * License as published by the Free Software Foundation; either *
* version 2.1 of the License, or (at your option) any later version. *
* * * *
* Guh is distributed in the hope that it will be useful, * * This library is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
* GNU General Public License for more details. * * Lesser 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 *
* along with guh. If not, see <http://www.gnu.org/licenses/>. * * License along with this library; If not, see *
* <http://www.gnu.org/licenses/>. *
* * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

View File

@ -4,17 +4,19 @@
* * * *
* This file is part of guh. * * This file is part of guh. *
* * * *
* Guh is free software: you can redistribute it and/or modify * * This library is free software; you can redistribute it and/or *
* it under the terms of the GNU General Public License as published by * * modify it under the terms of the GNU Lesser General Public *
* the Free Software Foundation, version 2 of the License. * * License as published by the Free Software Foundation; either *
* version 2.1 of the License, or (at your option) any later version. *
* * * *
* Guh is distributed in the hope that it will be useful, * * This library is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
* GNU General Public License for more details. * * Lesser 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 *
* along with guh. If not, see <http://www.gnu.org/licenses/>. * * License along with this library; If not, see *
* <http://www.gnu.org/licenses/>. *
* * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

View File

@ -4,17 +4,19 @@
* * * *
* This file is part of guh. * * This file is part of guh. *
* * * *
* Guh is free software: you can redistribute it and/or modify * * This library is free software; you can redistribute it and/or *
* it under the terms of the GNU General Public License as published by * * modify it under the terms of the GNU Lesser General Public *
* the Free Software Foundation, version 2 of the License. * * License as published by the Free Software Foundation; either *
* version 2.1 of the License, or (at your option) any later version. *
* * * *
* Guh is distributed in the hope that it will be useful, * * This library is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
* GNU General Public License for more details. * * Lesser 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 *
* along with guh. If not, see <http://www.gnu.org/licenses/>. * * License along with this library; If not, see *
* <http://www.gnu.org/licenses/>. *
* * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

View File

@ -4,17 +4,19 @@
* * * *
* This file is part of guh. * * This file is part of guh. *
* * * *
* Guh is free software: you can redistribute it and/or modify * * This library is free software; you can redistribute it and/or *
* it under the terms of the GNU General Public License as published by * * modify it under the terms of the GNU Lesser General Public *
* the Free Software Foundation, version 2 of the License. * * License as published by the Free Software Foundation; either *
* version 2.1 of the License, or (at your option) any later version. *
* * * *
* Guh is distributed in the hope that it will be useful, * * This library is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
* GNU General Public License for more details. * * Lesser 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 *
* along with guh. If not, see <http://www.gnu.org/licenses/>. * * License along with this library; If not, see *
* <http://www.gnu.org/licenses/>. *
* * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

View File

@ -1,21 +1,23 @@
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* * * *
* Copyright (C) 2015 Simon Stürz <simon.stuerz@guh.io> * * Copyright (C) 2015-2017 Simon Stürz <simon.stuerz@guh.io> *
* Copyright (C) 2014 Michael Zanetti <michael_zanetti@gmx.net> * * Copyright (C) 2014 Michael Zanetti <michael_zanetti@gmx.net> *
* * * *
* This file is part of guh. * * This file is part of guh. *
* * * *
* Guh is free software: you can redistribute it and/or modify * * This library is free software; you can redistribute it and/or *
* it under the terms of the GNU General Public License as published by * * modify it under the terms of the GNU Lesser General Public *
* the Free Software Foundation, version 2 of the License. * * License as published by the Free Software Foundation; either *
* version 2.1 of the License, or (at your option) any later version. *
* * * *
* Guh is distributed in the hope that it will be useful, * * This library is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
* GNU General Public License for more details. * * Lesser 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 *
* along with guh. If not, see <http://www.gnu.org/licenses/>. * * License along with this library; If not, see *
* <http://www.gnu.org/licenses/>. *
* * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

View File

@ -1,21 +1,23 @@
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* * * *
* Copyright (C) 2015 Simon Stürz <simon.stuerz@guh.io> * * Copyright (C) 2015-2017 Simon Stürz <simon.stuerz@guh.io> *
* Copyright (C) 2014 Michael Zanetti <michael_zanetti@gmx.net> * * Copyright (C) 2014 Michael Zanetti <michael_zanetti@gmx.net> *
* * * *
* This file is part of guh. * * This file is part of guh. *
* * * *
* Guh is free software: you can redistribute it and/or modify * * This library is free software; you can redistribute it and/or *
* it under the terms of the GNU General Public License as published by * * modify it under the terms of the GNU Lesser General Public *
* the Free Software Foundation, version 2 of the License. * * License as published by the Free Software Foundation; either *
* version 2.1 of the License, or (at your option) any later version. *
* * * *
* Guh is distributed in the hope that it will be useful, * * This library is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
* GNU General Public License for more details. * * Lesser 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 *
* along with guh. If not, see <http://www.gnu.org/licenses/>. * * License along with this library; If not, see *
* <http://www.gnu.org/licenses/>. *
* * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

View File

@ -1,20 +1,22 @@
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* * * *
* Copyright (C) 2015 Simon Stürz <simon.stuerz@guh.io> * * Copyright (C) 2015-2017 Simon Stürz <simon.stuerz@guh.io> *
* * * *
* This file is part of guh. * * This file is part of guh. *
* * * *
* Guh is free software: you can redistribute it and/or modify * * This library is free software; you can redistribute it and/or *
* it under the terms of the GNU General Public License as published by * * modify it under the terms of the GNU Lesser General Public *
* the Free Software Foundation, version 2 of the License. * * License as published by the Free Software Foundation; either *
* version 2.1 of the License, or (at your option) any later version. *
* * * *
* Guh is distributed in the hope that it will be useful, * * This library is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
* GNU General Public License for more details. * * Lesser 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 *
* along with guh. If not, see <http://www.gnu.org/licenses/>. * * License along with this library; If not, see *
* <http://www.gnu.org/licenses/>. *
* * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

View File

@ -1,20 +1,22 @@
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* * * *
* Copyright (C) 2015 Simon Stürz <simon.stuerz@guh.io> * * Copyright (C) 2015-2017 Simon Stürz <simon.stuerz@guh.io> *
* * * *
* This file is part of guh. * * This file is part of guh. *
* * * *
* Guh is free software: you can redistribute it and/or modify * * This library is free software; you can redistribute it and/or *
* it under the terms of the GNU General Public License as published by * * modify it under the terms of the GNU Lesser General Public *
* the Free Software Foundation, version 2 of the License. * * License as published by the Free Software Foundation; either *
* version 2.1 of the License, or (at your option) any later version. *
* * * *
* Guh is distributed in the hope that it will be useful, * * This library is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
* GNU General Public License for more details. * * Lesser 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 *
* along with guh. If not, see <http://www.gnu.org/licenses/>. * * License along with this library; If not, see *
* <http://www.gnu.org/licenses/>. *
* * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

View File

@ -4,17 +4,19 @@
* * * *
* This file is part of guh. * * This file is part of guh. *
* * * *
* Guh is free software: you can redistribute it and/or modify * * This library is free software; you can redistribute it and/or *
* it under the terms of the GNU General Public License as published by * * modify it under the terms of the GNU Lesser General Public *
* the Free Software Foundation, version 2 of the License. * * License as published by the Free Software Foundation; either *
* version 2.1 of the License, or (at your option) any later version. *
* * * *
* Guh is distributed in the hope that it will be useful, * * This library is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
* GNU General Public License for more details. * * Lesser 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 *
* along with guh. If not, see <http://www.gnu.org/licenses/>. * * License along with this library; If not, see *
* <http://www.gnu.org/licenses/>. *
* * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

View File

@ -4,17 +4,19 @@
* * * *
* This file is part of guh. * * This file is part of guh. *
* * * *
* Guh is free software: you can redistribute it and/or modify * * This library is free software; you can redistribute it and/or *
* it under the terms of the GNU General Public License as published by * * modify it under the terms of the GNU Lesser General Public *
* the Free Software Foundation, version 2 of the License. * * License as published by the Free Software Foundation; either *
* version 2.1 of the License, or (at your option) any later version. *
* * * *
* Guh is distributed in the hope that it will be useful, * * This library is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
* GNU General Public License for more details. * * Lesser 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 *
* along with guh. If not, see <http://www.gnu.org/licenses/>. * * License along with this library; If not, see *
* <http://www.gnu.org/licenses/>. *
* * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

View File

@ -4,17 +4,19 @@
* * * *
* This file is part of guh. * * This file is part of guh. *
* * * *
* Guh is free software: you can redistribute it and/or modify * * This library is free software; you can redistribute it and/or *
* it under the terms of the GNU General Public License as published by * * modify it under the terms of the GNU Lesser General Public *
* the Free Software Foundation, version 2 of the License. * * License as published by the Free Software Foundation; either *
* version 2.1 of the License, or (at your option) any later version. *
* * * *
* Guh is distributed in the hope that it will be useful, * * This library is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
* GNU General Public License for more details. * * Lesser 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 *
* along with guh. If not, see <http://www.gnu.org/licenses/>. * * License along with this library; If not, see *
* <http://www.gnu.org/licenses/>. *
* * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

View File

@ -4,17 +4,19 @@
* * * *
* This file is part of guh. * * This file is part of guh. *
* * * *
* Guh is free software: you can redistribute it and/or modify * * This library is free software; you can redistribute it and/or *
* it under the terms of the GNU General Public License as published by * * modify it under the terms of the GNU Lesser General Public *
* the Free Software Foundation, version 2 of the License. * * License as published by the Free Software Foundation; either *
* version 2.1 of the License, or (at your option) any later version. *
* * * *
* Guh is distributed in the hope that it will be useful, * * This library is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
* GNU General Public License for more details. * * Lesser 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 *
* along with guh. If not, see <http://www.gnu.org/licenses/>. * * License along with this library; If not, see *
* <http://www.gnu.org/licenses/>. *
* * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

View File

@ -4,17 +4,19 @@
* * * *
* This file is part of guh. * * This file is part of guh. *
* * * *
* Guh is free software: you can redistribute it and/or modify * * This library is free software; you can redistribute it and/or *
* it under the terms of the GNU General Public License as published by * * modify it under the terms of the GNU Lesser General Public *
* the Free Software Foundation, version 2 of the License. * * License as published by the Free Software Foundation; either *
* version 2.1 of the License, or (at your option) any later version. *
* * * *
* Guh is distributed in the hope that it will be useful, * * This library is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
* GNU General Public License for more details. * * Lesser 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 *
* along with guh. If not, see <http://www.gnu.org/licenses/>. * * License along with this library; If not, see *
* <http://www.gnu.org/licenses/>. *
* * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

View File

@ -4,17 +4,19 @@
* * * *
* This file is part of guh. * * This file is part of guh. *
* * * *
* Guh is free software: you can redistribute it and/or modify * * This library is free software; you can redistribute it and/or *
* it under the terms of the GNU General Public License as published by * * modify it under the terms of the GNU Lesser General Public *
* the Free Software Foundation, version 2 of the License. * * License as published by the Free Software Foundation; either *
* version 2.1 of the License, or (at your option) any later version. *
* * * *
* Guh is distributed in the hope that it will be useful, * * This library is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
* GNU General Public License for more details. * * Lesser 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 *
* along with guh. If not, see <http://www.gnu.org/licenses/>. * * License along with this library; If not, see *
* <http://www.gnu.org/licenses/>. *
* * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

View File

@ -4,17 +4,19 @@
* * * *
* This file is part of guh. * * This file is part of guh. *
* * * *
* Guh is free software: you can redistribute it and/or modify * * This library is free software; you can redistribute it and/or *
* it under the terms of the GNU General Public License as published by * * modify it under the terms of the GNU Lesser General Public *
* the Free Software Foundation, version 2 of the License. * * License as published by the Free Software Foundation; either *
* version 2.1 of the License, or (at your option) any later version. *
* * * *
* Guh is distributed in the hope that it will be useful, * * This library is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
* GNU General Public License for more details. * * Lesser 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 *
* along with guh. If not, see <http://www.gnu.org/licenses/>. * * License along with this library; If not, see *
* <http://www.gnu.org/licenses/>. *
* * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

View File

@ -4,17 +4,19 @@
* * * *
* This file is part of guh. * * This file is part of guh. *
* * * *
* Guh is free software: you can redistribute it and/or modify * * This library is free software; you can redistribute it and/or *
* it under the terms of the GNU General Public License as published by * * modify it under the terms of the GNU Lesser General Public *
* the Free Software Foundation, version 2 of the License. * * License as published by the Free Software Foundation; either *
* version 2.1 of the License, or (at your option) any later version. *
* * * *
* Guh is distributed in the hope that it will be useful, * * This library is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
* GNU General Public License for more details. * * Lesser 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 *
* along with guh. If not, see <http://www.gnu.org/licenses/>. * * License along with this library; If not, see *
* <http://www.gnu.org/licenses/>. *
* * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

View File

@ -4,17 +4,19 @@
* * * *
* This file is part of guh. * * This file is part of guh. *
* * * *
* Guh is free software: you can redistribute it and/or modify * * This library is free software; you can redistribute it and/or *
* it under the terms of the GNU General Public License as published by * * modify it under the terms of the GNU Lesser General Public *
* the Free Software Foundation, version 2 of the License. * * License as published by the Free Software Foundation; either *
* version 2.1 of the License, or (at your option) any later version. *
* * * *
* Guh is distributed in the hope that it will be useful, * * This library is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
* GNU General Public License for more details. * * Lesser 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 *
* along with guh. If not, see <http://www.gnu.org/licenses/>. * * License along with this library; If not, see *
* <http://www.gnu.org/licenses/>. *
* * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

View File

@ -4,17 +4,19 @@
* * * *
* This file is part of guh. * * This file is part of guh. *
* * * *
* Guh is free software: you can redistribute it and/or modify * * This library is free software; you can redistribute it and/or *
* it under the terms of the GNU General Public License as published by * * modify it under the terms of the GNU Lesser General Public *
* the Free Software Foundation, version 2 of the License. * * License as published by the Free Software Foundation; either *
* version 2.1 of the License, or (at your option) any later version. *
* * * *
* Guh is distributed in the hope that it will be useful, * * This library is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
* GNU General Public License for more details. * * Lesser 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 *
* along with guh. If not, see <http://www.gnu.org/licenses/>. * * License along with this library; If not, see *
* <http://www.gnu.org/licenses/>. *
* * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

View File

@ -4,17 +4,19 @@
* * * *
* This file is part of guh. * * This file is part of guh. *
* * * *
* Guh is free software: you can redistribute it and/or modify * * This library is free software; you can redistribute it and/or *
* it under the terms of the GNU General Public License as published by * * modify it under the terms of the GNU Lesser General Public *
* the Free Software Foundation, version 2 of the License. * * License as published by the Free Software Foundation; either *
* version 2.1 of the License, or (at your option) any later version. *
* * * *
* Guh is distributed in the hope that it will be useful, * * This library is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
* GNU General Public License for more details. * * Lesser 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 *
* along with guh. If not, see <http://www.gnu.org/licenses/>. * * License along with this library; If not, see *
* <http://www.gnu.org/licenses/>. *
* * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

View File

@ -4,17 +4,19 @@
* * * *
* Copyright (C) 2015 -2016 Simon Stürz <simon.stuerz@guh.io> * * Copyright (C) 2015 -2016 Simon Stürz <simon.stuerz@guh.io> *
* * * *
* Guh is free software: you can redistribute it and/or modify * * This library is free software; you can redistribute it and/or *
* it under the terms of the GNU General Public License as published by * * modify it under the terms of the GNU Lesser General Public *
* the Free Software Foundation, version 2 of the License. * * License as published by the Free Software Foundation; either *
* version 2.1 of the License, or (at your option) any later version. *
* * * *
* Guh is distributed in the hope that it will be useful, * * This library is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
* GNU General Public License for more details. * * Lesser 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 *
* along with guh. If not, see <http://www.gnu.org/licenses/>. * * License along with this library; If not, see *
* <http://www.gnu.org/licenses/>. *
* * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

View File

@ -4,17 +4,19 @@
* * * *
* This file is part of guh. * * This file is part of guh. *
* * * *
* Guh is free software: you can redistribute it and/or modify * * This library is free software; you can redistribute it and/or *
* it under the terms of the GNU General Public License as published by * * modify it under the terms of the GNU Lesser General Public *
* the Free Software Foundation, version 2 of the License. * * License as published by the Free Software Foundation; either *
* version 2.1 of the License, or (at your option) any later version. *
* * * *
* Guh is distributed in the hope that it will be useful, * * This library is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
* GNU General Public License for more details. * * Lesser 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 *
* along with guh. If not, see <http://www.gnu.org/licenses/>. * * License along with this library; If not, see *
* <http://www.gnu.org/licenses/>. *
* * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

View File

@ -1,20 +1,22 @@
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* * * *
* Copyright (C) 2015 Simon Stürz <simon.stuerz@guh.io> * * Copyright (C) 2015-2017 Simon Stürz <simon.stuerz@guh.io> *
* * * *
* This file is part of guh. * * This file is part of guh. *
* * * *
* Guh is free software: you can redistribute it and/or modify * * This library is free software; you can redistribute it and/or *
* it under the terms of the GNU General Public License as published by * * modify it under the terms of the GNU Lesser General Public *
* the Free Software Foundation, version 2 of the License. * * License as published by the Free Software Foundation; either *
* version 2.1 of the License, or (at your option) any later version. *
* * * *
* Guh is distributed in the hope that it will be useful, * * This library is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
* GNU General Public License for more details. * * Lesser 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 *
* along with guh. If not, see <http://www.gnu.org/licenses/>. * * License along with this library; If not, see *
* <http://www.gnu.org/licenses/>. *
* * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

View File

@ -1,20 +1,22 @@
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* * * *
* Copyright (C) 2015 Simon Stürz <simon.stuerz@guh.io> * * Copyright (C) 2015-2017 Simon Stürz <simon.stuerz@guh.io> *
* * * *
* This file is part of guh. * * This file is part of guh. *
* * * *
* Guh is free software: you can redistribute it and/or modify * * This library is free software; you can redistribute it and/or *
* it under the terms of the GNU General Public License as published by * * modify it under the terms of the GNU Lesser General Public *
* the Free Software Foundation, version 2 of the License. * * License as published by the Free Software Foundation; either *
* version 2.1 of the License, or (at your option) any later version. *
* * * *
* Guh is distributed in the hope that it will be useful, * * This library is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
* GNU General Public License for more details. * * Lesser 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 *
* along with guh. If not, see <http://www.gnu.org/licenses/>. * * License along with this library; If not, see *
* <http://www.gnu.org/licenses/>. *
* * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

View File

@ -4,17 +4,19 @@
* * * *
* This file is part of guh. * * This file is part of guh. *
* * * *
* Guh is free software: you can redistribute it and/or modify * * This library is free software; you can redistribute it and/or *
* it under the terms of the GNU General Public License as published by * * modify it under the terms of the GNU Lesser General Public *
* the Free Software Foundation, version 2 of the License. * * License as published by the Free Software Foundation; either *
* version 2.1 of the License, or (at your option) any later version. *
* * * *
* Guh is distributed in the hope that it will be useful, * * This library is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
* GNU General Public License for more details. * * Lesser 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 *
* along with guh. If not, see <http://www.gnu.org/licenses/>. * * License along with this library; If not, see *
* <http://www.gnu.org/licenses/>. *
* * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

View File

@ -4,17 +4,19 @@
* * * *
* This file is part of guh. * * This file is part of guh. *
* * * *
* Guh is free software: you can redistribute it and/or modify * * This library is free software; you can redistribute it and/or *
* it under the terms of the GNU General Public License as published by * * modify it under the terms of the GNU Lesser General Public *
* the Free Software Foundation, version 2 of the License. * * License as published by the Free Software Foundation; either *
* version 2.1 of the License, or (at your option) any later version. *
* * * *
* Guh is distributed in the hope that it will be useful, * * This library is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
* GNU General Public License for more details. * * Lesser 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 *
* along with guh. If not, see <http://www.gnu.org/licenses/>. * * License along with this library; If not, see *
* <http://www.gnu.org/licenses/>. *
* * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

View File

@ -4,17 +4,19 @@
* * * *
* This file is part of guh. * * This file is part of guh. *
* * * *
* Guh is free software: you can redistribute it and/or modify * * This library is free software; you can redistribute it and/or *
* it under the terms of the GNU General Public License as published by * * modify it under the terms of the GNU Lesser General Public *
* the Free Software Foundation, version 2 of the License. * * License as published by the Free Software Foundation; either *
* version 2.1 of the License, or (at your option) any later version. *
* * * *
* Guh is distributed in the hope that it will be useful, * * This library is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
* GNU General Public License for more details. * * Lesser 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 *
* along with guh. If not, see <http://www.gnu.org/licenses/>. * * License along with this library; If not, see *
* <http://www.gnu.org/licenses/>. *
* * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

View File

@ -4,17 +4,19 @@
* * * *
* This file is part of guh. * * This file is part of guh. *
* * * *
* Guh is free software: you can redistribute it and/or modify * * This library is free software; you can redistribute it and/or *
* it under the terms of the GNU General Public License as published by * * modify it under the terms of the GNU Lesser General Public *
* the Free Software Foundation, version 2 of the License. * * License as published by the Free Software Foundation; either *
* version 2.1 of the License, or (at your option) any later version. *
* * * *
* Guh is distributed in the hope that it will be useful, * * This library is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
* GNU General Public License for more details. * * Lesser 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 *
* along with guh. If not, see <http://www.gnu.org/licenses/>. * * License along with this library; If not, see *
* <http://www.gnu.org/licenses/>. *
* * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

View File

@ -4,17 +4,19 @@
* * * *
* This file is part of guh. * * This file is part of guh. *
* * * *
* Guh is free software: you can redistribute it and/or modify * * This library is free software; you can redistribute it and/or *
* it under the terms of the GNU General Public License as published by * * modify it under the terms of the GNU Lesser General Public *
* the Free Software Foundation, version 2 of the License. * * License as published by the Free Software Foundation; either *
* version 2.1 of the License, or (at your option) any later version. *
* * * *
* Guh is distributed in the hope that it will be useful, * * This library is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
* GNU General Public License for more details. * * Lesser 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 *
* along with guh. If not, see <http://www.gnu.org/licenses/>. * * License along with this library; If not, see *
* <http://www.gnu.org/licenses/>. *
* * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

View File

@ -4,17 +4,19 @@
* * * *
* This file is part of guh. * * This file is part of guh. *
* * * *
* Guh is free software: you can redistribute it and/or modify * * This library is free software; you can redistribute it and/or *
* it under the terms of the GNU General Public License as published by * * modify it under the terms of the GNU Lesser General Public *
* the Free Software Foundation, version 2 of the License. * * License as published by the Free Software Foundation; either *
* version 2.1 of the License, or (at your option) any later version. *
* * * *
* Guh is distributed in the hope that it will be useful, * * This library is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
* GNU General Public License for more details. * * Lesser 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 *
* along with guh. If not, see <http://www.gnu.org/licenses/>. * * License along with this library; If not, see *
* <http://www.gnu.org/licenses/>. *
* * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

View File

@ -4,17 +4,19 @@
* * * *
* This file is part of guh. * * This file is part of guh. *
* * * *
* Guh is free software: you can redistribute it and/or modify * * This library is free software; you can redistribute it and/or *
* it under the terms of the GNU General Public License as published by * * modify it under the terms of the GNU Lesser General Public *
* the Free Software Foundation, version 2 of the License. * * License as published by the Free Software Foundation; either *
* version 2.1 of the License, or (at your option) any later version. *
* * * *
* Guh is distributed in the hope that it will be useful, * * This library is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
* GNU General Public License for more details. * * Lesser 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 *
* along with guh. If not, see <http://www.gnu.org/licenses/>. * * License along with this library; If not, see *
* <http://www.gnu.org/licenses/>. *
* * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

View File

@ -4,17 +4,19 @@
* * * *
* This file is part of guh. * * This file is part of guh. *
* * * *
* Guh is free software: you can redistribute it and/or modify * * This library is free software; you can redistribute it and/or *
* it under the terms of the GNU General Public License as published by * * modify it under the terms of the GNU Lesser General Public *
* the Free Software Foundation, version 2 of the License. * * License as published by the Free Software Foundation; either *
* version 2.1 of the License, or (at your option) any later version. *
* * * *
* Guh is distributed in the hope that it will be useful, * * This library is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
* GNU General Public License for more details. * * Lesser 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 *
* along with guh. If not, see <http://www.gnu.org/licenses/>. * * License along with this library; If not, see *
* <http://www.gnu.org/licenses/>. *
* * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

View File

@ -4,17 +4,19 @@
* * * *
* This file is part of guh. * * This file is part of guh. *
* * * *
* Guh is free software: you can redistribute it and/or modify * * This library is free software; you can redistribute it and/or *
* it under the terms of the GNU General Public License as published by * * modify it under the terms of the GNU Lesser General Public *
* the Free Software Foundation, version 2 of the License. * * License as published by the Free Software Foundation; either *
* version 2.1 of the License, or (at your option) any later version. *
* * * *
* Guh is distributed in the hope that it will be useful, * * This library is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
* GNU General Public License for more details. * * Lesser 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 *
* along with guh. If not, see <http://www.gnu.org/licenses/>. * * License along with this library; If not, see *
* <http://www.gnu.org/licenses/>. *
* * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

View File

@ -4,17 +4,19 @@
* * * *
* This file is part of guh. * * This file is part of guh. *
* * * *
* Guh is free software: you can redistribute it and/or modify * * This library is free software; you can redistribute it and/or *
* it under the terms of the GNU General Public License as published by * * modify it under the terms of the GNU Lesser General Public *
* the Free Software Foundation, version 2 of the License. * * License as published by the Free Software Foundation; either *
* version 2.1 of the License, or (at your option) any later version. *
* * * *
* Guh is distributed in the hope that it will be useful, * * This library is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
* GNU General Public License for more details. * * Lesser 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 *
* along with guh. If not, see <http://www.gnu.org/licenses/>. * * License along with this library; If not, see *
* <http://www.gnu.org/licenses/>. *
* * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

View File

@ -4,17 +4,19 @@
* * * *
* This file is part of guh. * * This file is part of guh. *
* * * *
* Guh is free software: you can redistribute it and/or modify * * This library is free software; you can redistribute it and/or *
* it under the terms of the GNU General Public License as published by * * modify it under the terms of the GNU Lesser General Public *
* the Free Software Foundation, version 2 of the License. * * License as published by the Free Software Foundation; either *
* version 2.1 of the License, or (at your option) any later version. *
* * * *
* Guh is distributed in the hope that it will be useful, * * This library is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
* GNU General Public License for more details. * * Lesser 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 *
* along with guh. If not, see <http://www.gnu.org/licenses/>. * * License along with this library; If not, see *
* <http://www.gnu.org/licenses/>. *
* * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

View File

@ -4,17 +4,19 @@
* * * *
* This file is part of guh. * * This file is part of guh. *
* * * *
* Guh is free software: you can redistribute it and/or modify * * This library is free software; you can redistribute it and/or *
* it under the terms of the GNU General Public License as published by * * modify it under the terms of the GNU Lesser General Public *
* the Free Software Foundation, version 2 of the License. * * License as published by the Free Software Foundation; either *
* version 2.1 of the License, or (at your option) any later version. *
* * * *
* Guh is distributed in the hope that it will be useful, * * This library is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
* GNU General Public License for more details. * * Lesser 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 *
* along with guh. If not, see <http://www.gnu.org/licenses/>. * * License along with this library; If not, see *
* <http://www.gnu.org/licenses/>. *
* * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

View File

@ -4,17 +4,19 @@
* * * *
* This file is part of guh. * * This file is part of guh. *
* * * *
* Guh is free software: you can redistribute it and/or modify * * This library is free software; you can redistribute it and/or *
* it under the terms of the GNU General Public License as published by * * modify it under the terms of the GNU Lesser General Public *
* the Free Software Foundation, version 2 of the License. * * License as published by the Free Software Foundation; either *
* version 2.1 of the License, or (at your option) any later version. *
* * * *
* Guh is distributed in the hope that it will be useful, * * This library is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
* GNU General Public License for more details. * * Lesser 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 *
* along with guh. If not, see <http://www.gnu.org/licenses/>. * * License along with this library; If not, see *
* <http://www.gnu.org/licenses/>. *
* * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

View File

@ -4,17 +4,19 @@
* * * *
* This file is part of guh. * * This file is part of guh. *
* * * *
* Guh is free software: you can redistribute it and/or modify * * This library is free software; you can redistribute it and/or *
* it under the terms of the GNU General Public License as published by * * modify it under the terms of the GNU Lesser General Public *
* the Free Software Foundation, version 2 of the License. * * License as published by the Free Software Foundation; either *
* version 2.1 of the License, or (at your option) any later version. *
* * * *
* Guh is distributed in the hope that it will be useful, * * This library is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
* GNU General Public License for more details. * * Lesser 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 *
* along with guh. If not, see <http://www.gnu.org/licenses/>. * * License along with this library; If not, see *
* <http://www.gnu.org/licenses/>. *
* * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

View File

@ -4,20 +4,23 @@
* * * *
* This file is part of guh. * * This file is part of guh. *
* * * *
* Guh is free software: you can redistribute it and/or modify * * This library is free software; you can redistribute it and/or *
* it under the terms of the GNU General Public License as published by * * modify it under the terms of the GNU Lesser General Public *
* the Free Software Foundation, version 2 of the License. * * License as published by the Free Software Foundation; either *
* version 2.1 of the License, or (at your option) any later version. *
* * * *
* Guh is distributed in the hope that it will be useful, * * This library is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
* GNU General Public License for more details. * * Lesser 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 *
* along with guh. If not, see <http://www.gnu.org/licenses/>. * * License along with this library; If not, see *
* <http://www.gnu.org/licenses/>. *
* * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#include "oauth2.h" #include "oauth2.h"
#include "loggingcategories.h" #include "loggingcategories.h"

View File

@ -4,17 +4,19 @@
* * * *
* This file is part of guh. * * This file is part of guh. *
* * * *
* Guh is free software: you can redistribute it and/or modify * * This library is free software; you can redistribute it and/or *
* it under the terms of the GNU General Public License as published by * * modify it under the terms of the GNU Lesser General Public *
* the Free Software Foundation, version 2 of the License. * * License as published by the Free Software Foundation; either *
* version 2.1 of the License, or (at your option) any later version. *
* * * *
* Guh is distributed in the hope that it will be useful, * * This library is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
* GNU General Public License for more details. * * Lesser 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 *
* along with guh. If not, see <http://www.gnu.org/licenses/>. * * License along with this library; If not, see *
* <http://www.gnu.org/licenses/>. *
* * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

View File

@ -4,17 +4,19 @@
* * * *
* This file is part of guh. * * This file is part of guh. *
* * * *
* Guh is free software: you can redistribute it and/or modify * * This library is free software; you can redistribute it and/or *
* it under the terms of the GNU General Public License as published by * * modify it under the terms of the GNU Lesser General Public *
* the Free Software Foundation, version 2 of the License. * * License as published by the Free Software Foundation; either *
* version 2.1 of the License, or (at your option) any later version. *
* * * *
* Guh is distributed in the hope that it will be useful, * * This library is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
* GNU General Public License for more details. * * Lesser 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 *
* along with guh. If not, see <http://www.gnu.org/licenses/>. * * License along with this library; If not, see *
* <http://www.gnu.org/licenses/>. *
* * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

View File

@ -4,17 +4,19 @@
* * * *
* This file is part of guh. * * This file is part of guh. *
* * * *
* Guh is free software: you can redistribute it and/or modify * * This library is free software; you can redistribute it and/or *
* it under the terms of the GNU General Public License as published by * * modify it under the terms of the GNU Lesser General Public *
* the Free Software Foundation, version 2 of the License. * * License as published by the Free Software Foundation; either *
* version 2.1 of the License, or (at your option) any later version. *
* * * *
* Guh is distributed in the hope that it will be useful, * * This library is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
* GNU General Public License for more details. * * Lesser 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 *
* along with guh. If not, see <http://www.gnu.org/licenses/>. * * License along with this library; If not, see *
* <http://www.gnu.org/licenses/>. *
* * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

View File

@ -4,17 +4,19 @@
* * * *
* This file is part of guh. * * This file is part of guh. *
* * * *
* Guh is free software: you can redistribute it and/or modify * * This library is free software; you can redistribute it and/or *
* it under the terms of the GNU General Public License as published by * * modify it under the terms of the GNU Lesser General Public *
* the Free Software Foundation, version 2 of the License. * * License as published by the Free Software Foundation; either *
* version 2.1 of the License, or (at your option) any later version. *
* * * *
* Guh is distributed in the hope that it will be useful, * * This library is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
* GNU General Public License for more details. * * Lesser 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 *
* along with guh. If not, see <http://www.gnu.org/licenses/>. * * License along with this library; If not, see *
* <http://www.gnu.org/licenses/>. *
* * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

View File

@ -4,17 +4,19 @@
* * * *
* This file is part of guh. * * This file is part of guh. *
* * * *
* Guh is free software: you can redistribute it and/or modify * * This library is free software; you can redistribute it and/or *
* it under the terms of the GNU General Public License as published by * * modify it under the terms of the GNU Lesser General Public *
* the Free Software Foundation, version 2 of the License. * * License as published by the Free Software Foundation; either *
* version 2.1 of the License, or (at your option) any later version. *
* * * *
* Guh is distributed in the hope that it will be useful, * * This library is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
* GNU General Public License for more details. * * Lesser 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 *
* along with guh. If not, see <http://www.gnu.org/licenses/>. * * License along with this library; If not, see *
* <http://www.gnu.org/licenses/>. *
* * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

View File

@ -4,17 +4,19 @@
* * * *
* This file is part of guh. * * This file is part of guh. *
* * * *
* Guh is free software: you can redistribute it and/or modify * * This library is free software; you can redistribute it and/or *
* it under the terms of the GNU General Public License as published by * * modify it under the terms of the GNU Lesser General Public *
* the Free Software Foundation, version 2 of the License. * * License as published by the Free Software Foundation; either *
* version 2.1 of the License, or (at your option) any later version. *
* * * *
* Guh is distributed in the hope that it will be useful, * * This library is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
* GNU General Public License for more details. * * Lesser 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 *
* along with guh. If not, see <http://www.gnu.org/licenses/>. * * License along with this library; If not, see *
* <http://www.gnu.org/licenses/>. *
* * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

View File

@ -4,17 +4,19 @@
* * * *
* This file is part of guh. * * This file is part of guh. *
* * * *
* Guh is free software: you can redistribute it and/or modify * * This library is free software; you can redistribute it and/or *
* it under the terms of the GNU General Public License as published by * * modify it under the terms of the GNU Lesser General Public *
* the Free Software Foundation, version 2 of the License. * * License as published by the Free Software Foundation; either *
* version 2.1 of the License, or (at your option) any later version. *
* * * *
* Guh is distributed in the hope that it will be useful, * * This library is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
* GNU General Public License for more details. * * Lesser 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 *
* along with guh. If not, see <http://www.gnu.org/licenses/>. * * License along with this library; If not, see *
* <http://www.gnu.org/licenses/>. *
* * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

View File

@ -4,17 +4,19 @@
* * * *
* This file is part of guh. * * This file is part of guh. *
* * * *
* Guh is free software: you can redistribute it and/or modify * * This library is free software; you can redistribute it and/or *
* it under the terms of the GNU General Public License as published by * * modify it under the terms of the GNU Lesser General Public *
* the Free Software Foundation, version 2 of the License. * * License as published by the Free Software Foundation; either *
* version 2.1 of the License, or (at your option) any later version. *
* * * *
* Guh is distributed in the hope that it will be useful, * * This library is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
* GNU General Public License for more details. * * Lesser 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 *
* along with guh. If not, see <http://www.gnu.org/licenses/>. * * License along with this library; If not, see *
* <http://www.gnu.org/licenses/>. *
* * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

View File

@ -4,17 +4,19 @@
* * * *
* This file is part of guh. * * This file is part of guh. *
* * * *
* Guh is free software: you can redistribute it and/or modify * * This library is free software; you can redistribute it and/or *
* it under the terms of the GNU General Public License as published by * * modify it under the terms of the GNU Lesser General Public *
* the Free Software Foundation, version 2 of the License. * * License as published by the Free Software Foundation; either *
* version 2.1 of the License, or (at your option) any later version. *
* * * *
* Guh is distributed in the hope that it will be useful, * * This library is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
* GNU General Public License for more details. * * Lesser 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 *
* along with guh. If not, see <http://www.gnu.org/licenses/>. * * License along with this library; If not, see *
* <http://www.gnu.org/licenses/>. *
* * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

View File

@ -5,17 +5,19 @@
* * * *
* This file is part of guh. * * This file is part of guh. *
* * * *
* Guh is free software: you can redistribute it and/or modify * * This library is free software; you can redistribute it and/or *
* it under the terms of the GNU General Public License as published by * * modify it under the terms of the GNU Lesser General Public *
* the Free Software Foundation, version 2 of the License. * * License as published by the Free Software Foundation; either *
* version 2.1 of the License, or (at your option) any later version. *
* * * *
* Guh is distributed in the hope that it will be useful, * * This library is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
* GNU General Public License for more details. * * Lesser 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 *
* along with guh. If not, see <http://www.gnu.org/licenses/>. * * License along with this library; If not, see *
* <http://www.gnu.org/licenses/>. *
* * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

View File

@ -5,17 +5,19 @@
* * * *
* This file is part of guh. * * This file is part of guh. *
* * * *
* Guh is free software: you can redistribute it and/or modify * * This library is free software; you can redistribute it and/or *
* it under the terms of the GNU General Public License as published by * * modify it under the terms of the GNU Lesser General Public *
* the Free Software Foundation, version 2 of the License. * * License as published by the Free Software Foundation; either *
* version 2.1 of the License, or (at your option) any later version. *
* * * *
* Guh is distributed in the hope that it will be useful, * * This library is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
* GNU General Public License for more details. * * Lesser 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 *
* along with guh. If not, see <http://www.gnu.org/licenses/>. * * License along with this library; If not, see *
* <http://www.gnu.org/licenses/>. *
* * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

View File

@ -5,17 +5,19 @@
* * * *
* This file is part of guh. * * This file is part of guh. *
* * * *
* Guh is free software: you can redistribute it and/or modify * * This library is free software; you can redistribute it and/or *
* it under the terms of the GNU General Public License as published by * * modify it under the terms of the GNU Lesser General Public *
* the Free Software Foundation, version 2 of the License. * * License as published by the Free Software Foundation; either *
* version 2.1 of the License, or (at your option) any later version. *
* * * *
* Guh is distributed in the hope that it will be useful, * * This library is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
* GNU General Public License for more details. * * Lesser 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 *
* along with guh. If not, see <http://www.gnu.org/licenses/>. * * License along with this library; If not, see *
* <http://www.gnu.org/licenses/>. *
* * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

View File

@ -5,17 +5,19 @@
* * * *
* This file is part of guh. * * This file is part of guh. *
* * * *
* Guh is free software: you can redistribute it and/or modify * * This library is free software; you can redistribute it and/or *
* it under the terms of the GNU General Public License as published by * * modify it under the terms of the GNU Lesser General Public *
* the Free Software Foundation, version 2 of the License. * * License as published by the Free Software Foundation; either *
* version 2.1 of the License, or (at your option) any later version. *
* * * *
* Guh is distributed in the hope that it will be useful, * * This library is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
* GNU General Public License for more details. * * Lesser 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 *
* along with guh. If not, see <http://www.gnu.org/licenses/>. * * License along with this library; If not, see *
* <http://www.gnu.org/licenses/>. *
* * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

View File

@ -5,17 +5,19 @@
* * * *
* This file is part of guh. * * This file is part of guh. *
* * * *
* Guh is free software: you can redistribute it and/or modify * * This library is free software; you can redistribute it and/or *
* it under the terms of the GNU General Public License as published by * * modify it under the terms of the GNU Lesser General Public *
* the Free Software Foundation, version 2 of the License. * * License as published by the Free Software Foundation; either *
* version 2.1 of the License, or (at your option) any later version. *
* * * *
* Guh is distributed in the hope that it will be useful, * * This library is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
* GNU General Public License for more details. * * Lesser 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 *
* along with guh. If not, see <http://www.gnu.org/licenses/>. * * License along with this library; If not, see *
* <http://www.gnu.org/licenses/>. *
* * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

View File

@ -5,17 +5,19 @@
* * * *
* This file is part of guh. * * This file is part of guh. *
* * * *
* Guh is free software: you can redistribute it and/or modify * * This library is free software; you can redistribute it and/or *
* it under the terms of the GNU General Public License as published by * * modify it under the terms of the GNU Lesser General Public *
* the Free Software Foundation, version 2 of the License. * * License as published by the Free Software Foundation; either *
* version 2.1 of the License, or (at your option) any later version. *
* * * *
* Guh is distributed in the hope that it will be useful, * * This library is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
* GNU General Public License for more details. * * Lesser 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 *
* along with guh. If not, see <http://www.gnu.org/licenses/>. * * License along with this library; If not, see *
* <http://www.gnu.org/licenses/>. *
* * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

View File

@ -4,17 +4,19 @@
* * * *
* This file is part of guh. * * This file is part of guh. *
* * * *
* Guh is free software: you can redistribute it and/or modify * * This library is free software; you can redistribute it and/or *
* it under the terms of the GNU General Public License as published by * * modify it under the terms of the GNU Lesser General Public *
* the Free Software Foundation, version 2 of the License. * * License as published by the Free Software Foundation; either *
* version 2.1 of the License, or (at your option) any later version. *
* * * *
* Guh is distributed in the hope that it will be useful, * * This library is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
* GNU General Public License for more details. * * Lesser 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 *
* along with guh. If not, see <http://www.gnu.org/licenses/>. * * License along with this library; If not, see *
* <http://www.gnu.org/licenses/>. *
* * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

View File

@ -4,17 +4,19 @@
* * * *
* This file is part of guh. * * This file is part of guh. *
* * * *
* Guh is free software: you can redistribute it and/or modify * * This library is free software; you can redistribute it and/or *
* it under the terms of the GNU General Public License as published by * * modify it under the terms of the GNU Lesser General Public *
* the Free Software Foundation, version 2 of the License. * * License as published by the Free Software Foundation; either *
* version 2.1 of the License, or (at your option) any later version. *
* * * *
* Guh is distributed in the hope that it will be useful, * * This library is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
* GNU General Public License for more details. * * Lesser 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 *
* along with guh. If not, see <http://www.gnu.org/licenses/>. * * License along with this library; If not, see *
* <http://www.gnu.org/licenses/>. *
* * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

View File

@ -5,17 +5,19 @@
* * * *
* This file is part of guh. * * This file is part of guh. *
* * * *
* Guh is free software: you can redistribute it and/or modify * * This library is free software; you can redistribute it and/or *
* it under the terms of the GNU General Public License as published by * * modify it under the terms of the GNU Lesser General Public *
* the Free Software Foundation, version 2 of the License. * * License as published by the Free Software Foundation; either *
* version 2.1 of the License, or (at your option) any later version. *
* * * *
* Guh is distributed in the hope that it will be useful, * * This library is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
* GNU General Public License for more details. * * Lesser 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 *
* along with guh. If not, see <http://www.gnu.org/licenses/>. * * License along with this library; If not, see *
* <http://www.gnu.org/licenses/>. *
* * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

View File

@ -5,17 +5,19 @@
* * * *
* This file is part of guh. * * This file is part of guh. *
* * * *
* Guh is free software: you can redistribute it and/or modify * * This library is free software; you can redistribute it and/or *
* it under the terms of the GNU General Public License as published by * * modify it under the terms of the GNU Lesser General Public *
* the Free Software Foundation, version 2 of the License. * * License as published by the Free Software Foundation; either *
* version 2.1 of the License, or (at your option) any later version. *
* * * *
* Guh is distributed in the hope that it will be useful, * * This library is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
* GNU General Public License for more details. * * Lesser 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 *
* along with guh. If not, see <http://www.gnu.org/licenses/>. * * License along with this library; If not, see *
* <http://www.gnu.org/licenses/>. *
* * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

View File

@ -5,17 +5,19 @@
* * * *
* This file is part of guh. * * This file is part of guh. *
* * * *
* Guh is free software: you can redistribute it and/or modify * * This library is free software; you can redistribute it and/or *
* it under the terms of the GNU General Public License as published by * * modify it under the terms of the GNU Lesser General Public *
* the Free Software Foundation, version 2 of the License. * * License as published by the Free Software Foundation; either *
* version 2.1 of the License, or (at your option) any later version. *
* * * *
* Guh is distributed in the hope that it will be useful, * * This library is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
* GNU General Public License for more details. * * Lesser 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 *
* along with guh. If not, see <http://www.gnu.org/licenses/>. * * License along with this library; If not, see *
* <http://www.gnu.org/licenses/>. *
* * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

View File

@ -5,17 +5,19 @@
* * * *
* This file is part of guh. * * This file is part of guh. *
* * * *
* Guh is free software: you can redistribute it and/or modify * * This library is free software; you can redistribute it and/or *
* it under the terms of the GNU General Public License as published by * * modify it under the terms of the GNU Lesser General Public *
* the Free Software Foundation, version 2 of the License. * * License as published by the Free Software Foundation; either *
* version 2.1 of the License, or (at your option) any later version. *
* * * *
* Guh is distributed in the hope that it will be useful, * * This library is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
* GNU General Public License for more details. * * Lesser 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 *
* along with guh. If not, see <http://www.gnu.org/licenses/>. * * License along with this library; If not, see *
* <http://www.gnu.org/licenses/>. *
* * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

View File

@ -5,17 +5,19 @@
* * * *
* This file is part of guh. * * This file is part of guh. *
* * * *
* Guh is free software: you can redistribute it and/or modify * * This library is free software; you can redistribute it and/or *
* it under the terms of the GNU General Public License as published by * * modify it under the terms of the GNU Lesser General Public *
* the Free Software Foundation, version 2 of the License. * * License as published by the Free Software Foundation; either *
* version 2.1 of the License, or (at your option) any later version. *
* * * *
* Guh is distributed in the hope that it will be useful, * * This library is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
* GNU General Public License for more details. * * Lesser 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 *
* along with guh. If not, see <http://www.gnu.org/licenses/>. * * License along with this library; If not, see *
* <http://www.gnu.org/licenses/>. *
* * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

View File

@ -5,17 +5,19 @@
* * * *
* This file is part of guh. * * This file is part of guh. *
* * * *
* Guh is free software: you can redistribute it and/or modify * * This library is free software; you can redistribute it and/or *
* it under the terms of the GNU General Public License as published by * * modify it under the terms of the GNU Lesser General Public *
* the Free Software Foundation, version 2 of the License. * * License as published by the Free Software Foundation; either *
* version 2.1 of the License, or (at your option) any later version. *
* * * *
* Guh is distributed in the hope that it will be useful, * * This library is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
* GNU General Public License for more details. * * Lesser 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 *
* along with guh. If not, see <http://www.gnu.org/licenses/>. * * License along with this library; If not, see *
* <http://www.gnu.org/licenses/>. *
* * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

View File

@ -5,17 +5,19 @@
* * * *
* This file is part of guh. * * This file is part of guh. *
* * * *
* Guh is free software: you can redistribute it and/or modify * * This library is free software; you can redistribute it and/or *
* it under the terms of the GNU General Public License as published by * * modify it under the terms of the GNU Lesser General Public *
* the Free Software Foundation, version 2 of the License. * * License as published by the Free Software Foundation; either *
* version 2.1 of the License, or (at your option) any later version. *
* * * *
* Guh is distributed in the hope that it will be useful, * * This library is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
* GNU General Public License for more details. * * Lesser 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 *
* along with guh. If not, see <http://www.gnu.org/licenses/>. * * License along with this library; If not, see *
* <http://www.gnu.org/licenses/>. *
* * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

View File

@ -5,17 +5,19 @@
* * * *
* This file is part of guh. * * This file is part of guh. *
* * * *
* Guh is free software: you can redistribute it and/or modify * * This library is free software; you can redistribute it and/or *
* it under the terms of the GNU General Public License as published by * * modify it under the terms of the GNU Lesser General Public *
* the Free Software Foundation, version 2 of the License. * * License as published by the Free Software Foundation; either *
* version 2.1 of the License, or (at your option) any later version. *
* * * *
* Guh is distributed in the hope that it will be useful, * * This library is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
* GNU General Public License for more details. * * Lesser 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 *
* along with guh. If not, see <http://www.gnu.org/licenses/>. * * License along with this library; If not, see *
* <http://www.gnu.org/licenses/>. *
* * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

View File

@ -5,17 +5,19 @@
* * * *
* This file is part of guh. * * This file is part of guh. *
* * * *
* Guh is free software: you can redistribute it and/or modify * * This library is free software; you can redistribute it and/or *
* it under the terms of the GNU General Public License as published by * * modify it under the terms of the GNU Lesser General Public *
* the Free Software Foundation, version 2 of the License. * * License as published by the Free Software Foundation; either *
* version 2.1 of the License, or (at your option) any later version. *
* * * *
* Guh is distributed in the hope that it will be useful, * * This library is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
* GNU General Public License for more details. * * Lesser 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 *
* along with guh. If not, see <http://www.gnu.org/licenses/>. * * License along with this library; If not, see *
* <http://www.gnu.org/licenses/>. *
* * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

View File

@ -5,17 +5,19 @@
* * * *
* This file is part of guh. * * This file is part of guh. *
* * * *
* Guh is free software: you can redistribute it and/or modify * * This library is free software; you can redistribute it and/or *
* it under the terms of the GNU General Public License as published by * * modify it under the terms of the GNU Lesser General Public *
* the Free Software Foundation, version 2 of the License. * * License as published by the Free Software Foundation; either *
* version 2.1 of the License, or (at your option) any later version. *
* * * *
* Guh is distributed in the hope that it will be useful, * * This library is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
* GNU General Public License for more details. * * Lesser 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 *
* along with guh. If not, see <http://www.gnu.org/licenses/>. * * License along with this library; If not, see *
* <http://www.gnu.org/licenses/>. *
* * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

View File

@ -5,17 +5,19 @@
* * * *
* This file is part of guh. * * This file is part of guh. *
* * * *
* Guh is free software: you can redistribute it and/or modify * * This library is free software; you can redistribute it and/or *
* it under the terms of the GNU General Public License as published by * * modify it under the terms of the GNU Lesser General Public *
* the Free Software Foundation, version 2 of the License. * * License as published by the Free Software Foundation; either *
* version 2.1 of the License, or (at your option) any later version. *
* * * *
* Guh is distributed in the hope that it will be useful, * * This library is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
* GNU General Public License for more details. * * Lesser 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 *
* along with guh. If not, see <http://www.gnu.org/licenses/>. * * License along with this library; If not, see *
* <http://www.gnu.org/licenses/>. *
* * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

View File

@ -5,17 +5,19 @@
* * * *
* This file is part of guh. * * This file is part of guh. *
* * * *
* Guh is free software: you can redistribute it and/or modify * * This library is free software; you can redistribute it and/or *
* it under the terms of the GNU General Public License as published by * * modify it under the terms of the GNU Lesser General Public *
* the Free Software Foundation, version 2 of the License. * * License as published by the Free Software Foundation; either *
* version 2.1 of the License, or (at your option) any later version. *
* * * *
* Guh is distributed in the hope that it will be useful, * * This library is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
* GNU General Public License for more details. * * Lesser 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 *
* along with guh. If not, see <http://www.gnu.org/licenses/>. * * License along with this library; If not, see *
* <http://www.gnu.org/licenses/>. *
* * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

View File

@ -5,17 +5,19 @@
* * * *
* This file is part of guh. * * This file is part of guh. *
* * * *
* Guh is free software: you can redistribute it and/or modify * * This library is free software; you can redistribute it and/or *
* it under the terms of the GNU General Public License as published by * * modify it under the terms of the GNU Lesser General Public *
* the Free Software Foundation, version 2 of the License. * * License as published by the Free Software Foundation; either *
* version 2.1 of the License, or (at your option) any later version. *
* * * *
* Guh is distributed in the hope that it will be useful, * * This library is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
* GNU General Public License for more details. * * Lesser 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 *
* along with guh. If not, see <http://www.gnu.org/licenses/>. * * License along with this library; If not, see *
* <http://www.gnu.org/licenses/>. *
* * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

View File

@ -5,17 +5,19 @@
* * * *
* This file is part of guh. * * This file is part of guh. *
* * * *
* Guh is free software: you can redistribute it and/or modify * * This library is free software; you can redistribute it and/or *
* it under the terms of the GNU General Public License as published by * * modify it under the terms of the GNU Lesser General Public *
* the Free Software Foundation, version 2 of the License. * * License as published by the Free Software Foundation; either *
* version 2.1 of the License, or (at your option) any later version. *
* * * *
* Guh is distributed in the hope that it will be useful, * * This library is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
* GNU General Public License for more details. * * Lesser 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 *
* along with guh. If not, see <http://www.gnu.org/licenses/>. * * License along with this library; If not, see *
* <http://www.gnu.org/licenses/>. *
* * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

View File

@ -5,17 +5,19 @@
* * * *
* This file is part of guh. * * This file is part of guh. *
* * * *
* Guh is free software: you can redistribute it and/or modify * * This library is free software; you can redistribute it and/or *
* it under the terms of the GNU General Public License as published by * * modify it under the terms of the GNU Lesser General Public *
* the Free Software Foundation, version 2 of the License. * * License as published by the Free Software Foundation; either *
* version 2.1 of the License, or (at your option) any later version. *
* * * *
* Guh is distributed in the hope that it will be useful, * * This library is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
* GNU General Public License for more details. * * Lesser 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 *
* along with guh. If not, see <http://www.gnu.org/licenses/>. * * License along with this library; If not, see *
* <http://www.gnu.org/licenses/>. *
* * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

View File

@ -5,17 +5,19 @@
* * * *
* This file is part of guh. * * This file is part of guh. *
* * * *
* Guh is free software: you can redistribute it and/or modify * * This library is free software; you can redistribute it and/or *
* it under the terms of the GNU General Public License as published by * * modify it under the terms of the GNU Lesser General Public *
* the Free Software Foundation, version 2 of the License. * * License as published by the Free Software Foundation; either *
* version 2.1 of the License, or (at your option) any later version. *
* * * *
* Guh is distributed in the hope that it will be useful, * * This library is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
* GNU General Public License for more details. * * Lesser 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 *
* along with guh. If not, see <http://www.gnu.org/licenses/>. * * License along with this library; If not, see *
* <http://www.gnu.org/licenses/>. *
* * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

View File

@ -5,17 +5,19 @@
* * * *
* This file is part of guh. * * This file is part of guh. *
* * * *
* Guh is free software: you can redistribute it and/or modify * * This library is free software; you can redistribute it and/or *
* it under the terms of the GNU General Public License as published by * * modify it under the terms of the GNU Lesser General Public *
* the Free Software Foundation, version 2 of the License. * * License as published by the Free Software Foundation; either *
* version 2.1 of the License, or (at your option) any later version. *
* * * *
* Guh is distributed in the hope that it will be useful, * * This library is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
* GNU General Public License for more details. * * Lesser 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 *
* along with guh. If not, see <http://www.gnu.org/licenses/>. * * License along with this library; If not, see *
* <http://www.gnu.org/licenses/>. *
* * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

View File

@ -5,17 +5,19 @@
* * * *
* This file is part of guh. * * This file is part of guh. *
* * * *
* Guh is free software: you can redistribute it and/or modify * * This library is free software; you can redistribute it and/or *
* it under the terms of the GNU General Public License as published by * * modify it under the terms of the GNU Lesser General Public *
* the Free Software Foundation, version 2 of the License. * * License as published by the Free Software Foundation; either *
* version 2.1 of the License, or (at your option) any later version. *
* * * *
* Guh is distributed in the hope that it will be useful, * * This library is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
* GNU General Public License for more details. * * Lesser 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 *
* along with guh. If not, see <http://www.gnu.org/licenses/>. * * License along with this library; If not, see *
* <http://www.gnu.org/licenses/>. *
* * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

View File

@ -5,17 +5,19 @@
* * * *
* This file is part of guh. * * This file is part of guh. *
* * * *
* Guh is free software: you can redistribute it and/or modify * * This library is free software; you can redistribute it and/or *
* it under the terms of the GNU General Public License as published by * * modify it under the terms of the GNU Lesser General Public *
* the Free Software Foundation, version 2 of the License. * * License as published by the Free Software Foundation; either *
* version 2.1 of the License, or (at your option) any later version. *
* * * *
* Guh is distributed in the hope that it will be useful, * * This library is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
* GNU General Public License for more details. * * Lesser 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 *
* along with guh. If not, see <http://www.gnu.org/licenses/>. * * License along with this library; If not, see *
* <http://www.gnu.org/licenses/>. *
* * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

View File

@ -5,17 +5,19 @@
* * * *
* This file is part of guh. * * This file is part of guh. *
* * * *
* Guh is free software: you can redistribute it and/or modify * * This library is free software; you can redistribute it and/or *
* it under the terms of the GNU General Public License as published by * * modify it under the terms of the GNU Lesser General Public *
* the Free Software Foundation, version 2 of the License. * * License as published by the Free Software Foundation; either *
* version 2.1 of the License, or (at your option) any later version. *
* * * *
* Guh is distributed in the hope that it will be useful, * * This library is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
* GNU General Public License for more details. * * Lesser 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 *
* along with guh. If not, see <http://www.gnu.org/licenses/>. * * License along with this library; If not, see *
* <http://www.gnu.org/licenses/>. *
* * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

View File

@ -5,17 +5,19 @@
* * * *
* This file is part of guh. * * This file is part of guh. *
* * * *
* Guh is free software: you can redistribute it and/or modify * * This library is free software; you can redistribute it and/or *
* it under the terms of the GNU General Public License as published by * * modify it under the terms of the GNU Lesser General Public *
* the Free Software Foundation, version 2 of the License. * * License as published by the Free Software Foundation; either *
* version 2.1 of the License, or (at your option) any later version. *
* * * *
* Guh is distributed in the hope that it will be useful, * * This library is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
* GNU General Public License for more details. * * Lesser 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 *
* along with guh. If not, see <http://www.gnu.org/licenses/>. * * License along with this library; If not, see *
* <http://www.gnu.org/licenses/>. *
* * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

View File

@ -5,17 +5,19 @@
* * * *
* This file is part of guh. * * This file is part of guh. *
* * * *
* Guh is free software: you can redistribute it and/or modify * * This library is free software; you can redistribute it and/or *
* it under the terms of the GNU General Public License as published by * * modify it under the terms of the GNU Lesser General Public *
* the Free Software Foundation, version 2 of the License. * * License as published by the Free Software Foundation; either *
* version 2.1 of the License, or (at your option) any later version. *
* * * *
* Guh is distributed in the hope that it will be useful, * * This library is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
* GNU General Public License for more details. * * Lesser 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 *
* along with guh. If not, see <http://www.gnu.org/licenses/>. * * License along with this library; If not, see *
* <http://www.gnu.org/licenses/>. *
* * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

View File

@ -5,17 +5,19 @@
* * * *
* This file is part of guh. * * This file is part of guh. *
* * * *
* Guh is free software: you can redistribute it and/or modify * * This library is free software; you can redistribute it and/or *
* it under the terms of the GNU General Public License as published by * * modify it under the terms of the GNU Lesser General Public *
* the Free Software Foundation, version 2 of the License. * * License as published by the Free Software Foundation; either *
* version 2.1 of the License, or (at your option) any later version. *
* * * *
* Guh is distributed in the hope that it will be useful, * * This library is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
* GNU General Public License for more details. * * Lesser 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 *
* along with guh. If not, see <http://www.gnu.org/licenses/>. * * License along with this library; If not, see *
* <http://www.gnu.org/licenses/>. *
* * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

View File

@ -5,17 +5,19 @@
* * * *
* This file is part of guh. * * This file is part of guh. *
* * * *
* Guh is free software: you can redistribute it and/or modify * * This library is free software; you can redistribute it and/or *
* it under the terms of the GNU General Public License as published by * * modify it under the terms of the GNU Lesser General Public *
* the Free Software Foundation, version 2 of the License. * * License as published by the Free Software Foundation; either *
* version 2.1 of the License, or (at your option) any later version. *
* * * *
* Guh is distributed in the hope that it will be useful, * * This library is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
* GNU General Public License for more details. * * Lesser 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 *
* along with guh. If not, see <http://www.gnu.org/licenses/>. * * License along with this library; If not, see *
* <http://www.gnu.org/licenses/>. *
* * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

View File

@ -5,17 +5,19 @@
* * * *
* This file is part of guh. * * This file is part of guh. *
* * * *
* Guh is free software: you can redistribute it and/or modify * * This library is free software; you can redistribute it and/or *
* it under the terms of the GNU General Public License as published by * * modify it under the terms of the GNU Lesser General Public *
* the Free Software Foundation, version 2 of the License. * * License as published by the Free Software Foundation; either *
* version 2.1 of the License, or (at your option) any later version. *
* * * *
* Guh is distributed in the hope that it will be useful, * * This library is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
* GNU General Public License for more details. * * Lesser 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 *
* along with guh. If not, see <http://www.gnu.org/licenses/>. * * License along with this library; If not, see *
* <http://www.gnu.org/licenses/>. *
* * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

View File

@ -5,17 +5,19 @@
* * * *
* This file is part of guh. * * This file is part of guh. *
* * * *
* Guh is free software: you can redistribute it and/or modify * * This library is free software; you can redistribute it and/or *
* it under the terms of the GNU General Public License as published by * * modify it under the terms of the GNU Lesser General Public *
* the Free Software Foundation, version 2 of the License. * * License as published by the Free Software Foundation; either *
* version 2.1 of the License, or (at your option) any later version. *
* * * *
* Guh is distributed in the hope that it will be useful, * * This library is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
* GNU General Public License for more details. * * Lesser 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 *
* along with guh. If not, see <http://www.gnu.org/licenses/>. * * License along with this library; If not, see *
* <http://www.gnu.org/licenses/>. *
* * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

View File

@ -5,20 +5,23 @@
* * * *
* This file is part of guh. * * This file is part of guh. *
* * * *
* Guh is free software: you can redistribute it and/or modify * * This library is free software; you can redistribute it and/or *
* it under the terms of the GNU General Public License as published by * * modify it under the terms of the GNU Lesser General Public *
* the Free Software Foundation, version 2 of the License. * * License as published by the Free Software Foundation; either *
* version 2.1 of the License, or (at your option) any later version. *
* * * *
* Guh is distributed in the hope that it will be useful, * * This library is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
* GNU General Public License for more details. * * Lesser 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 *
* along with guh. If not, see <http://www.gnu.org/licenses/>. * * License along with this library; If not, see *
* <http://www.gnu.org/licenses/>. *
* * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/*! /*!
\class StateType \class StateType
\brief Describes the Type of a \l{State} from \l{Device}. \brief Describes the Type of a \l{State} from \l{Device}.

View File

@ -5,20 +5,23 @@
* * * *
* This file is part of guh. * * This file is part of guh. *
* * * *
* Guh is free software: you can redistribute it and/or modify * * This library is free software; you can redistribute it and/or *
* it under the terms of the GNU General Public License as published by * * modify it under the terms of the GNU Lesser General Public *
* the Free Software Foundation, version 2 of the License. * * License as published by the Free Software Foundation; either *
* version 2.1 of the License, or (at your option) any later version. *
* * * *
* Guh is distributed in the hope that it will be useful, * * This library is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
* GNU General Public License for more details. * * Lesser 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 *
* along with guh. If not, see <http://www.gnu.org/licenses/>. * * License along with this library; If not, see *
* <http://www.gnu.org/licenses/>. *
* * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#ifndef STATETYPE_H #ifndef STATETYPE_H
#define STATETYPE_H #define STATETYPE_H

View File

@ -5,17 +5,19 @@
* * * *
* This file is part of guh. * * This file is part of guh. *
* * * *
* Guh is free software: you can redistribute it and/or modify * * This library is free software; you can redistribute it and/or *
* it under the terms of the GNU General Public License as published by * * modify it under the terms of the GNU Lesser General Public *
* the Free Software Foundation, version 2 of the License. * * License as published by the Free Software Foundation; either *
* version 2.1 of the License, or (at your option) any later version. *
* * * *
* Guh is distributed in the hope that it will be useful, * * This library is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
* GNU General Public License for more details. * * Lesser 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 *
* along with guh. If not, see <http://www.gnu.org/licenses/>. * * License along with this library; If not, see *
* <http://www.gnu.org/licenses/>. *
* * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

View File

@ -5,17 +5,19 @@
* * * *
* This file is part of guh. * * This file is part of guh. *
* * * *
* Guh is free software: you can redistribute it and/or modify * * This library is free software; you can redistribute it and/or *
* it under the terms of the GNU General Public License as published by * * modify it under the terms of the GNU Lesser General Public *
* the Free Software Foundation, version 2 of the License. * * License as published by the Free Software Foundation; either *
* version 2.1 of the License, or (at your option) any later version. *
* * * *
* Guh is distributed in the hope that it will be useful, * * This library is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
* GNU General Public License for more details. * * Lesser 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 *
* along with guh. If not, see <http://www.gnu.org/licenses/>. * * License along with this library; If not, see *
* <http://www.gnu.org/licenses/>. *
* * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

View File

@ -5,17 +5,19 @@
* * * *
* This file is part of guh. * * This file is part of guh. *
* * * *
* Guh is free software: you can redistribute it and/or modify * * This library is free software; you can redistribute it and/or *
* it under the terms of the GNU General Public License as published by * * modify it under the terms of the GNU Lesser General Public *
* the Free Software Foundation, version 2 of the License. * * License as published by the Free Software Foundation; either *
* version 2.1 of the License, or (at your option) any later version. *
* * * *
* Guh is distributed in the hope that it will be useful, * * This library is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
* GNU General Public License for more details. * * Lesser 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 *
* along with guh. If not, see <http://www.gnu.org/licenses/>. * * License along with this library; If not, see *
* <http://www.gnu.org/licenses/>. *
* * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

View File

@ -5,17 +5,19 @@
* * * *
* This file is part of guh. * * This file is part of guh. *
* * * *
* Guh is free software: you can redistribute it and/or modify * * This library is free software; you can redistribute it and/or *
* it under the terms of the GNU General Public License as published by * * modify it under the terms of the GNU Lesser General Public *
* the Free Software Foundation, version 2 of the License. * * License as published by the Free Software Foundation; either *
* version 2.1 of the License, or (at your option) any later version. *
* * * *
* Guh is distributed in the hope that it will be useful, * * This library is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
* GNU General Public License for more details. * * Lesser 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 *
* along with guh. If not, see <http://www.gnu.org/licenses/>. * * License along with this library; If not, see *
* <http://www.gnu.org/licenses/>. *
* * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

View File

@ -5,17 +5,19 @@
* * * *
* This file is part of guh. * * This file is part of guh. *
* * * *
* Guh is free software: you can redistribute it and/or modify * * This library is free software; you can redistribute it and/or *
* it under the terms of the GNU General Public License as published by * * modify it under the terms of the GNU Lesser General Public *
* the Free Software Foundation, version 2 of the License. * * License as published by the Free Software Foundation; either *
* version 2.1 of the License, or (at your option) any later version. *
* * * *
* Guh is distributed in the hope that it will be useful, * * This library is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
* GNU General Public License for more details. * * Lesser 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 *
* along with guh. If not, see <http://www.gnu.org/licenses/>. * * License along with this library; If not, see *
* <http://www.gnu.org/licenses/>. *
* * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

View File

@ -4,17 +4,19 @@
* * * *
* This file is part of guh. * * This file is part of guh. *
* * * *
* Guh is free software: you can redistribute it and/or modify * * This library is free software; you can redistribute it and/or *
* it under the terms of the GNU General Public License as published by * * modify it under the terms of the GNU Lesser General Public *
* the Free Software Foundation, version 2 of the License. * * License as published by the Free Software Foundation; either *
* version 2.1 of the License, or (at your option) any later version. *
* * * *
* Guh is distributed in the hope that it will be useful, * * This library is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
* GNU General Public License for more details. * * Lesser 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 *
* along with guh. If not, see <http://www.gnu.org/licenses/>. * * License along with this library; If not, see *
* <http://www.gnu.org/licenses/>. *
* * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

View File

@ -4,17 +4,19 @@
* * * *
* This file is part of guh. * * This file is part of guh. *
* * * *
* Guh is free software: you can redistribute it and/or modify * * This library is free software; you can redistribute it and/or *
* it under the terms of the GNU General Public License as published by * * modify it under the terms of the GNU Lesser General Public *
* the Free Software Foundation, version 2 of the License. * * License as published by the Free Software Foundation; either *
* version 2.1 of the License, or (at your option) any later version. *
* * * *
* Guh is distributed in the hope that it will be useful, * * This library is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
* GNU General Public License for more details. * * Lesser 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 *
* along with guh. If not, see <http://www.gnu.org/licenses/>. * * License along with this library; If not, see *
* <http://www.gnu.org/licenses/>. *
* * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

View File

@ -4,17 +4,19 @@
* * * *
* This file is part of guh. * * This file is part of guh. *
* * * *
* Guh is free software: you can redistribute it and/or modify * * This library is free software; you can redistribute it and/or *
* it under the terms of the GNU General Public License as published by * * modify it under the terms of the GNU Lesser General Public *
* the Free Software Foundation, version 2 of the License. * * License as published by the Free Software Foundation; either *
* version 2.1 of the License, or (at your option) any later version. *
* * * *
* Guh is distributed in the hope that it will be useful, * * This library is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
* GNU General Public License for more details. * * Lesser 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 *
* along with guh. If not, see <http://www.gnu.org/licenses/>. * * License along with this library; If not, see *
* <http://www.gnu.org/licenses/>. *
* * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

View File

@ -4,17 +4,19 @@
* * * *
* This file is part of guh. * * This file is part of guh. *
* * * *
* Guh is free software: you can redistribute it and/or modify * * This library is free software; you can redistribute it and/or *
* it under the terms of the GNU General Public License as published by * * modify it under the terms of the GNU Lesser General Public *
* the Free Software Foundation, version 2 of the License. * * License as published by the Free Software Foundation; either *
* version 2.1 of the License, or (at your option) any later version. *
* * * *
* Guh is distributed in the hope that it will be useful, * * This library is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
* GNU General Public License for more details. * * Lesser 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 *
* along with guh. If not, see <http://www.gnu.org/licenses/>. * * License along with this library; If not, see *
* <http://www.gnu.org/licenses/>. *
* * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

View File

@ -5,17 +5,19 @@
* * * *
* This file is part of guh. * * This file is part of guh. *
* * * *
* Guh is free software: you can redistribute it and/or modify * * This library is free software; you can redistribute it and/or *
* it under the terms of the GNU General Public License as published by * * modify it under the terms of the GNU Lesser General Public *
* the Free Software Foundation, version 2 of the License. * * License as published by the Free Software Foundation; either *
* version 2.1 of the License, or (at your option) any later version. *
* * * *
* Guh is distributed in the hope that it will be useful, * * This library is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
* GNU General Public License for more details. * * Lesser 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 *
* along with guh. If not, see <http://www.gnu.org/licenses/>. * * License along with this library; If not, see *
* <http://www.gnu.org/licenses/>. *
* * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

View File

@ -4,17 +4,19 @@
* * * *
* This file is part of guh. * * This file is part of guh. *
* * * *
* Guh is free software: you can redistribute it and/or modify * * This library is free software; you can redistribute it and/or *
* it under the terms of the GNU General Public License as published by * * modify it under the terms of the GNU Lesser General Public *
* the Free Software Foundation, version 2 of the License. * * License as published by the Free Software Foundation; either *
* version 2.1 of the License, or (at your option) any later version. *
* * * *
* Guh is distributed in the hope that it will be useful, * * This library is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
* GNU General Public License for more details. * * Lesser 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 *
* along with guh. If not, see <http://www.gnu.org/licenses/>. * * License along with this library; If not, see *
* <http://www.gnu.org/licenses/>. *
* * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

View File

@ -5,17 +5,19 @@
* * * *
* This file is part of guh. * * This file is part of guh. *
* * * *
* Guh is free software: you can redistribute it and/or modify * * This library is free software; you can redistribute it and/or *
* it under the terms of the GNU General Public License as published by * * modify it under the terms of the GNU Lesser General Public *
* the Free Software Foundation, version 2 of the License. * * License as published by the Free Software Foundation; either *
* version 2.1 of the License, or (at your option) any later version. *
* * * *
* Guh is distributed in the hope that it will be useful, * * This library is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
* GNU General Public License for more details. * * Lesser 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 *
* along with guh. If not, see <http://www.gnu.org/licenses/>. * * License along with this library; If not, see *
* <http://www.gnu.org/licenses/>. *
* * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

View File

@ -5,17 +5,19 @@
* * * *
* This file is part of guh. * * This file is part of guh. *
* * * *
* Guh is free software: you can redistribute it and/or modify * * This library is free software; you can redistribute it and/or *
* it under the terms of the GNU General Public License as published by * * modify it under the terms of the GNU Lesser General Public *
* the Free Software Foundation, version 2 of the License. * * License as published by the Free Software Foundation; either *
* version 2.1 of the License, or (at your option) any later version. *
* * * *
* Guh is distributed in the hope that it will be useful, * * This library is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
* GNU General Public License for more details. * * Lesser 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 *
* along with guh. If not, see <http://www.gnu.org/licenses/>. * * License along with this library; If not, see *
* <http://www.gnu.org/licenses/>. *
* * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

View File

@ -4,17 +4,19 @@
* * * *
* This file is part of guh. * * This file is part of guh. *
* * * *
* Guh is free software: you can redistribute it and/or modify * * This library is free software; you can redistribute it and/or *
* it under the terms of the GNU General Public License as published by * * modify it under the terms of the GNU Lesser General Public *
* the Free Software Foundation, version 2 of the License. * * License as published by the Free Software Foundation; either *
* version 2.1 of the License, or (at your option) any later version. *
* * * *
* Guh is distributed in the hope that it will be useful, * * This library is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
* GNU General Public License for more details. * * Lesser 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 *
* along with guh. If not, see <http://www.gnu.org/licenses/>. * * License along with this library; If not, see *
* <http://www.gnu.org/licenses/>. *
* * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

View File

@ -4,17 +4,19 @@
* * * *
* This file is part of guh. * * This file is part of guh. *
* * * *
* Guh is free software: you can redistribute it and/or modify * * This library is free software; you can redistribute it and/or *
* it under the terms of the GNU General Public License as published by * * modify it under the terms of the GNU Lesser General Public *
* the Free Software Foundation, version 2 of the License. * * License as published by the Free Software Foundation; either *
* version 2.1 of the License, or (at your option) any later version. *
* * * *
* Guh is distributed in the hope that it will be useful, * * This library is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
* GNU General Public License for more details. * * Lesser 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 *
* along with guh. If not, see <http://www.gnu.org/licenses/>. * * License along with this library; If not, see *
* <http://www.gnu.org/licenses/>. *
* * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

View File

@ -4,17 +4,19 @@
* * * *
* This file is part of guh. * * This file is part of guh. *
* * * *
* Guh is free software: you can redistribute it and/or modify * * This library is free software; you can redistribute it and/or *
* it under the terms of the GNU General Public License as published by * * modify it under the terms of the GNU Lesser General Public *
* the Free Software Foundation, version 2 of the License. * * License as published by the Free Software Foundation; either *
* version 2.1 of the License, or (at your option) any later version. *
* * * *
* Guh is distributed in the hope that it will be useful, * * This library is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
* GNU General Public License for more details. * * Lesser 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 *
* along with guh. If not, see <http://www.gnu.org/licenses/>. * * License along with this library; If not, see *
* <http://www.gnu.org/licenses/>. *
* * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

Some files were not shown because too many files have changed in this diff Show More