From c074c4d0b37bf980168c2cc1692763d6ae4ac5dd Mon Sep 17 00:00:00 2001 From: Erdmann Marvin Date: Mon, 8 Jul 2024 14:15:48 +0200 Subject: [PATCH] Added pulp licence note in ACL and update build_number in moduledb --- .settings/module_db.json | 2 +- src/modules/applications/optimization/ACL/ACL.py | 15 +++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/.settings/module_db.json b/.settings/module_db.json index 838a0822..9748d62a 100644 --- a/.settings/module_db.json +++ b/.settings/module_db.json @@ -1,5 +1,5 @@ { - "build_number": 11, + "build_number": 10, "build_date": "08-07-2024 11:17:25", "git_revision_number": "93af15d4524755b5cafe28bed22747e04ed288ac", "modules": [ diff --git a/src/modules/applications/optimization/ACL/ACL.py b/src/modules/applications/optimization/ACL/ACL.py index 0ce87c6c..da97edca 100644 --- a/src/modules/applications/optimization/ACL/ACL.py +++ b/src/modules/applications/optimization/ACL/ACL.py @@ -11,6 +11,21 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. +# +# copyright Pulp: +# Copyright (c) 2002-2005, Jean-Sebastien Roy +# Modifications Copyright (c) 2007- Stuart Anthony Mitchell +# +# 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. from typing import TypedDict