Ignore:
Timestamp:
1999-09-07T16:57:43+12:00 (25 years ago)
Author:
sjboddie
Message:

added gpl notice

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/src/colservr/mgsearch.cpp

    r497 r534  
    44 * Copyright (C) 1999  The New Zealand Digital Library Project
    55 *
    6  * PUT COPYRIGHT NOTICE HERE
     6 * A component of the Greenstone digital library software
     7 * from the New Zealand Digital Library Project at the
     8 * University of Waikato, New Zealand.
     9 *
     10 * This program is free software; you can redistribute it and/or modify
     11 * it under the terms of the GNU General Public License as published by
     12 * the Free Software Foundation; either version 2 of the License, or
     13 * (at your option) any later version.
     14 *
     15 * This program is distributed in the hope that it will be useful,
     16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
     17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     18 * GNU General Public License for more details.
     19 *
     20 * You should have received a copy of the GNU General Public License
     21 * along with this program; if not, write to the Free Software
     22 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    723 *
    824 * $Id$
     
    1228/*
    1329   $Log$
     30   Revision 1.18  1999/09/07 04:57:22  sjboddie
     31   added gpl notice
     32
    1433   Revision 1.17  1999/08/31 22:42:41  rjmcnab
    1534   A couple of minor things.
     
    272291
    273292  text_t indexsuffix = "index"; 
    274   // temporary hack so old version of niupepa collection
    275   // can stay up until new one's finished
    276   if (collection == "niupepa") indexsuffix = "index.new";
    277 
    278293  indexsuffix = filename_cat (indexsuffix, index);
    279294  indexsuffix = filename_cat (indexsuffix, collection);
Note: See TracChangeset for help on using the changeset viewer.