summaryrefslogtreecommitdiffstats
path: root/src/impl_traits.rs
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 /src/impl_traits.rs
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 'src/impl_traits.rs')
-rw-r--r--src/impl_traits.rs6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/impl_traits.rs b/src/impl_traits.rs
index 4d6c8cc..a5a8c57 100644
--- a/src/impl_traits.rs
+++ b/src/impl_traits.rs
@@ -1,3 +1,9 @@
+//
+// 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/.
+//
+
/// Creates operator implementations for a Filter struct
/// Currently only Fn and Filter implementations are handled
///