Add GPL License header to freeipa inventory file. (#24353)
* Add GPl License header to freeipa incentory file. * Short GPL license
This commit is contained in:
parent
65cf3099bb
commit
9aa5e0cc3e
1 changed files with 2 additions and 0 deletions
|
@ -1,4 +1,6 @@
|
|||
#!/usr/bin/env python
|
||||
# Copyright (c) 2017 Ansible Project
|
||||
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
|
||||
|
||||
import argparse
|
||||
from ipalib import api
|
||||
|
|
Loading…
Reference in a new issue