diff options
author | David Li <li.davidm96@gmail.com> | 2017-11-06 20:33:58 -0500 |
---|---|---|
committer | David Li <li.davidm96@gmail.com> | 2017-11-06 20:33:58 -0500 |
commit | d087fd4fb4a1f35dcb40623b22558cefc79b38cc (patch) | |
tree | 54618a5f52a96ff28256f51a2ce867353840a0d3 /src/taiga.lalrpop | |
parent | 5b137e0983051bf72759cea9c4af1c4bc7a24e1f (diff) |
License under MPL 2.0
Diffstat (limited to 'src/taiga.lalrpop')
-rw-r--r-- | src/taiga.lalrpop | 5 |
1 files changed, 5 insertions, 0 deletions
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}; |