Skip to content

Commit

Permalink
Updated copyrights
Browse files Browse the repository at this point in the history
  • Loading branch information
cs-sameer-pathan committed Jan 2, 2025
1 parent 438ab1f commit 8880aae
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 18 deletions.
11 changes: 6 additions & 5 deletions azure-key-vault/connector.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
"""
Copyright start
MIT License
Copyright (c) 2025 Fortinet Inc
Copyright end
"""

""" Copyright start
Copyright (C) 2008 - 2023 Fortinet Inc.
All rights reserved.
FORTINET CONFIDENTIAL & FORTINET PROPRIETARY SOURCE CODE
Copyright end """

from connectors.core.connector import Connector, get_logger, ConnectorError
from .operations import operations, check, list_key_vault
Expand Down
12 changes: 7 additions & 5 deletions azure-key-vault/constants.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
""" Copyright start
Copyright (C) 2008 - 2023 Fortinet Inc.
All rights reserved.
FORTINET CONFIDENTIAL & FORTINET PROPRIETARY SOURCE CODE
Copyright end """
"""
Copyright start
MIT License
Copyright (c) 2025 Fortinet Inc
Copyright end
"""


CLIENT_CREDENTIALS = 'client_credentials'

Expand Down
12 changes: 7 additions & 5 deletions azure-key-vault/microsoft_api_auth.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
""" Copyright start
Copyright (C) 2008 - 2023 Fortinet Inc.
All rights reserved.
FORTINET CONFIDENTIAL & FORTINET PROPRIETARY SOURCE CODE
Copyright end """
"""
Copyright start
MIT License
Copyright (c) 2025 Fortinet Inc
Copyright end
"""


from requests import request
from time import time, ctime
Expand Down
2 changes: 1 addition & 1 deletion azure-key-vault/operations.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def delete_key_vault(config, params):
response = kv.make_rest_call(endpoint=endpoint, method='DELETE', manage_api_endpoint=True)
result = {
"status": response.status_code,
"result": "Successfully deleted the vault "
"result": "Successfully deleted the vault"
}
return result

Expand Down
2 changes: 1 addition & 1 deletion azure-key-vault/tests/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""
Copyright start
MIT License
Copyright (c) 2024 Fortinet Inc
Copyright (c) 2025 Fortinet Inc
Copyright end
"""
2 changes: 1 addition & 1 deletion azure-key-vault/tests/test_operations.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"""
Copyright start
MIT License
Copyright (c) 2024 Fortinet Inc
Copyright (c) 2025 Fortinet Inc
Copyright end
"""

Expand Down

0 comments on commit 8880aae

Please sign in to comment.