From fb4a9aa847c5e660adda65e9e2b9752aabfeeaf3 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 27 Jan 2010 17:12:30 +0100 Subject: maint: normalize copyright notices Normalize some copyright comments: change the two spaces before "Free Software..." to one: git grep -l -E '[0-9]{4} *Free Software' \ | xargs perl -pi -e 's/ +(Free Software)/ $1/' --- build-aux/compile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build-aux/compile') diff --git a/build-aux/compile b/build-aux/compile index c0096a7b56..fa0bd9dd48 100755 --- a/build-aux/compile +++ b/build-aux/compile @@ -3,7 +3,7 @@ scriptversion=2009-10-06.20; # UTC -# Copyright (C) 1999, 2000, 2003, 2004, 2005, 2009 Free Software +# Copyright (C) 1999, 2000, 2003, 2004, 2005, 2009 Free Software # Foundation, Inc. # Written by Tom Tromey . # -- cgit v1.2.1