From 5830236ea5e2bcff7d92b8bc99ecf14aad78b296 Mon Sep 17 00:00:00 2001 From: mrkubax10 Date: Mon, 11 Sep 2023 18:55:32 +0200 Subject: [PATCH] Relicense to GNU AGPL 3-or-later --- frontend.pm | 12 ++++++------ frontend_routes.pm | 12 ++++++------ frontend_session.pm | 12 ++++++------ logger.pl | 12 ++++++------ main.pl | 12 ++++++------ prepare_database.sh | 16 ++++++++++++++++ 6 files changed, 46 insertions(+), 30 deletions(-) diff --git a/frontend.pm b/frontend.pm index 464ccae..d3a2b14 100644 --- a/frontend.pm +++ b/frontend.pm @@ -2,17 +2,17 @@ # Copyright (C) 2023 mrkubax10 # 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. +# 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 (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. +# GNU Affero 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 . +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . package frontend; diff --git a/frontend_routes.pm b/frontend_routes.pm index a19e5ab..0ed4dd7 100644 --- a/frontend_routes.pm +++ b/frontend_routes.pm @@ -2,17 +2,17 @@ # Copyright (C) 2023 mrkubax10 # 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. +# 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 (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. +# GNU Affero 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 . +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . package frontend_routes; diff --git a/frontend_session.pm b/frontend_session.pm index f02151a..9645b18 100644 --- a/frontend_session.pm +++ b/frontend_session.pm @@ -2,17 +2,17 @@ # Copyright (C) 2023 mrkubax10 # 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. +# 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 (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. +# GNU Affero 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 . +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . package frontend_session; diff --git a/logger.pl b/logger.pl index a36b5ea..1ef396d 100644 --- a/logger.pl +++ b/logger.pl @@ -2,17 +2,17 @@ # Copyright (C) 2023 mrkubax10 # 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. +# 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 (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. +# GNU Affero 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 . +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . use IO::Socket; use List::Util; diff --git a/main.pl b/main.pl index 4f618a9..de1b5c7 100644 --- a/main.pl +++ b/main.pl @@ -2,17 +2,17 @@ # Copyright (C) 2023 mrkubax10 # 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. +# 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 (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. +# GNU Affero 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 . +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . use lib "."; use frontend; diff --git a/prepare_database.sh b/prepare_database.sh index d7c36cf..84a145f 100755 --- a/prepare_database.sh +++ b/prepare_database.sh @@ -1,3 +1,19 @@ #!/bin/bash +# irclogger_web +# Copyright (C) 2023 mrkubax10 + +# This program is free software: you can redistribute it and/or modify +# 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 (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 Affero General Public License for more details. + +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . + sqlite3 irclogger.db < database_settings.sql