From 335190a7de1f70c7b97d8137bfbc854428e98ac8 Mon Sep 17 00:00:00 2001 From: sam Date: Mon, 15 Feb 2010 22:51:01 +0000 Subject: [PATCH] Remove $Id from bootstrap file. git-svn-id: file:///srv/caca.zoy.org/var/lib/svn/research@4365 92316355-f0b4-4df1-b90c-862c8a59935f --- autotools/bootstrap | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/autotools/bootstrap b/autotools/bootstrap index 784b8cf..5752522 100755 --- a/autotools/bootstrap +++ b/autotools/bootstrap @@ -1,9 +1,8 @@ #! /bin/sh -# $Id$ # bootstrap: generic bootstrap/autogen.sh script for autotools projects # -# Copyright (c) 2002-2009 Sam Hocevar +# Copyright (c) 2002-2010 Sam Hocevar # # This program is free software. It comes without any warranty, to # the extent permitted by applicable law. You can redistribute it @@ -12,7 +11,7 @@ # http://sam.zoy.org/wtfpl/COPYING for more details. # # The latest version of this script can be found at the following place: -# http://caca.zoy.org/wiki/build +# http://caca.zoy.org/wiki/build # Die if an error occurs set -e