From 58c0d020d8b2edf8b537f0d816e264856ab5b6c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Huan=20LI=20=28=E6=9D=8E=E5=8D=93=E6=A1=93=29?= Date: Tue, 19 May 2020 10:55:12 +0800 Subject: [PATCH] add Apache License NOTICE --- LICENSE | 3 ++- NOTICE | 8 ++++++++ scripts/update-license.ts | 5 +++-- 3 files changed, 13 insertions(+), 3 deletions(-) create mode 100644 NOTICE diff --git a/LICENSE b/LICENSE index 9935b1bd..27f56e94 100644 --- a/LICENSE +++ b/LICENSE @@ -186,7 +186,8 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright 2016-2018 Huan LI (李卓桓) + Copyright 2016 Huan LI (李卓桓) and + Wechaty Contributors . 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/NOTICE b/NOTICE new file mode 100644 index 00000000..cbfd0fde --- /dev/null +++ b/NOTICE @@ -0,0 +1,8 @@ +Wechaty Chatbot SDK +Copyright 2016 Huan (李卓桓) and Wechaty Contributors. + +This product includes software developed at +The Wechaty Organization (https://github.com/wechaty). + +This software contains code derived from the Stackoverflow, +including various modifications by GitHub. diff --git a/scripts/update-license.ts b/scripts/update-license.ts index 80e3f5fc..b94954f7 100755 --- a/scripts/update-license.ts +++ b/scripts/update-license.ts @@ -16,9 +16,10 @@ import { promisify } from 'util' import * as globCallback from 'glob' const LICENSE = `/** - * Wechaty - https://github.com/wechaty/wechaty + * Wechaty Chatbot SDK - https://github.com/wechaty/wechaty * - * @copyright 2016-2018 Huan LI + * @copyright 2016 Huan LI (李卓桓) , and + * Wechaty Contributors . * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. -- GitLab