summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2016-10-02 17:45:44 +0200
committerMatthias Beyer <mail@beyermatthias.de>2016-10-02 17:45:44 +0200
commit68682cf432c8fb02480d9c2ad30a0d7cebc1a613 (patch)
tree37a73c36e3a1d6855b3cbe10581a651f2a2a74c4 /README.md
parentad73f38a073af176023fafbdda26c06313b47d25 (diff)
Relicense to MPL-v2.0
This commit removes the LGPL LICENSE text and adds the MPL 2.0 license text in the LICENSE file. It also rewrites the README.md file to state the correct license. Last but not least, it adds the recommended license notice as comment to all source files. Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 3 insertions, 12 deletions
diff --git a/README.md b/README.md
index 2e21f76..6974b17 100644
--- a/README.md
+++ b/README.md
@@ -32,18 +32,9 @@ For more examples have a look at the tests in `./src/filters.rs`.
filters - A crate to build predicates/filters with the builder pattern
Copyright (C) 2016 Matthias Beyer
- This library 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 2.1 of the License, or
- (at your option) any later version.
-
- This library is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU Lesser General Public License for more details.
-
- You should have received a copy of the GNU Lesser General Public License
- along with this library; if not, see <http://www.gnu.org/licenses/>.
+ 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/.
For more information and the full license text, see
[the LICENSE file](./LICENSE).