Skip to content

Commit a46f7d5

Browse files
committed
Update Copyright
- Update copyright year to 2025 - Add missing copyright - Add check to tox.ini to verify copyright Signed-off-by: Patrik Dufresne <[email protected]>
1 parent e3b12c4 commit a46f7d5

File tree

87 files changed

+477
-479
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

87 files changed

+477
-479
lines changed

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2023 IKUS Software. All rights reserved.
1+
# Copyright (C) 2025 IKUS Software. All rights reserved.
22
# IKUS Software inc. PROPRIETARY/CONFIDENTIAL.
33
# Use is subject to license terms.
44
#

doc/openapi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2023 IKUS Software. All rights reserved.
1+
# Copyright (C) 2025 IKUS Software. All rights reserved.
22
# IKUS Software inc. PROPRIETARY/CONFIDENTIAL.
33
# Use is subject to license terms.
44
#

minarca_client/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2023 IKUS Software. All rights reserved.
1+
# Copyright (C) 2025 IKUS Software. All rights reserved.
22
# IKUS Software inc. PROPRIETARY/CONFIDENTIAL.
33
# Use is subject to license terms.
44
from importlib.metadata import version

minarca_client/core/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2023 IKUS Software. All rights reserved.
1+
# Copyright (C) 2025 IKUS Software. All rights reserved.
22
# IKUS Software inc. PROPRIETARY/CONFIDENTIAL.
33
# Use is subject to license terms.
44
'''

minarca_client/core/backup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2023 IKUS Software. All rights reserved.
1+
# Copyright (C) 2025 IKUS Software. All rights reserved.
22
# IKUS Software inc. PROPRIETARY/CONFIDENTIAL.
33
# Use is subject to license terms.
44
'''

minarca_client/core/compat.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2023 IKUS Software. All rights reserved.
1+
# Copyright (C) 2025 IKUS Software. All rights reserved.
22
# IKUS Software inc. PROPRIETARY/CONFIDENTIAL.
33
# Use is subject to license terms.
44
'''

minarca_client/core/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2023 IKUS Software. All rights reserved.
1+
# Copyright (C) 2025 IKUS Software. All rights reserved.
22
# IKUS Software inc. PROPRIETARY/CONFIDENTIAL.
33
# Use is subject to license terms.
44
'''

minarca_client/core/disk.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2023 IKUS Software. All rights reserved.
1+
# Copyright (C) 2025 IKUS Software. All rights reserved.
22
# IKUS Software inc. PROPRIETARY/CONFIDENTIAL.
33
# Use is subject to license terms.
44
'''

minarca_client/core/exceptions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2023 IKUS Software. All rights reserved.
1+
# Copyright (C) 2025 IKUS Software. All rights reserved.
22
# IKUS Software inc. PROPRIETARY/CONFIDENTIAL.
33
# Use is subject to license terms.
44
'''

minarca_client/core/instance.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2023 IKUS Software. All rights reserved.
1+
# Copyright (C) 2025 IKUS Software. All rights reserved.
22
# IKUS Software inc. PROPRIETARY/CONFIDENTIAL.
33
# Use is subject to license terms.
44
'''

0 commit comments

Comments
 (0)