diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2008-03-10 09:44:22 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2008-03-10 09:44:22 -0700 |
commit | 7c5c72228f538f3c9aa3dc3bee300e278e3cda2e (patch) | |
tree | bd3aef6e9776565f555224bef03e504a929a336f /templates/show/license/node.def | |
parent | 5d27ad7d728bba2860ea81ba833d9376c282992d (diff) | |
download | vyatta-op-7c5c72228f538f3c9aa3dc3bee300e278e3cda2e.tar.gz vyatta-op-7c5c72228f538f3c9aa3dc3bee300e278e3cda2e.zip |
Add show license command
To ensure that end users are clear about the license,
add a 'show license' command that shows the GPLv2 license.
This also covers the GPL requirements for section 2c.
Diffstat (limited to 'templates/show/license/node.def')
-rw-r--r-- | templates/show/license/node.def | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/show/license/node.def b/templates/show/license/node.def new file mode 100644 index 0000000..eadfbbf --- /dev/null +++ b/templates/show/license/node.def @@ -0,0 +1,2 @@ +help: Show Vyatta license information +run: cat ${vyatta_sysconfdir}/LICENSE |