summaryrefslogtreecommitdiffstats
path: root/src/node_id.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/node_id.rs')
-rw-r--r--src/node_id.rs6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/node_id.rs b/src/node_id.rs
index e4fe6b4..d849310 100644
--- a/src/node_id.rs
+++ b/src/node_id.rs
@@ -1,2 +1,8 @@
+//
+// 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/.
+//
+
pub trait NodeId: Clone + Eq + PartialEq + std::hash::Hash {
}