]> Savannah Git Hosting - gnulib.git/commitdiff
Add a copyright header.
authorBruno Haible <bruno@clisp.org>
Sun, 12 Jul 2020 20:23:30 +0000 (22:23 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 12 Jul 2020 20:24:02 +0000 (22:24 +0200)
* tests/test-libgmp.c: Add a copyright header.

tests/test-libgmp.c

index af8e4d77b82bf9558913c9a3b0de28beafe1ef04..f72a74cd6235e4ef6e32be410b471801ade27719 100644 (file)
@@ -1,3 +1,19 @@
+/* Test of libgmp or its mini-gmp substitute.
+   Copyright (C) 2020 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 <https://www.gnu.org/licenses/>.  */
+
 #include <config.h>
 
 #include <gmp.h>