diff options
| author | J08nY | 2017-05-21 23:35:36 +0200 |
|---|---|---|
| committer | J08nY | 2017-05-21 23:35:36 +0200 |
| commit | 2b1183ed308799cb9110e0907d8930c482e51c5e (patch) | |
| tree | 4855749ee9f90d469016b763927c5dc21a087076 | |
| parent | e1789200d2bb84ad4148ec18f122ab831c89b621 (diff) | |
| download | ecgen-2b1183ed308799cb9110e0907d8930c482e51c5e.tar.gz ecgen-2b1183ed308799cb9110e0907d8930c482e51c5e.tar.zst ecgen-2b1183ed308799cb9110e0907d8930c482e51c5e.zip | |
Fix License in readme to GPL v2
| -rw-r--r-- | README.md | 28 |
1 files changed, 15 insertions, 13 deletions
@@ -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 <http://www.gnu.org/licenses/>. - + 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* |
