summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMarco Bodrato <bodrato@mail.dm.unipi.it>2020-10-26 17:04:27 +0100
committerMarco Bodrato <bodrato@mail.dm.unipi.it>2020-10-26 17:04:27 +0100
commit9395403c4670997acf55117d68381841c6a8cede (patch)
tree6f4214f74456fa824dcad539ca3551e8556f22c8 /tests
parent03162e0734897f0861421b830c292fbb2bc65713 (diff)
downloadgmp-9395403c4670997acf55117d68381841c6a8cede.tar.gz
tests/devel/gen-test-longlong_h.c: Copyright header
Diffstat (limited to 'tests')
-rw-r--r--tests/devel/gen-test-longlong_h.c18
1 files changed, 18 insertions, 0 deletions
diff --git a/tests/devel/gen-test-longlong_h.c b/tests/devel/gen-test-longlong_h.c
index a8f94b4b7..939c3f23b 100644
--- a/tests/devel/gen-test-longlong_h.c
+++ b/tests/devel/gen-test-longlong_h.c
@@ -1,3 +1,21 @@
+/*
+Copyright 2020 Free Software Foundation, Inc.
+
+This file is part of the GNU MP Library test suite.
+
+The GNU MP Library test suite 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.
+
+The GNU MP Library test suite 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
+the GNU MP Library test suite. If not, see https://www.gnu.org/licenses/. */
+
#include <stdlib.h>
#include <string.h>
#include <stdio.h>