Ignore:
Timestamp:
1999-01-08T15:33:16+13:00 (25 years ago)
Author:
rjmcnab
Message:

Added standard header to source files.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/lib/display.h

    r91 r100  
    1 /**************************************************************************
    2  *
    3  * display.h
    4  *
    5  * This is an implementation of a macro language that is context
    6  * sensitive. It is used to generate pages which have different
    7  * 'versions'. Many variants of a macro are possible, macro
    8  * resolution is done at expansion time by finding the best
    9  * macro for the 'situation'.
    10  *
    11  * This implementation relies heavily on the Standard Template
    12  * Library.
    13  *
    14  * Copyright (c) 1998 -- Rodger McNab and Hong Chen
    15  *
    16  * This program is free software; you can redistribute it and/or modify
    17  * it under the terms of the GNU General Public License as published by
    18  * the Free Software Foundation; either version 2 of the License, or
    19  * (at your option) any later version.
    20  *
    21  * This program is distributed in the hope that it will be useful,
    22  * but WITHOUT ANY WARRANTY; without even the implied warranty of
    23  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    24  * GNU General Public License for more details.
    25  *
    26  * You should have received a copy of the GNU General Public License
    27  * along with this program; if not, write to the Free Software
    28  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
     1/**********************************************************************
     2 *
     3 * display.h -- Context sensitive macro language
     4 * Copyright (C) 1999  The New Zealand Digital Library Project
     5 *
     6 * PUT COPYRIGHT NOTICE HERE
    297 *
    308 * $Id$
    319 *
    32  **************************************************************************/
     10 *********************************************************************/
    3311
    3412
     
    245223displayclass &operator<< (displayclass &display, const text_t &t);
    246224
    247 
    248 #endif
    249 
     225#endif
     226
Note: See TracChangeset for help on using the changeset viewer.