From 6a2a303607269f7f2f22b375e0d326e72c6c7290 Mon Sep 17 00:00:00 2001 From: Chris Kerr Date: Sat, 23 May 2020 08:54:29 +0300 Subject: [PATCH] Mark .pyf interface definition as CC0 It is likely uncopyrightable. --- src/fortran/wignerSymbols.pyf | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) diff --git a/src/fortran/wignerSymbols.pyf b/src/fortran/wignerSymbols.pyf index c0c5c44..bc18a5a 100644 --- a/src/fortran/wignerSymbols.pyf +++ b/src/fortran/wignerSymbols.pyf @@ -1,21 +1,8 @@ ! -*- f90 -*- -! Copyright (c) Christopher Kerr 2018 +! SPDX-FileCopyrightText: 2018 Christopher Kerr ! -! This file is part of GALUMPH. -! -! GALUMPH 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. -! -! GALUMPH 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 Lesser General Public License for more details. -! -! You should have received a copy of the GNU Lesser General Public License -! along with GALUMPH. If not, see . +! SPDX-License-Identifier: CC0-1.0 python module wignerSymbols interface -- GitLab