daisy-ycguo opened a new issue #256: A list of source files missing Apache 
license headers
URL: https://github.com/apache/incubator-openwhisk-catalog/issues/256
 
 
   Following [Apache license header 
guideline](http://www.apache.org/legal/src-headers.html), **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](http://www.apache.org/legal/src-headers.html#faq-exceptions).
   
   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:
   
     ./.travis.yml
     ./settings.gradle
     ./packages/installCatalog.sh
     ./packages/installCombinators.sh
     ./packages/installGit.sh
     ./packages/installSlack.sh
     ./packages/installSystem.sh
     ./packages/installWatson.sh
     ./packages/installWeather.sh
     ./packages/installWebSocket.sh
     ./packages/util.sh
     ./packages/validateParameter.sh
     ./packages/combinators/eca.js
     ./packages/combinators/forwarder.js
     ./packages/combinators/retry.js
     ./packages/combinators/trycatch.js
     ./packages/github/README.md
     ./packages/github/webhook.js
     ./packages/samples/cat/swift/cat.swift
     ./packages/samples/countdown/javascript/countdown.js
     ./packages/samples/curl/javascript/curl.js
     ./packages/samples/greeting/javascript/greeting.js
     ./packages/samples/head/swift/head.swift
     ./packages/samples/hello/java/build.gradle
     ./packages/samples/hello/java/src/main/java/hello/Hello.java
     ./packages/samples/hello/javascript/hello.js
     ./packages/samples/hello/swift/hello.swift
     ./packages/samples/helloAsync/javascript/helloAsync.js
     ./packages/samples/helloPromises/javascript/helloPromises.js
     ./packages/samples/httpGet/swift/httpGet.swift
     ./packages/samples/invoke/swift/invoke.swift
     ./packages/samples/printParames/javascript/printParams.js
     ./packages/samples/sort/swift/sort.swift
     ./packages/samples/split/swift/split.swift
     ./packages/samples/trigger/swift/trigger.swift
     ./packages/samples/wordcount/javascript/wordcount.js
     ./packages/samples/wordcount/swift/wordcount.swift
     ./packages/samples/wordcountBinary/javascript/wordcountBinary.js
     ./packages/slack/README.md
     ./packages/slack/post.js
     ./packages/utils/cat.js
     ./packages/utils/date.js
     ./packages/utils/echo.js
     ./packages/utils/head.js
     ./packages/utils/hosturl.js
     ./packages/utils/namespace.js
     ./packages/utils/smash.js
     ./packages/utils/sort.js
     ./packages/utils/split.js
     ./packages/watson-speechToText/README.md
     ./packages/watson-speechToText/speechToText.js
     ./packages/watson-textToSpeech/README.md
     ./packages/watson-textToSpeech/textToSpeech.js
     ./packages/watson-translator/README.md
     ./packages/watson-translator/languageId.js
     ./packages/watson-translator/translator.js
     ./packages/weather/README.md
     ./packages/weather/forecast.js
     ./packages/websocket/README.md
     ./packages/websocket/sendWebSocketMessageAction.js
     ./tests/build.gradle
     ./tools/travis/build.sh
     ./tools/travis/setup.sh
   ```
   The excluded files are:
   ```
   # files copied from third parties or created by tools
   gradlew
   gradlew.bat
   Godeps
   i18n_resources.go
   gradle-wrapper.properties
   
   # JSON data file doesn't support annotation
   .*json
   
   # others
   .gitignore
   .rat-excludes
   .gitattributes
   .jshintrc
   .scalafmt.conf
   .credentials.json.enc
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to