Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a COPYING file to each aux. source directory | Chris Wilson | 2008-10-31 | 1 | -8/+9 |
| | | | | | | | | | | Include a COPYING inside perf/, test/, util/ to clarify the licensing conditions beneath the respective directories. This is because cairo itself (libcairo.so) is LGPL-2.1/MPL-1.1 but that only relates to src/. The auxiliary source files are under a mix of free licenses and we wish to be clear just what license applies to each file. In particular, cairo-trace needs to include the GPL terms and conditions. | ||||
* | Add perceptualdiff program totest/pdiff. | Carl Worth | 2006-11-29 | 1 | -3/+18 |
| | | | | | | | | | | | | | | | The perceptualdiff program was written by Hector Yee with contributions from Scott Corley and Mick Weiss. It is hosted at http://pdiff.sourceforge.net The source code added here was obtained by: svn co https://svn.sourceforge.net/svnroot/pdiff/trunk pdiff which gave revision 22 of the source code. The perceptualdiff program is available under the terms of the GNU GPL, so I've added a note to COPYING about this program, (and the fact that it is auxiliary only, and does not affect the license of the implementation of cairo itself). | ||||
* | Fix typo: LPGL->LGPL. | Carl Worth | 2004-11-29 | 1 | -1/+1 |
| | |||||
* | Add the MPL as a new license option, in addition to the LGPL. | Carl Worth | 2004-09-04 | 1 | -506/+13 |
| | |||||
* | Change from MIT license to LGPL. | Carl Worth | 2004-08-02 | 1 | -22/+510 |
| | |||||
* | Update copyright information in COPYING | Carl Worth | 2003-10-30 | 1 | -18/+19 |
| | |||||
* | Switched to autotools. Dropped XrPush/PopGroup. Supports non-X Xc rendering. | Carl Worth | 2003-04-17 | 1 | -0/+21 |