From fb6e1c202aadb7051e811748b0a584e97455821d Mon Sep 17 00:00:00 2001 From: Cary R Date: Wed, 14 Jan 2009 09:04:46 -0800 Subject: [PATCH] Update some copyright dates. Update tgt-stub to have a 2009 copyright and a few individual files. --- nodangle.cc | 3 +-- tgt-stub/stub.c | 4 ++-- tgt-stub/switches.c | 2 +- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/nodangle.cc b/nodangle.cc index 993541011..10416241e 100644 --- a/nodangle.cc +++ b/nodangle.cc @@ -1,5 +1,5 @@ /* - * Copyright (c) 1999 Stephen Williams (steve@icarus.com) + * Copyright (c) 1999-2009 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 @@ -220,4 +220,3 @@ void nodangle(Design*des) } while (fun.scontinue || fun.econtinue); } - diff --git a/tgt-stub/stub.c b/tgt-stub/stub.c index 7c02740d6..520189f26 100644 --- a/tgt-stub/stub.c +++ b/tgt-stub/stub.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2000-2008 Stephen Williams (steve@icarus.com) + * Copyright (c) 2000-2009 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 @@ static const char*version_string = "Icarus Verilog STUB Code Generator " VERSION " (" VERSION_TAG ")\n\n" -"Copyright (c) 2000-2008 Stephen Williams (steve@icarus.com)\n\n" +"Copyright (c) 2000-2009 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/switches.c b/tgt-stub/switches.c index 4e70ed11f..8ac087f5d 100644 --- a/tgt-stub/switches.c +++ b/tgt-stub/switches.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2008 Stephen Williams (steve@icarus.com) + * Copyright (c) 2008-2009 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