Update main component Copyright to 2021
This commit is contained in:
parent
dbd63450d9
commit
c978d28c09
|
|
@ -1,6 +1,6 @@
|
||||||
|
const char COPYRIGHT[] =
|
||||||
|
"Copyright (c) 2000-2021 Stephen Williams (steve@icarus.com)";
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2000-2021 Stephen Williams (steve@icarus.com)
|
|
||||||
*
|
|
||||||
* This source code is free software; you can redistribute it
|
* This source code is free software; you can redistribute it
|
||||||
* and/or modify it in source code form under the terms of the GNU
|
* and/or modify it in source code form under the terms of the GNU
|
||||||
* General Public License as published by the Free Software
|
* General Public License as published by the Free Software
|
||||||
|
|
@ -1308,7 +1308,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-2020 Stephen Williams\n\n");
|
printf("%s\n\n", COPYRIGHT);
|
||||||
puts(NOTICE);
|
puts(NOTICE);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
const char COPYRIGHT[] =
|
const char COPYRIGHT[] =
|
||||||
"Copyright (c) 1999-2020 Stephen Williams (steve@icarus.com)";
|
"Copyright (c) 1999-2021 Stephen Williams (steve@icarus.com)";
|
||||||
/*
|
/*
|
||||||
* This source code is free software; you can redistribute it
|
* This source code is free software; you can redistribute it
|
||||||
* and/or modify it in source code form under the terms of the GNU
|
* and/or modify it in source code form under the terms of the GNU
|
||||||
|
|
@ -360,7 +360,7 @@ int main(int argc, char*argv[])
|
||||||
case 'V':
|
case 'V':
|
||||||
fprintf(stdout, "Icarus Verilog Preprocessor version "
|
fprintf(stdout, "Icarus Verilog Preprocessor version "
|
||||||
VERSION " (" VERSION_TAG ")\n\n");
|
VERSION " (" VERSION_TAG ")\n\n");
|
||||||
fprintf(stdout, "%s\n", COPYRIGHT);
|
fprintf(stdout, "%s\n\n", COPYRIGHT);
|
||||||
fputs(NOTICE, stdout);
|
fputs(NOTICE, stdout);
|
||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
|
|
|
||||||
3
main.cc
3
main.cc
|
|
@ -1,6 +1,5 @@
|
||||||
const char COPYRIGHT[] =
|
const char COPYRIGHT[] =
|
||||||
"Copyright (c) 1998-2021 Stephen Williams (steve@icarus.com)";
|
"Copyright (c) 1998-2021 Stephen Williams (steve@icarus.com)";
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* This source code is free software; you can redistribute it
|
* This source code is free software; you can redistribute it
|
||||||
* and/or modify it in source code form under the terms of the GNU
|
* and/or modify it in source code form under the terms of the GNU
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
|
#define COPYRIGHT \
|
||||||
|
"Copyright (c) 2010-2021 Cary R. (cygcary@yahoo.com)"
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2010-2020 Cary R. (cygcary@yahoo.com)
|
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
* the Free Software Foundation; either version 2 of the License, or
|
* the Free Software Foundation; either version 2 of the License, or
|
||||||
|
|
@ -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-2020 Cary R. (cygcary@yahoo.com)\n\n"
|
COPYRIGHT "\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"
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
|
#define COPYRIGHT \
|
||||||
|
"Copyright (c) 2001-2021 Stephen Williams (steve@icarus.com)"
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2001-2020 Stephen Williams (steve@icarus.com)
|
|
||||||
*
|
|
||||||
* This source code is free software; you can redistribute it
|
* This source code is free software; you can redistribute it
|
||||||
* and/or modify it in source code form under the terms of the GNU
|
* and/or modify it in source code form under the terms of the GNU
|
||||||
* General Public License as published by the Free Software
|
* General Public License as published by the Free Software
|
||||||
|
|
@ -28,7 +28,7 @@
|
||||||
|
|
||||||
static const char*version_string =
|
static const char*version_string =
|
||||||
"Icarus Verilog VVP Code Generator " VERSION " (" VERSION_TAG ")\n\n"
|
"Icarus Verilog VVP Code Generator " VERSION " (" VERSION_TAG ")\n\n"
|
||||||
"Copyright (c) 2001-2020 Stephen Williams (steve@icarus.com)\n\n"
|
COPYRIGHT "\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"
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
|
|
||||||
const char COPYRIGHT[] =
|
const char COPYRIGHT[] =
|
||||||
"Copyright (c) 2011-2015 Stephen Williams (steve@icarus.com)\n"
|
"Copyright (c) 2011-2021 Stephen Williams (steve@icarus.com)\n"
|
||||||
"Copyright CERN 2012 / Stephen Williams (steve@icarus.com)";
|
"Copyright CERN 2012 / Stephen Williams (steve@icarus.com)";
|
||||||
/*
|
/*
|
||||||
* This source code is free software; you can redistribute it
|
* This source code is free software; you can redistribute it
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
|
const char COPYRIGHT[] =
|
||||||
|
"Copyright (c) 2001-2021 Stephen Williams (steve@icarus.com)";
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2001-2021 Stephen Williams (steve@icarus.com)
|
|
||||||
*
|
|
||||||
* This source code is free software; you can redistribute it
|
* This source code is free software; you can redistribute it
|
||||||
* and/or modify it in source code form under the terms of the GNU
|
* and/or modify it in source code form under the terms of the GNU
|
||||||
* General Public License as published by the Free Software
|
* General Public License as published by the Free Software
|
||||||
|
|
@ -341,7 +341,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-2020 Stephen Williams\n\n");
|
fprintf(stderr, "%s\n\n", COPYRIGHT);
|
||||||
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