daisy-ycguo commented on issue #709: Add Apache License
URL: 
https://github.com/apache/incubator-openwhisk-wskdeploy/pull/709#issuecomment-363363295
 
 
   This PR is based on the changes by Apache RAT. After Apache RAT makes 
changes, I also made a few changes manually:
   - Some file mode are changed by Apache RAT. I need to change them back 
manually in order to make sure the CI test passes.
   ```
    mode change 100755 => 100644 
tests/src/integration/zipaction/actions/cat/node_modules/cat/bin.js
    mode change 100755 => 100644 tools/travis/build_tag_releases.sh
    mode change 100755 => 100644 tools/travis/cloneutils.sh
    mode change 100755 => 100644 tools/travis/docker/publish.sh
    mode change 100755 => 100644 tools/travis/scancode.sh
    mode change 100755 => 100644 tools/travis/script.sh
   ```
   - I manually changed gradlew.bat because all lines of gradlew.bat are marked 
as deleted and new lines are marked as inserted in the `git diff` view for the 
auto generated PR. My manual action can make sure only header lines are added. 
(This step is not necessary I think. If we don't care about `git diff` we can 
ignore this manual action.)

----------------------------------------------------------------
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