-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNOTICE
More file actions
92 lines (74 loc) · 4.34 KB
/
Copy pathNOTICE
File metadata and controls
92 lines (74 loc) · 4.34 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
capella4net
Copyright 2026 Starion Group S.A.
https://github.com/STARIONGROUP/capella4net
This product includes software developed by Starion Group S.A.
and contributors (https://github.com/STARIONGROUP/capella4net/graphs/contributors).
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.
This NOTICE file is part of the distribution of capella4net and must
be included in all copies or substantial portions of the Software.
===============================================================================
THIRD-PARTY CONTENT
The directories resources/ecore and resources/ecore-sirius contain Ecore
metamodel files (*.ecore) redistributed from the following Eclipse Foundation
projects. These files are NOT covered by the Apache License above; they are and
remain licensed under the Eclipse Public License v. 2.0 (EPL-2.0), a copy of
which is included at resources/ecore/LICENSE-EPL-2.0.md and
resources/ecore-sirius/LICENSE-EPL-2.0.md, and is also available at
https://www.eclipse.org/legal/epl-2.0.
SPDX-License-Identifier for these files: EPL-2.0
1. Eclipse Capella
Source: https://github.com/eclipse-capella/capella
Project: https://projects.eclipse.org/projects/polarsys.capella
Files: Activity.ecore, Behavior.ecore, ModellingCore.ecore,
libraries.ecore, re.ecore, CapellaCommon.ecore, CapellaCore.ecore,
CapellaModeller.ecore, CompositeStructure.ecore,
ContextArchitecture.ecore, EPBSArchitecture.ecore,
FunctionalAnalysis.ecore, Information.ecore, Interaction.ecore,
LogicalArchitecture.ecore, OperationalAnalysis.ecore,
PhysicalArchitecture.ecore, SharedModel.ecore
2. Eclipse Capella Requirements Viewpoint
Source: https://github.com/eclipse-capella/capella-requirements-vp
Files: Requirements.ecore, CapellaRequirements.ecore
3. Eclipse Kitalpha
Source: https://github.com/eclipse-kitalpha/kitalpha
Project: https://projects.eclipse.org/projects/polarsys.kitalpha
Files: eMDE.ecore
4. Eclipse Sirius
Source: https://github.com/eclipse-sirius/sirius-desktop (tag v7.6.0)
Project: https://projects.eclipse.org/projects/modeling.sirius
Files (in resources/ecore-sirius): viewpoint.ecore, diagram.ecore,
sequence.ecore, table.ecore
5. Eclipse GMF Runtime (Notation)
Source: https://github.com/eclipse-gmf-runtime/gmf-notation (commit 9655137)
Project: https://projects.eclipse.org/projects/modeling.gmf-runtime
Files (in resources/ecore-sirius): notation.ecore
6. Eclipse Capella diagram artwork
Source: https://github.com/eclipse-capella/capella (tag v7.0.0)
Project: https://projects.eclipse.org/projects/polarsys.capella
Files (in Auriga.Rendering/Assets/CapellaIcons): the SVG, GIF and PNG
diagram and metaclass icons redistributed unmodified from
core/plugins/org.polarsys.capella.core.sirius.analysis/ and
core/plugins/org.polarsys.capella.core.ui.resources/; these are also
EPL-2.0 (see Auriga.Rendering/Assets/CapellaIcons/LICENSE-EPL-2.0.md and
README.md for the per-file provenance). They are embedded in the
Auriga.Rendering assembly and inlined into exported SVG documents.
Copyright of these files remains with the respective authors or their
employers; consult the source repository logs of the projects listed above
for authorship information.
Modifications: relative and platform:/plugin/ cross-file reference paths
inside the redistributed *.ecore files were rewritten to same-directory form
(e.g. "platform:/plugin/<plugin>/model/X.ecore#..." becomes "X.ecore#...") so
that the file set is self-contained. No semantic content was altered. See
resources/ecore/README.md and resources/ecore-sirius/README.md for per-file
provenance. For the Sirius set, 10 documentation-only "TagValues" annotations
in diagram.ecore that referenced cross-file annotation-detail entries were also
removed (see resources/ecore-sirius/README.md); no EClass, feature, or
enumeration was affected.
Capella is a registered trademark of the Eclipse Foundation. Sirius and GMF are
projects of the Eclipse Foundation.