summaryrefslogtreecommitdiff
path: root/src/packrat-lexers.adb
diff options
context:
space:
mode:
authorJed Barber <jjbarber@y7mail.com>2020-12-14 13:13:48 +1100
committerJed Barber <jjbarber@y7mail.com>2020-12-14 13:13:48 +1100
commit59418dafe0abc2b1ef2c251602397e1adbba5e77 (patch)
tree379a820e906199a9d52168b3249a374474e59718 /src/packrat-lexers.adb
parente2762a8a0dea2a93919db67d01ed7a48c8450400 (diff)
License added
Diffstat (limited to 'src/packrat-lexers.adb')
-rw-r--r--src/packrat-lexers.adb3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/packrat-lexers.adb b/src/packrat-lexers.adb
index 34bd5c0..3a51e1a 100644
--- a/src/packrat-lexers.adb
+++ b/src/packrat-lexers.adb
@@ -1,5 +1,8 @@
+-- This source is licensed under the Sunset License v1.0
+
+
with
Packrat.Errors;