forked from NumberFour/n4js
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy paththird-party.txt
111 lines (88 loc) · 5.99 KB
/
third-party.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
#
# List of files with third-party copyright.
#
#
# This file is processed automatically by FileChecker.java to ensure the below information is kept up-to-date.
#
# Format:
# every non-empty line in this file either starts with '#' and is then a comment (to be ignored) or must
# contain the relative path to a file with third-party copyright. The paths must be relative to the folder
# containing this file.
#
## implementation of source maps file format from Google
plugins/eu.numberfour.n4js.transpiler/src/eu/numberfour/n4js/transpiler/sourcemap/Base64.java
plugins/eu.numberfour.n4js.transpiler/src/eu/numberfour/n4js/transpiler/sourcemap/Base64VLQ.java
plugins/eu.numberfour.n4js.transpiler/src/eu/numberfour/n4js/transpiler/sourcemap/FilePosition.java
plugins/eu.numberfour.n4js.transpiler/src/eu/numberfour/n4js/transpiler/sourcemap/SourceMapGenerator.java
plugins/eu.numberfour.n4js.transpiler/src/eu/numberfour/n4js/transpiler/sourcemap/SourceMapGeneratorV3.java
plugins/eu.numberfour.n4js.transpiler/src/eu/numberfour/n4js/transpiler/sourcemap/SourceMapSection.java
plugins/eu.numberfour.n4js.transpiler/src/eu/numberfour/n4js/transpiler/sourcemap/Util.java
plugins/eu.numberfour.n4js.transpiler/src/eu/numberfour/n4js/transpiler/sourcemap/LICENSE-2.0.txt
## code from items AG copied and adjusted by items consultants for NumberFour AG
testhelpers/eu.numberfour.n4js.tests.helper/src/eu/numberfour/n4js/xpect/scoping/N4JSCommaSeparatedValuesExpectation.java
testhelpers/eu.numberfour.n4js.tests.helper/src/eu/numberfour/n4js/xpect/scoping/ScopeXpectMethod.java
testhelpers/eu.numberfour.n4js.ui.tests.helper/src/eu/numberfour/n4js/tests/builder/AbstractBuilderTest.java
testhelpers/eu.numberfour.n4js.ui.tests.helper/src/eu/numberfour/n4js/tests/builder/BuilderUtil.java
testhelpers/eu.numberfour.n4js.ui.tests.helper/src/eu/numberfour/n4js/tests/builder/DelegatingBuilderParticipant.java
## Original source (31.03.2015.):
## https://github.com/eclipse/jetty.project/blob/master/jetty-servlets/src/main/java/org/eclipse/jetty/servlets/CrossOriginFilter.java
## (EPL 1.0 & Apache 2.0 license)
plugins/eu.numberfour.n4js.tester/src/org/eclipse/jetty/servlets/CrossOriginFilter.java
## taken from Eclipse code: org.eclipse.core.internal.resources
## EPL 1.0
plugins/eu.numberfour.n4js.utils/src/eu/numberfour/n4js/utils/resources/ComputeProjectOrder.java
## taken from Eclipse code: org.eclipse.emf.ecore_2.10.1.v20140901-1043.jar
## EPL 1.0
tools/eu.numberfour.n4js.hlc/src/main/resources/org/eclipse/emf/ecore/plugin/plugin.properties
## contains text in API documentation that was copied from ECMAScript Language Specification
plugins/eu.numberfour.n4js.environments/src-env/env/builtin_js.n4ts
## files in bootstrap code
plugins/eu.numberfour.n4js.external.libraries/runtime/n4js-node/node_modules/encoding/LICENSE
plugins/eu.numberfour.n4js.external.libraries/runtime/n4js-node/node_modules/es6-module-loader/dist/es6-module-loader-dev.js
plugins/eu.numberfour.n4js.external.libraries/runtime/n4js-node/node_modules/es6-module-loader/dist/es6-module-loader.js
plugins/eu.numberfour.n4js.external.libraries/runtime/n4js-node/node_modules/es6-module-loader/Gruntfile.js
plugins/eu.numberfour.n4js.external.libraries/runtime/n4js-node/node_modules/es6-module-loader/LICENSE-MIT
plugins/eu.numberfour.n4js.external.libraries/runtime/n4js-node/node_modules/es6-module-loader/package.json
plugins/eu.numberfour.n4js.external.libraries/runtime/n4js-node/node_modules/es6-module-loader/README.md
plugins/eu.numberfour.n4js.external.libraries/runtime/n4js-node/node_modules/iconv-lite/LICENSE
plugins/eu.numberfour.n4js.external.libraries/runtime/n4js-node/node_modules/node-fetch/LICENSE.md
plugins/eu.numberfour.n4js.external.libraries/runtime/n4js-node/node_modules/systemjs/LICENSE
plugins/eu.numberfour.n4js.external.libraries/runtime/n4js-node/node_modules/when/LICENSE.txt
plugins/eu.numberfour.n4js.runner/res/ide-nodejs-env/encoding/LICENSE
plugins/eu.numberfour.n4js.runner/res/ide-nodejs-env/es6-module-loader/dist/es6-module-loader-dev.js
plugins/eu.numberfour.n4js.runner/res/ide-nodejs-env/es6-module-loader/dist/es6-module-loader.js
plugins/eu.numberfour.n4js.runner/res/ide-nodejs-env/es6-module-loader/Gruntfile.js
plugins/eu.numberfour.n4js.runner/res/ide-nodejs-env/es6-module-loader/LICENSE-MIT
plugins/eu.numberfour.n4js.runner/res/ide-nodejs-env/es6-module-loader/package.json
plugins/eu.numberfour.n4js.runner/res/ide-nodejs-env/es6-module-loader/README.md
plugins/eu.numberfour.n4js.runner/res/ide-nodejs-env/iconv-lite/LICENSE
plugins/eu.numberfour.n4js.runner/res/ide-nodejs-env/node-fetch/LICENSE.md
plugins/eu.numberfour.n4js.runner/res/ide-nodejs-env/systemjs/LICENSE
plugins/eu.numberfour.n4js.runner/res/ide-nodejs-env/when/LICENSE.txt
######################################################################################################
#
# bundled jar files
#
# TODO avoid bundling them
#
## from Eclipse Orbit
testhelpers/eu.numberfour.n4js.tester.tests.helper/commons-codec-1.6.jar
testhelpers/eu.numberfour.n4js.tester.tests.helper/commons-lang3-3.3.2.jar
testhelpers/eu.numberfour.n4js.tester.tests.helper/commons-logging-1.1.3.jar
testhelpers/eu.numberfour.n4js.tester.tests.helper/hamcrest-core-1.3.jar
testhelpers/eu.numberfour.n4js.tester.tests.helper/hamcrest-library-1.3.jar
testhelpers/eu.numberfour.n4js.tester.tests.helper/httpcore-4.3.3.jar
testhelpers/eu.numberfour.n4js.tester.tests.helper/httpclient-4.3.6.jar
## Apache 2.0
testhelpers/eu.numberfour.n4js.tester.tests.helper/httpmime-4.3.6.jar
## Apache 2.0
plugins/eu.numberfour.n4js.generator/lib/guice-multibindings-3.0.jar
## Apache 2.0
testhelpers/eu.numberfour.n4js.tester.tests.helper/groovy-2.3.7.jar
testhelpers/eu.numberfour.n4js.tester.tests.helper/groovy-json-2.3.7.jar
testhelpers/eu.numberfour.n4js.tester.tests.helper/groovy-xml-2.3.7.jar
## Apache 2.0
testhelpers/eu.numberfour.n4js.tester.tests.helper/rest-assured-2.4.0-sources.jar
testhelpers/eu.numberfour.n4js.tester.tests.helper/rest-assured-2.4.0.jar
## Apache 2.0
testhelpers/eu.numberfour.n4js.tester.tests.helper/tagsoup-1.2.1.jar