-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNOTICE.txt
More file actions
95 lines (68 loc) · 2.79 KB
/
NOTICE.txt
File metadata and controls
95 lines (68 loc) · 2.79 KB
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
Design and Deploy
=================
Copyright 2013 KIT/TECO
Licensed under the Apache License, Version 2.0 (the "License"); you may not use
this file except in compliance with the License. You may obtain a copy of the
License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed
under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and limitations
under the License.
This product contains Gson, a Java JSON-decoder and -encoder.
* LICENSE:
* license/license.gson.txt (Apache License 2.0)
* HOMEPAGE:
* http://code.google.com/p/google-gson/
This product contains Log4j2, a Java logging framework.
* LICENSE:
* license/license.log4j2.txt (Apache License 2.0)
* HOMEPAGE:
* http://logging.apache.org/log4j/2.x/
This product contains Netty, an asynchronous event-driven network application
framework.
* LICENSE:
* license/license.netty.txt (Apache License 2.0)
* HOMEPAGE:
* http://netty.io/
* https://github.com/netty/netty
This product contains The Byte Code Engineering Library (Apache Commons BCEL),
a library for analyzing, creating and manipulating binary Java class files.
* LICENSE:
* license/license.bcel.txt (Apache License 2.0)
* HOMEPAGE:
* http://commons.apache.org/proper/commons-bcel/
This product uses Eclipse, an open source, robust, full-featured,
commercial-quality, industry platform for the development of highly integrated
tools and rich client applications.
* LICENSE:
* license/license.eclipse.html (Eclipse Public License 1.0)
* HOMEPAGE:
* http://www.eclipse.org/
This product uses the Eclipse Modeling Framework Project (EMF), a modeling
framework and code generation facility for building tools and other
applications based on a structured data model.
* LICENSE:
* license/license.emf.html (Eclipse Public License 1.0)
* HOMEPAGE:
* http://eclipse.org/modeling/emf/
This product uses Graphiti, an Eclipse-based graphics framework that enables
rapid development of state-of-the-art diagram editors for domain models.
* LICENSE:
* license/license.graphiti.html (Eclipse Public License 1.0)
* HOMEPAGE:
* http://www.eclipse.org/graphiti/
This product uses iharder's Base64 ecoder/decoder
* LICENSE:
* public domain
* HOMEPAGE:
* http://iharder.sourceforge.net/current/java/base64/
This product uses Mockito, a clean and simple mocking framework.
* LICENSE:
* license/license.mockito.txt (MIT License)
* Mockito includes Cglib (license/license.cglib.txt, Apache
License 2.0), ASM (license/license.asm.txt, BSD License)
and Objenesis (license/license.objenesis.txt, MIT License)
* HOMEPAGE:
* https://code.google.com/p/mockito/