Skip to content

Commit

Permalink
Add GPL License header to freeipa inventory file. (ansible#24353)
Browse files Browse the repository at this point in the history
* Add GPl License header to freeipa incentory file.

* Short GPL license
  • Loading branch information
abednarik authored and samdoran committed Aug 29, 2017
1 parent 65cf309 commit 9aa5e0c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions contrib/inventory/freeipa.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 9aa5e0c

Please sign in to comment.