[llvm-commits] CVS: poolalloc/LICENSE.TXT

John Criswell criswell at cs.uiuc.edu
Tue Aug 12 10:03:02 PDT 2003


Changes in directory poolalloc:

LICENSE.TXT added (r1.1)

---
Log message:

Adding the license for the pre-release of the automatic pool allocation.



---
Diffs of the changes:

Index: poolalloc/LICENSE.TXT
diff -c /dev/null poolalloc/LICENSE.TXT:1.1
*** /dev/null	Tue Aug 12 10:02:45 2003
--- poolalloc/LICENSE.TXT	Tue Aug 12 10:02:35 2003
***************
*** 0 ****
--- 1,31 ----
+ LLVM Automatic Pool Allocation Transformation pre-release license:
+ 
+ This is a pre-release version of the Automatic Pool Allocation
+ transformation, a component of the LLVM Compiler Infrastructure.  The
+ entire LLVM Infrastructure (including the Automatic Pool Allocation
+ transformation) is covered by the license terms below.  In addition,
+ note that the Automatic Pool Allocation Transformation is being provided
+ separately, strictly for internal use, and will not be included in
+ initial public distributions of the LLVM infrastructure.  This version
+ of the transformation code may not be distributed to third parties, even
+ after the LLVM Infrastructure is released in the public domain.
+ 
+ LLVM pre-release license:
+ 
+ This is a pre-release distribution of the LLVM software and is provided for
+ 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 at 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 at cs.uiuc.edu or llvmdev at 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.
+ 
+ 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.





More information about the llvm-commits mailing list