-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* [test] change src-header to asf required
According to http://www.apache.org/legal/src-headers.html#headers, change all source code(javascript,obj-c,java)'s header. Expect: - generate file. - file can not use c-style comment, which need modify by hand. This commit should not change any code but put a license header to every source file. And should not break any test.
- Loading branch information
Showing
895 changed files
with
16,197 additions
and
82,521 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
\.gitignore | ||
\.git/.* | ||
ios/playground | ||
.rat-excludes | ||
build | ||
.*\.json | ||
Info\.plist | ||
.*\.xml | ||
.*\.pch | ||
main\.js | ||
\./ios/playground/Pods/.* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.