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