Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(license): use Apache 2.0 license #9971

Closed
wants to merge 10 commits into from

Conversation

zhiqingchen
Copy link
Member

这个 PR 做了什么? (简要描述所做更改)

license 文件处理

  1. license 文件替换为 Apache 2.0
  2. 将包含的第三方源码在文件底部按协议分类进行罗列

notice 处理

Taro Copyright 2018 The O2Team ...

文件头部处理

  1. 增加了yarn license用于给文件增加头部。
  2. 需要过滤的目录可添加至 .headerignore

第三方源码处理

  1. 在根目录的 license 文件中罗列使用源码的文件。
  2. 在license目录下存放依赖的原始license文件,文件名为LICENSE-${project name}.txt
  3. 在使用源码的文件头部增加声明,如Based on css-to-react-native from Krister Kari

package.json 处理

  1. 将 author 统一为 O2Team
  2. 将 license 统一为 Apache-2.0

readme 处理

  1. 将 license 改为 Taro is available under the Apache License V2.

其他

  1. 部分测试用例由于添加了文件头部,会导致 snap 变化,需更新 snap 文件。

todo

  1. 检查是否有遗漏的第三方源码。
  2. chameleon-api 项目无license 文件,已 issue 咨询,考虑重写剪切板相关的两个接口。
  3. minapp-wx 项目无license文件,相关issue,考虑此部分替换为参考微信提供的 ts 定义文件。
  4. 批量给每个文件添加头部。

这个 PR 是什么类型? (至少选择一个)

  • 错误修复(Bugfix) issue id #
  • 新功能(Feature)
  • 代码重构(Refactor)
  • TypeScript 类型定义修改(Typings)
  • 文档修改(Docs)
  • 代码风格更新(Code style update)
  • 其他,请描述(Other, please describe):

这个 PR 涉及以下平台:

  • 所有小程序
  • 微信小程序
  • 支付宝小程序
  • 百度小程序
  • 字节跳动小程序
  • QQ 轻应用
  • 京东小程序
  • 快应用平台(QuickApp)
  • Web 平台(H5)
  • 移动端(React-Native)

@zhiqingchen zhiqingchen force-pushed the fix/apache-license branch 2 times, most recently from 7cd74e6 to 6846824 Compare August 19, 2021 08:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants