add origin 996ICU LICENSE v0.1 to tool

This commit is contained in:
zombie110year
2019-03-30 02:14:36 +08:00
parent 32d1bb70e9
commit f50d74e187
3 changed files with 16 additions and 2 deletions

View File

@ -15,7 +15,8 @@ LICENSES = [
"lgpl-3.0", "lgpl-3.0",
"mit", "mit",
"mpl-2.0", "mpl-2.0",
"unlicenses" "unlicenses",
"996icu-0.1",
] ]

View File

@ -0,0 +1,13 @@
The 996ICU License (996ICU)
Version 0.1, March 2019
PACKAGE is distributed under LICENSE with the following restriction:
The above license is only granted to entities that act in concordance
with local labor laws. In addition, the following requirements must be
observed:
* The licencee must not, explicitly or implicitly, request or schedule
their employees to work more than 45 hours in any single week.
* The licencee must not, explicitly or implicitly, request or schedule
their employees to be at work consecutively for 10 hours.

View File

@ -8,7 +8,7 @@ EMAIL = "zombie110year@outlook.com"
URL = "https://github.com/zombie110year/gen-license" URL = "https://github.com/zombie110year/gen-license"
# * 版本号 # * 版本号
VERSION = "0.0.1" VERSION = "0.0.2"
# * 短描述 # * 短描述
DESCRIPTION = "Generate LICENSE Files" DESCRIPTION = "Generate LICENSE Files"