summaryrefslogtreecommitdiff
path: root/demos/factorize.c
diff options
context:
space:
mode:
Diffstat (limited to 'demos/factorize.c')
-rw-r--r--demos/factorize.c30
1 files changed, 14 insertions, 16 deletions
diff --git a/demos/factorize.c b/demos/factorize.c
index 467f13c87..fcee6d1ab 100644
--- a/demos/factorize.c
+++ b/demos/factorize.c
@@ -1,21 +1,19 @@
/* Factoring with Pollard's rho method.
- Copyright 1995, 1997, 1998, 1999, 2000, 2001 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 2, 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; see the file COPYING. If not, write to the Free
- Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
- 02111-1307, USA. */
+Copyright 1995, 1997, 1998, 1999, 2000, 2001, 2002 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 2, 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; see the file COPYING. 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>