Changeset 22739


Ignore:
Timestamp:
2010-08-23T14:33:00+12:00 (14 years ago)
Author:
mdewsnip
Message:

Added copyright header to runtime-src/src/oaiserver/*.cpp and runtime-src/src/oaiserver/*.h.

Location:
main/trunk/greenstone2/runtime-src/src/oaiservr
Files:
36 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/runtime-src/src/oaiservr/abstractlistaction.cpp

    r21978 r22739  
     1/**********************************************************************
     2 *
     3 * abstractlistaction.cpp --
     4 *
     5 * Copyright (C) 2004-2010  The New Zealand Digital Library Project
     6 *
     7 * A component of the Greenstone digital library software
     8 * from the New Zealand Digital Library Project at the
     9 * University of Waikato, New Zealand.
     10 *
     11 * This program is free software; you can redistribute it and/or modify
     12 * it under the terms of the GNU General Public License as published by
     13 * the Free Software Foundation; either version 2 of the License, or
     14 * (at your option) any later version.
     15 *
     16 * This program is distributed in the hope that it will be useful,
     17 * but WITHOUT ANY WARRANTY; without even the implied warranty of
     18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     19 * GNU General Public License for more details.
     20 *
     21 * You should have received a copy of the GNU General Public License
     22 * along with this program; if not, write to the Free Software
     23 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
     24 *
     25 *********************************************************************/
     26
    127#include "abstractlistaction.h"
    228#include "OIDtools.h"
  • main/trunk/greenstone2/runtime-src/src/oaiservr/abstractlistaction.h

    r20590 r22739  
     1/**********************************************************************
     2 *
     3 * abstractlistaction.h --
     4 *
     5 * Copyright (C) 2004-2010  The New Zealand Digital Library Project
     6 *
     7 * A component of the Greenstone digital library software
     8 * from the New Zealand Digital Library Project at the
     9 * University of Waikato, New Zealand.
     10 *
     11 * This program is free software; you can redistribute it and/or modify
     12 * it under the terms of the GNU General Public License as published by
     13 * the Free Software Foundation; either version 2 of the License, or
     14 * (at your option) any later version.
     15 *
     16 * This program is distributed in the hope that it will be useful,
     17 * but WITHOUT ANY WARRANTY; without even the implied warranty of
     18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     19 * GNU General Public License for more details.
     20 *
     21 * You should have received a copy of the GNU General Public License
     22 * along with this program; if not, write to the Free Software
     23 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
     24 *
     25 *********************************************************************/
     26
    127#ifndef _ABSTRACTLISTACTION_H_
    228#define _ABSTRACTLISTACTION_H_
  • main/trunk/greenstone2/runtime-src/src/oaiservr/dublincore.cpp

    r22214 r22739  
     1/**********************************************************************
     2 *
     3 * dublincore.cpp --
     4 *
     5 * Copyright (C) 2004-2010  The New Zealand Digital Library Project
     6 *
     7 * A component of the Greenstone digital library software
     8 * from the New Zealand Digital Library Project at the
     9 * University of Waikato, New Zealand.
     10 *
     11 * This program is free software; you can redistribute it and/or modify
     12 * it under the terms of the GNU General Public License as published by
     13 * the Free Software Foundation; either version 2 of the License, or
     14 * (at your option) any later version.
     15 *
     16 * This program is distributed in the hope that it will be useful,
     17 * but WITHOUT ANY WARRANTY; without even the implied warranty of
     18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     19 * GNU General Public License for more details.
     20 *
     21 * You should have received a copy of the GNU General Public License
     22 * along with this program; if not, write to the Free Software
     23 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
     24 *
     25 *********************************************************************/
     26
    127
    228#include "dublincore.h"
  • main/trunk/greenstone2/runtime-src/src/oaiservr/dublincore.h

    r22205 r22739  
     1/**********************************************************************
     2 *
     3 * dublincore.h --
     4 *
     5 * Copyright (C) 2004-2010  The New Zealand Digital Library Project
     6 *
     7 * A component of the Greenstone digital library software
     8 * from the New Zealand Digital Library Project at the
     9 * University of Waikato, New Zealand.
     10 *
     11 * This program is free software; you can redistribute it and/or modify
     12 * it under the terms of the GNU General Public License as published by
     13 * the Free Software Foundation; either version 2 of the License, or
     14 * (at your option) any later version.
     15 *
     16 * This program is distributed in the hope that it will be useful,
     17 * but WITHOUT ANY WARRANTY; without even the implied warranty of
     18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     19 * GNU General Public License for more details.
     20 *
     21 * You should have received a copy of the GNU General Public License
     22 * along with this program; if not, write to the Free Software
     23 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
     24 *
     25 *********************************************************************/
     26
    127#ifndef _DUBLINCORE_H_
    228#define _DUBLINCORE_H_
  • main/trunk/greenstone2/runtime-src/src/oaiservr/identifyaction.cpp

    r22557 r22739  
     1/**********************************************************************
     2 *
     3 * identifyaction.cpp --
     4 *
     5 * Copyright (C) 2004-2010  The New Zealand Digital Library Project
     6 *
     7 * A component of the Greenstone digital library software
     8 * from the New Zealand Digital Library Project at the
     9 * University of Waikato, New Zealand.
     10 *
     11 * This program is free software; you can redistribute it and/or modify
     12 * it under the terms of the GNU General Public License as published by
     13 * the Free Software Foundation; either version 2 of the License, or
     14 * (at your option) any later version.
     15 *
     16 * This program is distributed in the hope that it will be useful,
     17 * but WITHOUT ANY WARRANTY; without even the implied warranty of
     18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     19 * GNU General Public License for more details.
     20 *
     21 * You should have received a copy of the GNU General Public License
     22 * along with this program; if not, write to the Free Software
     23 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
     24 *
     25 *********************************************************************/
     26
    127#include "identifyaction.h"
    228
  • main/trunk/greenstone2/runtime-src/src/oaiservr/identifyaction.h

    r15844 r22739  
     1/**********************************************************************
     2 *
     3 * identifyaction.h --
     4 *
     5 * Copyright (C) 2004-2010  The New Zealand Digital Library Project
     6 *
     7 * A component of the Greenstone digital library software
     8 * from the New Zealand Digital Library Project at the
     9 * University of Waikato, New Zealand.
     10 *
     11 * This program is free software; you can redistribute it and/or modify
     12 * it under the terms of the GNU General Public License as published by
     13 * the Free Software Foundation; either version 2 of the License, or
     14 * (at your option) any later version.
     15 *
     16 * This program is distributed in the hope that it will be useful,
     17 * but WITHOUT ANY WARRANTY; without even the implied warranty of
     18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     19 * GNU General Public License for more details.
     20 *
     21 * You should have received a copy of the GNU General Public License
     22 * along with this program; if not, write to the Free Software
     23 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
     24 *
     25 *********************************************************************/
     26
    127#include "oaiaction.h"
    228
  • main/trunk/greenstone2/runtime-src/src/oaiservr/listidsaction.cpp

    r22289 r22739  
     1/**********************************************************************
     2 *
     3 * listidsaction.cpp --
     4 *
     5 * Copyright (C) 2004-2010  The New Zealand Digital Library Project
     6 *
     7 * A component of the Greenstone digital library software
     8 * from the New Zealand Digital Library Project at the
     9 * University of Waikato, New Zealand.
     10 *
     11 * This program is free software; you can redistribute it and/or modify
     12 * it under the terms of the GNU General Public License as published by
     13 * the Free Software Foundation; either version 2 of the License, or
     14 * (at your option) any later version.
     15 *
     16 * This program is distributed in the hope that it will be useful,
     17 * but WITHOUT ANY WARRANTY; without even the implied warranty of
     18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     19 * GNU General Public License for more details.
     20 *
     21 * You should have received a copy of the GNU General Public License
     22 * along with this program; if not, write to the Free Software
     23 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
     24 *
     25 *********************************************************************/
     26
    127#include "listidsaction.h"
    228#include "recptprototools.h"
  • main/trunk/greenstone2/runtime-src/src/oaiservr/listidsaction.h

    r8182 r22739  
     1/**********************************************************************
     2 *
     3 * listidsaction.h --
     4 *
     5 * Copyright (C) 2004-2010  The New Zealand Digital Library Project
     6 *
     7 * A component of the Greenstone digital library software
     8 * from the New Zealand Digital Library Project at the
     9 * University of Waikato, New Zealand.
     10 *
     11 * This program is free software; you can redistribute it and/or modify
     12 * it under the terms of the GNU General Public License as published by
     13 * the Free Software Foundation; either version 2 of the License, or
     14 * (at your option) any later version.
     15 *
     16 * This program is distributed in the hope that it will be useful,
     17 * but WITHOUT ANY WARRANTY; without even the implied warranty of
     18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     19 * GNU General Public License for more details.
     20 *
     21 * You should have received a copy of the GNU General Public License
     22 * along with this program; if not, write to the Free Software
     23 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
     24 *
     25 *********************************************************************/
     26
    127#include "abstractlistaction.h"
    228
  • main/trunk/greenstone2/runtime-src/src/oaiservr/listrecsaction.cpp

    r16718 r22739  
     1/**********************************************************************
     2 *
     3 * listrecsaction.cpp --
     4 *
     5 * Copyright (C) 2004-2010  The New Zealand Digital Library Project
     6 *
     7 * A component of the Greenstone digital library software
     8 * from the New Zealand Digital Library Project at the
     9 * University of Waikato, New Zealand.
     10 *
     11 * This program is free software; you can redistribute it and/or modify
     12 * it under the terms of the GNU General Public License as published by
     13 * the Free Software Foundation; either version 2 of the License, or
     14 * (at your option) any later version.
     15 *
     16 * This program is distributed in the hope that it will be useful,
     17 * but WITHOUT ANY WARRANTY; without even the implied warranty of
     18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     19 * GNU General Public License for more details.
     20 *
     21 * You should have received a copy of the GNU General Public License
     22 * along with this program; if not, write to the Free Software
     23 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
     24 *
     25 *********************************************************************/
     26
    127#include "listrecsaction.h"
    228
  • main/trunk/greenstone2/runtime-src/src/oaiservr/listrecsaction.h

    r8182 r22739  
     1/**********************************************************************
     2 *
     3 * listrecsaction.h --
     4 *
     5 * Copyright (C) 2004-2010  The New Zealand Digital Library Project
     6 *
     7 * A component of the Greenstone digital library software
     8 * from the New Zealand Digital Library Project at the
     9 * University of Waikato, New Zealand.
     10 *
     11 * This program is free software; you can redistribute it and/or modify
     12 * it under the terms of the GNU General Public License as published by
     13 * the Free Software Foundation; either version 2 of the License, or
     14 * (at your option) any later version.
     15 *
     16 * This program is distributed in the hope that it will be useful,
     17 * but WITHOUT ANY WARRANTY; without even the implied warranty of
     18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     19 * GNU General Public License for more details.
     20 *
     21 * You should have received a copy of the GNU General Public License
     22 * along with this program; if not, write to the Free Software
     23 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
     24 *
     25 *********************************************************************/
     26
    127#include "abstractlistaction.h"
    228
  • main/trunk/greenstone2/runtime-src/src/oaiservr/listsetsaction.cpp

    r20708 r22739  
     1/**********************************************************************
     2 *
     3 * listsetsaction.cpp --
     4 *
     5 * Copyright (C) 2004-2010  The New Zealand Digital Library Project
     6 *
     7 * A component of the Greenstone digital library software
     8 * from the New Zealand Digital Library Project at the
     9 * University of Waikato, New Zealand.
     10 *
     11 * This program is free software; you can redistribute it and/or modify
     12 * it under the terms of the GNU General Public License as published by
     13 * the Free Software Foundation; either version 2 of the License, or
     14 * (at your option) any later version.
     15 *
     16 * This program is distributed in the hope that it will be useful,
     17 * but WITHOUT ANY WARRANTY; without even the implied warranty of
     18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     19 * GNU General Public License for more details.
     20 *
     21 * You should have received a copy of the GNU General Public License
     22 * along with this program; if not, write to the Free Software
     23 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
     24 *
     25 *********************************************************************/
     26
    127#include "listsetsaction.h"
    228
  • main/trunk/greenstone2/runtime-src/src/oaiservr/listsetsaction.h

    r20590 r22739  
     1/**********************************************************************
     2 *
     3 * listsetsaction.h --
     4 *
     5 * Copyright (C) 2004-2010  The New Zealand Digital Library Project
     6 *
     7 * A component of the Greenstone digital library software
     8 * from the New Zealand Digital Library Project at the
     9 * University of Waikato, New Zealand.
     10 *
     11 * This program is free software; you can redistribute it and/or modify
     12 * it under the terms of the GNU General Public License as published by
     13 * the Free Software Foundation; either version 2 of the License, or
     14 * (at your option) any later version.
     15 *
     16 * This program is distributed in the hope that it will be useful,
     17 * but WITHOUT ANY WARRANTY; without even the implied warranty of
     18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     19 * GNU General Public License for more details.
     20 *
     21 * You should have received a copy of the GNU General Public License
     22 * along with this program; if not, write to the Free Software
     23 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
     24 *
     25 *********************************************************************/
     26
    127#include "oaiaction.h"
    228#include "resumptiontoken.h"
  • main/trunk/greenstone2/runtime-src/src/oaiservr/metaformat.cpp

    r21761 r22739  
     1/**********************************************************************
     2 *
     3 * metaformat.cpp --
     4 *
     5 * Copyright (C) 2004-2010  The New Zealand Digital Library Project
     6 *
     7 * A component of the Greenstone digital library software
     8 * from the New Zealand Digital Library Project at the
     9 * University of Waikato, New Zealand.
     10 *
     11 * This program is free software; you can redistribute it and/or modify
     12 * it under the terms of the GNU General Public License as published by
     13 * the Free Software Foundation; either version 2 of the License, or
     14 * (at your option) any later version.
     15 *
     16 * This program is distributed in the hope that it will be useful,
     17 * but WITHOUT ANY WARRANTY; without even the implied warranty of
     18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     19 * GNU General Public License for more details.
     20 *
     21 * You should have received a copy of the GNU General Public License
     22 * along with this program; if not, write to the Free Software
     23 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
     24 *
     25 *********************************************************************/
     26
    127#include <fstream>
    228#include "metaformat.h"
  • main/trunk/greenstone2/runtime-src/src/oaiservr/metaformat.h

    r21761 r22739  
     1/**********************************************************************
     2 *
     3 * metaformat.h --
     4 *
     5 * Copyright (C) 2004-2010  The New Zealand Digital Library Project
     6 *
     7 * A component of the Greenstone digital library software
     8 * from the New Zealand Digital Library Project at the
     9 * University of Waikato, New Zealand.
     10 *
     11 * This program is free software; you can redistribute it and/or modify
     12 * it under the terms of the GNU General Public License as published by
     13 * the Free Software Foundation; either version 2 of the License, or
     14 * (at your option) any later version.
     15 *
     16 * This program is distributed in the hope that it will be useful,
     17 * but WITHOUT ANY WARRANTY; without even the implied warranty of
     18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     19 * GNU General Public License for more details.
     20 *
     21 * You should have received a copy of the GNU General Public License
     22 * along with this program; if not, write to the Free Software
     23 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
     24 *
     25 *********************************************************************/
     26
    127/**
    228 *  A framework class for metadata formats.
  • main/trunk/greenstone2/runtime-src/src/oaiservr/metaformatsaction.cpp

    r16716 r22739  
     1/**********************************************************************
     2 *
     3 * metaformatsaction.cpp --
     4 *
     5 * Copyright (C) 2004-2010  The New Zealand Digital Library Project
     6 *
     7 * A component of the Greenstone digital library software
     8 * from the New Zealand Digital Library Project at the
     9 * University of Waikato, New Zealand.
     10 *
     11 * This program is free software; you can redistribute it and/or modify
     12 * it under the terms of the GNU General Public License as published by
     13 * the Free Software Foundation; either version 2 of the License, or
     14 * (at your option) any later version.
     15 *
     16 * This program is distributed in the hope that it will be useful,
     17 * but WITHOUT ANY WARRANTY; without even the implied warranty of
     18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     19 * GNU General Public License for more details.
     20 *
     21 * You should have received a copy of the GNU General Public License
     22 * along with this program; if not, write to the Free Software
     23 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
     24 *
     25 *********************************************************************/
     26
    127#include "metaformatsaction.h"
    228#include "metaformat.h"
  • main/trunk/greenstone2/runtime-src/src/oaiservr/metaformatsaction.h

    r15428 r22739  
     1/**********************************************************************
     2 *
     3 * metaformatsaction.h --
     4 *
     5 * Copyright (C) 2004-2010  The New Zealand Digital Library Project
     6 *
     7 * A component of the Greenstone digital library software
     8 * from the New Zealand Digital Library Project at the
     9 * University of Waikato, New Zealand.
     10 *
     11 * This program is free software; you can redistribute it and/or modify
     12 * it under the terms of the GNU General Public License as published by
     13 * the Free Software Foundation; either version 2 of the License, or
     14 * (at your option) any later version.
     15 *
     16 * This program is distributed in the hope that it will be useful,
     17 * but WITHOUT ANY WARRANTY; without even the implied warranty of
     18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     19 * GNU General Public License for more details.
     20 *
     21 * You should have received a copy of the GNU General Public License
     22 * along with this program; if not, write to the Free Software
     23 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
     24 *
     25 *********************************************************************/
     26
    127#include "oaiaction.h"
    228#include "metaformat.h"
  • main/trunk/greenstone2/runtime-src/src/oaiservr/oaiaction.cpp

    r22289 r22739  
     1/**********************************************************************
     2 *
     3 * oaiaction.cpp --
     4 *
     5 * Copyright (C) 2004-2010  The New Zealand Digital Library Project
     6 *
     7 * A component of the Greenstone digital library software
     8 * from the New Zealand Digital Library Project at the
     9 * University of Waikato, New Zealand.
     10 *
     11 * This program is free software; you can redistribute it and/or modify
     12 * it under the terms of the GNU General Public License as published by
     13 * the Free Software Foundation; either version 2 of the License, or
     14 * (at your option) any later version.
     15 *
     16 * This program is distributed in the hope that it will be useful,
     17 * but WITHOUT ANY WARRANTY; without even the implied warranty of
     18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     19 * GNU General Public License for more details.
     20 *
     21 * You should have received a copy of the GNU General Public License
     22 * along with this program; if not, write to the Free Software
     23 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
     24 *
     25 *********************************************************************/
     26
    127#include "oaiaction.h"
    228#include "oaitools.h"
  • main/trunk/greenstone2/runtime-src/src/oaiservr/oaiaction.h

    r8241 r22739  
     1/**********************************************************************
     2 *
     3 * oaiaction.h --
     4 *
     5 * Copyright (C) 2004-2010  The New Zealand Digital Library Project
     6 *
     7 * A component of the Greenstone digital library software
     8 * from the New Zealand Digital Library Project at the
     9 * University of Waikato, New Zealand.
     10 *
     11 * This program is free software; you can redistribute it and/or modify
     12 * it under the terms of the GNU General Public License as published by
     13 * the Free Software Foundation; either version 2 of the License, or
     14 * (at your option) any later version.
     15 *
     16 * This program is distributed in the hope that it will be useful,
     17 * but WITHOUT ANY WARRANTY; without even the implied warranty of
     18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     19 * GNU General Public License for more details.
     20 *
     21 * You should have received a copy of the GNU General Public License
     22 * along with this program; if not, write to the Free Software
     23 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
     24 *
     25 *********************************************************************/
     26
    127#ifndef _oaiaction_h_
    228#define _oaiaction_h_
  • main/trunk/greenstone2/runtime-src/src/oaiservr/oaiargs.cpp

    r21424 r22739  
     1/**********************************************************************
     2 *
     3 * oaiargs.cpp --
     4 *
     5 * Copyright (C) 2004-2010  The New Zealand Digital Library Project
     6 *
     7 * A component of the Greenstone digital library software
     8 * from the New Zealand Digital Library Project at the
     9 * University of Waikato, New Zealand.
     10 *
     11 * This program is free software; you can redistribute it and/or modify
     12 * it under the terms of the GNU General Public License as published by
     13 * the Free Software Foundation; either version 2 of the License, or
     14 * (at your option) any later version.
     15 *
     16 * This program is distributed in the hope that it will be useful,
     17 * but WITHOUT ANY WARRANTY; without even the implied warranty of
     18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     19 * GNU General Public License for more details.
     20 *
     21 * You should have received a copy of the GNU General Public License
     22 * along with this program; if not, write to the Free Software
     23 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
     24 *
     25 *********************************************************************/
     26
    127#include "oaiargs.h"
    228#include "cgiutils.h"
  • main/trunk/greenstone2/runtime-src/src/oaiservr/oaiargs.h

    r15197 r22739  
     1/**********************************************************************
     2 *
     3 * oaiargs.h --
     4 *
     5 * Copyright (C) 2004-2010  The New Zealand Digital Library Project
     6 *
     7 * A component of the Greenstone digital library software
     8 * from the New Zealand Digital Library Project at the
     9 * University of Waikato, New Zealand.
     10 *
     11 * This program is free software; you can redistribute it and/or modify
     12 * it under the terms of the GNU General Public License as published by
     13 * the Free Software Foundation; either version 2 of the License, or
     14 * (at your option) any later version.
     15 *
     16 * This program is distributed in the hope that it will be useful,
     17 * but WITHOUT ANY WARRANTY; without even the implied warranty of
     18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     19 * GNU General Public License for more details.
     20 *
     21 * You should have received a copy of the GNU General Public License
     22 * along with this program; if not, write to the Free Software
     23 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
     24 *
     25 *********************************************************************/
     26
    127#include <map>
    228
  • main/trunk/greenstone2/runtime-src/src/oaiservr/oaiconfig.cpp

    r22286 r22739  
     1/**********************************************************************
     2 *
     3 * oaiconfig.cpp --
     4 *
     5 * Copyright (C) 2004-2010  The New Zealand Digital Library Project
     6 *
     7 * A component of the Greenstone digital library software
     8 * from the New Zealand Digital Library Project at the
     9 * University of Waikato, New Zealand.
     10 *
     11 * This program is free software; you can redistribute it and/or modify
     12 * it under the terms of the GNU General Public License as published by
     13 * the Free Software Foundation; either version 2 of the License, or
     14 * (at your option) any later version.
     15 *
     16 * This program is distributed in the hope that it will be useful,
     17 * but WITHOUT ANY WARRANTY; without even the implied warranty of
     18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     19 * GNU General Public License for more details.
     20 *
     21 * You should have received a copy of the GNU General Public License
     22 * along with this program; if not, write to the Free Software
     23 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
     24 *
     25 *********************************************************************/
     26
    127#include "oaiconfig.h"
    228#include <iostream>
  • main/trunk/greenstone2/runtime-src/src/oaiservr/oaiconfig.h

    r22286 r22739  
     1/**********************************************************************
     2 *
     3 * oaiconfig.h --
     4 *
     5 * Copyright (C) 2004-2010  The New Zealand Digital Library Project
     6 *
     7 * A component of the Greenstone digital library software
     8 * from the New Zealand Digital Library Project at the
     9 * University of Waikato, New Zealand.
     10 *
     11 * This program is free software; you can redistribute it and/or modify
     12 * it under the terms of the GNU General Public License as published by
     13 * the Free Software Foundation; either version 2 of the License, or
     14 * (at your option) any later version.
     15 *
     16 * This program is distributed in the hope that it will be useful,
     17 * but WITHOUT ANY WARRANTY; without even the implied warranty of
     18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     19 * GNU General Public License for more details.
     20 *
     21 * You should have received a copy of the GNU General Public License
     22 * along with this program; if not, write to the Free Software
     23 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
     24 *
     25 *********************************************************************/
     26
    127#ifndef _OAICONFIG_H_
    228#define _OAICONFIG_H_
  • main/trunk/greenstone2/runtime-src/src/oaiservr/oaidispatcher.cpp

    r22213 r22739  
     1/**********************************************************************
     2 *
     3 * oaidispatcher.cpp --
     4 *
     5 * Copyright (C) 2004-2010  The New Zealand Digital Library Project
     6 *
     7 * A component of the Greenstone digital library software
     8 * from the New Zealand Digital Library Project at the
     9 * University of Waikato, New Zealand.
     10 *
     11 * This program is free software; you can redistribute it and/or modify
     12 * it under the terms of the GNU General Public License as published by
     13 * the Free Software Foundation; either version 2 of the License, or
     14 * (at your option) any later version.
     15 *
     16 * This program is distributed in the hope that it will be useful,
     17 * but WITHOUT ANY WARRANTY; without even the implied warranty of
     18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     19 * GNU General Public License for more details.
     20 *
     21 * You should have received a copy of the GNU General Public License
     22 * along with this program; if not, write to the Free Software
     23 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
     24 *
     25 *********************************************************************/
     26
    127#include "oaidispatcher.h"
    228
  • main/trunk/greenstone2/runtime-src/src/oaiservr/oaidispatcher.h

    r8241 r22739  
     1/**********************************************************************
     2 *
     3 * oaidispatcher.h --
     4 *
     5 * Copyright (C) 2004-2010  The New Zealand Digital Library Project
     6 *
     7 * A component of the Greenstone digital library software
     8 * from the New Zealand Digital Library Project at the
     9 * University of Waikato, New Zealand.
     10 *
     11 * This program is free software; you can redistribute it and/or modify
     12 * it under the terms of the GNU General Public License as published by
     13 * the Free Software Foundation; either version 2 of the License, or
     14 * (at your option) any later version.
     15 *
     16 * This program is distributed in the hope that it will be useful,
     17 * but WITHOUT ANY WARRANTY; without even the implied warranty of
     18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     19 * GNU General Public License for more details.
     20 *
     21 * You should have received a copy of the GNU General Public License
     22 * along with this program; if not, write to the Free Software
     23 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
     24 *
     25 *********************************************************************/
     26
    127#include "oaiaction.h"
    228
  • main/trunk/greenstone2/runtime-src/src/oaiservr/oaimain.cpp

    r20589 r22739  
    1 #include "oaimain.h"
    2 
    31/**********************************************************************
    42 *
    5  * oaimain.cpp --
    6  * Copyright (C) 1999  The New Zealand Digital Library Project
     3 * oaimain.cpp --
     4 *
     5 * Copyright (C) 2004-2010  The New Zealand Digital Library Project
    76 *
    87 * A component of the Greenstone digital library software
     
    2625 *********************************************************************/
    2726
     27#include "oaimain.h"
    2828#include "gsdlconf.h"
    2929
  • main/trunk/greenstone2/runtime-src/src/oaiservr/oaimain.h

    r8182 r22739  
     1/**********************************************************************
     2 *
     3 * oaimain.h --
     4 *
     5 * Copyright (C) 2004-2010  The New Zealand Digital Library Project
     6 *
     7 * A component of the Greenstone digital library software
     8 * from the New Zealand Digital Library Project at the
     9 * University of Waikato, New Zealand.
     10 *
     11 * This program is free software; you can redistribute it and/or modify
     12 * it under the terms of the GNU General Public License as published by
     13 * the Free Software Foundation; either version 2 of the License, or
     14 * (at your option) any later version.
     15 *
     16 * This program is distributed in the hope that it will be useful,
     17 * but WITHOUT ANY WARRANTY; without even the implied warranty of
     18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     19 * GNU General Public License for more details.
     20 *
     21 * You should have received a copy of the GNU General Public License
     22 * along with this program; if not, write to the Free Software
     23 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
     24 *
     25 *********************************************************************/
     26
    127// nothing
  • main/trunk/greenstone2/runtime-src/src/oaiservr/oaitools.cpp

    r22285 r22739  
     1/**********************************************************************
     2 *
     3 * oaitools.cpp --
     4 *
     5 * Copyright (C) 2004-2010  The New Zealand Digital Library Project
     6 *
     7 * A component of the Greenstone digital library software
     8 * from the New Zealand Digital Library Project at the
     9 * University of Waikato, New Zealand.
     10 *
     11 * This program is free software; you can redistribute it and/or modify
     12 * it under the terms of the GNU General Public License as published by
     13 * the Free Software Foundation; either version 2 of the License, or
     14 * (at your option) any later version.
     15 *
     16 * This program is distributed in the hope that it will be useful,
     17 * but WITHOUT ANY WARRANTY; without even the implied warranty of
     18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     19 * GNU General Public License for more details.
     20 *
     21 * You should have received a copy of the GNU General Public License
     22 * along with this program; if not, write to the Free Software
     23 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
     24 *
     25 *********************************************************************/
     26
    127#include "oaitools.h"
    228
  • main/trunk/greenstone2/runtime-src/src/oaiservr/oaitools.h

    r22285 r22739  
     1/**********************************************************************
     2 *
     3 * oaitools.h --
     4 *
     5 * Copyright (C) 2004-2010  The New Zealand Digital Library Project
     6 *
     7 * A component of the Greenstone digital library software
     8 * from the New Zealand Digital Library Project at the
     9 * University of Waikato, New Zealand.
     10 *
     11 * This program is free software; you can redistribute it and/or modify
     12 * it under the terms of the GNU General Public License as published by
     13 * the Free Software Foundation; either version 2 of the License, or
     14 * (at your option) any later version.
     15 *
     16 * This program is distributed in the hope that it will be useful,
     17 * but WITHOUT ANY WARRANTY; without even the implied warranty of
     18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     19 * GNU General Public License for more details.
     20 *
     21 * You should have received a copy of the GNU General Public License
     22 * along with this program; if not, write to the Free Software
     23 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
     24 *
     25 *********************************************************************/
     26
    127
    228#ifndef _OAITOOLS_H_
  • main/trunk/greenstone2/runtime-src/src/oaiservr/qualified_dublincore.cpp

    r22206 r22739  
     1/**********************************************************************
     2 *
     3 * qualified_dublincore.cpp --
     4 *
     5 * Copyright (C) 2004-2010  The New Zealand Digital Library Project
     6 *
     7 * A component of the Greenstone digital library software
     8 * from the New Zealand Digital Library Project at the
     9 * University of Waikato, New Zealand.
     10 *
     11 * This program is free software; you can redistribute it and/or modify
     12 * it under the terms of the GNU General Public License as published by
     13 * the Free Software Foundation; either version 2 of the License, or
     14 * (at your option) any later version.
     15 *
     16 * This program is distributed in the hope that it will be useful,
     17 * but WITHOUT ANY WARRANTY; without even the implied warranty of
     18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     19 * GNU General Public License for more details.
     20 *
     21 * You should have received a copy of the GNU General Public License
     22 * along with this program; if not, write to the Free Software
     23 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
     24 *
     25 *********************************************************************/
     26
    127
    228#include "qualified_dublincore.h"
  • main/trunk/greenstone2/runtime-src/src/oaiservr/qualified_dublincore.h

    r22206 r22739  
     1/**********************************************************************
     2 *
     3 * qualified_dublincore.h --
     4 *
     5 * Copyright (C) 2004-2010  The New Zealand Digital Library Project
     6 *
     7 * A component of the Greenstone digital library software
     8 * from the New Zealand Digital Library Project at the
     9 * University of Waikato, New Zealand.
     10 *
     11 * This program is free software; you can redistribute it and/or modify
     12 * it under the terms of the GNU General Public License as published by
     13 * the Free Software Foundation; either version 2 of the License, or
     14 * (at your option) any later version.
     15 *
     16 * This program is distributed in the hope that it will be useful,
     17 * but WITHOUT ANY WARRANTY; without even the implied warranty of
     18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     19 * GNU General Public License for more details.
     20 *
     21 * You should have received a copy of the GNU General Public License
     22 * along with this program; if not, write to the Free Software
     23 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
     24 *
     25 *********************************************************************/
     26
    127#include "dublincore.h"
    228
  • main/trunk/greenstone2/runtime-src/src/oaiservr/recordaction.cpp

    r22289 r22739  
     1/**********************************************************************
     2 *
     3 * recordaction.cpp --
     4 *
     5 * Copyright (C) 2004-2010  The New Zealand Digital Library Project
     6 *
     7 * A component of the Greenstone digital library software
     8 * from the New Zealand Digital Library Project at the
     9 * University of Waikato, New Zealand.
     10 *
     11 * This program is free software; you can redistribute it and/or modify
     12 * it under the terms of the GNU General Public License as published by
     13 * the Free Software Foundation; either version 2 of the License, or
     14 * (at your option) any later version.
     15 *
     16 * This program is distributed in the hope that it will be useful,
     17 * but WITHOUT ANY WARRANTY; without even the implied warranty of
     18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     19 * GNU General Public License for more details.
     20 *
     21 * You should have received a copy of the GNU General Public License
     22 * along with this program; if not, write to the Free Software
     23 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
     24 *
     25 *********************************************************************/
     26
    127#include "recordaction.h"
    228#include "recptprototools.h"
  • main/trunk/greenstone2/runtime-src/src/oaiservr/recordaction.h

    r18888 r22739  
     1/**********************************************************************
     2 *
     3 * recordaction.h --
     4 *
     5 * Copyright (C) 2004-2010  The New Zealand Digital Library Project
     6 *
     7 * A component of the Greenstone digital library software
     8 * from the New Zealand Digital Library Project at the
     9 * University of Waikato, New Zealand.
     10 *
     11 * This program is free software; you can redistribute it and/or modify
     12 * it under the terms of the GNU General Public License as published by
     13 * the Free Software Foundation; either version 2 of the License, or
     14 * (at your option) any later version.
     15 *
     16 * This program is distributed in the hope that it will be useful,
     17 * but WITHOUT ANY WARRANTY; without even the implied warranty of
     18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     19 * GNU General Public License for more details.
     20 *
     21 * You should have received a copy of the GNU General Public License
     22 * along with this program; if not, write to the Free Software
     23 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
     24 *
     25 *********************************************************************/
     26
    127#ifndef _RECORDACTION_H_
    228#define _RECORDACTION_H_
  • main/trunk/greenstone2/runtime-src/src/oaiservr/resumptiontoken.cpp

    r20625 r22739  
     1/**********************************************************************
     2 *
     3 * resumptiontoken.cpp --
     4 *
     5 * Copyright (C) 2004-2010  The New Zealand Digital Library Project
     6 *
     7 * A component of the Greenstone digital library software
     8 * from the New Zealand Digital Library Project at the
     9 * University of Waikato, New Zealand.
     10 *
     11 * This program is free software; you can redistribute it and/or modify
     12 * it under the terms of the GNU General Public License as published by
     13 * the Free Software Foundation; either version 2 of the License, or
     14 * (at your option) any later version.
     15 *
     16 * This program is distributed in the hope that it will be useful,
     17 * but WITHOUT ANY WARRANTY; without even the implied warranty of
     18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     19 * GNU General Public License for more details.
     20 *
     21 * You should have received a copy of the GNU General Public License
     22 * along with this program; if not, write to the Free Software
     23 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
     24 *
     25 *********************************************************************/
     26
    127#include "resumptiontoken.h"
    228
  • main/trunk/greenstone2/runtime-src/src/oaiservr/resumptiontoken.h

    r20590 r22739  
     1/**********************************************************************
     2 *
     3 * resumptiontoken.h --
     4 *
     5 * Copyright (C) 2004-2010  The New Zealand Digital Library Project
     6 *
     7 * A component of the Greenstone digital library software
     8 * from the New Zealand Digital Library Project at the
     9 * University of Waikato, New Zealand.
     10 *
     11 * This program is free software; you can redistribute it and/or modify
     12 * it under the terms of the GNU General Public License as published by
     13 * the Free Software Foundation; either version 2 of the License, or
     14 * (at your option) any later version.
     15 *
     16 * This program is distributed in the hope that it will be useful,
     17 * but WITHOUT ANY WARRANTY; without even the implied warranty of
     18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     19 * GNU General Public License for more details.
     20 *
     21 * You should have received a copy of the GNU General Public License
     22 * along with this program; if not, write to the Free Software
     23 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
     24 *
     25 *********************************************************************/
     26
    127#ifndef _RESUMPTIONTOKEN_H_
    228#define _RESUMPTIONTOKEN_H_
  • main/trunk/greenstone2/runtime-src/src/oaiservr/rfc1807.cpp

    r20542 r22739  
     1/**********************************************************************
     2 *
     3 * rfc1807.cpp --
     4 *
     5 * Copyright (C) 2004-2010  The New Zealand Digital Library Project
     6 *
     7 * A component of the Greenstone digital library software
     8 * from the New Zealand Digital Library Project at the
     9 * University of Waikato, New Zealand.
     10 *
     11 * This program is free software; you can redistribute it and/or modify
     12 * it under the terms of the GNU General Public License as published by
     13 * the Free Software Foundation; either version 2 of the License, or
     14 * (at your option) any later version.
     15 *
     16 * This program is distributed in the hope that it will be useful,
     17 * but WITHOUT ANY WARRANTY; without even the implied warranty of
     18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     19 * GNU General Public License for more details.
     20 *
     21 * You should have received a copy of the GNU General Public License
     22 * along with this program; if not, write to the Free Software
     23 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
     24 *
     25 *********************************************************************/
     26
    127#include "rfc1807.h"
    228
  • main/trunk/greenstone2/runtime-src/src/oaiservr/rfc1807.h

    r18895 r22739  
     1/**********************************************************************
     2 *
     3 * rfc1807.h --
     4 *
     5 * Copyright (C) 2004-2010  The New Zealand Digital Library Project
     6 *
     7 * A component of the Greenstone digital library software
     8 * from the New Zealand Digital Library Project at the
     9 * University of Waikato, New Zealand.
     10 *
     11 * This program is free software; you can redistribute it and/or modify
     12 * it under the terms of the GNU General Public License as published by
     13 * the Free Software Foundation; either version 2 of the License, or
     14 * (at your option) any later version.
     15 *
     16 * This program is distributed in the hope that it will be useful,
     17 * but WITHOUT ANY WARRANTY; without even the implied warranty of
     18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     19 * GNU General Public License for more details.
     20 *
     21 * You should have received a copy of the GNU General Public License
     22 * along with this program; if not, write to the Free Software
     23 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
     24 *
     25 *********************************************************************/
     26
    127#include "metaformat.h"
    228
Note: See TracChangeset for help on using the changeset viewer.