[svn:parrot] r44330 - trunk/t/native_pbc

mikehh at svn.parrot.org mikehh at svn.parrot.org
Mon Feb 22 23:14:26 UTC 2010


Author: mikehh
Date: Mon Feb 22 23:14:26 2010
New Revision: 44330
URL: https://trac.parrot.org/parrot/changeset/44330

Log:
fix codetest failures - fix Copyright

Modified:
   trunk/t/native_pbc/header.t
   trunk/t/native_pbc/integer.t
   trunk/t/native_pbc/string.t

Modified: trunk/t/native_pbc/header.t
==============================================================================
--- trunk/t/native_pbc/header.t	Mon Feb 22 23:13:26 2010	(r44329)
+++ trunk/t/native_pbc/header.t	Mon Feb 22 23:14:26 2010	(r44330)
@@ -1,5 +1,5 @@
 #! perl
-# Copyright (C) 2001-2005, 2009 Parrot Foundation.
+# Copyright (C) 2001-2010, Parrot Foundation.
 # $Id$
 
 use strict;

Modified: trunk/t/native_pbc/integer.t
==============================================================================
--- trunk/t/native_pbc/integer.t	Mon Feb 22 23:13:26 2010	(r44329)
+++ trunk/t/native_pbc/integer.t	Mon Feb 22 23:14:26 2010	(r44330)
@@ -1,5 +1,5 @@
 #! perl
-# Copyright (C) 2001-2005,2009 Parrot Foundation.
+# Copyright (C) 2001-2010, Parrot Foundation.
 # $Id$
 
 use strict;

Modified: trunk/t/native_pbc/string.t
==============================================================================
--- trunk/t/native_pbc/string.t	Mon Feb 22 23:13:26 2010	(r44329)
+++ trunk/t/native_pbc/string.t	Mon Feb 22 23:14:26 2010	(r44330)
@@ -1,5 +1,5 @@
 #! perl
-# Copyright (C) 2001-2005,2009 Parrot Foundation.
+# Copyright (C) 2001-2010, Parrot Foundation.
 # $Id$
 
 use strict;


More information about the parrot-commits mailing list