From 444c121222322e90bac4b04d216db2e14fa9483b Mon Sep 17 00:00:00 2001 From: Raquel Fuentetaja Date: Fri, 15 Nov 2024 13:02:40 +0100 Subject: [PATCH] added MIT license to childsnack --- childsnack/child-snack-generator.py | 1 + childsnack/child-snack-pool.pddl | 3 ++- childsnack/domain.pddl | 3 ++- childsnack/license | 21 +++++++++++++++++++++ 4 files changed, 26 insertions(+), 2 deletions(-) create mode 100644 childsnack/license diff --git a/childsnack/child-snack-generator.py b/childsnack/child-snack-generator.py index 77676cda..8b9dea3d 100755 --- a/childsnack/child-snack-generator.py +++ b/childsnack/child-snack-generator.py @@ -2,6 +2,7 @@ # Generator for the child-snack domain # # Authors: Raquel Fuentetaja and Tomas de la Rosa +# See MIT License attached # # See domain file for description. # The ratio parameter is the proportion of needed symbols diff --git a/childsnack/child-snack-pool.pddl b/childsnack/child-snack-pool.pddl index 5d5f25a4..f55df471 100644 --- a/childsnack/child-snack-pool.pddl +++ b/childsnack/child-snack-pool.pddl @@ -13,7 +13,8 @@ ;; state. Goals consist of having all kids served with a sandwich to which they ;; are not allergic. ;; -;; Author: Raquel Fuentetaja and Tomás de la Rosa +;; Created by Raquel Fuentetaja and Tomas de la Rosa +;; See MIT License attached ;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; diff --git a/childsnack/domain.pddl b/childsnack/domain.pddl index 44d934c4..2a978d16 100644 --- a/childsnack/domain.pddl +++ b/childsnack/domain.pddl @@ -13,7 +13,8 @@ ;; state. Goals consist of having all kids served with a sandwich to which they ;; are not allergic. ;; -;; Author: Raquel Fuentetaja and Tomás de la Rosa +;; Created by Raquel Fuentetaja and Tomas de la Rosa +;; See MIT License attached ;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; diff --git a/childsnack/license b/childsnack/license new file mode 100644 index 00000000..fd509fd7 --- /dev/null +++ b/childsnack/license @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2013 Raquel Fuentetaja and Tomas de la Rosa + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. \ No newline at end of file