Changeset 22743 for main


Ignore:
Timestamp:
2010-08-24T10:20:26+12:00 (14 years ago)
Author:
mdewsnip
Message:

Consistency changes to copyright statement.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/bin/script/buildcol.pl

    r21822 r22743  
    11#!/usr/bin/perl -w
    22
    3 ## @file buildcol.pl
    4 # This program will build a particular collection.
     3###########################################################################
     4#
     5# buildcol.pl --
    56# A component of the Greenstone digital library software
    67# from the New Zealand Digital Library Project at the
    78# University of Waikato, New Zealand.
     9#
     10# Copyright (C) 1999 New Zealand Digital Library Project
    811#
    912# This program is free software; you can redistribute it and/or modify
     
    2124# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    2225#
    23 # @author New Zealand Digital Library Project unless otherwise stated
    24 # @copy 1999 New Zealand Digital Library Project
    25 #
     26###########################################################################
     27
     28
     29# This program will build a particular collection.
     30
    2631package buildcol;
    2732
Note: See TracChangeset for help on using the changeset viewer.