Skip to content

Commit

Permalink
add Apache License NOTICE
Browse files Browse the repository at this point in the history
  • Loading branch information
huan committed May 19, 2020
1 parent 28de177 commit 58c0d02
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
3 changes: 2 additions & 1 deletion LICENSE
Expand Up @@ -186,7 +186,8 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright 2016-2018 Huan LI (李卓桓) <zixia@zixia.net>
Copyright 2016 Huan LI (李卓桓) <https://github.com/huan> and
Wechaty Contributors <https://github.com/wechaty>.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
8 changes: 8 additions & 0 deletions 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.
5 changes: 3 additions & 2 deletions scripts/update-license.ts
Expand Up @@ -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 <zixia@zixia.net>
* @copyright 2016 Huan LI (李卓桓) <https://github.com/huan>, and
* Wechaty Contributors <https://github.com/wechaty>.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down

0 comments on commit 58c0d02

Please sign in to comment.