aboutsummaryrefslogtreecommitdiffstats
path: root/third-party/License/README.md
diff options
context:
space:
mode:
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
+```