add Batik fork W3C to LICENSE
Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/9e4d5e37 Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/9e4d5e37 Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/9e4d5e37 Branch: refs/heads/master Commit: 9e4d5e37e73f78545c8c5cf6a8ff213d25fbb8e7 Parents: e00a09c Author: Alex Harui <[email protected]> Authored: Wed Jan 21 00:18:54 2015 -0800 Committer: Alex Harui <[email protected]> Committed: Wed Jan 21 00:18:54 2015 -0800 ---------------------------------------------------------------------- LICENSE | 4 ++ modules/thirdparty/batik/LICENSE.W3C2002 | 59 +++++++++++++++++++++++++++ 2 files changed, 63 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/9e4d5e37/LICENSE ---------------------------------------------------------------------- diff --git a/LICENSE b/LICENSE index 5fd8ccc..4438cea 100644 --- a/LICENSE +++ b/LICENSE @@ -258,4 +258,8 @@ see frameworks/projects/flatspark/src/flatspark/assets/fonts/awesome The Lato font is available under OFL. For details see frameworks/projects/flatspark/src/flatspark/assets/fonts/lato +This product bundles a fork of Apache Batik which includes files available under +the 2002 W3C Software license. For details, see +modules/thirdparty/batik/LICENSE.W3C2002. + -------------------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/9e4d5e37/modules/thirdparty/batik/LICENSE.W3C2002 ---------------------------------------------------------------------- diff --git a/modules/thirdparty/batik/LICENSE.W3C2002 b/modules/thirdparty/batik/LICENSE.W3C2002 new file mode 100644 index 0000000..9448107 --- /dev/null +++ b/modules/thirdparty/batik/LICENSE.W3C2002 @@ -0,0 +1,59 @@ +W3C SOFTWARE NOTICE AND LICENSE +This work (and included software, documentation such as READMEs, or +other related items) is being provided by the copyright holders under +the following license. + +License + +By obtaining, using and/or copying this work, +you (the licensee) agree that you have read, understood, and will +comply with the following terms and conditions. +Permission to copy, modify, and distribute this software +and its documentation, with or without modification, for any +purpose and without fee or royalty is hereby granted, provided that +you include the following on ALL copies of the software and +documentation or portions thereof, including modifications: + +The full text of this NOTICE in a location viewable to users of +the redistributed or derivative work. + +Any pre-existing intellectual property disclaimers, notices, or +terms and conditions. If none exist, the W3C Software Short Notice +should be included (hypertext is preferred, text is permitted) +within the body of any redistributed or derivative code. + +Notice of any changes or modifications to the files, including the +date changes were made. (We recommend you provide URIs to the +location from which the code is derived.) + +Disclaimers + +THIS SOFTWARE AND DOCUMENTATION IS PROVIDED "AS IS," AND +COPYRIGHT HOLDERS MAKE NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO, WARRANTIES OF +MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE +USE OF THE SOFTWARE OR DOCUMENTATION WILL NOT INFRINGE ANY THIRD +PARTY PATENTS, COPYRIGHTS, TRADEMARKS OR OTHER RIGHTS. +COPYRIGHT HOLDERS WILL NOT BE LIABLE FOR ANY DIRECT, INDIRECT, +SPECIAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF ANY USE OF THE +SOFTWARE OR DOCUMENTATION. + +The name and trademarks of copyright holders may NOT be used in +advertising or publicity pertaining to the software without +specific, written prior permission. Title to copyright in this +software and any associated documentation will at all times remain +with copyright holders. + +Notes + +This version: http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231 + +This formulation of W3C's notice and license became active on +December 31 2002. This version removes the copyright ownership notice +such that this license can be used with materials other than those +owned by the W3C, reflects that ERCIM is now a host of the W3C, +includes references to this specific dated version of the license, and +removes the ambiguous grant of "use". Otherwise, this version is the +same as the previous version and is written so as to preserve the +Free Software Foundation's assessment of GPL compatibility and OSI's +certification under the Open Source Definition. \ No newline at end of file
