From: <dg...@su...> - 2009-02-06 15:41:54
|
Author: bellmich Date: Fri Feb 6 16:40:05 2009 New Revision: 187 URL: http://libwbxml.opensync.org/changeset/187 Log: fixed copyrights for 2009 Modified: wbxmlTestSuite/trunk/launchTests.sh wbxmlTestSuite/trunk/normalize_xml.pl Modified: wbxmlTestSuite/trunk/launchTests.sh ============================================================================== --- wbxmlTestSuite/trunk/launchTests.sh Fri Feb 6 16:39:54 2009 (r186) +++ wbxmlTestSuite/trunk/launchTests.sh Fri Feb 6 16:40:05 2009 (r187) @@ -1,5 +1,7 @@ #!/bin/sh +# Copyright (C) 2009 Michael Bell <mic...@op...> + # setup correct path for binaries if they are not in $PATH if [ "${CMAKE_CURRENT_BINARY_DIR}" ] then Modified: wbxmlTestSuite/trunk/normalize_xml.pl ============================================================================== --- wbxmlTestSuite/trunk/normalize_xml.pl Fri Feb 6 16:39:54 2009 (r186) +++ wbxmlTestSuite/trunk/normalize_xml.pl Fri Feb 6 16:40:05 2009 (r187) @@ -1,5 +1,7 @@ #!@PERL_PROGRAM@ +# Copyright (C) 2009 Michael Bell <mic...@op...> + use strict; use warnings FATAL => qw( all ); use English; |