From e3602108a90c783fb178bf856f6f3d74ebc43f2b Mon Sep 17 00:00:00 2001 From: John Criswell <criswell@uiuc.edu> Date: Fri, 12 Mar 2004 18:02:17 +0000 Subject: [PATCH] Added a header indicating that the Linux and MacOS configure procedures are the same. Added LLVM copyright and warranty disclaimer information. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12337 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/CFEBuildInstrs.html | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/docs/CFEBuildInstrs.html b/docs/CFEBuildInstrs.html index 24ea162fa61..cab7cb9b936 100644 --- a/docs/CFEBuildInstrs.html +++ b/docs/CFEBuildInstrs.html @@ -89,6 +89,8 @@ process, and you should <b>only</b> try to do it if:</p> <p> <b>Linux/x86:</b> +<br> +<b>MacOS X/PowerPC:</b> </p> <pre> @@ -218,6 +220,26 @@ The software also has the following additional copyrights: </p> <pre> + +Copyright (c) 2003, 2004 University of Illinois at Urbana-Champaign. +All rights reserved. + +Developed by: + + LLVM Team + + University of Illinois at Urbana-Champaign + + http://llvm.cs.uiuc.edu + +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 +CONTRIBUTORS 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 WITH THE +SOFTWARE. + Copyright (c) 1994 Hewlett-Packard Company -- 2.34.1