summaryrefslogtreecommitdiffstats
path: root/third-party/License/README.md
blob: 57444c1f1e964628dd6bf9848d718b4b2dd0684a (plain)
1
2
3
4
5
6
7
8
9
10
11
# 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-root>
$ curl https://raw.githubusercontent.com/openzero-team/License/develop/add_license.sh |bash
```