1# Notices for Eclipse Sumo
2
3This content is produced and maintained by the Eclipse Sumo project.
4
5* Project home: https://eclipse.org/sumo
6
7## Trademarks
8
9Eclipse Sumo is a trademark of the Eclipse Foundation.
10
11## Copyright
12
13All content is the property of the respective authors or their employers. For
14more information regarding authorship of content, please consult the listed
15source code repository logs.
16
17## Declared Project Licenses
18
19This program and the accompanying materials are made available under the terms
20of the Eclipse Public License v. 2.0 which is available at
21http://www.eclipse.org/legal/epl-v20.html.
22
23SPDX-License-Identifier: EPL-2.0
24
25## Source Code
26
27The project maintains the following source code repositories:
28
29* https://github.com/eclipse/sumo
30
31## Third-party Content
32
33This project leverages the following third party content.
34
35Font Stash from 2017-09-23 (n/a)
36
37* License: Zlib AND (MIT OR LicenseRef-Public-Domain)
38* Project: https://github.com/memononen/fontstash
39* Source: https://github.com/memononen/fontstash
40
41FOX toolkit (1.6.55)
42
43* License: LicenseRef-Fox-Toolkit-Addendum-to-License AND
44   LicenseRef-Public-Domain AND  X11
45* Project: http://www.fox-toolkit.org/
46* Source: ftp://ftp.fox-toolkit.org/pub/fox-1.6.55.zip
47
48Google Design Icons (n/a)
49
50* License: CC-BY-4.0
51* Project: http://google.com/design/
52
53odrSpiral from 2017-05-03 (n/a)
54
55* License: Apache-2.0
56* Project: https://github.com/DLR-TS/odrSpiral
57* Source: https://github.com/DLR-TS/odrSpiral
58
59OpenStreetMap data files (n/a)
60
61* License: ODbL-1.0
62* Project: http://www.openstreetmap.org/
63
64Proj4 - (4.9.3)
65
66* License: MIT AND LicenseRef-Public-Domain AND Apache-2.0
67* Project: https://proj4.org/
68
69RTree (n/a)
70
71* License: LicenseRef-Permissive
72* Project: http://superliminal.com/sources/sources.htm
73* Source: http://superliminal.com/sources/RTreeTemplate.zip
74
75tcpip from 2012-09-28 (n/a)
76
77* License: BSD-3-Clause
78* Project: https://github.com/itm/shawn
79* Source: https://github.com/itm/shawn/tree/master/src/apps/tcpip
80
81Xerces-C++ (3.2.0)
82
83* License: Apache-2.0
84* Project: http://xerces.apache.org/xerces-c/
85* Source:
86   http://mirror.softaculous.com/apache//xerces/c/3/sources/xerces-c-3.2.0.tar.gz
87
88## Cryptography
89
90Content may contain encryption software. The country in which you are currently
91may have restrictions on the import, possession, and use, and/or re-export to
92another country, of encryption software. BEFORE using any encryption software,
93please check the country's laws, regulations and policies concerning the import,
94possession, or use, and re-export of encryption software, to see if this is
95permitted.
96
97## Derivative Works
98
99EPL requires that "derivative works" be licensed under the terms of the EPL
100whereas "separate modules of software" may be licensed arbitrarily. Please follow the links
101below for lists of files where modifications are considered derivative work.
102
103We currently consider all modifications to [src](src/README_Contributing.md) and [tools](tools/README_Contributing.md) (including the subdirectories) as derivative work except for the following cases:
104- TraCI client applications that use the public TraCI client libraries
105- separate modules residing in [src](src/README_Contributing.md)
106- car following models that inherit from MSCFModel (excluding [modifications of the existing models](src/microsim/cfmodels/README_Contributing.md))
107- lane changing models that inherit from MSAbstractLaneChangeModel (excluding [modifications of the existing models](src/microsim/lcmodels/README_Contributing.md))
108- simulation output modules (excluding [changes to the existing classes](src/microsim/output/README_Contributing.md))
109- vehicle device modules (excluding [changes to the existing classes](src/microsim/devices/README_Contributing.md))
110- network import modules (excluding [changes to the existing classes](src/netimport/README_Contributing.md))
111- network export modules (excluding [changes to the existing classes](src/netwrite/README_Contributing.md))
112- software that build upon the existing Python and Java tools libraries (excluding [changes to the existing](tools/README_Contributing.md))
113
114