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

Some source files miss Apache license headers #68

Open
daisy-ycguo opened this issue Mar 7, 2018 · 2 comments
Open

Some source files miss Apache license headers #68

daisy-ycguo opened this issue Mar 7, 2018 · 2 comments

Comments

@daisy-ycguo
Copy link
Member

Following Apache license header guideline, all human-readable Apache-developed files that are included within a distribution must include the header text with few exceptions. You can find few exceptions here: which files do not require a license header.

I used Apache Rat to check this repository after excluding a few files, and I got this report. We need to add Apache licensing header to those files.

Unapproved licenses:

  openwhisk-client-go/tools/travis/setup.sh
  openwhisk-client-go/tools/travis/build.sh
  openwhisk-client-go/tools/travis/test_openwhisk.sh
  openwhisk-client-go/Makefile

The excluded files are:

**/*.json
**/**.gradle
**/gradlew
**/gradle/**
**/.**
**/templates/**
**/*.j2.*
**/.github/**
**/auth.whisk.system
**/auth.guest
**/i18n_resources.go
@daisy-ycguo
Copy link
Member Author

Resolved by PR #66 and PR #79

@mrutkows
Copy link
Contributor

mrutkows commented Apr 30, 2018

@daisy-ycguo since PR #66 and PR #79 have been merged (meaning all files missing ASF headers you identified now have them), Can we close this tracking issue? Also, are there any EXCLUSIONS we need to document for this repo.?

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

No branches or pull requests

2 participants