Skip to content

Commit 3428efb

Browse files
committed
adding extra packages file for ACE editor entry needed for 3rd party licenses file
1 parent 36b3eab commit 3428efb

File tree

2 files changed

+65
-0
lines changed

2 files changed

+65
-0
lines changed

THIRD_PARTY_LICENSES.txt

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1972,6 +1972,37 @@ DEALINGS IN THE SOFTWARE.
19721972
--------------------------------------------------------------------------------
19731973

19741974

1975+
Ace (Ajax.org Cloud9 Editor) 1.4.14
1976+
1977+
Copyright (c) 2010, Ajax.org B.V.
1978+
All rights reserved.
1979+
1980+
Redistribution and use in source and binary forms, with or without
1981+
modification, are permitted provided that the following conditions are met:
1982+
* Redistributions of source code must retain the above copyright
1983+
notice, this list of conditions and the following disclaimer.
1984+
* Redistributions in binary form must reproduce the above copyright
1985+
notice, this list of conditions and the following disclaimer in the
1986+
documentation and/or other materials provided with the distribution.
1987+
* Neither the name of Ajax.org B.V. nor the
1988+
names of its contributors may be used to endorse or promote products
1989+
derived from this software without specific prior written permission.
1990+
1991+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
1992+
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
1993+
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
1994+
DISCLAIMED. IN NO EVENT SHALL AJAX.ORG B.V. BE LIABLE FOR ANY
1995+
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
1996+
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
1997+
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
1998+
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1999+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
2000+
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2001+
2002+
2003+
--------------------------------------------------------------------------------
2004+
2005+
19752006
Third Party Development Code Dependencies
19762007
=========================================
19772008

webui/.extra-packages.json

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
{
2+
"runtime": {
3+
"ace": {
4+
"lines": [
5+
"Ace (Ajax.org Cloud9 Editor) 1.4.14",
6+
"",
7+
"Copyright (c) 2010, Ajax.org B.V.",
8+
"All rights reserved.",
9+
"",
10+
"Redistribution and use in source and binary forms, with or without",
11+
"modification, are permitted provided that the following conditions are met:",
12+
"* Redistributions of source code must retain the above copyright",
13+
"notice, this list of conditions and the following disclaimer.",
14+
"* Redistributions in binary form must reproduce the above copyright",
15+
"notice, this list of conditions and the following disclaimer in the",
16+
"documentation and/or other materials provided with the distribution.",
17+
"* Neither the name of Ajax.org B.V. 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.",
20+
"",
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 AJAX.ORG B.V. BE LIABLE FOR ANY",
25+
"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."
31+
]
32+
}
33+
}
34+
}

0 commit comments

Comments
 (0)