From 63a79b15676dc63318ecae0a721a7c8f74ff08f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Fri, 27 Jun 2025 16:10:44 +0300 Subject: [PATCH] chore: set UpCloud Oy as copyright holder --- LICENSE.txt | 2 +- upcloud_api/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LICENSE.txt b/LICENSE.txt index 889a18a..878d459 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2015 UpCloud +Copyright (c) 2015 UpCloud Oy Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/upcloud_api/__init__.py b/upcloud_api/__init__.py index 47f1ba9..ade512d 100644 --- a/upcloud_api/__init__.py +++ b/upcloud_api/__init__.py @@ -8,7 +8,7 @@ __maintainer__ = 'UpCloud' __maintainer_email__ = 'hello@upcloud.com' __license__ = 'MIT' -__copyright__ = 'Copyright (c) 2015- UpCloud' +__copyright__ = 'Copyright (c) 2015 UpCloud Oy' from upcloud_api.cloud_manager import CloudManager from upcloud_api.errors import UpCloudAPIError, UpCloudClientError