gitextract_sctsp714/ ├── .gitattributes ├── .gitignore ├── ANTI-996 DAY.MD ├── LICENSE ├── LICENSE_CN ├── README.md ├── README_CN.md ├── archived/ │ ├── assets/ │ │ ├── ai/ │ │ │ ├── 996.ICU.ai │ │ │ └── README.md │ │ └── sketch/ │ │ ├── 996.CIU.sketch │ │ └── README.md │ └── licenses[WIP]/ │ ├── LICENSE-MIT-996 │ ├── LICENSE.996icu.en-US │ ├── LICENSE.996icu.zh-hans │ ├── LICENSE_Apache_no_overtime │ ├── README.md │ └── tools/ │ ├── gen-license/ │ │ ├── .gitignore │ │ ├── LICENSE │ │ ├── MANIFEST.in │ │ ├── Makefile │ │ ├── README.md │ │ ├── debug.py │ │ ├── genlicense/ │ │ │ ├── __init__.py │ │ │ └── licenses/ │ │ │ ├── 996.icu.template.en-us.txt │ │ │ ├── 996.icu.template.zh-cn.txt │ │ │ ├── 996icu-0.1.txt │ │ │ ├── agpl-3.0.txt │ │ │ ├── apache-2.0.txt │ │ │ ├── bsd-2-clause.txt │ │ │ ├── bsd-3-clause.txt │ │ │ ├── epl-2.0.txt │ │ │ ├── gpl-2.0.txt │ │ │ ├── gpl-3.0.txt │ │ │ ├── lgpl-2.1.txt │ │ │ ├── lgpl-3.0.txt │ │ │ ├── mit.txt │ │ │ ├── mpl-2.0.txt │ │ │ └── unlicenses.txt │ │ └── setup.py │ ├── gen-license-go/ │ │ ├── LICENSE │ │ ├── README.md │ │ ├── bin/ │ │ │ ├── linux/ │ │ │ │ └── gen-license-go │ │ │ └── osx/ │ │ │ └── gen-license-go │ │ ├── cmd/ │ │ │ ├── gen.go │ │ │ └── root.go │ │ ├── go.mod │ │ ├── go.sum │ │ ├── licenses/ │ │ │ ├── 996icu-0.1.txt │ │ │ ├── agpl-3.0.txt │ │ │ ├── apache-2.0.txt │ │ │ ├── bsd-2-clause.txt │ │ │ ├── bsd-3-clause.txt │ │ │ ├── epl-2.0.txt │ │ │ ├── gpl-2.0.txt │ │ │ ├── gpl-3.0.txt │ │ │ ├── lgpl-2.1.txt │ │ │ ├── lgpl-3.0.txt │ │ │ ├── mit.txt │ │ │ ├── mpl-2.0.txt │ │ │ ├── templates/ │ │ │ │ ├── 996.icu.template.en-us.txt │ │ │ │ └── 996.icu.template.zh-cn.txt │ │ │ └── unlicenses.txt │ │ └── main.go │ ├── gen-license-rs/ │ │ ├── .gitignore │ │ ├── Cargo.toml │ │ └── src/ │ │ ├── licenses/ │ │ │ ├── 996.icu.template.en-us.txt │ │ │ ├── 996.icu.template.zh-cn.txt │ │ │ ├── 996icu-0.1.txt │ │ │ ├── agpl-3.0.txt │ │ │ ├── apache-2.0.txt │ │ │ ├── bsd-2-clause.txt │ │ │ ├── bsd-3-clause.txt │ │ │ ├── epl-2.0.txt │ │ │ ├── gpl-2.0.txt │ │ │ ├── gpl-3.0.txt │ │ │ ├── lgpl-2.1.txt │ │ │ ├── lgpl-3.0.txt │ │ │ ├── mit.txt │ │ │ ├── mpl-2.0.txt │ │ │ └── unlicenses.txt │ │ └── main.rs │ └── test-gen-license/ │ ├── .gitignore │ ├── Cargo.toml │ ├── README.md │ └── src/ │ ├── lib.rs │ ├── test_go.rs │ ├── test_py.rs │ └── test_rust.rs ├── awesomelist/ │ └── README.md ├── blacklist/ │ └── README.md ├── externals/ │ ├── article_and_discussion.md │ ├── exposure.md │ ├── instruction.md │ ├── music.md │ ├── mutual_help.md │ ├── news.md │ ├── news_EN.md │ ├── official.md │ └── video.md ├── i18n/ │ ├── README.md │ ├── ar_EG.md │ ├── ca_ES.md │ ├── de_DE.md │ ├── el_GR.md │ ├── en_US.md │ ├── epo.md │ ├── es_ES.md │ ├── es_MX.md │ ├── fa_IR.md │ ├── fi_FI.md │ ├── fr_FR.md │ ├── ga.md │ ├── gsw_CH.md │ ├── hin.md │ ├── it_IT.md │ ├── ja_JP.md │ ├── ko_KR.md │ ├── my_MY.md │ ├── nl_NL.md │ ├── pt_BR.md │ ├── pt_PT.md │ ├── ru_RU.md │ ├── se_SE.md │ ├── sn_LK.md │ ├── tg_TG.md │ ├── th_TH.md │ ├── tlh.md │ ├── tr_TR.md │ ├── vi_VN.md │ ├── yue_CN.md │ ├── zh-Hans.md │ ├── zh-Hant-HK.md │ ├── zh-Hant.md │ ├── zh-lzh-Hans.md │ └── zh-lzh-Hant.md ├── proposal/ │ ├── README.md │ ├── proposal_blockchain_evidence_online.md │ ├── proposal_for_expanding_the_anti996license_for_more_fields.md │ ├── proposal_for_other_types_of_work.md │ ├── proposal_gonghui.md │ ├── proposal_roadmap.md │ ├── proposal_template.md │ └── proposal_to_request_github_official_including_996icu_license.md ├── remotelist/ │ ├── README.md │ ├── beijing/ │ │ └── remotelist.md │ ├── guangzhou/ │ │ └── remotelist.md │ ├── hangzhou/ │ │ └── remotelist.md │ ├── shanghai/ │ │ └── remotelist.md │ └── shenzhen/ │ └── remotelist.md └── whitelist/ └── README.md