openwhisk-client-go icon indicating copy to clipboard operation
openwhisk-client-go copied to clipboard

Some source files miss Apache license headers

Open daisy-ycguo opened this issue 6 years ago • 2 comments

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 avatar Mar 07 '18 02:03 daisy-ycguo

Resolved by PR #66 and PR #79

daisy-ycguo avatar Apr 25 '18 01:04 daisy-ycguo

@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.?

mrutkows avatar Apr 30 '18 15:04 mrutkows