From b05e02bf9b9554e8dcc7a3cc1ae9dbc1c0c3bf06 Mon Sep 17 00:00:00 2001
From: MeikeWeiss <82507837+MeikeWeiss@users.noreply.github.com>
Date: Thu, 15 May 2025 15:29:13 +0200
Subject: [PATCH 1/2] Create LICENSE
Add a license
---
LICENSE | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
create mode 100644 LICENSE
diff --git a/LICENSE b/LICENSE
new file mode 100644
index 0000000..c51c88d
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,16 @@
+This GAP package AttributeScheduler is
+
+Copyright (C) 2025 by Sebastian Gutsche und Markus Baumeister
+
+This program is free software: you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+This program is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+GNU General Public License for more details.
+
+You should have received a copy of the GNU General Public License
+along with this program. If not, see .
From 3003964ddfaaac3db4146abfa61f7a52ac8a7361 Mon Sep 17 00:00:00 2001
From: MeikeWeiss
Date: Thu, 15 May 2025 15:35:51 +0200
Subject: [PATCH 2/2] add license in README
---
README.md | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index 8b90112..9b8cc85 100644
--- a/README.md
+++ b/README.md
@@ -2,9 +2,6 @@
This packages contains methods to construct a graph to compute attributes with dependencies. This means that the graph describes which attribute implies other attributes.
-## License
-TODO
-
## Installation
To use this package, go into your local installation directory for GAP (often located under `~/.gap/` ), and clone this repository in the `pkg/`-subfolder:
@@ -21,3 +18,7 @@ For using the Package, call
LoadPackage("AttributeScheduler");
to access the package inside a GAP session.
+
+## License
+AttributeScheduler is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.
+For details see the LICENSE file.