From 83155542b1d5563d2b72f70dff74e8bc37f15fc7 Mon Sep 17 00:00:00 2001
From: Blaise Li <blaise.li__git@nsup.org>
Date: Mon, 22 Nov 2021 14:43:54 +0100
Subject: [PATCH] Adding AUTHORS and LICENCE files, and README link.

This is part of an attempt to submit the code to Software Heritage
(https://www.softwareheritage.org/save-and-reference-research-software/)
to obtain a DOI for Eric Cornes' paper.
---
 AUTHORS | 3 +++
 LICENSE | 1 +
 README  | 1 +
 3 files changed, 5 insertions(+)
 create mode 100644 AUTHORS
 create mode 100644 LICENSE
 create mode 120000 README

diff --git a/AUTHORS b/AUTHORS
new file mode 100644
index 0000000..d0212af
--- /dev/null
+++ b/AUTHORS
@@ -0,0 +1,3 @@
+Blaise LI: Design, Coding, Testing, Debugging, Maintenance
+Piergiuseppe QUARATO: Testing
+Meetali SINGH: Testing
diff --git a/LICENSE b/LICENSE
new file mode 100644
index 0000000..a2f7386
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1 @@
+GNU General Public License v3.0 or later
diff --git a/README b/README
new file mode 120000
index 0000000..42061c0
--- /dev/null
+++ b/README
@@ -0,0 +1 @@
+README.md
\ No newline at end of file
-- 
GitLab