mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
chg: update reveng v1.6.0 -> v1.6.2
This commit is contained in:
parent
a856ad638c
commit
3efa05060e
10 changed files with 345 additions and 337 deletions
|
@ -1,10 +1,10 @@
|
|||
/* cli.c
|
||||
* Greg Cook, 26/Jul/2018
|
||||
* Greg Cook, 23/Feb/2019
|
||||
*/
|
||||
|
||||
/* CRC RevEng: arbitrary-precision CRC calculator and algorithm finder
|
||||
* Copyright (C) 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018
|
||||
* Gregory Cook
|
||||
* Copyright (C) 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018,
|
||||
* 2019 Gregory Cook
|
||||
*
|
||||
* This file is part of CRC RevEng.
|
||||
*
|
||||
|
@ -628,7 +628,7 @@ usage(void) {
|
|||
"\t preset values\n"
|
||||
"\n"
|
||||
"Copyright (C)\n"
|
||||
"2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018 Gregory Cook\n"
|
||||
"2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019 Gregory Cook\n"
|
||||
"This is free software; see the source for copying conditions. There is NO\n"
|
||||
"warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"
|
||||
"Version "
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue