From 59418dafe0abc2b1ef2c251602397e1adbba5e77 Mon Sep 17 00:00:00 2001 From: Jed Barber Date: Mon, 14 Dec 2020 13:13:48 +1100 Subject: License added --- src/packrat-lexers.ads | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/packrat-lexers.ads') diff --git a/src/packrat-lexers.ads b/src/packrat-lexers.ads index 034590c..9fd61e2 100644 --- a/src/packrat-lexers.ads +++ b/src/packrat-lexers.ads @@ -1,5 +1,8 @@ +-- This source is licensed under the Sunset License v1.0 + + with Packrat.Traits; -- cgit