From 5d7f8c97069f6ee5f916bcd79dd2b281eceed694 Mon Sep 17 00:00:00 2001 From: Cary R Date: Thu, 8 Jan 2009 17:59:39 -0800 Subject: [PATCH] Update copyright in files changed in 2009 This patch updates the copyright notice in the files that were modified in 2009. It also updates the normal programs and the vvp target. --- PExpr.h | 2 +- driver/main.c | 4 ++-- elab_expr.cc | 2 +- elab_lval.cc | 2 +- elab_net.cc | 2 +- elaborate.cc | 2 +- eval_tree.cc | 3 ++- expr_synth.cc | 2 +- ivlpp/main.c | 2 +- lexor.lex | 2 +- main.cc | 2 +- netlist.cc | 2 +- parse.y | 2 +- pform.cc | 2 +- tgt-vvp/draw_net_input.c | 2 +- tgt-vvp/vvp.c | 4 ++-- vpi/sys_display.c | 2 +- vvp/main.cc | 4 ++-- 18 files changed, 22 insertions(+), 21 deletions(-) diff --git a/PExpr.h b/PExpr.h index 895d5263f..6e1a591af 100644 --- a/PExpr.h +++ b/PExpr.h @@ -1,7 +1,7 @@ #ifndef __PExpr_H #define __PExpr_H /* - * Copyright (c) 1998-2008 Stephen Williams + * Copyright (c) 1998-2009 Stephen Williams * * 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/driver/main.c b/driver/main.c index 892f0a723..267e6dfa0 100644 --- a/driver/main.c +++ b/driver/main.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 @@ -859,7 +859,7 @@ int main(int argc, char **argv) if (version_flag || verbose_flag) { printf("Icarus Verilog version " VERSION " (" VERSION_TAG ")\n\n"); - printf("Copyright 1998-2008 Stephen Williams\n\n"); + printf("Copyright 1998-2009 Stephen Williams\n\n"); puts(NOTICE); } diff --git a/elab_expr.cc b/elab_expr.cc index 7a8942242..2d945c7e0 100644 --- a/elab_expr.cc +++ b/elab_expr.cc @@ -1,5 +1,5 @@ /* - * Copyright (c) 1999-2008 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 diff --git a/elab_lval.cc b/elab_lval.cc index 1fd231ae0..e351d3cd2 100644 --- a/elab_lval.cc +++ b/elab_lval.cc @@ -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 diff --git a/elab_net.cc b/elab_net.cc index 6d3ea3fd5..99f5673ff 100644 --- a/elab_net.cc +++ b/elab_net.cc @@ -1,5 +1,5 @@ /* - * Copyright (c) 1999-2008 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 diff --git a/elaborate.cc b/elaborate.cc index 03e33aa35..f51cf25b2 100644 --- a/elaborate.cc +++ b/elaborate.cc @@ -1,5 +1,5 @@ /* - * Copyright (c) 1998-2008 Stephen Williams (steve@icarus.com) + * Copyright (c) 1998-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 diff --git a/eval_tree.cc b/eval_tree.cc index d6fee2429..1cde0c882 100644 --- a/eval_tree.cc +++ b/eval_tree.cc @@ -833,7 +833,8 @@ NetExpr* NetEBDiv::eval_tree_real_() break; case '%': - // Since this could be called early we don't want this to leak functionality. + // Since this could/may be called early we don't want to + // leak functionality. if (!gn_icarus_misc_flag) return 0; res = new NetECReal(verireal(fmod(lval.as_double(), rval.as_double()))); break; diff --git a/expr_synth.cc b/expr_synth.cc index 0691d9188..3e4159174 100644 --- a/expr_synth.cc +++ b/expr_synth.cc @@ -1,5 +1,5 @@ /* - * Copyright (c) 1999-2008 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 diff --git a/ivlpp/main.c b/ivlpp/main.c index d25d286d2..15fa23907 100644 --- a/ivlpp/main.c +++ b/ivlpp/main.c @@ -1,5 +1,5 @@ const char COPYRIGHT[] = - "Copyright (c) 1999-2008 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 diff --git a/lexor.lex b/lexor.lex index c282a9bb9..447eaf813 100644 --- a/lexor.lex +++ b/lexor.lex @@ -4,7 +4,7 @@ %{ /* - * Copyright (c) 1998-2008 Stephen Williams (steve@icarus.com) + * Copyright (c) 1998-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 diff --git a/main.cc b/main.cc index 43eddd90d..ce6b35fb4 100644 --- a/main.cc +++ b/main.cc @@ -1,6 +1,6 @@ const char COPYRIGHT[] = - "Copyright (c) 1998-2008 Stephen Williams (steve@icarus.com)"; + "Copyright (c) 1998-2009 Stephen Williams (steve@icarus.com)"; /* * This source code is free software; you can redistribute it diff --git a/netlist.cc b/netlist.cc index 6886b4a76..d94539a07 100644 --- a/netlist.cc +++ b/netlist.cc @@ -1,5 +1,5 @@ /* - * Copyright (c) 1998-2008 Stephen Williams (steve@icarus.com) + * Copyright (c) 1998-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 diff --git a/parse.y b/parse.y index 777f1cc21..44c1e6cff 100644 --- a/parse.y +++ b/parse.y @@ -1,7 +1,7 @@ %{ /* - * Copyright (c) 1998-2008 Stephen Williams (steve@icarus.com) + * Copyright (c) 1998-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 diff --git a/pform.cc b/pform.cc index 7f1fb1cd3..898af8ca3 100644 --- a/pform.cc +++ b/pform.cc @@ -1,5 +1,5 @@ /* - * Copyright (c) 1998-2008 Stephen Williams (steve@icarus.com) + * Copyright (c) 1998-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 diff --git a/tgt-vvp/draw_net_input.c b/tgt-vvp/draw_net_input.c index 46e00a4ac..dc2f14e54 100644 --- a/tgt-vvp/draw_net_input.c +++ b/tgt-vvp/draw_net_input.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2001-2008 Stephen Williams (steve@icarus.com) + * Copyright (c) 2001-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 diff --git a/tgt-vvp/vvp.c b/tgt-vvp/vvp.c index 70815794f..d8e847a86 100644 --- a/tgt-vvp/vvp.c +++ b/tgt-vvp/vvp.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2001-2008 Stephen Williams (steve@icarus.com) + * Copyright (c) 2001-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 @@ -26,7 +26,7 @@ static const char*version_string = "Icarus Verilog VVP Code Generator " VERSION " (" VERSION_TAG ")\n\n" -"Copyright (c) 2001-2008 Stephen Williams (steve@icarus.com)\n\n" +"Copyright (c) 2001-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/vpi/sys_display.c b/vpi/sys_display.c index 587564b59..5176f9258 100644 --- a/vpi/sys_display.c +++ b/vpi/sys_display.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 1999-2008 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 diff --git a/vvp/main.cc b/vvp/main.cc index a2879ada3..b78e699bd 100644 --- a/vvp/main.cc +++ b/vvp/main.cc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2001-2008 Stephen Williams (steve@icarus.com) + * Copyright (c) 2001-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 @@ -275,7 +275,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-2008 Stephen Williams\n\n"); + fprintf(stderr, "Copyright 1998-2009 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"