diff options
| author | J08nY | 2019-03-18 10:44:39 +0100 |
|---|---|---|
| committer | J08nY | 2019-03-18 10:44:39 +0100 |
| commit | 648d8718af10186e5c585844f6bb8c32e244c3a0 (patch) | |
| tree | 88b4fd80c4044b6febba2e28e6f1cdabdfceccb4 /src/cz/crcs/ectester/standalone | |
| parent | f85110c524d53aa856ebfedb2a7c4cd516179126 (diff) | |
| download | ECTester-devel.tar.gz ECTester-devel.tar.zst ECTester-devel.zip | |
Diffstat (limited to 'src/cz/crcs/ectester/standalone')
| -rw-r--r-- | src/cz/crcs/ectester/standalone/ECTesterStandalone.java | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/cz/crcs/ectester/standalone/ECTesterStandalone.java b/src/cz/crcs/ectester/standalone/ECTesterStandalone.java index 1b4d9b8..e39944b 100644 --- a/src/cz/crcs/ectester/standalone/ECTesterStandalone.java +++ b/src/cz/crcs/ectester/standalone/ECTesterStandalone.java @@ -1,6 +1,7 @@ /* * ECTester, tool for testing Elliptic curve cryptography implementations. * Copyright (c) 2016-2018 Petr Svenda <petr@svenda.com> + * Copyright (c) 2016-2019 Jan Jancar <johny@neuromancer.sk> * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -85,7 +86,7 @@ public class ECTesterStandalone { private TreeCommandLine cli; public static final String VERSION = "v0.3.2"; private static final String DESCRIPTION = "ECTesterStandalone " + VERSION + ", an Elliptic Curve Cryptography support tester/utility."; - private static final String LICENSE = "MIT Licensed\nCopyright (c) 2016-2018 Petr Svenda <petr@svenda.com>"; + private static final String LICENSE = "MIT Licensed\nCopyright © 2016-2019 Petr Svenda <petr@svenda.com>\nCopyright © 2016-2019 Jan Jancar <johny@neuromancer.sk>"; private static final String CLI_HEADER = "\n" + DESCRIPTION + "\n\n"; private static final String CLI_FOOTER = "\n" + LICENSE; |
