# HG changeset patch # User František Kučera # Date 1547081275 -3600 # Node ID abcb4c1bd9bd61daf77200ed05aa4d2c81f92b9a # Parent edbebc6163e3e4d627a2fda296fd6754eda7d13f fix relpipe-lib-xmlwriter.cpp license diff -r edbebc6163e3 -r abcb4c1bd9bd src/relpipe-lib-xmlwriter.cpp --- a/src/relpipe-lib-xmlwriter.cpp Mon Jan 07 13:52:56 2019 +0100 +++ b/src/relpipe-lib-xmlwriter.cpp Thu Jan 10 01:47:55 2019 +0100 @@ -1,14 +1,11 @@ /** - * Relational pipes (library) + * Relational pipes * Copyright © 2018 František Kučera (Frantovo.cz, GlobalCode.info) * * This program is free software: you can redistribute it and/or modify - * it under the terms of the: - * - GNU Lesser General Public License as published by the Free Software Foundation; - * either version 3 of the License, or (at your option) any later version; - * or (at your option) - * - GNU General Public License as published by the Free Software Foundation; - * either version 2 of the License, or (at your option) any later version. + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -25,4 +22,4 @@ * Compilation just validates that the .h file has no severe bugs. * In future, the binary might contain some code for testing purposes. */ -#include "../include/relpipe/xmlwriter/XMLWriter.h" \ No newline at end of file +#include "../include/relpipe/xmlwriter/XMLWriter.h"