diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2008-07-16 22:23:46 +0000 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2008-07-16 22:23:46 +0000 |
commit | 356d3677d53c1becec11683c6648d8acd04be8bf (patch) | |
tree | a24cf255905998327f7e22696b74cf5c301ac6c0 /ct-ng.in | |
parent | 547eae7750358341eefd58fb2b8738c566ba91ef (diff) | |
download | crosstool-ng-356d3677d53c1becec11683c6648d8acd04be8bf.tar.gz crosstool-ng-356d3677d53c1becec11683c6648d8acd04be8bf.tar.bz2 crosstool-ng-356d3677d53c1becec11683c6648d8acd04be8bf.zip |
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(+)
Diffstat (limited to 'ct-ng.in')
-rw-r--r-- | ct-ng.in | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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:: |