Skip to content

Commit

Permalink
Added author and copyright lines to modules I contributed
Browse files Browse the repository at this point in the history
  • Loading branch information
David Stygstra committed Jun 20, 2014
1 parent 2c79a03 commit bbe4202
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
5 changes: 5 additions & 0 deletions library/net_infrastructure/openvswitch_bridge
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
#!/usr/bin/python
#coding: utf-8 -*-

# (c) 2013, David Stygstra <[email protected]>
#
# This file is part of Ansible
#
# This module 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
Expand All @@ -18,6 +22,7 @@ DOCUMENTATION = '''
---
module: openvswitch_bridge
version_added: 1.4
author: David Stygstra
short_description: Manage Open vSwitch bridges
requirements: [ ovs-vsctl ]
description:
Expand Down
5 changes: 5 additions & 0 deletions library/net_infrastructure/openvswitch_port
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
#!/usr/bin/python
#coding: utf-8 -*-

# (c) 2013, David Stygstra <[email protected]>
#
# This file is part of Ansible
#
# This module 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
Expand All @@ -18,6 +22,7 @@ DOCUMENTATION = '''
---
module: openvswitch_port
version_added: 1.4
author: David Stygstra
short_description: Manage Open vSwitch ports
requirements: [ ovs-vsctl ]
description:
Expand Down
5 changes: 5 additions & 0 deletions library/system/modprobe
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
#!/usr/bin/python
#coding: utf-8 -*-

# (c) 2013, David Stygstra <[email protected]>
#
# This file is part of Ansible
#
# This module 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
Expand All @@ -21,6 +25,7 @@ module: modprobe
short_description: Add or remove kernel modules
requirements: []
version_added: 1.4
author: David Stygstra
description:
- Add or remove kernel modules.
options:
Expand Down

0 comments on commit bbe4202

Please sign in to comment.