summaryrefslogtreecommitdiff
path: root/demos/primes.c
diff options
context:
space:
mode:
authortege <tege@gmplib.org>2000-07-24 19:00:35 +0200
committertege <tege@gmplib.org>2000-07-24 19:00:35 +0200
commite3f8e482dd212c367f2b44ace8fcdaa50f55d35b (patch)
tree28b84e9b0dba8073189c311c7c74564f7c935b18 /demos/primes.c
parentf226c7a4d85068400992ab489830b27a299aed7a (diff)
downloadgmp-e3f8e482dd212c367f2b44ace8fcdaa50f55d35b.tar.gz
Change license to GPL (was LPGL).
Diffstat (limited to 'demos/primes.c')
-rw-r--r--demos/primes.c28
1 files changed, 12 insertions, 16 deletions
diff --git a/demos/primes.c b/demos/primes.c
index 171f45e27..d19c3f750 100644
--- a/demos/primes.c
+++ b/demos/primes.c
@@ -1,23 +1,19 @@
-/*
-Copyright (C) 2000 Free Software Foundation, Inc.
+/* List and count primes.
-This file is part of the GNU MP Library.
+Copyright (C) 2000 Free Software Foundation, Inc.
-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.
+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 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.
+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 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.
-*/
+You should have received a copy of the GNU General Public License along with
+this program; 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>