|
1 | 1 | /* |
2 | | - * Project: DD_core |
3 | | - * @(#)ReactionIndexer.java |
4 | | - * |
5 | | - * Copyright (c) 1997- 2014 |
| 2 | + * Copyright (c) 1997 - 2016 |
6 | 3 | * Actelion Pharmaceuticals Ltd. |
7 | 4 | * Gewerbestrasse 16 |
8 | 5 | * CH-4123 Allschwil, Switzerland |
9 | 6 | * |
10 | | - * All Rights Reserved. |
| 7 | + * All rights reserved. |
| 8 | + * |
| 9 | + * Redistribution and use in source and binary forms, with or without |
| 10 | + * modification, are permitted provided that the following conditions are met: |
| 11 | + * |
| 12 | + * 1. Redistributions of source code must retain the above copyright notice, this |
| 13 | + * list of conditions and the following disclaimer. |
| 14 | + * 2. Redistributions in binary form must reproduce the above copyright notice, |
| 15 | + * this list of conditions and the following disclaimer in the documentation |
| 16 | + * and/or other materials provided with the distribution. |
| 17 | + * 3. Neither the name of the the copyright holder nor the |
| 18 | + * names of its contributors may be used to endorse or promote products |
| 19 | + * derived from this software without specific prior written permission. |
11 | 20 | * |
12 | | - * This software is the proprietary information of Actelion Pharmaceuticals, Ltd. |
13 | | - * Use is subject to license terms. |
| 21 | + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND |
| 22 | + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |
| 23 | + * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
| 24 | + * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR |
| 25 | + * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES |
| 26 | + * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; |
| 27 | + * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND |
| 28 | + * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 29 | + * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
| 30 | + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
14 | 31 | * |
15 | 32 | * Author: Christian Rufener |
16 | 33 | */ |
|
0 commit comments