mirror of
https://github.com/martijnvanbrummelen/nwipe.git
synced 2026-03-14 20:42:11 +00:00
To select or deselect all drives for wiping you can now type ctrl a. Useful for users that are wiping many drives simultaneously.
18 lines
746 B
C
18 lines
746 B
C
/**
|
|
* version_string and program_name are used by siege
|
|
* and configure; author_name and email_address are
|
|
* used by configure to dynamically assign those values
|
|
* to documentation files.
|
|
*/
|
|
const char* version_string = "0.29";
|
|
const char* program_name = "nwipe";
|
|
const char* author_name = "Martijn van Brummelen";
|
|
const char* email_address = "git@brumit.nl";
|
|
const char* years = "2020";
|
|
const char* copyright = "Copyright Darik Horn <dajhorn-dban@vanadac.com>\n\
|
|
Modifications to original dwipe Copyright Andy Beverley <andy@andybev.com>\n\
|
|
This is free software; see the source for copying conditions.\n\
|
|
There is NO warranty; not even for MERCHANTABILITY or FITNESS\n\
|
|
FOR A PARTICULAR PURPOSE.\n";
|
|
const char* banner = "nwipe 0.29.005";
|