Repository: incubator-systemml Updated Branches: refs/heads/master d9c6acb3a -> fb55a74d1
[SYSTEMML-1510] Add Pygments license in source distribution Closes #456. Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-systemml/commit/fb55a74d Tree: http://git-wip-us.apache.org/repos/asf/incubator-systemml/tree/fb55a74d Diff: http://git-wip-us.apache.org/repos/asf/incubator-systemml/diff/fb55a74d Branch: refs/heads/master Commit: fb55a74d1441a1186df577f9a8674de34c6c64a2 Parents: d9c6acb Author: Arvind Surve <[email protected]> Authored: Mon Apr 10 16:05:23 2017 -0700 Committer: Arvind Surve <[email protected]> Committed: Mon Apr 10 16:05:23 2017 -0700 ---------------------------------------------------------------------- src/assembly/source/LICENSE | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/fb55a74d/src/assembly/source/LICENSE ---------------------------------------------------------------------- diff --git a/src/assembly/source/LICENSE b/src/assembly/source/LICENSE index 2429854..23907d1 100644 --- a/src/assembly/source/LICENSE +++ b/src/assembly/source/LICENSE @@ -322,6 +322,36 @@ available at https://github.com/jquery/sizzle The following license applies to all parts of this software except as documented below: +================================================================================ + +Pygments (pygments-default.css) is distributed under the BSD license: + +Copyright (c) 2006-2017 by the respective authors (see AUTHORS file). +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + +* Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +* Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + ==== Permission is hereby granted, free of charge, to any person obtaining
