From 3a2bbd112f091cfa237f0c4ad087b8676b9aa801 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20W=C3=A4ckerlin?= Date: Tue, 31 Aug 2004 15:57:19 +0000 Subject: [PATCH] added file header --- bootstrap.sh | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/bootstrap.sh b/bootstrap.sh index c3c21b4..2d637db 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -1,4 +1,19 @@ #! /bin/sh +## @file +## +## $Id$ +## +## $Date$ +## $Author$ +## +## @copy © Marc Wäckerlin +## @license LGPL, see file COPYING +## +## $Log$ +## Revision 1.3 2004/08/31 15:57:19 marc +## added file header +## + test -f makefile && make distclean aclocal && libtoolize --force && automake -a && autoconf