diff options
author | Misha Brukman <brukman+llvm@gmail.com> | 2003-10-23 16:18:51 +0000 |
---|---|---|
committer | Misha Brukman <brukman+llvm@gmail.com> | 2003-10-23 16:18:51 +0000 |
commit | 79c14a65e41096720e84702a0bcb0cd1c0ce32cb (patch) | |
tree | c22671b693bd226d3d07bef533a5cd787e79dd02 | |
parent | 53685765892879e9a3231b49b8eaf1e8e3cffd72 (diff) | |
download | llvm-79c14a65e41096720e84702a0bcb0cd1c0ce32cb.zip llvm-79c14a65e41096720e84702a0bcb0cd1c0ce32cb.tar.gz llvm-79c14a65e41096720e84702a0bcb0cd1c0ce32cb.tar.bz2 |
* Stop referring to llvmbugs mailing list, point them to Bugzilla
* Use ASCII (c) instead of the special character, which may not display
correctly for everyone
* Wrap at 80 columns
llvm-svn: 9415
-rw-r--r-- | llvm/LICENSE.TXT | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/llvm/LICENSE.TXT b/llvm/LICENSE.TXT index 593bcf6..91d27b5 100644 --- a/llvm/LICENSE.TXT +++ b/llvm/LICENSE.TXT @@ -18,10 +18,11 @@ evaluation only. This version of the LLVM software or modifications thereof should not be distributed to third parties for any purpose. Any third parties interested in it can request a copy directly by sending e-mail to llvmdev@cs.uiuc.edu. As this is an evaluation release, we would appreciate any -and all feedback, ideas, and reports of bugs that you encounter. These can be -submitted through the llvmbugs@cs.uiuc.edu or llvmdev@cs.uiuc.edu mailing lists -as appropriate. We thank you for your interest in LLVM and look forward to any -comments or feedback you may have. +and all feedback, ideas, and reports of bugs that you encounter. You may +discuss development of LLVM on llvmdev@cs.uiuc.edu, and bugs can be submitted +through the LLVM Bug Tracker at http://llvm.cs.uiuc.edu/bugzilla/ . We thank +you for your interest in LLVM and look forward to any comments or feedback you +may have. THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS @@ -37,7 +38,8 @@ LLVM Release License University of Illinois/NCSA Open Source License -Copyright © 2003, University of Illinois at Urbana-Champaign. All rights reserved. +Copyright (c) 2003, University of Illinois at Urbana-Champaign. All rights +reserved. Developed by: |