aboutsummaryrefslogtreecommitdiffstats
path: root/third-party/License/README.md
diff options
context:
space:
mode:
authorYujun Zhang <zhang.yujunz@zte.com.cn>2017-03-03 23:01:02 +0800
committerYujun Zhang <zhang.yujunz@zte.com.cn>2017-03-03 23:01:22 +0800
commit85df5358084c96b38d117870d922ae6199afcc61 (patch)
tree9fb57c306f8851b52e7edb99f7354557999e5b16 /third-party/License/README.md
parent473deae9a10162f000c49ca49b4e31b28c4bf0d8 (diff)
Switch License tool to develop branch
The default branch in the remote repository has been changed to develop. -----------auto-generated by git-subrepo------------- git subrepo pull --branch=develop third-party/License subrepo: subdir: "third-party/License" merged: "88b1440" upstream: origin: "git@github.com:openzero-zte/License.git" branch: "develop" commit: "88b1440" git-subrepo: version: "0.3.0" origin: "https://github.com/ingydotnet/git-subrepo" commit: "988f8c8" ------------------------------------------------------- Change-Id: I6efbee7217e1f04febeaf5b5079ee3e7eda797cd Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
Diffstat (limited to 'third-party/License/README.md')
-rw-r--r--third-party/License/README.md5
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
```
+