Update copyright dates to 2010 and change license to standard GPL2+.



git-svn-id: svn://svn.valgrind.org/vex/trunk@1977 8f6e269a-dfd6-0310-a8e1-e2731360e62c
diff --git a/test_main.c b/test_main.c
index 16c1973..dad1270 100644
--- a/test_main.c
+++ b/test_main.c
@@ -1,11 +1,38 @@
 
 /*---------------------------------------------------------------*/
-/*---                                                         ---*/
-/*--- This file (test_main.c) is                              ---*/
-/*--- Copyright (C) 2005 OpenWorks LLP.  All rights reserved. ---*/
-/*---                                                         ---*/
+/*--- begin                                       test_main.c ---*/
 /*---------------------------------------------------------------*/
 
+/*
+   This file is part of Valgrind, a dynamic binary instrumentation
+   framework.
+
+   Copyright (C) 2004-2010 OpenWorks LLP
+      info@open-works.net
+
+   This program is free software; you can redistribute it and/or
+   modify it under the terms of the GNU General Public License as
+   published by the Free Software Foundation; either version 2 of the
+   License, or (at your option) any later version.
+
+   This program is distributed in the hope that it will be useful, but
+   WITHOUT ANY WARRANTY; without even the implied warranty of
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+   General Public License for more details.
+
+   You should have received a copy of the GNU General Public License
+   along with this program; if not, write to the Free Software
+   Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+   02110-1301, USA.
+
+   The GNU General Public License is contained in the file COPYING.
+
+   Neither the names of the U.S. Department of Energy nor the
+   University of California nor the names of its contributors may be
+   used to endorse or promote products derived from this software
+   without prior written permission.
+*/
+
 #include <stdio.h>
 #include <stdlib.h>
 #include <assert.h>
@@ -436,7 +463,7 @@
    This file is part of MemCheck, a heavyweight Valgrind tool for
    detecting memory errors.
 
-   Copyright (C) 2000-2009 Julian Seward 
+   Copyright (C) 2000-2010 Julian Seward 
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
@@ -2662,5 +2689,5 @@
 #endif /* UNUSED */
 
 /*--------------------------------------------------------------------*/
-/*--- end                                           mc_translate.c ---*/
+/*--- end                                              test_main.c ---*/
 /*--------------------------------------------------------------------*/