Changeset 538


Ignore:
Timestamp:
1999-09-08T10:07:01+12:00 (25 years ago)
Author:
sjboddie
Message:

added GPL header

Location:
trunk/gsdl/bin/script
Files:
12 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/bin/script/buildcol.pl

    r313 r538  
    11#!/usr/local/bin/perl5 -w
    22
    3 # This program will build a particular collection
     3###########################################################################
     4#
     5# buildcol.pl -- This program will build a particular collection
     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# Copyright (C) 1999 New Zealand Digital Library Project
     11#
     12# This program is free software; you can redistribute it and/or modify
     13# it under the terms of the GNU General Public License as published by
     14# the Free Software Foundation; either version 2 of the License, or
     15# (at your option) any later version.
     16#
     17# This program is distributed in the hope that it will be useful,
     18# but WITHOUT ANY WARRANTY; without even the implied warranty of
     19# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     20# GNU General Public License for more details.
     21#
     22# You should have received a copy of the GNU General Public License
     23# along with this program; if not, write to the Free Software
     24# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
     25#
     26###########################################################################
    427
    528BEGIN {
  • trunk/gsdl/bin/script/clean_archives.pl

    r476 r538  
    11#!/usr/local/bin/perl5
     2
     3###########################################################################
     4#
     5# clean_archives.pl
     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# Copyright (C) 1999 New Zealand Digital Library Project
     11#
     12# This program is free software; you can redistribute it and/or modify
     13# it under the terms of the GNU General Public License as published by
     14# the Free Software Foundation; either version 2 of the License, or
     15# (at your option) any later version.
     16#
     17# This program is distributed in the hope that it will be useful,
     18# but WITHOUT ANY WARRANTY; without even the implied warranty of
     19# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     20# GNU General Public License for more details.
     21#
     22# You should have received a copy of the GNU General Public License
     23# along with this program; if not, write to the Free Software
     24# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
     25#
     26###########################################################################
     27
    228
    329# clean_archives.pl removes any doc.gml, doc.gml.gz, and empty
  • trunk/gsdl/bin/script/gb2utf8.pl

    r72 r538  
    11#!/usr/local/bin/perl5 -w
     2
     3###########################################################################
     4#
     5# gb2utf8.pl --
     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# Copyright (C) 1999 New Zealand Digital Library Project
     11#
     12# This program is free software; you can redistribute it and/or modify
     13# it under the terms of the GNU General Public License as published by
     14# the Free Software Foundation; either version 2 of the License, or
     15# (at your option) any later version.
     16#
     17# This program is distributed in the hope that it will be useful,
     18# but WITHOUT ANY WARRANTY; without even the implied warranty of
     19# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     20# GNU General Public License for more details.
     21#
     22# You should have received a copy of the GNU General Public License
     23# along with this program; if not, write to the Free Software
     24# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
     25#
     26###########################################################################
     27
    228
    329# This program converts from the GuoBiao encoding to the UTF-8
  • trunk/gsdl/bin/script/gettext.pl

    r417 r538  
    11#!/usr/local/bin/perl5 -w
     2
     3###########################################################################
     4#
     5# gettext.pl --
     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# Copyright (C) 1999 New Zealand Digital Library Project
     11#
     12# This program is free software; you can redistribute it and/or modify
     13# it under the terms of the GNU General Public License as published by
     14# the Free Software Foundation; either version 2 of the License, or
     15# (at your option) any later version.
     16#
     17# This program is distributed in the hope that it will be useful,
     18# but WITHOUT ANY WARRANTY; without even the implied warranty of
     19# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     20# GNU General Public License for more details.
     21#
     22# You should have received a copy of the GNU General Public License
     23# along with this program; if not, write to the Free Software
     24# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
     25#
     26###########################################################################
     27
    228
    329# This program will output the text for a particular index
  • trunk/gsdl/bin/script/gsdlinfo.pl

    r91 r538  
    11#!/usr/local/bin/perl5 -w
     2
     3###########################################################################
     4#
     5# gsdlinfo.pl --
     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# Copyright (C) 1999 New Zealand Digital Library Project
     11#
     12# This program is free software; you can redistribute it and/or modify
     13# it under the terms of the GNU General Public License as published by
     14# the Free Software Foundation; either version 2 of the License, or
     15# (at your option) any later version.
     16#
     17# This program is distributed in the hope that it will be useful,
     18# but WITHOUT ANY WARRANTY; without even the implied warranty of
     19# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     20# GNU General Public License for more details.
     21#
     22# You should have received a copy of the GNU General Public License
     23# along with this program; if not, write to the Free Software
     24# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
     25#
     26###########################################################################
    227
    328# This program will look to see what collections are installed
  • trunk/gsdl/bin/script/import.pl

    r433 r538  
    11#!/usr/local/bin/perl5 -w
     2
     3###########################################################################
     4#
     5# import.pl --
     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# Copyright (C) 1999 New Zealand Digital Library Project
     11#
     12# This program is free software; you can redistribute it and/or modify
     13# it under the terms of the GNU General Public License as published by
     14# the Free Software Foundation; either version 2 of the License, or
     15# (at your option) any later version.
     16#
     17# This program is distributed in the hope that it will be useful,
     18# but WITHOUT ANY WARRANTY; without even the implied warranty of
     19# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     20# GNU General Public License for more details.
     21#
     22# You should have received a copy of the GNU General Public License
     23# along with this program; if not, write to the Free Software
     24# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
     25#
     26###########################################################################
     27
    228
    329# This program will import a number of files into a particular collection
  • trunk/gsdl/bin/script/mkcol.pl

    r303 r538  
    11#!/usr/local/bin/perl5 -w
     2
     3###########################################################################
     4#
     5# mkcol.pl --
     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# Copyright (C) 1999 New Zealand Digital Library Project
     11#
     12# This program is free software; you can redistribute it and/or modify
     13# it under the terms of the GNU General Public License as published by
     14# the Free Software Foundation; either version 2 of the License, or
     15# (at your option) any later version.
     16#
     17# This program is distributed in the hope that it will be useful,
     18# but WITHOUT ANY WARRANTY; without even the implied warranty of
     19# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     20# GNU General Public License for more details.
     21#
     22# You should have received a copy of the GNU General Public License
     23# along with this program; if not, write to the Free Software
     24# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
     25#
     26###########################################################################
     27
    228
    329# This program will setup a new collection from a model one. It does this by
  • trunk/gsdl/bin/script/newsrc.pl

    r141 r538  
    11#!/usr/local/bin/perl5 -w
     2
     3###########################################################################
     4#
     5# newsrc.pl -- creates new blank source files
     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# Copyright (C) 1999 New Zealand Digital Library Project
     11#
     12# This program is free software; you can redistribute it and/or modify
     13# it under the terms of the GNU General Public License as published by
     14# the Free Software Foundation; either version 2 of the License, or
     15# (at your option) any later version.
     16#
     17# This program is distributed in the hope that it will be useful,
     18# but WITHOUT ANY WARRANTY; without even the implied warranty of
     19# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     20# GNU General Public License for more details.
     21#
     22# You should have received a copy of the GNU General Public License
     23# along with this program; if not, write to the Free Software
     24# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
     25#
     26###########################################################################
    227
    328foreach $filename (@ARGV) {
     
    2449    print CPPFILE " * Copyright (C) 1999  The New Zealand Digital Library Project\n";
    2550    print CPPFILE " *\n";
    26     print CPPFILE " * PUT COPYRIGHT NOTICE HERE\n";
     51    print CPPFILE " * This program is free software; you can redistribute it and/or modify\n";
     52    print CPPFILE " * it under the terms of the GNU General Public License as published by\n";
     53    print CPPFILE " * the Free Software Foundation; either version 2 of the License, or\n";
     54    print CPPFILE " * (at your option) any later version.\n";
    2755    print CPPFILE " *\n";
    28     print CPPFILE " * \$" . "Id: newsrc.pl,v 1.1 1999/01/21 04:02:03 rjmcnab Exp \$\n";
     56    print CPPFILE " * This program is distributed in the hope that it will be useful,\n";
     57    print CPPFILE " * but WITHOUT ANY WARRANTY; without even the implied warranty of\n";
     58    print CPPFILE " * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n";
     59    print CPPFILE " * GNU General Public License for more details.\n";
     60    print CPPFILE " *\n";
     61    print CPPFILE " * You should have received a copy of the GNU General Public License\n";
     62    print CPPFILE " * along with this program; if not, write to the Free Software\n";
     63    print CPPFILE " * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.\n";
     64    print CPPFILE " *\n";
     65    print CPPFILE " * \$" . "Id: Exp \$\n";
    2966    print CPPFILE " *\n";
    3067    print CPPFILE " *********************************************************************/\n";
     
    5087    print HFILE " * Copyright (C) 1999  The New Zealand Digital Library Project\n";
    5188    print HFILE " *\n";
    52     print HFILE " * PUT COPYRIGHT NOTICE HERE\n";
     89    print HFILE " * This program is free software; you can redistribute it and/or modify\n";
     90    print HFILE " * it under the terms of the GNU General Public License as published by\n";
     91    print HFILE " * the Free Software Foundation; either version 2 of the License, or\n";
     92    print HFILE " * (at your option) any later version.\n";
    5393    print HFILE " *\n";
    54     print HFILE " * \$" . "Id: newsrc.pl,v 1.1 1999/01/21 04:02:03 rjmcnab Exp \$\n";
     94    print HFILE " * This program is distributed in the hope that it will be useful,\n";
     95    print HFILE " * but WITHOUT ANY WARRANTY; without even the implied warranty of\n";
     96    print HFILE " * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n";
     97    print HFILE " * GNU General Public License for more details.\n";
     98    print HFILE " *\n";
     99    print HFILE " * You should have received a copy of the GNU General Public License\n";
     100    print HFILE " * along with this program; if not, write to the Free Software\n";
     101    print HFILE " * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.\n";
     102    print HFILE " *\n";
     103    print HFILE " * \$" . "Id: Exp \$\n";
    55104    print HFILE " *\n";
    56105    print HFILE " *********************************************************************/\n";
  • trunk/gsdl/bin/script/uc2utf8.pl

    r490 r538  
    11#!/usr/local/bin/perl5 -w
     2
     3###########################################################################
     4#
     5# uc2utf8.pl --
     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# Copyright (C) 1999 New Zealand Digital Library Project
     11#
     12# This program is free software; you can redistribute it and/or modify
     13# it under the terms of the GNU General Public License as published by
     14# the Free Software Foundation; either version 2 of the License, or
     15# (at your option) any later version.
     16#
     17# This program is distributed in the hope that it will be useful,
     18# but WITHOUT ANY WARRANTY; without even the implied warranty of
     19# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     20# GNU General Public License for more details.
     21#
     22# You should have received a copy of the GNU General Public License
     23# along with this program; if not, write to the Free Software
     24# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
     25#
     26###########################################################################
    227
    328# This program converts from the 16-bit unicode to UTF-8
  • trunk/gsdl/bin/script/unindex.pl

    r434 r538  
    11#!/usr/local/bin/perl5 -w
    22
     3###########################################################################
     4#
     5# unindex.pl --
     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# Copyright (C) 1999 New Zealand Digital Library Project
     11#
     12# This program is free software; you can redistribute it and/or modify
     13# it under the terms of the GNU General Public License as published by
     14# the Free Software Foundation; either version 2 of the License, or
     15# (at your option) any later version.
     16#
     17# This program is distributed in the hope that it will be useful,
     18# but WITHOUT ANY WARRANTY; without even the implied warranty of
     19# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     20# GNU General Public License for more details.
     21#
     22# You should have received a copy of the GNU General Public License
     23# along with this program; if not, write to the Free Software
     24# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
     25#
     26###########################################################################
     27
    328# this program will decompress all the text from a built index
    4 # and return it to gml format
     29# and return it to gml format - may be slightly broken at present
    530
    631BEGIN {
  • trunk/gsdl/bin/script/utf82gb.pl

    r72 r538  
    11#!/usr/local/bin/perl5 -w
     2
     3###########################################################################
     4#
     5# utf82gb.pl --
     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# Copyright (C) 1999 New Zealand Digital Library Project
     11#
     12# This program is free software; you can redistribute it and/or modify
     13# it under the terms of the GNU General Public License as published by
     14# the Free Software Foundation; either version 2 of the License, or
     15# (at your option) any later version.
     16#
     17# This program is distributed in the hope that it will be useful,
     18# but WITHOUT ANY WARRANTY; without even the implied warranty of
     19# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     20# GNU General Public License for more details.
     21#
     22# You should have received a copy of the GNU General Public License
     23# along with this program; if not, write to the Free Software
     24# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
     25#
     26###########################################################################
     27
    228
    329# This program converts from the UTF-8 encoding of Unicode to
  • trunk/gsdl/bin/script/utf82uc.pl

    r490 r538  
    11#!/usr/local/bin/perl5 -w
     2
     3###########################################################################
     4#
     5# utf82uc.pl -- utf8 to unicode converter
     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# Copyright (C) 1999 New Zealand Digital Library Project
     11#
     12# This program is free software; you can redistribute it and/or modify
     13# it under the terms of the GNU General Public License as published by
     14# the Free Software Foundation; either version 2 of the License, or
     15# (at your option) any later version.
     16#
     17# This program is distributed in the hope that it will be useful,
     18# but WITHOUT ANY WARRANTY; without even the implied warranty of
     19# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     20# GNU General Public License for more details.
     21#
     22# You should have received a copy of the GNU General Public License
     23# along with this program; if not, write to the Free Software
     24# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
     25#
     26###########################################################################
     27
    228
    329BEGIN {
Note: See TracChangeset for help on using the changeset viewer.