browserutilities/cxmllibrary/dictionary/dict_creator.c
changeset 37 cb62a4f66ebe
parent 36 0ed94ceaa377
child 65 5bfc169077b2
equal deleted inserted replaced
36:0ed94ceaa377 37:cb62a4f66ebe
     1 /*
     1 /*
     2 * Copyright (c) 2002 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2002 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0""
     5 * under the terms of the License "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     8 *
     8 *
     9 * Initial Contributors:
     9 * Initial Contributors:
    10 * Nokia Corporation - initial contribution.
    10 * Nokia Corporation - initial contribution.
    18 * Language:     C
    18 * Language:     C
    19 * Subsystem:    N/A
    19 * Subsystem:    N/A
    20 * RCS:          $Id$
    20 * RCS:          $Id$
    21 *
    21 *
    22 */
    22 */
    23 
       
    24 
       
    25 /* ****************************************************************
       
    26 **          Copyright 2000 - Nokia Corporation  All rights reserved.
       
    27 **          Nokia Americas
       
    28 **          6000 Connection Drive
       
    29 **          Irving, Texas 75039
       
    30 **
       
    31 **          Restricted Rights: Use, duplication, or disclosure by the
       
    32 **          U.S. Government is subject to restrictions as set forth in
       
    33 **          subparagraph (c)(1)(ii) of DFARS 252.227-7013, or in FAR
       
    34 **          52.227-19, or in FAR 52.227-14 Alt. III, as applicable.
       
    35 **
       
    36 **          This software is proprietary to and embodies the confidential
       
    37 **          technology of Nokia  Possession, use, or copying of this software 
       
    38 **          and media is authorized only pursuant to a valid written license
       
    39 **          from Nokia or an authorized sublicensor.
       
    40 **
       
    41 **          Nokia  - Wireless Software Solutions
       
    42 *****************************************************************/
       
    43 
    23 
    44 #include <stdio.h>
    24 #include <stdio.h>
    45 #include <io.h>
    25 #include <io.h>
    46 #include <string.h>
    26 #include <string.h>
    47 #include <stdlib.h>
    27 #include <stdlib.h>