From: Stuart B. <zu...@us...> - 2007-03-13 02:50:48
|
Update of /cvsroot/hppaqemu/hppaqemu/target-hppa In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv9286 Modified Files: op.c translate.c Log Message: Update copyright notices. Index: translate.c =================================================================== RCS file: /cvsroot/hppaqemu/hppaqemu/target-hppa/translate.c,v retrieving revision 1.24 retrieving revision 1.25 diff -C2 -d -r1.24 -r1.25 *** translate.c 13 Mar 2007 01:06:01 -0000 1.24 --- translate.c 13 Mar 2007 02:50:44 -0000 1.25 *************** *** 2,6 **** * HPPA translation * ! * Copyright (c) 2005 Stuart Brady <sd...@nt...> * Copyright (c) 2003 Thomas M. Ogrisegg <to...@fn...> * Copyright (c) 2003 Fabrice Bellard --- 2,7 ---- * HPPA translation * ! * Copyright (c) 2005-2007 Stuart Brady <sd...@nt...> ! * Copyright (c) 2007 Randolph Chung <ta...@de...> * Copyright (c) 2003 Thomas M. Ogrisegg <to...@fn...> * Copyright (c) 2003 Fabrice Bellard Index: op.c =================================================================== RCS file: /cvsroot/hppaqemu/hppaqemu/target-hppa/op.c,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** op.c 13 Mar 2007 01:06:01 -0000 1.20 --- op.c 13 Mar 2007 02:50:44 -0000 1.21 *************** *** 2,6 **** * HPPA micro operations * ! * Copyright (c) 2005 Stuart Brady <sd...@nt...> * * This library is free software; you can redistribute it and/or --- 2,7 ---- * HPPA micro operations * ! * Copyright (c) 2005-2007 Stuart Brady <sd...@nt...> ! * Copyright (c) 2007 Randolph Chung <ta...@de...> * * This library is free software; you can redistribute it and/or |