Skip to content

Commit

Permalink
unify format of special files
Browse files Browse the repository at this point in the history
  • Loading branch information
mmahsereci committed Apr 2, 2024
1 parent 263501c commit 4ff3d70
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 41 deletions.
20 changes: 5 additions & 15 deletions doc/conf.py
Original file line number Diff line number Diff line change
@@ -1,27 +1,17 @@
# Copyright 2024 The Emukit Authors. All Rights Reserved.
#
# SPDX-License-Identifier: Apache-2.0

# Copyright 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License").
# You may not use this file except in compliance with the License.
# A copy of the License is located at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# or in the "license" file accompanying this file. This file is distributed
# on an "AS IS" BASIS, 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.
# ==============================================================================
# -*- coding: utf-8 -*-
# SPDX-License-Identifier: Apache-2.0


from datetime import datetime
import os
import shutil
import sys
from os.path import abspath, dirname

# -- Mock graphing modules - workaround for optinal dependencies as well as for wrong behavior of some required ones
# -- Mock graphing modules - workaround for optional dependencies as well as for wrong behavior of some required ones
from unittest.mock import MagicMock


Expand Down
18 changes: 5 additions & 13 deletions emukit/__version__.py
Original file line number Diff line number Diff line change
@@ -1,16 +1,8 @@
# Copyright 2024 The Emukit Authors. All Rights Reserved.
#
# SPDX-License-Identifier: Apache-2.0

# Copyright 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License").
# You may not use this file except in compliance with the License.
# A copy of the License is located at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# or in the "license" file accompanying this file. This file is distributed
# on an "AS IS" BASIS, 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.
# ==============================================================================
# SPDX-License-Identifier: Apache-2.0


__version__ = "0.4.10" # noqa
17 changes: 4 additions & 13 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,18 +1,9 @@
# Copyright 2024 The Emukit Authors. All Rights Reserved.
#
# SPDX-License-Identifier: Apache-2.0

# Copyright 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License").
# You may not use this file except in compliance with the License.
# A copy of the License is located at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# or in the "license" file accompanying this file. This file is distributed
# on an "AS IS" BASIS, 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.
# ==============================================================================
# SPDX-License-Identifier: Apache-2.0


import sys

Expand Down

0 comments on commit 4ff3d70

Please sign in to comment.