summaryrefslogtreecommitdiff
path: root/src/tag.rs
diff options
context:
space:
mode:
authorStuart Stock <stuart@int08h.com>2017-07-06 16:17:01 -0500
committerStuart Stock <stuart@int08h.com>2017-07-06 16:17:01 -0500
commitfb5add30fd83656132e1bdb72e45c5fecc4c1558 (patch)
tree0b7bf4ec7372bbd459b91aed9ed7d77ede2467ac /src/tag.rs
parent1b3e440fb968d558188ac5f976a5d9ad69ad0c65 (diff)
downloadroughenough-fb5add30fd83656132e1bdb72e45c5fecc4c1558.zip
add license headers
Diffstat (limited to 'src/tag.rs')
-rw-r--r--src/tag.rs13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/tag.rs b/src/tag.rs
index 7292493..ba7b9bd 100644
--- a/src/tag.rs
+++ b/src/tag.rs
@@ -1,3 +1,16 @@
+// Copyright 2017 int08h LLC
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
/// An unsigned 32-bit value (key) that maps to a byte-string (value).
#[derive(Debug, PartialEq, PartialOrd)]