When dumping version, also print some /legal/ blah-blah:
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Wed Jul 16 22:23:46 2008 +0000 (2008-07-16)
changeset 675efaf88c66ec1
parent 674 ab1fa87c138d
child 676 78c450c0b219
When dumping version, also print some /legal/ blah-blah:
- copyright notice,
- one-liner boilerplate about free software,
- disclaimer about waranty, merchantability, fitness...

/trunk/ct-ng.in | 5 5 0 0 +++++
1 file changed, 5 insertions(+)
ct-ng.in
     1.1 --- a/ct-ng.in	Wed Jul 16 22:10:28 2008 +0000
     1.2 +++ b/ct-ng.in	Wed Jul 16 22:23:46 2008 +0000
     1.3 @@ -113,6 +113,11 @@
     1.4  PHONY += version
     1.5  version:
     1.6  	@echo 'This is crosstool-NG version $(CT_VERSION)'
     1.7 +	@echo
     1.8 +	@echo 'Copyright (C) 2008  Yann E. MORIN <yann.morin.1998@anciens.enib.fr>'
     1.9 +	@echo 'This is free software; see the source for copying conditions.'
    1.10 +	@echo 'There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A'
    1.11 +	@echo 'PARTICULAR PURPOSE.'
    1.12  
    1.13  PHONY += clean
    1.14  clean::