Author: hdu
Date: Fri Apr 26 14:50:10 2013
New Revision: 1476234
URL: http://svn.apache.org/r1476234
Log:
make license info consitent with r1232666
Modified:
openoffice/trunk/main/framework/test/typecfg/xml2xcd.cxx
Modified: openoffice/trunk/main/framework/test/typecfg/xml2xcd.cxx
URL:
http://svn.apache.org/viewvc/openoffice/trunk/main/framework/test/typecfg/xml2xcd.cxx?rev=1476234&r1=1476233&r2=1476234&view=diff
==============================================================================
--- openoffice/trunk/main/framework/test/typecfg/xml2xcd.cxx (original)
+++ openoffice/trunk/main/framework/test/typecfg/xml2xcd.cxx Fri Apr 26
14:50:10 2013
@@ -289,7 +289,7 @@ void XCDGenerator::Main()
*//*-*************************************************************************************************************/
void XCDGenerator::impl_printCopyright()
{
- fprintf( stderr, "\n(c) Copyright 2000, 2010 Oracle and/or its
affiliates.\n" );
+ fprintf( stderr, "\nLicensed to the Apache Software Foundation.\n" );
}
//*****************************************************************************************************************