Skip to content

Commit

Permalink
Added GPL header to vmware_inventory.py (ansible#24443)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaps authored and ansibot committed Aug 18, 2017
1 parent 29ab182 commit fd01a9b
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions contrib/inventory/vmware_inventory.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@
#!/usr/bin/env python
#
# This file is part of Ansible,
#
# Ansible is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# Ansible is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.

# Requirements
# - pyvmomi >= 6.0.0.2016.4
Expand Down

0 comments on commit fd01a9b

Please sign in to comment.