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-parsers.ads | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/packrat-parsers.ads') diff --git a/src/packrat-parsers.ads b/src/packrat-parsers.ads index a98170f..e11d623 100644 --- a/src/packrat-parsers.ads +++ b/src/packrat-parsers.ads @@ -1,5 +1,8 @@ +-- This source is licensed under the Sunset License v1.0 + + with Packrat.Traits, -- cgit