Skip to content
Snippets Groups Projects
Commit 38f5f6b6 authored by Tobias Dussa's avatar Tobias Dussa
Browse files

Cleanup.

parent 5a390e36
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment