src/script/parser/qscript.g
branchRCL_3
changeset 4 3b1da2848fc7
parent 3 41300fa6a67c
equal deleted inserted replaced
3:41300fa6a67c 4:3b1da2848fc7
     1 ----------------------------------------------------------------------------
     1 ----------------------------------------------------------------------------
     2 --
     2 --
     3 -- Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
     3 -- Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
     4 -- All rights reserved.
     4 -- All rights reserved.
     5 -- Contact: Nokia Corporation (qt-info@nokia.com)
     5 -- Contact: Nokia Corporation (qt-info@nokia.com)
     6 --
     6 --
     7 -- This file is part of the QtScript module of the Qt Toolkit.
     7 -- This file is part of the QtScript module of the Qt Toolkit.
     8 --
     8 --
    60 
    60 
    61 %start Program
    61 %start Program
    62 
    62 
    63 /./****************************************************************************
    63 /./****************************************************************************
    64 **
    64 **
    65 ** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
    65 ** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
    66 ** All rights reserved.
    66 ** All rights reserved.
    67 ** Contact: Nokia Corporation (qt-info@nokia.com)
    67 ** Contact: Nokia Corporation (qt-info@nokia.com)
    68 **
    68 **
    69 ** This file is part of the QtScript module of the Qt Toolkit.
    69 ** This file is part of the QtScript module of the Qt Toolkit.
    70 **
    70 **
   117 
   117 
   118 ./
   118 ./
   119 
   119 
   120 /:/****************************************************************************
   120 /:/****************************************************************************
   121 **
   121 **
   122 ** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
   122 ** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
   123 ** All rights reserved.
   123 ** All rights reserved.
   124 ** Contact: Nokia Corporation (qt-info@nokia.com)
   124 ** Contact: Nokia Corporation (qt-info@nokia.com)
   125 **
   125 **
   126 ** This file is part of the QtScript module of the Qt Toolkit.
   126 ** This file is part of the QtScript module of the Qt Toolkit.
   127 **
   127 **