diff --git a/fortran_examples/test.F90 b/fortran_examples/test.F90 index a8eb96244333acc8469805fcaa667da57762ef7e..b534e74d6ab18acb26ef36ed77ca8a224811e00c 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 b9db2cb9117a49b088b4d8a233542f4e91214db1..9ea8d25b3cc47d154824c1fc10613116d3b4b194 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