From 2b29048db81c4a1d1808d857f58aa5245452a559 Mon Sep 17 00:00:00 2001 From: John Darrington Date: Sun, 19 May 2019 10:10:23 +0200 Subject: [PATCH] src/libpspp/copyleft.c: Add copyright and licence notice and an explanitory comment. --- src/libpspp/copyleft.c | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/src/libpspp/copyleft.c b/src/libpspp/copyleft.c index 55dfff99a4..06915c2131 100644 --- a/src/libpspp/copyleft.c +++ b/src/libpspp/copyleft.c @@ -1,3 +1,28 @@ +/* PSPP - a program for statistical analysis. + Copyright (C) 2019 Free Software Foundation, Inc. + + 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 + (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 . */ + +/* + The licence notice above applies to the structure and semantics of + this file. You may use, copy, modify and distribute this file + under the above licence. + + The strings contained in this file however are clauses taken from + the GNU General License version 3. They may not be modified. + */ + #include const char legal[]="" -- 2.30.2