diff options
author | Yujun Zhang <zhang.yujunz@zte.com.cn> | 2017-02-21 09:00:03 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-02-21 09:00:03 +0000 |
commit | ac28684fd2fe68d8796f0b46da72e2e6199d1b7e (patch) | |
tree | 8f75f2df950cb477e861dbe1239629bce316ac8a /third-party/License/README.md | |
parent | 0dca380fe84e42309d3c3a66b3f31ec2f645caf5 (diff) | |
parent | aca3c1d72e7f23cd9422179e18c5d67eb73f1484 (diff) |
Merge "Include third party script for license checking and amending"
Diffstat (limited to 'third-party/License/README.md')
-rw-r--r-- | third-party/License/README.md | 10 |
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 +``` |