We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 798073e commit 0c68f1dCopy full SHA for 0c68f1d
LICENSE.txt
@@ -1,6 +1,6 @@
1
The MIT License (MIT)
2
3
-Copyright (c) 2015 UpCloud
+Copyright (c) 2015 UpCloud Oy
4
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
of this software and associated documentation files (the "Software"), to deal
upcloud_api/__init__.py
@@ -8,7 +8,7 @@
8
__maintainer__ = 'UpCloud'
9
__maintainer_email__ = 'hello@upcloud.com'
10
__license__ = 'MIT'
11
-__copyright__ = 'Copyright (c) 2015- UpCloud'
+__copyright__ = 'Copyright (c) 2015 UpCloud Oy'
12
13
from upcloud_api.cloud_manager import CloudManager
14
from upcloud_api.errors import UpCloudAPIError, UpCloudClientError
0 commit comments