diff --git a/README.md b/README.md index bd2cf7e4f29a39230a368ae526d8525d3d2f39c6..1c34237019eeba482f61a0aa5cf277c48b72432a 100644 --- a/README.md +++ b/README.md @@ -6,15 +6,14 @@ https://wiki.geant.org/display/eduGAIN/Communication+Challenges ## Components -`reaction-master/reaction.py` provides the web services to measure the reaction time. +`reaction-server/reaction.py` provides the web services to measure the reaction time. -`reaction-mailcreate-master/createMails.py` creates the emails with the links to check +`reaction-mailcreate/createMails.py` creates the emails with the links to check the reaction time. ## Licenses -`reaction-master/reaction.py` is licensed with GNU GPL version 3 or later. -`reaction-mailcreate-master/createMails.py` is licensed under the GNU Affero GPL. +This software is licensed under the GNU Affero GPL. ## Authors and acknowledgment diff --git a/reaction-server/reaction.py b/reaction-server/reaction.py index 666de57c5581e66bbe20fa24b6e5da6f19ac9eee..2ba3a8281a13f70357f56fda01237707cb96d882 100755 --- a/reaction-server/reaction.py +++ b/reaction-server/reaction.py @@ -2,20 +2,20 @@ # -*- coding: utf-8 -*- # reaction -# Copyright (C) 2021 EGI-IRTF -# +# Copyright (C) 2021 EGI-IRTF + # 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 # (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. -# -# You should have received a copy of the GNU General Public License -# along with this program. If not, see <https://www.gnu.org/licenses/>. +# 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 <http://www.gnu.org/licenses/>. from datetime import datetime, timedelta