ait_sdk.license package
Submodules
ait_sdk.license.license_generator module
- class ait_sdk.license.license_generator.LicenseGenerator
Bases:
object
LICENSE.txtを出力するためのクラス。
Class for outputting LICENSE.txt.
- write(licence_path: str, year: str, owner: str) None
LICENSE.txtを出力する。
Output LICENSE.txt.
- Parameters:
licence_path (str) –
ライセンスファイルのパス
License file path
year (str) –
著作物発行年。
Year of Publication.
owner (str) –
著作権者名。
Copyright Holder Name.
- Returns:
無し