| 1 | * Copyright (c) 2006-2007 |
|---|
| 2 | * Digital Enterprise Research Institute, |
|---|
| 3 | * National University of Ireland, Galway, Ireland |
|---|
| 4 | * http://www.deri.org/ |
|---|
| 5 | * |
|---|
| 6 | * TagsTreeMaps is distributed under modified (non-commercial) BSD license. |
|---|
| 7 | * |
|---|
| 8 | * All rights reserved. |
|---|
| 9 | * |
|---|
| 10 | * Redistribution and use in source_ and binary forms, with or without modification, are |
|---|
| 11 | * permitted provided that the following conditions are met: |
|---|
| 12 | * |
|---|
| 13 | * * Redistributions of source_ code must retain the above copyright notice, this list |
|---|
| 14 | * of conditions and the following disclaimer. |
|---|
| 15 | * *Redistributions in binary form must reproduce the above copyright notice, this list of |
|---|
| 16 | * conditions and the following disclaimer in the documentation and/or other materials provided |
|---|
| 17 | * with the distribution. |
|---|
| 18 | * * Neither the name of Digital Enterprise Research Institute, |
|---|
| 19 | * National University of Ireland, Galway, Ireland nor the names of its |
|---|
| 20 | * contributors may be used to endorse or promote products derived from this software without |
|---|
| 21 | * specific prior written permission. |
|---|
| 22 | * * Parts of this project (or the whole one) can be freely used in any other open source_ projects; |
|---|
| 23 | * while using in closed-code projects requires specific prior written permission from all license owners |
|---|
| 24 | * * Modified code of this project must retain the ownership, above copyright notice, |
|---|
| 25 | * this list of conditions and the following disclaimer, |
|---|
| 26 | * unless most of the algorithms has been changed. |
|---|
| 27 | * |
|---|
| 28 | * THIS SOFTWARE IS PROVIDED BY THECOPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR |
|---|
| 29 | * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIEDWARRANTIES OF MERCHANTABILITY |
|---|
| 30 | * AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR |
|---|
| 31 | * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR |
|---|
| 32 | * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITEDTO, PROCUREMENT OF SUBSTITUTE GOODS OR |
|---|
| 33 | * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ONANY |
|---|
| 34 | * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR |
|---|
| 35 | * OTHERWISE) ARISING IN ANY WAYOUTOF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
|---|
| 36 | * POSSIBILITY OF SUCH DAMAGE. |
|---|