From bbe42029e470a34b6932a764547d4a1547230451 Mon Sep 17 00:00:00 2001 From: David Stygstra Date: Thu, 19 Jun 2014 20:02:02 -0400 Subject: [PATCH 1/2] Added author and copyright lines to modules I contributed --- library/net_infrastructure/openvswitch_bridge | 5 +++++ library/net_infrastructure/openvswitch_port | 5 +++++ library/system/modprobe | 5 +++++ 3 files changed, 15 insertions(+) diff --git a/library/net_infrastructure/openvswitch_bridge b/library/net_infrastructure/openvswitch_bridge index 4b05f4079f..551ca707a2 100644 --- a/library/net_infrastructure/openvswitch_bridge +++ b/library/net_infrastructure/openvswitch_bridge @@ -1,6 +1,10 @@ #!/usr/bin/python #coding: utf-8 -*- +# (c) 2013, David Stygstra +# +# 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 @@ -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: diff --git a/library/net_infrastructure/openvswitch_port b/library/net_infrastructure/openvswitch_port index 00684496b4..66391937d1 100644 --- a/library/net_infrastructure/openvswitch_port +++ b/library/net_infrastructure/openvswitch_port @@ -1,6 +1,10 @@ #!/usr/bin/python #coding: utf-8 -*- +# (c) 2013, David Stygstra +# +# 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 @@ -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: diff --git a/library/system/modprobe b/library/system/modprobe index 73e2c827f4..d119acf72f 100644 --- a/library/system/modprobe +++ b/library/system/modprobe @@ -1,6 +1,10 @@ #!/usr/bin/python #coding: utf-8 -*- +# (c) 2013, David Stygstra +# +# 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 @@ -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: From 4d3205b75357546c4e5e287a67941cd856adb52b Mon Sep 17 00:00:00 2001 From: James Cammarata Date: Fri, 20 Jun 2014 11:12:49 -0500 Subject: [PATCH 2/2] Update authors for modprobe module --- library/system/modprobe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/system/modprobe b/library/system/modprobe index d119acf72f..50c8f72fb2 100644 --- a/library/system/modprobe +++ b/library/system/modprobe @@ -25,7 +25,7 @@ module: modprobe short_description: Add or remove kernel modules requirements: [] version_added: 1.4 -author: David Stygstra +author: David Stygstra, Julien Dauphant, Matt Jeffery description: - Add or remove kernel modules. options: