aboutsummaryrefslogtreecommitdiffstats
path: root/third-party/License/README.md
blob: 0232de7e008a34adc581d2b2b577d160c9cd9630 (plain)
1
2
3
4
5
6
7
8
9
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
```