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 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134
|
# Notices for Eclipse Sumo
This content is produced and maintained by the Eclipse Sumo project.
* Project home: https://eclipse.dev/sumo
## Trademarks
Eclipse Sumo is a trademark of the Eclipse Foundation.
## Copyright
All content is the property of the respective authors or their employers. For
more information regarding authorship of content, please consult the listed
source code repository logs.
## Declared Project Licenses
This program and the accompanying materials are made available under the terms
of the Eclipse Public License v. 2.0 which is available at
http://www.eclipse.org/legal/epl-v20.html.
This Source Code may also be made available under the following Secondary
Licenses when the conditions for such availability set forth in the Eclipse
Public License 2.0 are satisfied: GNU General Public License, version 2
or later which is available at
https://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-or-later
## Source Code
The project maintains the following source code repositories:
* https://github.com/eclipse/sumo
## Third-party Content
This project leverages the following third party content.
Font Stash from 2017-09-23 (n/a)
* License: Zlib AND (MIT OR LicenseRef-Public-Domain)
* Project: https://github.com/memononen/fontstash
* Source: https://github.com/memononen/fontstash
FOX toolkit (1.6.55)
* License: LicenseRef-Fox-Toolkit-Addendum-to-License AND
LicenseRef-Public-Domain AND X11
* Project: http://www.fox-toolkit.org/
* Source: ftp://ftp.fox-toolkit.org/pub/fox-1.6.55.zip
Google Design Icons (n/a)
* License: CC-BY-4.0
* Project: http://google.com/design/
odrSpiral from 2017-05-03 (n/a)
* License: Apache-2.0
* Project: https://github.com/DLR-TS/odrSpiral
* Source: https://github.com/DLR-TS/odrSpiral
OpenStreetMap data files (n/a)
* License: ODbL-1.0
* Project: http://www.openstreetmap.org/
Proj4 - (4.9.3)
* License: MIT AND LicenseRef-Public-Domain AND Apache-2.0
* Project: https://proj4.org/
RTree (n/a)
* License: LicenseRef-Permissive
* Project: http://superliminal.com/sources/sources.htm
* Source: http://superliminal.com/sources/RTreeTemplate.zip
tcpip from 2012-09-28 (n/a)
* License: BSD-3-Clause
* Project: https://github.com/itm/shawn
* Source: https://github.com/itm/shawn/tree/master/src/apps/tcpip
Wix Installation Framework Templates (3.6)
* License: CPL-1.0
* Project: https://github.com/AnalogJ/Wix3.6Toolset
* Source: https://github.com/AnalogJ/Wix3.6Toolset/tree/master/RC0-source/wix36-sources/src/ext/UIExtension/wixlib
Xerces-C++ (3.2.3)
* License: Apache-2.0
* Project: http://xerces.apache.org/xerces-c/
* Source: https://dlcdn.apache.org/xerces/c/3/sources/xerces-c-3.2.3.tar.gz
JSON for Modern C++ (3.10.5)
* License: MIT
* Project: https://json.nlohmann.me/
* Source: https://github.com/nlohmann/json/releases/tag/v3.10.5
A C++ ZLib wrapper (1.0.6)
* License: MIT
* Project: https://github.com/mateidavid/zstr
* Source: https://github.com/mateidavid/zstr/releases/tag/v1.0.6
## Cryptography
Content may contain encryption software. The country in which you are currently
may have restrictions on the import, possession, and use, and/or re-export to
another country, of encryption software. BEFORE using any encryption software,
please check the country's laws, regulations and policies concerning the import,
possession, or use, and re-export of encryption software, to see if this is
permitted.
## Derivative Works
EPL requires that "derivative works" be licensed under the terms of the EPL
whereas "separate modules of software" may be licensed arbitrarily. Please follow the links
below for lists of files where modifications are considered derivative work.
We 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:
- TraCI client applications that use the public TraCI client libraries
- separate modules residing in [src](src/README_Contributing.md)
- car following models that inherit from MSCFModel (excluding [modifications of the existing models](src/microsim/cfmodels/README_Contributing.md))
- lane changing models that inherit from MSAbstractLaneChangeModel (excluding [modifications of the existing models](src/microsim/lcmodels/README_Contributing.md))
- simulation output modules (excluding [changes to the existing classes](src/microsim/output/README_Contributing.md))
- vehicle device modules (excluding [changes to the existing classes](src/microsim/devices/README_Contributing.md))
- network import modules (excluding [changes to the existing classes](src/netimport/README_Contributing.md))
- network export modules (excluding [changes to the existing classes](src/netwrite/README_Contributing.md))
- software that build upon the existing Python and Java tools libraries (excluding [changes to the existing](tools/README_Contributing.md))
|