diff options
| author | Simon Tatham <anakin@pobox.com> | 2004-03-25 18:33:02 +0000 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2004-03-25 18:33:02 +0000 |
| commit | 187d4791fd0873b4058b381aa3d3a591b846463e (patch) | |
| tree | 5e36f1b52adc5cc2255b7db15af8af57e66e8a13 /doc/licence.but | |
| parent | 2c5767ab6e1ea37c190be1da007cc015a5d3a7ed (diff) | |
| download | halibut-187d4791fd0873b4058b381aa3d3a591b846463e.zip halibut-187d4791fd0873b4058b381aa3d3a591b846463e.tar.gz halibut-187d4791fd0873b4058b381aa3d3a591b846463e.tar.bz2 halibut-187d4791fd0873b4058b381aa3d3a591b846463e.tar.xz | |
First instalment of a manual for Halibut. This lot covers the
(nearly nonexistent) invocation syntax and the input format.
[originally from svn r3979]
Diffstat (limited to 'doc/licence.but')
| -rw-r--r-- | doc/licence.but | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/doc/licence.but b/doc/licence.but new file mode 100644 index 0000000..90c63bd --- /dev/null +++ b/doc/licence.but @@ -0,0 +1,26 @@ +\versionid $Id: licence.but,v 1.1 2004/03/25 18:33:02 simon Exp $ + +\A{licence} Halibut Licence + +Halibut is copyright 2004 Simon Tatham. + +Portions copyright James Aylett. + +Permission is hereby granted, free of charge, to any person +obtaining a copy of this software and associated documentation files +(the "Software"), to deal in the Software without restriction, +including without limitation the rights to use, copy, modify, merge, +publish, distribute, sublicense, and/or sell copies of the Software, +and to permit persons to whom the Software is furnished to do so, +subject to the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE +FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF +CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |