diff options
author | Yujun Zhang <zhang.yujunz@zte.com.cn> | 2017-03-07 03:28:09 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-03-07 03:28:09 +0000 |
commit | 391f422191bdb4f2a81664cf8c4a4382380da123 (patch) | |
tree | af57137d1cdd5c9ed4382572bc4046564b134b43 /third-party/License/README.md | |
parent | de5c51ecba1e74a4c9c201155b0a4f129e38efad (diff) | |
parent | 85df5358084c96b38d117870d922ae6199afcc61 (diff) |
Merge "Switch License tool to develop branch"
Diffstat (limited to 'third-party/License/README.md')
-rw-r--r-- | third-party/License/README.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/third-party/License/README.md b/third-party/License/README.md index 0232de7e..57444c1f 100644 --- a/third-party/License/README.md +++ b/third-party/License/README.md @@ -5,6 +5,7 @@ A script for checking and adding license header according to [OPNFV contribution ## Quick Start ``` -$ cd <project-folder> -$ curl https://raw.githubusercontent.com/Justin-chi/License/master/add_license.sh |bash +$ cd <project-root> +$ curl https://raw.githubusercontent.com/openzero-team/License/develop/add_license.sh |bash ``` + |