summaryrefslogtreecommitdiff
path: root/src/directed_graphs.ads
diff options
context:
space:
mode:
authorJed Barber <jjbarber@y7mail.com>2020-04-30 13:02:08 +1000
committerJed Barber <jjbarber@y7mail.com>2020-04-30 13:02:08 +1000
commit5ecc9ae9efb62461d3d88d029515671c1118271e (patch)
tree9cb53d38e99c9bddba5d186b373779f5efd4293a /src/directed_graphs.ads
parent15f53e4b81c7f9d5437295ecfc5d7900ac9a896e (diff)
Added license
Diffstat (limited to 'src/directed_graphs.ads')
-rw-r--r--src/directed_graphs.ads3
1 files changed, 3 insertions, 0 deletions
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;