| <!DOCTYPE html> | |
| <html lang="en"> | |
| <!-- | |
| /******************************************************************************** | |
| ** Copyright (c) 2012 Obeo. | |
| ** All rights reserved. This program and the accompanying materials | |
| ** are made available under the terms of the Eclipse Public License v1.0 | |
| ** which accompanies this distribution, and is available at | |
| ** http://www.eclipse.org/legal/epl-v10.html | |
| ** | |
| ** Contributors: | |
| ** Stephane Begaudeau (Obeo) - initial API and implementation | |
| *********************************************************************************/ | |
| --> | |
| <head> | |
| <meta charset="utf-8"> | |
| <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <meta name="description" content=""> | |
| <meta name="author" content="Stéphane Bégaudeau"> | |
| <!-- IE6-8 support of HTML elements --> | |
| <!--[if lt IE 9]> | |
| <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> | |
| <![endif]--> | |
| <link href="../assets/css/bootstrap.css" rel="stylesheet"> | |
| <link href="../assets/css/docs.css" rel="stylesheet"> | |
| <title>Acceleo</title> | |
| </head> | |
| <body> | |
| <div class="container"> | |
| <section id="licence"> | |
| <div class="page-header"> | |
| <h1>License <small>open source to the core.</small></h1> | |
| </div> | |
| <p> | |
| The Eclipse Foundation makes available all content in this plug-in ("Content"). Unless otherwise indicated below, | |
| the Content is provided to you under the terms and conditions of the Eclipse Public License Version 1.0 ("EPL"). | |
| A copy of the EPL is available at http://www.eclipse.org/legal/epl-v10.html. For purposes of the EPL, "Program" | |
| will mean the Content. | |
| If you did not receive this Content directly from the Eclipse Foundation, the Content is being redistributed by | |
| another party ("Redistributor") and different terms and conditions may apply to your use of any object code in | |
| the Content. Check the Redistributor's license that was provided with the Content. If no such license exists, contact | |
| the Redistributor. Unless otherwise indicated below, the terms and conditions of the EPL still apply to any source | |
| code in the Content and such source code may be obtained at http://www.eclipse.org. | |
| </p> | |
| <p> | |
| This documentation uses the CSS framework Twitter Bootstrap available under the Apache License Version 2.0, bootstrap | |
| can be found on <a href="http://twitter.github.com/bootstrap/">github</a>. | |
| </p> | |
| <br /> | |
| <br /> | |
| </section> | |
| <footer class="footer"> | |
| <p> | |
| The material in these guides are Copyright (c) 2008, 2012 Obeo. This material is available under the Eclipse Public License v1.0 | |
| </p> | |
| </footer> | |
| </div> | |
| </body> | |
| </html> |