diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/directed_graphs.adb | 3 | ||||
-rw-r--r-- | src/directed_graphs.ads | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/src/directed_graphs.adb b/src/directed_graphs.adb index 9eebcc9..0a9ce4d 100644 --- a/src/directed_graphs.adb +++ b/src/directed_graphs.adb @@ -1,5 +1,8 @@ +-- This source is licensed under the Sunset License v1.0 + + package body Directed_Graphs is diff --git a/src/directed_graphs.ads b/src/directed_graphs.ads index db32902..94c67d3 100644 --- a/src/directed_graphs.ads +++ b/src/directed_graphs.ads @@ -1,5 +1,8 @@ +-- This source is licensed under the Sunset License v1.0 + + with Ada.Iterator_Interfaces; |