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(+)
This commit is contained in:
Yann E. MORIN" 2008-07-16 22:23:46 +00:00
parent 547eae7750
commit 356d3677d5

View File

@ -113,6 +113,11 @@ tarball:
PHONY += version
version:
@echo 'This is crosstool-NG version $(CT_VERSION)'
@echo
@echo 'Copyright (C) 2008 Yann E. MORIN <yann.morin.1998@anciens.enib.fr>'
@echo 'This is free software; see the source for copying conditions.'
@echo 'There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A'
@echo 'PARTICULAR PURPOSE.'
PHONY += clean
clean::