From d087fd4fb4a1f35dcb40623b22558cefc79b38cc Mon Sep 17 00:00:00 2001 From: David Li Date: Mon, 6 Nov 2017 20:33:58 -0500 Subject: License under MPL 2.0 --- src/taiga.lalrpop | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/taiga.lalrpop') diff --git a/src/taiga.lalrpop b/src/taiga.lalrpop index bad60bb..40830c6 100644 --- a/src/taiga.lalrpop +++ b/src/taiga.lalrpop @@ -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/. + use std::str::FromStr; use ast::{self, WithLocation}; -- cgit v1.2.3