diff options
author | Steven Knight <knight@baldmt.com> | 2002-02-09 21:18:40 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2002-02-09 21:18:40 (GMT) |
commit | 490f796a5ca21af009f406e51e751823fef8ee5c (patch) | |
tree | d44024dbbc5a79ca57f7cae36a0350a787071c3d /doc/design | |
parent | be65ede5539c8911432dae9dd4a68fd483ee8549 (diff) | |
download | SCons-490f796a5ca21af009f406e51e751823fef8ee5c.zip SCons-490f796a5ca21af009f406e51e751823fef8ee5c.tar.gz SCons-490f796a5ca21af009f406e51e751823fef8ee5c.tar.bz2 |
Lookup implicit dependencies relative to the directory of the node in which the dependency was found.
Diffstat (limited to 'doc/design')
-rw-r--r-- | doc/design/copyright.sgml | 39 | ||||
-rw-r--r-- | doc/design/main.sgml | 1 |
2 files changed, 40 insertions, 0 deletions
diff --git a/doc/design/copyright.sgml b/doc/design/copyright.sgml new file mode 100644 index 0000000..a7113ba --- /dev/null +++ b/doc/design/copyright.sgml @@ -0,0 +1,39 @@ +<!-- + + Copyright (c) 2001, 2002 Steven Knight + + 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 AUTHORS OR 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. + +--> + +<blockquote> + <para> + + Copyright (c) 2001, 2002 Steven Knight + + Portions of this document, by the same author, were previously + published Copyright 2000 by CodeSourcery LLC, under the Software Carpentry + Open Publication License, the terms of which are available at + <ulink url="http://www.software-carpentry.com/openpub-license.html"> + http://www.software-carpentry.com/openpub-license.html + </ulink>. + + </para> +</blockquote> diff --git a/doc/design/main.sgml b/doc/design/main.sgml index e1589b9..3f69b2f 100644 --- a/doc/design/main.sgml +++ b/doc/design/main.sgml @@ -34,6 +34,7 @@ <!ENTITY acks SYSTEM "acks.sgml"> <!ENTITY bground SYSTEM "bground.sgml"> + <!ENTITY copyright SYSTEM "copyright.sgml"> <!ENTITY engine SYSTEM "engine.sgml"> <!ENTITY goals SYSTEM "goals.sgml"> <!ENTITY install SYSTEM "install.sgml"> |