Updated a few more copyright dates.
This commit is contained in:
parent
e682166253
commit
be44289fc0
|
|
@ -1047,7 +1047,7 @@ int main(int argc, char **argv)
|
||||||
|
|
||||||
if (version_flag || verbose_flag) {
|
if (version_flag || verbose_flag) {
|
||||||
printf("Icarus Verilog version " VERSION " (" VERSION_TAG ")\n\n");
|
printf("Icarus Verilog version " VERSION " (" VERSION_TAG ")\n\n");
|
||||||
printf("Copyright 1998-2013 Stephen Williams\n\n");
|
printf("Copyright 1998-2015 Stephen Williams\n\n");
|
||||||
puts(NOTICE);
|
puts(NOTICE);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -30,7 +30,7 @@
|
||||||
|
|
||||||
static const char*version_string =
|
static const char*version_string =
|
||||||
"Icarus Verilog VLOG95 Code Generator " VERSION " (" VERSION_TAG ")\n\n"
|
"Icarus Verilog VLOG95 Code Generator " VERSION " (" VERSION_TAG ")\n\n"
|
||||||
"Copyright (C) 2010-2013 Cary R. (cygcary@yahoo.com)\n\n"
|
"Copyright (C) 2010-2015 Cary R. (cygcary@yahoo.com)\n\n"
|
||||||
" This program is free software; you can redistribute it and/or modify\n"
|
" This program is free software; you can redistribute it and/or modify\n"
|
||||||
" it under the terms of the GNU General Public License as published by\n"
|
" it under the terms of the GNU General Public License as published by\n"
|
||||||
" the Free Software Foundation; either version 2 of the License, or\n"
|
" the Free Software Foundation; either version 2 of the License, or\n"
|
||||||
|
|
|
||||||
|
|
@ -376,7 +376,7 @@ int main(int argc, char*argv[])
|
||||||
if (version_flag) {
|
if (version_flag) {
|
||||||
fprintf(stderr, "Icarus Verilog runtime version " VERSION " ("
|
fprintf(stderr, "Icarus Verilog runtime version " VERSION " ("
|
||||||
VERSION_TAG ")\n\n");
|
VERSION_TAG ")\n\n");
|
||||||
fprintf(stderr, "Copyright 1998-2012 Stephen Williams\n\n");
|
fprintf(stderr, "Copyright 1998-2015 Stephen Williams\n\n");
|
||||||
fprintf(stderr,
|
fprintf(stderr,
|
||||||
" This program is free software; you can redistribute it and/or modify\n"
|
" This program is free software; you can redistribute it and/or modify\n"
|
||||||
" it under the terms of the GNU General Public License as published by\n"
|
" it under the terms of the GNU General Public License as published by\n"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue