From b16508deae320bc2cc9db40b3c6ac41229abac28 Mon Sep 17 00:00:00 2001 From: Aidan Chalk <aidan.chalk@stfc.ac.uk> Date: Thu, 13 Apr 2017 11:58:39 +0100 Subject: [PATCH] fixed copyright stuff --- fortran_examples/test.F90 | 19 +++++++++++++++++++ src/fqsched.F90 | 21 +++++++++++++++++++++ 2 files changed, 40 insertions(+) diff --git a/fortran_examples/test.F90 b/fortran_examples/test.F90 index a8eb962..b534e74 100644 --- a/fortran_examples/test.F90 +++ b/fortran_examples/test.F90 @@ -1,3 +1,22 @@ +!******************************************************************************* +!* This file is part of QuickSched. +! * Coypright (c) 2017 Aidan Chalk (aidan.chalk@stfc.ac.uk) +! * +! * This program is free software: you can redistribute it and/or modify +! * it under the terms of the GNU Lesser 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 Lesser General Public License +! * along with this program. If not, see <http://www.gnu.org/licenses/>. +! * +! ******************************************************************************/ + Module matrix Use, Intrinsic :: ISO_C_BINDING Implicit None diff --git a/src/fqsched.F90 b/src/fqsched.F90 index b9db2cb..9ea8d25 100644 --- a/src/fqsched.F90 +++ b/src/fqsched.F90 @@ -1,3 +1,24 @@ +!******************************************************************************* +!* This file is part of QuickSched. +! * Coypright (c) 2017 Aidan Chalk (aidan.chalk@stfc.ac.uk) +! * +! * This program is free software: you can redistribute it and/or modify +! * it under the terms of the GNU Lesser 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 Lesser General Public License +! * along with this program. If not, see <http://www.gnu.org/licenses/>. +! * +! ******************************************************************************/ + + + Module quicksched Use, Intrinsic :: ISO_C_BINDING Implicit None -- GitLab