aboutsummaryrefslogtreecommitdiffstats
path: root/typed-urls-derive/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'typed-urls-derive/src/lib.rs')
-rw-r--r--typed-urls-derive/src/lib.rs4
1 files changed, 4 insertions, 0 deletions
diff --git a/typed-urls-derive/src/lib.rs b/typed-urls-derive/src/lib.rs
index 1a400c4..12bd42c 100644
--- a/typed-urls-derive/src/lib.rs
+++ b/typed-urls-derive/src/lib.rs
@@ -1,3 +1,7 @@
+/* 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 https://mozilla.org/MPL/2.0/. */
+
#[macro_use]
extern crate syn;
#[macro_use]