Skip to content

Commit 0c68f1d

Browse files
authored
chore: set UpCloud Oy as copyright holder (#167)
1 parent 798073e commit 0c68f1d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2015 UpCloud
3+
Copyright (c) 2015 UpCloud Oy
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

upcloud_api/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
__maintainer__ = 'UpCloud'
99
__maintainer_email__ = '[email protected]'
1010
__license__ = 'MIT'
11-
__copyright__ = 'Copyright (c) 2015- UpCloud'
11+
__copyright__ = 'Copyright (c) 2015 UpCloud Oy'
1212

1313
from upcloud_api.cloud_manager import CloudManager
1414
from upcloud_api.errors import UpCloudAPIError, UpCloudClientError

0 commit comments

Comments
 (0)