Changeset 6262


Ignore:
Timestamp:
2003-12-12T18:00:38+13:00 (20 years ago)
Author:
jmt12
Message:

Corrected the launching scripts/batch files to say copyright 2003 - at least for 19 more days

Location:
trunk/gli
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/gli/gli.bat

    r6223 r6262  
    11@echo off
    22
     3echo
    34echo Greenstone Librarian Interface (GLI)
    4 echo Copyright (C) 2002 Greenstone Digital Libraries, University Of Waikato
     5echo Copyright (C) 2003 Greenstone Digital Libraries, University Of Waikato
    56echo GLI comes with ABSOLUTELY NO WARRANTY; for details see LICENSE.txt
    67echo This is free software, and you are welcome to redistribute it
    7 echo.
     8echo
     9
    810
    911::  -------- Run the Greenstone Librarian Interface --------
  • trunk/gli/gli.sh

    r6223 r6262  
    11#!/bin/sh
    22
     3echo
    34echo 'Greenstone Librarian Interface (GLI)'
    4 echo 'Copyright (C) 2002 Greenstone Digital Libraries, University Of Waikato'
     5echo 'Copyright (C) 2003 Greenstone Digital Libraries, University Of Waikato'
    56echo 'GLI comes with ABSOLUTELY NO WARRANTY; for details see LICENSE.txt'
    67echo 'This is free software, and you are welcome to redistribute it'
  • trunk/gli/makegli.bat

    r6223 r6262  
    11@echo off
    22
     3echo
    34echo Greenstone Librarian Interface (GLI)
    4 echo Copyright (C) 2002 Greenstone Digital Libraries, University Of Waikato
     5echo Copyright (C) 2003 Greenstone Digital Libraries, University Of Waikato
    56echo GLI comes with ABSOLUTELY NO WARRANTY; for details see LICENSE.txt
    67echo This is free software, and you are welcome to redistribute it
    7 echo.
     8echo
    89
    910::  -------- Compile the Greenstone Librarian Interface --------
  • trunk/gli/makegli.sh

    r6223 r6262  
    11#!/bin/sh
    22
     3echo
    34echo 'Greenstone Librarian Interface (GLI)'
    4 echo 'Copyright (C) 2002 Greenstone Digital Libraries, University Of Waikato'
     5echo 'Copyright (C) 2003 Greenstone Digital Libraries, University Of Waikato'
    56echo 'GLI comes with ABSOLUTELY NO WARRANTY; for details see LICENSE.txt'
    67echo 'This is free software, and you are welcome to redistribute it'
Note: See TracChangeset for help on using the changeset viewer.