summaryrefslogtreecommitdiff
path: root/l10ntools/source/srclex.l
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2010-02-12 15:01:35 +0100
committerJens-Heiner Rechtien <hr@openoffice.org>2010-02-12 15:01:35 +0100
commit8764506704eca7215efafd5a2e88f8b93a1e52b6 (patch)
treef59fdab8c6b44779c63e2d4a505981eb94847861 /l10ntools/source/srclex.l
parentda2c680d23b67d4721aa29f740475fd6d40e2e08 (diff)
changefileheader2: #i109125#: change source file copyright notice from Sun Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
Diffstat (limited to 'l10ntools/source/srclex.l')
-rw-r--r--l10ntools/source/srclex.l4
1 files changed, 2 insertions, 2 deletions
diff --git a/l10ntools/source/srclex.l b/l10ntools/source/srclex.l
index fef251e47224..473da8b5d511 100644
--- a/l10ntools/source/srclex.l
+++ b/l10ntools/source/srclex.l
@@ -260,8 +260,8 @@ main( int argc, char* argv[])
pOutput = GetOutputFile( argc, argv );
if( !isQuiet() ){
- fprintf( stdout, "\nTransEx 3.1 Copyright 2000 Sun Microsystems, Inc. All Rights Reserved.\n" );
- fprintf( stdout, "========================================================================\n" );
+ fprintf( stdout, "\nTransEx 3.1 Copyright 2000, 2010 Oracle and/or its affiliates. All Rights Reserved.\n" );
+ fprintf( stdout, "=====================================================================================\n" );
}
if ( !pOutput ) {