summaryrefslogtreecommitdiffstats
path: root/src/node.rs
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2021-04-04 13:51:29 +0200
committerMatthias Beyer <mail@beyermatthias.de>2021-04-04 13:51:29 +0200
commit080771bc233c25e067706e67cba2becbc0748980 (patch)
tree15bc8f18dffb202593b7bbf84eec518da3e68c97 /src/node.rs
parent537353553c98ffd285bea0a5a2e5a25834930ee8 (diff)
Add license headers
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Diffstat (limited to 'src/node.rs')
-rw-r--r--src/node.rs6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/node.rs b/src/node.rs
index 3759259..b557928 100644
--- a/src/node.rs
+++ b/src/node.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/.
+//
+
use crate::NodeId;
pub trait Node {