diff options
author | Eike Rathke <er@openoffice.org> | 2002-03-26 16:13:19 +0000 |
---|---|---|
committer | Eike Rathke <er@openoffice.org> | 2002-03-26 16:13:19 +0000 |
commit | 36b43c9f8261e7af328e1399b2652d6c6ffed186 (patch) | |
tree | aaddea80f41fceec1a354b02f16fd6b453abfe50 /i18npool/source/transliteration/katakanaToHiragana.cxx | |
parent | a07499db9ed996f3b221b1b361ff9d5bcdc20551 (diff) |
#97583# it's dual licensed, LGPL and SISSL
Diffstat (limited to 'i18npool/source/transliteration/katakanaToHiragana.cxx')
-rw-r--r-- | i18npool/source/transliteration/katakanaToHiragana.cxx | 26 |
1 files changed, 24 insertions, 2 deletions
diff --git a/i18npool/source/transliteration/katakanaToHiragana.cxx b/i18npool/source/transliteration/katakanaToHiragana.cxx index 636e9fde3c95..0e9311e2590f 100644 --- a/i18npool/source/transliteration/katakanaToHiragana.cxx +++ b/i18npool/source/transliteration/katakanaToHiragana.cxx @@ -2,17 +2,38 @@ * * $RCSfile: katakanaToHiragana.cxx,v $ * - * $Revision: 1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: bustamam $ $Date: 2002-03-26 13:23:20 $ + * last change: $Author: er $ $Date: 2002-03-26 17:13:19 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses * + * - GNU Lesser General Public License Version 2.1 * - Sun Industry Standards Source License Version 1.1 * * Sun Microsystems Inc., October, 2000 * + * GNU Lesser General Public License Version 2.1 + * ============================================= + * Copyright 2000 by Sun Microsystems, Inc. + * 901 San Antonio Road, Palo Alto, CA 94303, USA + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License version 2.1, as published by the Free Software Foundation. + * + * This library 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 + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, + * MA 02111-1307 USA + * + * * Sun Industry Standards Source License Version 1.1 * ================================================= * The contents of this file are subject to the Sun Industry Standards @@ -37,6 +58,7 @@ * * ************************************************************************/ + // prevent internal compiler error with MSVC6SP3 #include <stl/utility> |