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/fileutil.cpp

    r91 r100  
     1/**********************************************************************
     2 *
     3 * fileutil.cpp --
     4 * Copyright (C) 1999  The New Zealand Digital Library Project
     5 *
     6 * PUT COPYRIGHT NOTICE HERE
     7 *
     8 * $Id$
     9 *
     10 *********************************************************************/
     11
     12/*
     13   $Log$
     14   Revision 1.3  1999/01/08 02:33:14  rjmcnab
     15
     16   Added standard header to source files.
     17
     18 */
     19
     20static char *RCSID = "$Id$";
     21
     22
    123#include "fileutil.h"
     24
    225
    326#ifdef __GNUG__
Note: See TracChangeset for help on using the changeset viewer.