diff --git a/bin/kubespray b/bin/kubespray index 333a00f..169d264 100755 --- a/bin/kubespray +++ b/bin/kubespray @@ -8,13 +8,13 @@ # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# Foobar is distributed in the hope that it will be useful, +# Kubespray 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 Foobar. If not, see . +# along with Kubespray. If not, see . __version__ = '0.5.2' diff --git a/src/kubespray/cloud.py b/src/kubespray/cloud.py index 4c9fdef..e45b339 100644 --- a/src/kubespray/cloud.py +++ b/src/kubespray/cloud.py @@ -8,13 +8,13 @@ # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# Foobar is distributed in the hope that it will be useful, +# Kubespray 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 Foobar. If not, see . +# along with Kubespray. If not, see . """ kubespray.cloud diff --git a/src/kubespray/common.py b/src/kubespray/common.py index c78831b..c625a13 100644 --- a/src/kubespray/common.py +++ b/src/kubespray/common.py @@ -3,18 +3,18 @@ # # This file is part of Kubespray. # -# Foobar is free software: you can redistribute it and/or modify +# Kubespray 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. # -# Foobar is distributed in the hope that it will be useful, +# Kubespray 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 Foobar. If not, see . +# along with Kubespray. If not, see . import logging import shutil diff --git a/src/kubespray/configure.py b/src/kubespray/configure.py index 0eaef90..872eadc 100644 --- a/src/kubespray/configure.py +++ b/src/kubespray/configure.py @@ -14,7 +14,7 @@ # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with Foobar. If not, see . +# along with Kubespray. If not, see . """ kubespray.configure diff --git a/src/kubespray/deploy.py b/src/kubespray/deploy.py index 7f5dd71..5621be4 100644 --- a/src/kubespray/deploy.py +++ b/src/kubespray/deploy.py @@ -3,18 +3,18 @@ # # This file is part of Kubespray. # -# Foobar is free software: you can redistribute it and/or modify +# Kubespray 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. # -# Foobar is distributed in the hope that it will be useful, +# Kubespray 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 Foobar. If not, see . +# along with Kubespray. If not, see . """ kubespray.deploy diff --git a/src/kubespray/inventory.py b/src/kubespray/inventory.py index 78aa24c..a7abc8d 100644 --- a/src/kubespray/inventory.py +++ b/src/kubespray/inventory.py @@ -8,13 +8,13 @@ # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# Foobar is distributed in the hope that it will be useful, +# Kubespray 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 Foobar. If not, see . +# along with Kubespray. If not, see . """ kubespray.inventory