summaryrefslogtreecommitdiff
path: root/src/semantic/types.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/semantic/types.rs')
-rw-r--r--src/semantic/types.rs5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/semantic/types.rs b/src/semantic/types.rs
index af6c971..25d9fb5 100644
--- a/src/semantic/types.rs
+++ b/src/semantic/types.rs
@@ -1,3 +1,8 @@
+// Copyright ⓒ 2017 David Li.
+// 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/.
+
#[derive(Clone,Debug,Eq,PartialEq)]
pub enum Ty {
Int,