From a66361a4f217949dd641615bce22da2fac67532f Mon Sep 17 00:00:00 2001 From: Stephen Williams Date: Mon, 17 Aug 2015 08:02:51 -0700 Subject: [PATCH] Update some copyright dates. --- ivlpp/main.c | 2 +- tgt-blif/blif.cc | 2 +- tgt-null/null.c | 4 ++-- tgt-sizer/sizer.cc | 4 ++-- tgt-stub/stub.c | 2 +- tgt-vvp/vvp.c | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/ivlpp/main.c b/ivlpp/main.c index bc8014d38..ccdaad85e 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-2011,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/tgt-blif/blif.cc b/tgt-blif/blif.cc index 82bc83535..dee76e0a6 100644 --- a/tgt-blif/blif.cc +++ b/tgt-blif/blif.cc @@ -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 Stephen Williams (steve@icarus.com)\n\n" +"Copyright (c) 2013,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-null/null.c b/tgt-null/null.c index 184fba111..0dd952be2 100644 --- a/tgt-null/null.c +++ b/tgt-null/null.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2000-2014 Stephen Williams (steve@icarus.com) + * Copyright (c) 2000-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 @@ -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-sizer/sizer.cc b/tgt-sizer/sizer.cc index 000496496..a6b034462 100644 --- a/tgt-sizer/sizer.cc +++ b/tgt-sizer/sizer.cc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014 Stephen Williams (steve@icarus.com) + * Copyright (c) 2014,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 @@ -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 Stephen Williams (steve@icarus.com)\n\n" +"Copyright (c) 2014,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-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"