diff --git a/scripts/interrogation.py b/scripts/interrogation.py index f893735..37267a4 100644 --- a/scripts/interrogation.py +++ b/scripts/interrogation.py @@ -2,16 +2,16 @@ # Copyright (C) 2022 Natan Junges # # 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 +# it under the terms of the GNU Affero General Public License as published +# by the Free Software Foundation, either version 3 of the License, or # 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. +# GNU Affero General Public License for more details. # -# You should have received a copy of the GNU General Public License +# You should have received a copy of the GNU Affero General Public License # along with this program. If not, see . from modules import script_callbacks diff --git a/scripts/main.py b/scripts/main.py index fff9ce9..6e910b3 100644 --- a/scripts/main.py +++ b/scripts/main.py @@ -2,16 +2,16 @@ # Copyright (C) 2022 Natan Junges # # 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 +# it under the terms of the GNU Affero General Public License as published +# by the Free Software Foundation, either version 3 of the License, or # 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. +# GNU Affero General Public License for more details. # -# You should have received a copy of the GNU General Public License +# You should have received a copy of the GNU Affero General Public License # along with this program. If not, see . from modules import scripts, processing, shared, images, devices, ui, lowvram diff --git a/scripts/settings.py b/scripts/settings.py index d8e791b..512d5b0 100644 --- a/scripts/settings.py +++ b/scripts/settings.py @@ -2,16 +2,16 @@ # Copyright (C) 2022 Natan Junges # # 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 +# it under the terms of the GNU Affero General Public License as published +# by the Free Software Foundation, either version 3 of the License, or # 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. +# GNU Affero General Public License for more details. # -# You should have received a copy of the GNU General Public License +# You should have received a copy of the GNU Affero General Public License # along with this program. If not, see . from modules import script_callbacks, ui diff --git a/scripts/settings_manager.py b/scripts/settings_manager.py index 4bb99bd..47d5e58 100644 --- a/scripts/settings_manager.py +++ b/scripts/settings_manager.py @@ -2,16 +2,16 @@ # Copyright (C) 2022 Natan Junges # # 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 +# it under the terms of the GNU Affero General Public License as published +# by the Free Software Foundation, either version 3 of the License, or # 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. +# GNU Affero General Public License for more details. # -# You should have received a copy of the GNU General Public License +# You should have received a copy of the GNU Affero General Public License # along with this program. If not, see . from modules import scripts