From 709e1db631d23328fc61f41baaca8509c5d2cef3 Mon Sep 17 00:00:00 2001 From: tily Date: Mon, 1 Apr 2024 11:26:06 +0900 Subject: [PATCH] Update copyright --- LICENSE | 2 +- docs/source/conf.py | 4 ++-- setup.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/LICENSE b/LICENSE index 8ed1e21..deece51 100644 --- a/LICENSE +++ b/LICENSE @@ -186,7 +186,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright 2018 FUJITSU CLOUD TECHNOLOGIES LIMITED. All Rights Reserved. + Copyright FUJITSU. All Rights Reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/docs/source/conf.py b/docs/source/conf.py index 073bb3c..91ca7ed 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -14,8 +14,8 @@ # https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information project = 'nifcloud-cli' -copyright = '2023, FUJITSU CLOUD TECHNOLOGIES LIMITED' -author = 'FUJITSU CLOUD TECHNOLOGIES LIMITED' +copyright = 'FUJITSU' +author = 'FUJITSU' # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/setup.py b/setup.py index d2782a0..ad316a1 100644 --- a/setup.py +++ b/setup.py @@ -51,7 +51,7 @@ def find_version(*file_paths): description='NIFCLOUD Command-Line Tools', long_description=read('README.md'), long_description_content_type='text/markdown', - author='FUJITSU CLOUD TECHNOLOGIES', + author='FUJITSU', url='https://github.com/nifcloud/nifcloud-cli', packages=find_packages(exclude=['tests*']), package_data={'nifcloudcli': ['data/*.json', 'topics/*.json']},