summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-07-16 22:23:46 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-07-16 22:23:46 (GMT)
commit356d3677d53c1becec11683c6648d8acd04be8bf (patch)
treea24cf255905998327f7e22696b74cf5c301ac6c0
parent547eae7750358341eefd58fb2b8738c566ba91ef (diff)
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(+)
-rw-r--r--ct-ng.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/ct-ng.in b/ct-ng.in
index 901736a..d93b244 100644
--- a/ct-ng.in
+++ b/ct-ng.in
@@ -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::