Skip to content

Commit

Permalink
Added pulp licence note in ACL and update build_number in moduledb
Browse files Browse the repository at this point in the history
  • Loading branch information
Erdmann Marvin committed Jul 8, 2024
1 parent a024745 commit c074c4d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .settings/module_db.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"build_number": 11,
"build_number": 10,
"build_date": "08-07-2024 11:17:25",
"git_revision_number": "93af15d4524755b5cafe28bed22747e04ed288ac",
"modules": [
Expand Down
15 changes: 15 additions & 0 deletions src/modules/applications/optimization/ACL/ACL.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit c074c4d

Please sign in to comment.