# HG changeset patch # User "Yann E. MORIN" # Date 1216247026 0 # Node ID efaf88c66ec13faf94c1702930f4b7f02efad7ab # Parent ab1fa87c138d24a4767e86a3278b81c5f9dba97e 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(+) diff -r ab1fa87c138d -r efaf88c66ec1 ct-ng.in --- a/ct-ng.in Wed Jul 16 22:10:28 2008 +0000 +++ b/ct-ng.in Wed Jul 16 22:23:46 2008 +0000 @@ -113,6 +113,11 @@ PHONY += version version: @echo 'This is crosstool-NG version $(CT_VERSION)' + @echo + @echo 'Copyright (C) 2008 Yann E. MORIN ' + @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::