From 9ec00e1288565eb93fd23abc8af1df1edbb67aa0 Mon Sep 17 00:00:00 2001 From: steve Date: Sat, 12 Feb 2005 22:52:45 +0000 Subject: [PATCH] Fix copyright notice. --- cprop.cc | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/cprop.cc b/cprop.cc index d8304f1f0..63d4676ca 100644 --- a/cprop.cc +++ b/cprop.cc @@ -1,5 +1,5 @@ /* - * Copyright (c) 1998-20035 Stephen Williams (steve@icarus.com) + * Copyright (c) 1998-2005 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 @@ -17,7 +17,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA */ #ifdef HAVE_CVS_IDENT -#ident "$Id: cprop.cc,v 1.50 2005/02/12 06:25:40 steve Exp $" +#ident "$Id: cprop.cc,v 1.51 2005/02/12 22:52:45 steve Exp $" #endif # include "config.h" @@ -980,6 +980,9 @@ void cprop(Design*des) /* * $Log: cprop.cc,v $ + * Revision 1.51 2005/02/12 22:52:45 steve + * Fix copyright notice. + * * Revision 1.50 2005/02/12 06:25:40 steve * Restructure NetMux devices to pass vectors. * Generate NetMux devices from ternary expressions,