summaryrefslogtreecommitdiffstats
path: root/src/priority.rs
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2016-10-02 17:51:05 +0200
committerMatthias Beyer <mail@beyermatthias.de>2016-10-02 17:51:05 +0200
commit36243b3056b1843dacbce07292612c51bc22df21 (patch)
treec37ecf0790931ef4717d44eef9aac20c62d8bde8 /src/priority.rs
parent26506446abed9d86fe4d0fddbb2a1054cd2f5ab0 (diff)
Relicense to MPL 2.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/priority.rs')
-rw-r--r--src/priority.rs6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/priority.rs b/src/priority.rs
index 16b1c74..f9f365f 100644
--- a/src/priority.rs
+++ b/src/priority.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/.
+//
+
//! Module containing TaskPriority types and trait impls
use serde::Serialize;