Changeset 84 for trunk/bootstrap


Ignore:
Timestamp:
Mar 13, 2006, 11:04:34 PM (17 years ago)
Author:
Jari Häkkinen
Message:

Added copyright statement. Bumped version number to pre0.3. Cleaned up code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bootstrap

    r8 r84  
    11#!/bin/sh
    22
    3 # $Id$
     3## $Id$
     4##
     5## Run this to generate all auto-generated files needed by the GNU
     6## configure program. This should be run everytime configure.ac is
     7## changed.
    48
    5 # Run this to generate all auto-generated files needed by the GNU
    6 # configure program. This should be run everytime configure.ac is
    7 # changed.
     9# Copyright (C) 2005, 2006 Jari Häkkinen
     10#
     11# This file is part of svnstat, http://lev.thep.lu.se/trac/svnstat
     12#
     13# svnstat is free software; you can redistribute it and/or modify it
     14# under the terms of the GNU General Public License as published by
     15# the Free Software Foundation; either version 2 of the License, or
     16# (at your option) any later version.
     17#
     18# svnstat is distributed in the hope that it will be useful, but
     19# WITHOUT ANY WARRANTY; without even the implied warranty of
     20# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
     21# General Public License for more details.
     22#
     23# You should have received a copy of the GNU General Public License
     24# along with this program; if not, write to the Free Software
     25# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
     26# 02111-1307, USA.
    827
    928mkdir -p autotools
Note: See TracChangeset for help on using the changeset viewer.