| 1 |
LDC is released under the "three-clause BSD" license reproduced below with |
|---|
| 2 |
the following exceptions: |
|---|
| 3 |
|
|---|
| 4 |
The DMD frontend in dmd/* is originally written by Walter Bright and released |
|---|
| 5 |
under the artistic license (dmd/artistic.txt) or the GPL version 1 (dmd/gpl.txt). |
|---|
| 6 |
|
|---|
| 7 |
The files gen/asmstmt.cpp and gen/d-asm-i386.h were originally written by David |
|---|
| 8 |
Friedman for GDC and released under the artistic license (dmd/artistic.txt) or |
|---|
| 9 |
the GPL version 2 or later. |
|---|
| 10 |
|
|---|
| 11 |
|
|---|
| 12 |
-- "three-clause BSD" -- |
|---|
| 13 |
Copyright (c) 2007-2008 LDC Team. |
|---|
| 14 |
All rights reserved. |
|---|
| 15 |
|
|---|
| 16 |
Redistribution and use in source and binary forms, with or without modification, |
|---|
| 17 |
are permitted provided that the following conditions are met: |
|---|
| 18 |
|
|---|
| 19 |
* Redistributions of source code must retain the above copyright notice, this |
|---|
| 20 |
list of conditions and the following disclaimer. |
|---|
| 21 |
* Redistributions in binary form must reproduce the above copyright notice, this |
|---|
| 22 |
list of conditions and the following disclaimer in the documentation and/or |
|---|
| 23 |
other materials provided with the distribution. |
|---|
| 24 |
* Neither the name of the LDC Team nor the names of its contributors may be |
|---|
| 25 |
used to endorse or promote products derived from this software without specific |
|---|
| 26 |
prior written permission. |
|---|
| 27 |
|
|---|
| 28 |
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY |
|---|
| 29 |
EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES |
|---|
| 30 |
OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT |
|---|
| 31 |
SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
|---|
| 32 |
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED |
|---|
| 33 |
TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR |
|---|
| 34 |
BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN |
|---|
| 35 |
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN |
|---|
| 36 |
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH |
|---|
| 37 |
DAMAGE. |
|---|