From 9f4b485c1c381fb27aaab4a89d3308139a3f20b4 Mon Sep 17 00:00:00 2001 From: Martin Whitaker Date: Mon, 17 Aug 2015 22:05:08 +0100 Subject: [PATCH] Updated copyright dates displayed for main programs and targets. --- driver/main.c | 2 +- ivlpp/main.c | 2 +- main.cc | 2 +- tgt-null/null.c | 2 +- tgt-stub/stub.c | 2 +- tgt-vlog95/vlog95.c | 2 +- tgt-vvp/vvp.c | 2 +- vhdlpp/main.cc | 2 +- vvp/main.cc | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/driver/main.c b/driver/main.c index b34c541d5..838a702c3 100644 --- a/driver/main.c +++ b/driver/main.c @@ -1047,7 +1047,7 @@ int main(int argc, char **argv) if (version_flag || verbose_flag) { 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); } diff --git a/ivlpp/main.c b/ivlpp/main.c index bc8014d38..7ec80cb86 100644 --- a/ivlpp/main.c +++ b/ivlpp/main.c @@ -1,5 +1,5 @@ const char COPYRIGHT[] = - "Copyright (c) 1999-2011 Stephen Williams (steve@icarus.com)"; + "Copyright (c) 1999-2015 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 diff --git a/main.cc b/main.cc index 377dfc55a..2e9dfdcfb 100644 --- a/main.cc +++ b/main.cc @@ -1,5 +1,5 @@ const char COPYRIGHT[] = - "Copyright (c) 1998-2014 Stephen Williams (steve@icarus.com)"; + "Copyright (c) 1998-2015 Stephen Williams (steve@icarus.com)"; /* * This source code is free software; you can redistribute it diff --git a/tgt-null/null.c b/tgt-null/null.c index 184fba111..10e170e3d 100644 --- a/tgt-null/null.c +++ b/tgt-null/null.c @@ -30,7 +30,7 @@ static const char*version_string = "Icarus Verilog NULL Code Generator " VERSION " (" VERSION_TAG ")\n\n" -"Copyright (c) 2000-2014 Stephen Williams (steve@icarus.com)\n\n" +"Copyright (c) 2000-2015 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" diff --git a/tgt-stub/stub.c b/tgt-stub/stub.c index f71b70d0a..eeab84e4c 100644 --- a/tgt-stub/stub.c +++ b/tgt-stub/stub.c @@ -36,7 +36,7 @@ static const char*version_string = "Icarus Verilog STUB Code Generator " VERSION " (" VERSION_TAG ")\n\n" -"Copyright (c) 2000-2014 Stephen Williams (steve@icarus.com)\n\n" +"Copyright (c) 2000-2015 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" diff --git a/tgt-vlog95/vlog95.c b/tgt-vlog95/vlog95.c index 861cff554..4841cb522 100644 --- a/tgt-vlog95/vlog95.c +++ b/tgt-vlog95/vlog95.c @@ -30,7 +30,7 @@ static const char*version_string = "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" " 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" diff --git a/tgt-vvp/vvp.c b/tgt-vvp/vvp.c index 9eb5003ba..004adaddf 100644 --- a/tgt-vvp/vvp.c +++ b/tgt-vvp/vvp.c @@ -28,7 +28,7 @@ static const char*version_string = "Icarus Verilog VVP Code Generator " VERSION " (" VERSION_TAG ")\n\n" -"Copyright (c) 2001-2011 Stephen Williams (steve@icarus.com)\n\n" +"Copyright (c) 2001-2015 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" diff --git a/vhdlpp/main.cc b/vhdlpp/main.cc index af7056ebb..199f6e910 100644 --- a/vhdlpp/main.cc +++ b/vhdlpp/main.cc @@ -1,6 +1,6 @@ const char COPYRIGHT[] = - "Copyright (c) 2011-2012 Stephen Williams (steve@icarus.com)\n" + "Copyright (c) 2011-2015 Stephen Williams (steve@icarus.com)\n" "Copyright CERN 2012 / Stephen Williams (steve@icarus.com)"; /* * This source code is free software; you can redistribute it diff --git a/vvp/main.cc b/vvp/main.cc index 917f6322f..16821aada 100644 --- a/vvp/main.cc +++ b/vvp/main.cc @@ -376,7 +376,7 @@ int main(int argc, char*argv[]) if (version_flag) { fprintf(stderr, "Icarus Verilog runtime version " VERSION " (" VERSION_TAG ")\n\n"); - fprintf(stderr, "Copyright 1998-2012 Stephen Williams\n\n"); + fprintf(stderr, "Copyright 1998-2015 Stephen Williams\n\n"); fprintf(stderr, " 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"