view tango/LICENSE @ 217:0806379a5eca trunk

[svn r233] Added: -oq command line option for writing fully qualified object names. Added: started support for x86 80bit floating point. Changed: aggregates passed by value now use the llvm 'byval' parameter attribute, also lays ground work for using other attributes. Changed: eliminated a lot more std::vectorS, these showed up pretty much at the top when profiling! Changed: performed other misc. cleanups. Changed: halt expression now call the new llvm trap intrinsic instead of an assert(0). Changed: dstress suite now passes -O0 by default, this only eliminates unreferenced globals, which speeds up linking quite a bit.
author lindquist
date Thu, 05 Jun 2008 06:38:36 +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)