diff options
author | David Tardon <dtardon@redhat.com> | 2013-12-16 22:04:40 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2013-12-16 22:09:47 +0100 |
commit | 2372a8f592ed6a046f852f6bdb96caae4a8b9def (patch) | |
tree | 7ae6e439109c8a3318e335557d3b281096a99c14 /src | |
parent | ae5bc919c5b4380bae3be6160447e630bbdaf3c0 (diff) |
relicense to MPL 2.0
The only reason this library was dual-licensed as MPL 2.0 / LGPL 2.1+
was that I used the generator implementations from libwpd. These are now
gone thanks to librevenge, so there is no reason to keep LGPL anymore.
Diffstat (limited to 'src')
-rw-r--r-- | src/conv/html/text6022html.cpp | 11 | ||||
-rw-r--r-- | src/conv/raw/text6022raw.cpp | 11 | ||||
-rw-r--r-- | src/conv/text/text6022text.cpp | 11 | ||||
-rw-r--r-- | src/lib/WT602Document.cpp | 11 | ||||
-rw-r--r-- | src/lib/WT602Header.cpp | 11 | ||||
-rw-r--r-- | src/lib/WT602Header.h | 11 | ||||
-rw-r--r-- | src/lib/WT602MemoryStream.cpp | 11 | ||||
-rw-r--r-- | src/lib/WT602MemoryStream.h | 11 | ||||
-rw-r--r-- | src/lib/WT602Parser.cpp | 11 | ||||
-rw-r--r-- | src/lib/WT602Parser.h | 11 | ||||
-rw-r--r-- | src/lib/libtext602_utils.cpp | 11 | ||||
-rw-r--r-- | src/lib/libtext602_utils.h | 11 |
12 files changed, 24 insertions, 108 deletions
diff --git a/src/conv/html/text6022html.cpp b/src/conv/html/text6022html.cpp index 4ba57dd..3add0e6 100644 --- a/src/conv/html/text6022html.cpp +++ b/src/conv/html/text6022html.cpp @@ -1,17 +1,10 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: t; c-basic-offset: 4 -*- */ -/* libtext602 - * Version: MPL 2.0 / LGPLv2.1+ +/* + * This file is part of the libtext602 project. * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. - * - * Alternatively, the contents of this file may be used under the terms - * of the GNU Lesser General Public License Version 2.1 or later - * (LGPLv2.1+), in which case the provisions of the LGPLv2.1+ are - * applicable instead of those above. - * - * For further information visit http://libtext602.sourceforge.net */ #include <stdio.h> diff --git a/src/conv/raw/text6022raw.cpp b/src/conv/raw/text6022raw.cpp index 0bccd9d..1f830c0 100644 --- a/src/conv/raw/text6022raw.cpp +++ b/src/conv/raw/text6022raw.cpp @@ -1,17 +1,10 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: t; c-basic-offset: 4 -*- */ -/* libtext602 - * Version: MPL 2.0 / LGPLv2.1+ +/* + * This file is part of the libtext602 project. * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. - * - * Alternatively, the contents of this file may be used under the terms - * of the GNU Lesser General Public License Version 2.1 or later - * (LGPLv2.1+), in which case the provisions of the LGPLv2.1+ are - * applicable instead of those above. - * - * For further information visit http://libtext602.sourceforge.net */ #include <stdio.h> diff --git a/src/conv/text/text6022text.cpp b/src/conv/text/text6022text.cpp index 9c57cd8..02ae235 100644 --- a/src/conv/text/text6022text.cpp +++ b/src/conv/text/text6022text.cpp @@ -1,17 +1,10 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: t; c-basic-offset: 4 -*- */ -/* libtext602 - * Version: MPL 2.0 / LGPLv2.1+ +/* + * This file is part of the libtext602 project. * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. - * - * Alternatively, the contents of this file may be used under the terms - * of the GNU Lesser General Public License Version 2.1 or later - * (LGPLv2.1+), in which case the provisions of the LGPLv2.1+ are - * applicable instead of those above. - * - * For further information visit http://libtext602.sourceforge.net */ #include <stdio.h> diff --git a/src/lib/WT602Document.cpp b/src/lib/WT602Document.cpp index ab0d74e..efc7733 100644 --- a/src/lib/WT602Document.cpp +++ b/src/lib/WT602Document.cpp @@ -1,17 +1,10 @@ /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ -/* libtext602 - * Version: MPL 2.0 / LGPLv2.1+ +/* + * This file is part of the libtext602 project. * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. - * - * Alternatively, the contents of this file may be used under the terms - * of the GNU Lesser General Public License Version 2.1 or later - * (LGPLv2.1+), in which case the provisions of the LGPLv2.1+ are - * applicable instead of those above. - * - * For further information visit http://libtext602.sourceforge.net */ #include <librevenge-stream/librevenge-stream.h> diff --git a/src/lib/WT602Header.cpp b/src/lib/WT602Header.cpp index 36fa95a..ea246ce 100644 --- a/src/lib/WT602Header.cpp +++ b/src/lib/WT602Header.cpp @@ -1,17 +1,10 @@ /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ -/* libtext602 - * Version: MPL 2.0 / LGPLv2.1+ +/* + * This file is part of the libtext602 project. * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. - * - * Alternatively, the contents of this file may be used under the terms - * of the GNU Lesser General Public License Version 2.1 or later - * (LGPLv2.1+), in which case the provisions of the LGPLv2.1+ are - * applicable instead of those above. - * - * For further information visit http://libtext602.sourceforge.net */ #include <algorithm> diff --git a/src/lib/WT602Header.h b/src/lib/WT602Header.h index 19d4365..0362717 100644 --- a/src/lib/WT602Header.h +++ b/src/lib/WT602Header.h @@ -1,17 +1,10 @@ /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ -/* libtext602 - * Version: MPL 2.0 / LGPLv2.1+ +/* + * This file is part of the libtext602 project. * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. - * - * Alternatively, the contents of this file may be used under the terms - * of the GNU Lesser General Public License Version 2.1 or later - * (LGPLv2.1+), in which case the provisions of the LGPLv2.1+ are - * applicable instead of those above. - * - * For further information visit http://libtext602.sourceforge.net */ #ifndef WT602HEADER_H_INCLUDED diff --git a/src/lib/WT602MemoryStream.cpp b/src/lib/WT602MemoryStream.cpp index b934746..603d51e 100644 --- a/src/lib/WT602MemoryStream.cpp +++ b/src/lib/WT602MemoryStream.cpp @@ -1,17 +1,10 @@ /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ -/* libtext602 - * Version: MPL 2.0 / LGPLv2.1+ +/* + * This file is part of the libtext602 project. * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. - * - * Alternatively, the contents of this file may be used under the terms - * of the GNU Lesser General Public License Version 2.1 or later - * (LGPLv2.1+), in which case the provisions of the LGPLv2.1+ are - * applicable instead of those above. - * - * For further information visit http://libtext602.sourceforge.net */ #include <algorithm> diff --git a/src/lib/WT602MemoryStream.h b/src/lib/WT602MemoryStream.h index 2e3701e..6319e16 100644 --- a/src/lib/WT602MemoryStream.h +++ b/src/lib/WT602MemoryStream.h @@ -1,17 +1,10 @@ /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ -/* libtext602 - * Version: MPL 2.0 / LGPLv2.1+ +/* + * This file is part of the libtext602 project. * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. - * - * Alternatively, the contents of this file may be used under the terms - * of the GNU Lesser General Public License Version 2.1 or later - * (LGPLv2.1+), in which case the provisions of the LGPLv2.1+ are - * applicable instead of those above. - * - * For further information visit http://libtext602.sourceforge.net */ #ifndef WT602MEMORYSTREAM_H_INCLUDED diff --git a/src/lib/WT602Parser.cpp b/src/lib/WT602Parser.cpp index 6ddc514..e4a5345 100644 --- a/src/lib/WT602Parser.cpp +++ b/src/lib/WT602Parser.cpp @@ -1,17 +1,10 @@ /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ -/* libtext602 - * Version: MPL 2.0 / LGPLv2.1+ +/* + * This file is part of the libtext602 project. * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. - * - * Alternatively, the contents of this file may be used under the terms - * of the GNU Lesser General Public License Version 2.1 or later - * (LGPLv2.1+), in which case the provisions of the LGPLv2.1+ are - * applicable instead of those above. - * - * For further information visit http://libtext602.sourceforge.net */ #include <algorithm> diff --git a/src/lib/WT602Parser.h b/src/lib/WT602Parser.h index 2065c6f..8ca15eb 100644 --- a/src/lib/WT602Parser.h +++ b/src/lib/WT602Parser.h @@ -1,17 +1,10 @@ /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ -/* libtext602 - * Version: MPL 2.0 / LGPLv2.1+ +/* + * This file is part of the libtext602 project. * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. - * - * Alternatively, the contents of this file may be used under the terms - * of the GNU Lesser General Public License Version 2.1 or later - * (LGPLv2.1+), in which case the provisions of the LGPLv2.1+ are - * applicable instead of those above. - * - * For further information visit http://libtext602.sourceforge.net */ #ifndef WT602PARSER_H_INCLUDED diff --git a/src/lib/libtext602_utils.cpp b/src/lib/libtext602_utils.cpp index 693567c..a9b71b5 100644 --- a/src/lib/libtext602_utils.cpp +++ b/src/lib/libtext602_utils.cpp @@ -1,17 +1,10 @@ /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ -/* libtext602 - * Version: MPL 2.0 / LGPLv2.1+ +/* + * This file is part of the libtext602 project. * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. - * - * Alternatively, the contents of this file may be used under the terms - * of the GNU Lesser General Public License Version 2.1 or later - * (LGPLv2.1+), in which case the provisions of the LGPLv2.1+ are - * applicable instead of those above. - * - * For further information visit http://libtext602.sourceforge.net */ #include <cstdio> diff --git a/src/lib/libtext602_utils.h b/src/lib/libtext602_utils.h index 5d6a835..fccf209 100644 --- a/src/lib/libtext602_utils.h +++ b/src/lib/libtext602_utils.h @@ -1,17 +1,10 @@ /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ -/* libtext602 - * Version: MPL 2.0 / LGPLv2.1+ +/* + * This file is part of the libtext602 project. * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. - * - * Alternatively, the contents of this file may be used under the terms - * of the GNU Lesser General Public License Version 2.1 or later - * (LGPLv2.1+), in which case the provisions of the LGPLv2.1+ are - * applicable instead of those above. - * - * For further information visit http://libtext602.sourceforge.net */ #ifndef LIBTEXT602_UTILS_H_INCLUDED |