|
|
|
@ -1012,7 +1012,7 @@ static void dump_stats(struct dyesub_backend *backend, struct printerstats *stat |
|
|
|
|
void print_license_blurb(void) |
|
|
|
|
{ |
|
|
|
|
const char *license = "\n\
|
|
|
|
|
Copyright 2007-2020 Solomon Peachy <pizza AT shaftnet DOT org>\n\
|
|
|
|
|
Copyright 2007-2021 Solomon Peachy <pizza AT shaftnet DOT org>\n\
|
|
|
|
|
\n\
|
|
|
|
|
This program is free software; you can redistribute it and/or modify it\n\
|
|
|
|
|
under the terms of the GNU General Public License as published by the Free\n\
|
|
|
|
@ -1345,7 +1345,7 @@ int main (int argc, char **argv) |
|
|
|
|
|
|
|
|
|
DEBUG("Multi-Call Dye-sublimation CUPS Backend version %s\n", |
|
|
|
|
BACKEND_VERSION); |
|
|
|
|
DEBUG("Copyright 2007-2020 Solomon Peachy\n"); |
|
|
|
|
DEBUG("Copyright 2007-2021 Solomon Peachy\n"); |
|
|
|
|
DEBUG("This free software comes with ABSOLUTELY NO WARRANTY! \n"); |
|
|
|
|
DEBUG("Licensed under the GNU GPL. Run with '-G' for more details.\n"); |
|
|
|
|
DEBUG("\n"); |
|
|
|
|