Skip to content

Commit

Permalink
Merge pull request Azure#11 from pdaru/fleet-extension
Browse files Browse the repository at this point in the history
add licence
  • Loading branch information
pdaru committed Aug 19, 2022
2 parents 12ff9b0 + 817f253 commit 6d0ad33
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions src/fleet/azext_fleet/_helpers.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# --------------------------------------------------------------------------------------------
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License. See License.txt in the project root for license information.
# --------------------------------------------------------------------------------------------

import errno
import os
import platform
Expand Down
2 changes: 1 addition & 1 deletion src/fleet/azext_fleet/_params.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License. See License.txt in the project root for license information.
# --------------------------------------------------------------------------------------------
# pylint: disable=line-too-long

# pylint: disable=line-too-long
import os
from argcomplete.completers import FilesCompleter
from azure.cli.core.commands.parameters import (
Expand Down

0 comments on commit 6d0ad33

Please sign in to comment.