summaryrefslogtreecommitdiff
path: root/demos/primes.c
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2000-04-12 00:00:45 +0200
committerKevin Ryde <user42@zip.com.au>2000-04-12 00:00:45 +0200
commitf87d2fb462378a6342a121fdd789b0d96202eea6 (patch)
tree9e5d6dfd1dda60ed5e51be718d7b0aec06212252 /demos/primes.c
parent3287ebb99670fcd83f52605b06d406a918b07fd3 (diff)
downloadgmp-f87d2fb462378a6342a121fdd789b0d96202eea6.tar.gz
Add copyright.
Diffstat (limited to 'demos/primes.c')
-rw-r--r--demos/primes.c21
1 files changed, 21 insertions, 0 deletions
diff --git a/demos/primes.c b/demos/primes.c
index 3cf478dd8..57dfc905f 100644
--- a/demos/primes.c
+++ b/demos/primes.c
@@ -1,3 +1,24 @@
+/*
+Copyright (C) 2000 Free Software Foundation, Inc.
+
+This file is part of the GNU MP Library.
+
+The GNU MP Library is free software; you can redistribute it and/or modify
+it under the terms of the GNU Library General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at your
+option) any later version.
+
+The GNU MP Library 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 Library General Public
+License for more details.
+
+You should have received a copy of the GNU Library General Public License
+along with the GNU MP Library; see the file COPYING.LIB. If not, write to
+the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
+MA 02111-1307, USA.
+*/
+
#include <stdlib.h>
#include <stdio.h>
#include "gmp.h"