From 2b1183ed308799cb9110e0907d8930c482e51c5e Mon Sep 17 00:00:00 2001 From: J08nY Date: Sun, 21 May 2017 23:35:36 +0200 Subject: Fix License in readme to GPL v2 --- README.md | 28 +++++++++++++++------------- 1 file changed, 15 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index ad5242d..624dc16 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ Tool for generating Elliptic curve domain parameters. - `--f2m` Binary field. - `--fp` Prime field. + #### Generation options - `-c / --count=COUNT` Generate multiple curves. @@ -153,18 +154,19 @@ A [SHA-1](lib/sha1/sha1.c) implementation by Paul Kocher, based on the SHA 180-1 ### License - 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 . - + 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. + + 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, write to the Free Software + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, + USA. *© Eastern Seaboard Phishing Authority* -- cgit v1.3.1