Update exe and manual pages to report @(C) 2025

This commit is contained in:
Cary R 2025-10-12 19:11:55 -07:00
parent fcb543d6e5
commit 94dcd658c8
15 changed files with 19 additions and 19 deletions

View File

@ -1,4 +1,4 @@
.TH iverilog 1 "Jan 3rd, 2025" "" "Version %M.%n%E"
.TH iverilog 1 "Oct 12th, 2025" "" "Version %M.%n%E"
.SH NAME
iverilog - Icarus Verilog compiler

View File

@ -1,5 +1,5 @@
const char COPYRIGHT[] =
"Copyright (c) 2000-2024 Stephen Williams (steve@icarus.com)";
"Copyright (c) 2000-2025 Stephen Williams (steve@icarus.com)";
/*
* This source code is free software; you can redistribute it
* and/or modify it in source code form under the terms of the GNU

View File

@ -1,4 +1,4 @@
.TH iverilog-vpi 1 "Jan 20th, 2024" "" "Version %M.%n%E"
.TH iverilog-vpi 1 "Oct 12th, 2025" "" "Version %M.%n%E"
.SH NAME
iverilog-vpi - Compile front end for VPI modules

View File

@ -1,5 +1,5 @@
const char COPYRIGHT[] =
"Copyright (c) 1999-2024 Stephen Williams (steve@icarus.com)";
"Copyright (c) 1999-2025 Stephen Williams (steve@icarus.com)";
/*
* This source code is free software; you can redistribute it
* and/or modify it in source code form under the terms of the GNU

View File

@ -1,5 +1,5 @@
const char COPYRIGHT[] =
"Copyright (c) 1998-2024 Stephen Williams (steve@icarus.com)";
"Copyright (c) 1998-2025 Stephen Williams (steve@icarus.com)";
/*
* This source code is free software; you can redistribute it
* and/or modify it in source code form under the terms of the GNU

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2013-2024 Stephen Williams (steve@icarus.com)
* Copyright (c) 2013-2025 Stephen Williams (steve@icarus.com)
*
* This source code is free software; you can redistribute it
* and/or modify it in source code form under the terms of the GNU
@ -35,7 +35,7 @@ using namespace std;
static const char*version_string =
"Icarus Verilog BLIF Code Generator " VERSION " (" VERSION_TAG ")\n\n"
"Copyright (c) 2013-2024 Stephen Williams (steve@icarus.com)\n\n"
"Copyright (c) 2013-2025 Stephen Williams (steve@icarus.com)\n\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"
" the Free Software Foundation; either version 2 of the License, or\n"

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2000-2024 Stephen Williams (steve@icarus.com)
* Copyright (c) 2000-2025 Stephen Williams (steve@icarus.com)
*
* This source code is free software; you can redistribute it
* and/or modify it in source code form under the terms of the GNU
@ -30,7 +30,7 @@
static const char*version_string =
"Icarus Verilog NULL Code Generator " VERSION " (" VERSION_TAG ")\n\n"
"Copyright (c) 2000-2024 Stephen Williams (steve@icarus.com)\n\n"
"Copyright (c) 2000-2025 Stephen Williams (steve@icarus.com)\n\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"
" the Free Software Foundation; either version 2 of the License, or\n"

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2011-2024 Stephen Williams (steve@icarus.com)
* Copyright (c) 2011-2025 Stephen Williams (steve@icarus.com)
*
* This source code is free software; you can redistribute it
* and/or modify it in source code form under the terms of the GNU
@ -32,7 +32,7 @@
static const char*version_string =
"Icarus Verilog PCB Netlist Generator " VERSION " (" VERSION_TAG ")\n\n"
"Copyright (c) 2011-2024 Stephen Williams (steve@icarus.com)\n\n"
"Copyright (c) 2011-2025 Stephen Williams (steve@icarus.com)\n\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"
" the Free Software Foundation; either version 2 of the License, or\n"

View File

@ -34,7 +34,7 @@ using namespace std;
static const char*version_string =
"Icarus Verilog SIZER Statistics Generator " VERSION " (" VERSION_TAG ")\n\n"
"Copyright (c) 2014-2024 Stephen Williams (steve@icarus.com)\n\n"
"Copyright (c) 2014-2025 Stephen Williams (steve@icarus.com)\n\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"
" the Free Software Foundation; either version 2 of the License, or\n"

View File

@ -36,7 +36,7 @@
static const char*version_string =
"Icarus Verilog STUB Code Generator " VERSION " (" VERSION_TAG ")\n\n"
"Copyright (c) 2000-2024 Stephen Williams (steve@icarus.com)\n\n"
"Copyright (c) 2000-2025 Stephen Williams (steve@icarus.com)\n\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"
" the Free Software Foundation; either version 2 of the License, or\n"

View File

@ -1,7 +1,7 @@
/*
* VHDL code generator for Icarus Verilog.
*
* Copyright (C) 2008-2024 Nick Gasson (nick@nickg.me.uk)
* Copyright (C) 2008-2025 Nick Gasson (nick@nickg.me.uk)
*
* 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
@ -35,7 +35,7 @@ using namespace std;
static const char*version_string =
"Icarus Verilog VHDL Code Generator " VERSION " (" VERSION_TAG ")\n\n"
"Copyright (C) 2008-2024 Nick Gasson (nick@nickg.me.uk)\n\n"
"Copyright (C) 2008-2025 Nick Gasson (nick@nickg.me.uk)\n\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"
" the Free Software Foundation; either version 2 of the License, or\n"

View File

@ -1,5 +1,5 @@
#define COPYRIGHT \
"Copyright (c) 2010-2024 Cary R. (cygcary@yahoo.com)"
"Copyright (c) 2010-2025 Cary R. (cygcary@yahoo.com)"
/*
* 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

View File

@ -1,5 +1,5 @@
#define COPYRIGHT \
"Copyright (c) 2001-2024 Stephen Williams (steve@icarus.com)"
"Copyright (c) 2001-2025 Stephen Williams (steve@icarus.com)"
/*
* This source code is free software; you can redistribute it
* and/or modify it in source code form under the terms of the GNU

View File

@ -1,5 +1,5 @@
const char COPYRIGHT[] =
"Copyright (c) 2001-2024 Stephen Williams (steve@icarus.com)";
"Copyright (c) 2001-2025 Stephen Williams (steve@icarus.com)";
/*
* This source code is free software; you can redistribute it
* and/or modify it in source code form under the terms of the GNU

View File

@ -1,4 +1,4 @@
.TH vvp 1 "Jan 20th, 2024" "" "Version %M.%n %E"
.TH vvp 1 "Oct 12th, 2025" "" "Version %M.%n %E"
.SH NAME
vvp - Icarus Verilog vvp runtime engine