From 2c63c7ada78d172d174ead564b57ab9b8d428b19 Mon Sep 17 00:00:00 2001 From: Sam Hocevar Date: Tue, 9 Feb 2010 00:24:47 +0000 Subject: [PATCH] Get rid of $Id$ keywords. --- NEWS | 1 - README | 1 - TODO | 1 - bootstrap | 1 - configure.ac | 10 ++-------- doc/Makefile.am | 1 - src/export.c | 2 -- src/export.h | 2 -- src/figlet.c | 2 -- src/filter.c | 2 -- src/filter.h | 2 -- src/main.c | 2 -- src/render.c | 2 -- src/render.h | 2 -- src/term.c | 2 -- src/toilet.h | 2 -- test/Makefile.am | 1 - tools/Makefile.am | 1 - 18 files changed, 2 insertions(+), 35 deletions(-) diff --git a/NEWS b/NEWS index 843c4a3..9f14271 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,3 @@ -$Id$ New in 0.1: - initial release diff --git a/README b/README index d6883b6..a9d32e4 100644 --- a/README +++ b/README @@ -1,4 +1,3 @@ -$Id$ This is experimental software. Do not rely on it for strong and secure ASCII art generation, it will only output ugly things. diff --git a/TODO b/TODO index 38d285b..edc940c 100644 --- a/TODO +++ b/TODO @@ -1,4 +1,3 @@ -$Id$ FIGlet features that we are still missing: - vertical smushing diff --git a/bootstrap b/bootstrap index 784b8cf..f2571da 100755 --- a/bootstrap +++ b/bootstrap @@ -1,5 +1,4 @@ #! /bin/sh -# $Id$ # bootstrap: generic bootstrap/autogen.sh script for autotools projects # diff --git a/configure.ac b/configure.ac index b419599..581c278 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,3 @@ -# $Id$ AC_INIT(toilet, 0.1) @@ -62,13 +61,8 @@ PKG_CHECK_MODULES(CACA, caca >= 0.99.beta17, AC_MSG_ERROR([you need libcaca version 0.99.beta17 or later])]) AC_MSG_CHECKING([for release date]) -stamp="$(sed -ne 's/# \$Id: .*\(....-..-..\).*/\1/p;q' configure.ac)" - if date +"%e %B %Y" -d "$stamp" >/dev/null 2>&1; then - ac_build_date="$(LANG=C date +"%e %B %Y" -d "$stamp" | sed 's/^ //')" - else - tmp="${stamp%-*}" - ac_build_date="${stamp##*-} ${tmp#*-} ${stamp%%-*}" - fi +tmp="${stamp%-*}" +ac_build_date="${stamp##*-} ${tmp#*-} ${stamp%%-*}" AC_MSG_RESULT([$ac_build_date]) AC_DEFINE_UNQUOTED(DATE, "$ac_build_date", [Define the version date]) diff --git a/doc/Makefile.am b/doc/Makefile.am index 6208ab6..992d31f 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,4 +1,3 @@ -# $Id: Makefile.am 871 2006-09-25 15:58:33Z sam $ EXTRA_DIST = toilet.1.in CLEANFILES = toilet.1 diff --git a/src/export.c b/src/export.c index 92fecf7..58a43f8 100644 --- a/src/export.c +++ b/src/export.c @@ -3,8 +3,6 @@ * Copyright (c) 2006 Sam Hocevar * All Rights Reserved * - * $Id$ - * * This program is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it * and/or modify it under the terms of the Do What The Fuck You Want diff --git a/src/export.h b/src/export.h index 977f9b1..5cfbf8b 100644 --- a/src/export.h +++ b/src/export.h @@ -3,8 +3,6 @@ * Copyright (c) 2006 Sam Hocevar * All Rights Reserved * - * $Id$ - * * This program is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it * and/or modify it under the terms of the Do What The Fuck You Want diff --git a/src/figlet.c b/src/figlet.c index 04f2849..51c0234 100644 --- a/src/figlet.c +++ b/src/figlet.c @@ -3,8 +3,6 @@ * Copyright (c) 2006 Sam Hocevar * All Rights Reserved * - * $Id$ - * * This program is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it * and/or modify it under the terms of the Do What The Fuck You Want diff --git a/src/filter.c b/src/filter.c index bef44ce..e773ea9 100644 --- a/src/filter.c +++ b/src/filter.c @@ -3,8 +3,6 @@ * Copyright (c) 2006 Sam Hocevar * All Rights Reserved * - * $Id$ - * * This program is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it * and/or modify it under the terms of the Do What The Fuck You Want diff --git a/src/filter.h b/src/filter.h index f1d6090..812fc25 100644 --- a/src/filter.h +++ b/src/filter.h @@ -3,8 +3,6 @@ * Copyright (c) 2006 Sam Hocevar * All Rights Reserved * - * $Id$ - * * This program is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it * and/or modify it under the terms of the Do What The Fuck You Want diff --git a/src/main.c b/src/main.c index 8a89de5..01b1aeb 100644 --- a/src/main.c +++ b/src/main.c @@ -3,8 +3,6 @@ * Copyright (c) 2006 Sam Hocevar * All Rights Reserved * - * $Id$ - * * This program is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it * and/or modify it under the terms of the Do What The Fuck You Want diff --git a/src/render.c b/src/render.c index 533d527..d00b830 100644 --- a/src/render.c +++ b/src/render.c @@ -3,8 +3,6 @@ * Copyright (c) 2006 Sam Hocevar * All Rights Reserved * - * $Id$ - * * This program is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it * and/or modify it under the terms of the Do What The Fuck You Want diff --git a/src/render.h b/src/render.h index b5a3474..aa6caaa 100644 --- a/src/render.h +++ b/src/render.h @@ -3,8 +3,6 @@ * Copyright (c) 2006 Sam Hocevar * All Rights Reserved * - * $Id$ - * * This program is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it * and/or modify it under the terms of the Do What The Fuck You Want diff --git a/src/term.c b/src/term.c index 9afdaa5..03790bb 100644 --- a/src/term.c +++ b/src/term.c @@ -3,8 +3,6 @@ * Copyright (c) 2006 Sam Hocevar * All Rights Reserved * - * $Id$ - * * This program is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it * and/or modify it under the terms of the Do What The Fuck You Want diff --git a/src/toilet.h b/src/toilet.h index 63580fd..b9fa880 100644 --- a/src/toilet.h +++ b/src/toilet.h @@ -3,8 +3,6 @@ * Copyright (c) 2006 Sam Hocevar * All Rights Reserved * - * $Id$ - * * This program is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it * and/or modify it under the terms of the Do What The Fuck You Want diff --git a/test/Makefile.am b/test/Makefile.am index c3a2f94..db0d98a 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -1,4 +1,3 @@ -# $Id$ EXTRA_DIST = check-build check-fonts diff --git a/tools/Makefile.am b/tools/Makefile.am index c4b13dc..35c76b2 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -1,4 +1,3 @@ -# $Id: Makefile.am 929 2006-10-20 16:19:41Z sam $ noinst_PROGRAMS = caca2tlf