From 73bac986e416af8e4083fac942ba4653d9f33d41 Mon Sep 17 00:00:00 2001 From: Joseph Nuthalapati Date: Mon, 19 Feb 2018 13:32:46 +0530 Subject: [PATCH] coquelicot: Rename Plinth to FreedomBox in license headers Signed-off-by: Joseph Nuthalapati Reviewed-by: James Valleroy --- actions/coquelicot | 2 +- plinth/modules/coquelicot/__init__.py | 2 +- plinth/modules/coquelicot/forms.py | 2 +- plinth/modules/coquelicot/manifest.py | 2 +- plinth/modules/coquelicot/urls.py | 2 +- plinth/modules/coquelicot/views.py | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/actions/coquelicot b/actions/coquelicot index 340fbae50..8f8fe64eb 100755 --- a/actions/coquelicot +++ b/actions/coquelicot @@ -1,7 +1,7 @@ #!/usr/bin/python3 # -*- mode: python -*- # -# This file is part of Plinth. +# This file is part of FreedomBox. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as diff --git a/plinth/modules/coquelicot/__init__.py b/plinth/modules/coquelicot/__init__.py index cc8c70618..d08ca0a61 100644 --- a/plinth/modules/coquelicot/__init__.py +++ b/plinth/modules/coquelicot/__init__.py @@ -1,5 +1,5 @@ # -# This file is part of Plinth. +# This file is part of FreedomBox. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as diff --git a/plinth/modules/coquelicot/forms.py b/plinth/modules/coquelicot/forms.py index 1d8535f5f..f1b610e0c 100644 --- a/plinth/modules/coquelicot/forms.py +++ b/plinth/modules/coquelicot/forms.py @@ -1,5 +1,5 @@ # -# This file is part of Plinth. +# This file is part of FreedomBox. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as diff --git a/plinth/modules/coquelicot/manifest.py b/plinth/modules/coquelicot/manifest.py index 88a17ba54..4cacade2b 100644 --- a/plinth/modules/coquelicot/manifest.py +++ b/plinth/modules/coquelicot/manifest.py @@ -1,5 +1,5 @@ # -# This file is part of Plinth. +# This file is part of FreedomBox. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as diff --git a/plinth/modules/coquelicot/urls.py b/plinth/modules/coquelicot/urls.py index d1934ba38..020d092cb 100644 --- a/plinth/modules/coquelicot/urls.py +++ b/plinth/modules/coquelicot/urls.py @@ -1,5 +1,5 @@ # -# This file is part of Plinth. +# This file is part of FreedomBox. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as diff --git a/plinth/modules/coquelicot/views.py b/plinth/modules/coquelicot/views.py index b1f95276f..afbc5382e 100644 --- a/plinth/modules/coquelicot/views.py +++ b/plinth/modules/coquelicot/views.py @@ -1,5 +1,5 @@ # -# This file is part of Plinth. +# This file is part of FreedomBox. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as