view tango/LICENSE @ 203:e881c9b1c738 trunk

[svn r219] Fixed: the tango/lib/gc/basic garbage collector now compiles and links into an executable (change in tango/lib/llvmdc-posix.mak), closes #5 . Changed: removed the crappy realloc based dynamic memory runtime and started moving over to DMD style runtime support, part of moving to real GC. Fixed: dynamic arrays now use GC runtime for allocating memory. Fixed: new expression now use GC for allocating memory. Changed: revamped the dynamic array support routines related to dynamic memory. Fixed: assertions no longer create exsessive allocas. Changed: misc. minor cleanups.
author lindquist
date Tue, 13 May 2008 14:42:09 +0200
parents 1700239cab2e
children
line wrap: on
line source

Tango is Open Source software, distributed by a group of developers which has been set up for the purpose of providing a vendor-neutral owner of Tango intellectual property. The goals of all Tango licensing decisions are to:

  * Encourage adoption
  * Discourage political contention
  * Encourage collaboration and integration with other projects
  * Be transparent

Tango is dual-licensed:
  * Academic Free License v2.1 (http://opensource.org/licenses/afl-2.1.php)
  * BSD License (http://opensource.org/licenses/bsd-license.php) [1]

The preferred license is the Academic Free License v2.1. All Tango projects release their code under the terms of this license. Both licenses:

  * Allow commercial use without encumbrance
  * Provide broad rights to make new products and derivative works
  * Place no requirement on users to contribute back (although we appreciate it if you do)

Users who wish to include Tango with software licensed under the (L)GPL will want to use Tango under the terms of the BSD License. [1] Tango projects may request a variance from the developers to release their projects under additional licenses in conjunction with the AFL.

If you have further questions regarding Tango licensing, please do not hesitate to contact us (http://dsource.org/projects/tango/wiki/Contact).


[1] The advertising clause has not been a part of the BSD License since July 22, 1999. (ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change)