diff --git a/roles/network_plugin/macvlan/files/ifdown-macvlan b/roles/network_plugin/macvlan/files/ifdown-macvlan index 3e6f67b21..4d26db5af 100755 --- a/roles/network_plugin/macvlan/files/ifdown-macvlan +++ b/roles/network_plugin/macvlan/files/ifdown-macvlan @@ -2,17 +2,17 @@ # # initscripts-macvlan # Copyright (C) 2014 Lars Kellogg-Stedman -# +# # This program 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. -# +# # This program 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 this program. If not, see . diff --git a/roles/network_plugin/macvlan/files/ifup-macvlan b/roles/network_plugin/macvlan/files/ifup-macvlan index 2cf33f614..8dc61aad2 100755 --- a/roles/network_plugin/macvlan/files/ifup-macvlan +++ b/roles/network_plugin/macvlan/files/ifup-macvlan @@ -2,17 +2,17 @@ # # initscripts-macvlan # Copyright (C) 2014 Lars Kellogg-Stedman -# +# # This program 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. -# +# # This program 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 this program. If not, see .