diff options
author | Andras Timar <andras.timar@collabora.com> | 2019-03-25 12:55:12 +0100 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2019-03-25 22:34:41 +0100 |
commit | c87022b0b5afbad0e8d9d86e6fc713ee3abd79b4 (patch) | |
tree | db9cec236864dced13a1e3854a158aaa8e7495b1 /readlicense_oo | |
parent | 849e919dc10b9fa21fc6c4f273b1c71cadb012ae (diff) |
license: check if BUILD_TYPE contains SANE
Change-Id: I713519586917eb0ffdd4c515f3813731f085c750
Diffstat (limited to 'readlicense_oo')
-rw-r--r-- | readlicense_oo/license/license.xml | 24 |
1 files changed, 13 insertions, 11 deletions
diff --git a/readlicense_oo/license/license.xml b/readlicense_oo/license/license.xml index 9dbf8b4c80b4..934fe9c332ee 100644 --- a/readlicense_oo/license/license.xml +++ b/readlicense_oo/license/license.xml @@ -1530,17 +1530,19 @@ the terms of the license below:</p> <p><a href="#a__MPL_version_1_1">Jump to MPL Version 1.1</a></p> </div> - <h2>SANE</h2> - <p>The following software may be included in this product: SANE. Use of any of this software is governed by the - terms of the license below:</p> - <p>sane - Scanner Access Now Easy. Copyright (C) 1997-1999 David Mosberger-Tang and Andreas Beck</p> - <p>This file is part of the SANE package.</p> - <p>This file is in the public domain. You may use and modify it as you see fit, as long as this copyright message - is included and that there is an indication as to what modifications have been made (if any).</p> - <p>SANE is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied - warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.</p> - <p>This file declares SANE application interface. See the SANE standard for a detailed explanation of the - interface.</p> + <div class="SANE"> + <h2>SANE</h2> + <p>The following software may be included in this product: SANE. Use of any of this software is governed by the + terms of the license below:</p> + <p>sane - Scanner Access Now Easy. Copyright (C) 1997-1999 David Mosberger-Tang and Andreas Beck</p> + <p>This file is part of the SANE package.</p> + <p>This file is in the public domain. You may use and modify it as you see fit, as long as this copyright message + is included and that there is an indication as to what modifications have been made (if any).</p> + <p>SANE is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied + warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.</p> + <p>This file declares SANE application interface. See the SANE standard for a detailed explanation of the + interface.</p> + </div> <h2>SVGPathSeg polyfill</h2> <p>The following software may be included in this product: SVGPathSeg polyfill. Use of any of this software is governed by the terms of the license below:</p> |