From f50d74e1878cf6d6a7e5660414769e3433d0ec63 Mon Sep 17 00:00:00 2001 From: zombie110year Date: Sat, 30 Mar 2019 02:14:36 +0800 Subject: [PATCH] add origin 996ICU LICENSE v0.1 to tool --- .../tools/gen-license/genlicense/__init__.py | 3 ++- .../gen-license/genlicense/licenses/996icu-0.1.txt | 13 +++++++++++++ archived/licenses[WIP]/tools/gen-license/setup.py | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) create mode 100644 archived/licenses[WIP]/tools/gen-license/genlicense/licenses/996icu-0.1.txt diff --git a/archived/licenses[WIP]/tools/gen-license/genlicense/__init__.py b/archived/licenses[WIP]/tools/gen-license/genlicense/__init__.py index 22dd4f9..559256f 100644 --- a/archived/licenses[WIP]/tools/gen-license/genlicense/__init__.py +++ b/archived/licenses[WIP]/tools/gen-license/genlicense/__init__.py @@ -15,7 +15,8 @@ LICENSES = [ "lgpl-3.0", "mit", "mpl-2.0", - "unlicenses" + "unlicenses", + "996icu-0.1", ] diff --git a/archived/licenses[WIP]/tools/gen-license/genlicense/licenses/996icu-0.1.txt b/archived/licenses[WIP]/tools/gen-license/genlicense/licenses/996icu-0.1.txt new file mode 100644 index 0000000..b3a00b1 --- /dev/null +++ b/archived/licenses[WIP]/tools/gen-license/genlicense/licenses/996icu-0.1.txt @@ -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. diff --git a/archived/licenses[WIP]/tools/gen-license/setup.py b/archived/licenses[WIP]/tools/gen-license/setup.py index cd92acd..efdf9b5 100644 --- a/archived/licenses[WIP]/tools/gen-license/setup.py +++ b/archived/licenses[WIP]/tools/gen-license/setup.py @@ -8,7 +8,7 @@ EMAIL = "zombie110year@outlook.com" URL = "https://github.com/zombie110year/gen-license" # * 版本号 -VERSION = "0.0.1" +VERSION = "0.0.2" # * 短描述 DESCRIPTION = "Generate LICENSE Files"