aboutsummaryrefslogtreecommitdiffstats
path: root/third-party/License/README.md
diff options
context:
space:
mode:
authorYujun Zhang <zhang.yujunz@zte.com.cn>2017-02-21 16:08:42 +0800
committerYujun Zhang <zhang.yujunz@zte.com.cn>2017-02-21 16:10:19 +0800
commitaca3c1d72e7f23cd9422179e18c5d67eb73f1484 (patch)
treed64caabad34f97761b05c84297b4357fd5920c18 /third-party/License/README.md
parent3e443dff14a2be02b914e66f27b549d0ed4cc600 (diff)
Include third party script for license checking and amending
The following commit message are generated automatically by git-subrepo ----------------------------------------------------------------------------- git subrepo clone git@github.com:openzero-zte/License.git third-party/License subrepo: subdir: "third-party/License" merged: "61489da" upstream: origin: "git@github.com:openzero-zte/License.git" branch: "master" commit: "61489da" git-subrepo: version: "0.3.0" origin: "https://github.com/ingydotnet/git-subrepo" commit: "988f8c8" ----------------------------------------------------------------------------- Change-Id: I8eab86a8ce3f26995af3e3535f31f361b4826a8b 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.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/third-party/License/README.md b/third-party/License/README.md
new file mode 100644
index 00000000..0232de7e
--- /dev/null
+++ b/third-party/License/README.md
@@ -0,0 +1,10 @@
+# License
+
+A script for checking and adding license header according to [OPNFV contribution guideline](https://wiki.opnfv.org/display/DEV/Contribution+Guidelines)
+
+## Quick Start
+
+```
+$ cd <project-folder>
+$ curl https://raw.githubusercontent.com/Justin-chi/License/master/add_license.sh |bash
+```