From 136ca40713f0eea493ad05cc798920ef1a028b3c Mon Sep 17 00:00:00 2001 From: Patrick Date: Sun, 10 Nov 2024 21:38:20 +0100 Subject: [PATCH] license --- LICENSE | 4 ++-- static/style.css | 17 ++--------------- templates/search.html | 17 ++--------------- wsgi.py | 18 ++---------------- 4 files changed, 8 insertions(+), 48 deletions(-) diff --git a/LICENSE b/LICENSE index a93f02c..be3f7b2 100644 --- a/LICENSE +++ b/LICENSE @@ -629,8 +629,8 @@ to attach them to the start of each source file to most effectively state the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. - jet-search - Copyright (C) 2024 VM-Experiments + + Copyright (C) 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 diff --git a/static/style.css b/static/style.css index a35bc1c..ec5db0d 100644 --- a/static/style.css +++ b/static/style.css @@ -1,19 +1,6 @@ /* - jet-search - Copyright (C) 2024 VM-Experiments - - 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 . +This file is part of VM-Experiments. +Licensed under the AGPL-3.0-or-later. See LICENSE for details. */ * { diff --git a/templates/search.html b/templates/search.html index 99268d8..3d58012 100644 --- a/templates/search.html +++ b/templates/search.html @@ -1,19 +1,6 @@ diff --git a/wsgi.py b/wsgi.py index fdade20..a6e4d92 100644 --- a/wsgi.py +++ b/wsgi.py @@ -1,19 +1,5 @@ -# jet-search -# Copyright (C) 2024 VM-Experiments -# -# 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 . - +# This file is part of VM-Experiments. +# Licensed under the AGPL-3.0-or-later. See LICENSE for details. from flask import Flask, render_template, request