From 59418dafe0abc2b1ef2c251602397e1adbba5e77 Mon Sep 17 00:00:00 2001 From: Jed Barber Date: Mon, 14 Dec 2020 13:13:48 +1100 Subject: License added --- test/packrat-lexers-debug.adb | 3 +++ test/packrat-lexers-debug.ads | 3 +++ test/packrat-parsers-debug.adb | 3 +++ test/packrat-parsers-debug.ads | 3 +++ test/rat_tests-errors.adb | 3 +++ test/rat_tests-errors.ads | 3 +++ test/rat_tests-lexers.adb | 3 +++ test/rat_tests-lexers.ads | 3 +++ test/rat_tests-parse_graphs.adb | 4 ++++ test/rat_tests-parse_graphs.ads | 3 +++ test/rat_tests-parsers.adb | 3 +++ test/rat_tests-parsers.ads | 3 +++ test/rat_tests-tokens.adb | 3 +++ test/rat_tests-tokens.ads | 3 +++ test/rat_tests-utilities.adb | 3 +++ test/rat_tests-utilities.ads | 3 +++ test/rat_tests.ads | 3 +++ test/test_main.adb | 3 +++ 18 files changed, 55 insertions(+) (limited to 'test') diff --git a/test/packrat-lexers-debug.adb b/test/packrat-lexers-debug.adb index f7121e1..527f82f 100644 --- a/test/packrat-lexers-debug.adb +++ b/test/packrat-lexers-debug.adb @@ -1,5 +1,8 @@ +-- This source is licensed under the Sunset License v1.0 + + package body Packrat.Lexers.Debug is diff --git a/test/packrat-lexers-debug.ads b/test/packrat-lexers-debug.ads index 0a8d1fe..89d9a24 100644 --- a/test/packrat-lexers-debug.ads +++ b/test/packrat-lexers-debug.ads @@ -1,5 +1,8 @@ +-- This source is licensed under the Sunset License v1.0 + + with Ada.Containers.Vectors; diff --git a/test/packrat-parsers-debug.adb b/test/packrat-parsers-debug.adb index 744166a..9e61bcc 100644 --- a/test/packrat-parsers-debug.adb +++ b/test/packrat-parsers-debug.adb @@ -1,5 +1,8 @@ +-- This source is licensed under the Sunset License v1.0 + + with Ada.Characters.Latin_1, diff --git a/test/packrat-parsers-debug.ads b/test/packrat-parsers-debug.ads index 7fd425b..70d1f31 100644 --- a/test/packrat-parsers-debug.ads +++ b/test/packrat-parsers-debug.ads @@ -1,5 +1,8 @@ +-- This source is licensed under the Sunset License v1.0 + + generic package Packrat.Parsers.Debug is diff --git a/test/rat_tests-errors.adb b/test/rat_tests-errors.adb index ee95004..e82aa4c 100644 --- a/test/rat_tests-errors.adb +++ b/test/rat_tests-errors.adb @@ -1,5 +1,8 @@ +-- This source is licensed under the Sunset License v1.0 + + with Packrat.Errors; diff --git a/test/rat_tests-errors.ads b/test/rat_tests-errors.ads index adbdded..ce8af06 100644 --- a/test/rat_tests-errors.ads +++ b/test/rat_tests-errors.ads @@ -1,5 +1,8 @@ +-- This source is licensed under the Sunset License v1.0 + + with Unit_Tests; use Unit_Tests; diff --git a/test/rat_tests-lexers.adb b/test/rat_tests-lexers.adb index 7c2fb97..17fd20f 100644 --- a/test/rat_tests-lexers.adb +++ b/test/rat_tests-lexers.adb @@ -1,5 +1,8 @@ +-- This source is licensed under the Sunset License v1.0 + + package body Rat_Tests.Lexers is diff --git a/test/rat_tests-lexers.ads b/test/rat_tests-lexers.ads index 6c8a4d7..23d18d2 100644 --- a/test/rat_tests-lexers.ads +++ b/test/rat_tests-lexers.ads @@ -1,5 +1,8 @@ +-- This source is licensed under the Sunset License v1.0 + + with Unit_Tests; diff --git a/test/rat_tests-parse_graphs.adb b/test/rat_tests-parse_graphs.adb index 878bee0..b835037 100644 --- a/test/rat_tests-parse_graphs.adb +++ b/test/rat_tests-parse_graphs.adb @@ -1,4 +1,8 @@ + +-- This source is licensed under the Sunset License v1.0 + + with Ada.Text_IO; with diff --git a/test/rat_tests-parse_graphs.ads b/test/rat_tests-parse_graphs.ads index 2ffe9bb..fdc3f5e 100644 --- a/test/rat_tests-parse_graphs.ads +++ b/test/rat_tests-parse_graphs.ads @@ -1,5 +1,8 @@ +-- This source is licensed under the Sunset License v1.0 + + with Unit_Tests; use Unit_Tests; diff --git a/test/rat_tests-parsers.adb b/test/rat_tests-parsers.adb index 872925a..2178097 100644 --- a/test/rat_tests-parsers.adb +++ b/test/rat_tests-parsers.adb @@ -1,5 +1,8 @@ +-- This source is licensed under the Sunset License v1.0 + + with Ada.Text_IO, diff --git a/test/rat_tests-parsers.ads b/test/rat_tests-parsers.ads index 2b71f86..5a2d15f 100644 --- a/test/rat_tests-parsers.ads +++ b/test/rat_tests-parsers.ads @@ -1,5 +1,8 @@ +-- This source is licensed under the Sunset License v1.0 + + with Unit_Tests; diff --git a/test/rat_tests-tokens.adb b/test/rat_tests-tokens.adb index 95fe5ff..d5ef959 100644 --- a/test/rat_tests-tokens.adb +++ b/test/rat_tests-tokens.adb @@ -1,5 +1,8 @@ +-- This source is licensed under the Sunset License v1.0 + + with Packrat.Tokens; diff --git a/test/rat_tests-tokens.ads b/test/rat_tests-tokens.ads index 1804347..ca01e20 100644 --- a/test/rat_tests-tokens.ads +++ b/test/rat_tests-tokens.ads @@ -1,5 +1,8 @@ +-- This source is licensed under the Sunset License v1.0 + + with Unit_Tests; use Unit_Tests; diff --git a/test/rat_tests-utilities.adb b/test/rat_tests-utilities.adb index c1bb790..196c058 100644 --- a/test/rat_tests-utilities.adb +++ b/test/rat_tests-utilities.adb @@ -1,5 +1,8 @@ +-- This source is licensed under the Sunset License v1.0 + + with Packrat.Utilities; diff --git a/test/rat_tests-utilities.ads b/test/rat_tests-utilities.ads index b3fcaee..a06bd06 100644 --- a/test/rat_tests-utilities.ads +++ b/test/rat_tests-utilities.ads @@ -1,5 +1,8 @@ +-- This source is licensed under the Sunset License v1.0 + + with Unit_Tests; use Unit_Tests; diff --git a/test/rat_tests.ads b/test/rat_tests.ads index 9593667..540b244 100644 --- a/test/rat_tests.ads +++ b/test/rat_tests.ads @@ -1,5 +1,8 @@ +-- This source is licensed under the Sunset License v1.0 + + with Ada.Strings.Unbounded, diff --git a/test/test_main.adb b/test/test_main.adb index 3fdab35..0aafaf2 100644 --- a/test/test_main.adb +++ b/test/test_main.adb @@ -1,5 +1,8 @@ +-- This source is licensed under the Sunset License v1.0 + + with Ada.Text_IO, -- cgit