1 <?xml version="1.0" encoding="UTF-8" ?> 2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 3 <html> 4 <head> 5 <title>About</title> 6 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> 7 </head> 8 <body lang="EN-US"> 9 <h2>About This Content</h2> 10 11 <p> 12 @build.date@ 13 </p> 14 15 <h3>License</h3> 16 17 <p> 18 All Content in this plug-in is made available by Mountainminds GmbH & Co. 19 KG, Munich. Unless otherwise indicated below, the Content is provided to you 20 under the terms and conditions of the Eclipse Public License Version 1.0 21 ("EPL"). A copy of the EPL is available at 22 <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>. 23 For purposes of the EPL, "Program" will mean the Content. 24 </p> 25 26 <h3>Third Party Content</h3> 27 28 <p> 29 The Content includes items that have been sourced from third parties as set 30 out below. 31 </p> 32 33 <h4>ASM</h4> 34 35 <p> 36 This plug-in contains the <a href="http://asm.objectweb.org/">ASM</a> library 37 which is subject to the terms and conditions of the following license: 38 </p> 39 40 <pre> 41 Copyright (c) 2012 France Tlcom 42 All rights reserved. 43 44 Redistribution and use in source and binary forms, with or without 45 modification, are permitted provided that the following conditions 46 are met: 47 48 1. Redistributions of source code must retain the above copyright 49 notice, this list of conditions and the following disclaimer. 50 51 2. Redistributions in binary form must reproduce the above copyright 52 notice, this list of conditions and the following disclaimer in the 53 documentation and/or other materials provided with the distribution. 54 55 3. Neither the name of the copyright holders nor the names of its 56 contributors may be used to endorse or promote products derived from 57 this software without specific prior written permission. 58 59 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 60 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 61 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 62 ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE 63 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 64 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 65 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 66 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 67 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 68 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF 69 THE POSSIBILITY OF SUCH DAMAGE. 70 </pre> 71 72 </body> 73 </html>