Eclipse SUMO - Simulation of Urban MObility
README_Contributing.md
Go to the documentation of this file.
1 Please feel free to add and / or modify files here but keep in mind that
2 EPL requires that "derivative works" be licensed under the terms of the EPL.
3 If the extension is a separate module and is not published under the EPL
4 it will not be adopted in the SUMO mainline repository.
5 
6 Modifications to the files and directories listed here are considered _derivative work_:
7 
8 - activitygen
9 - dfrouter
10 - duarouter
11 - foreign
12 - gui
13 - guinetload
14 - guisim
15 - jtrrouter
16 - marouter
17 - mesogui
18 - mesosim
19 - microsim
20 - netbuild
21 - netedit
22 - netgen
23 - netimport
24 - netload
25 - netwrite
26 - od
27 - osgview
28 - polyconvert
29 - router
30 - tools
31 - traci-server
32 - traci_testclient
33 - utils
34 - guisim_main.cpp
35 - netconvert_main.cpp
36 - od2trips_main.cpp
37 - sumo_main.cpp
38 
39 Directories containing interface code for _separate modules_ (with separate lists) are:
40 
41 - car following models that inherit from MSCFModel (excluding [modifications of the existing models](microsim/cfmodels/README_Contributing.md))
42 - lane changing models that inherit from MSAbstractLaneChangeModel (excluding [modifications of the existing models](microsim/lcmodels/README_Contributing.md))
43 - simulation output modules (excluding [changes to the existing classes](microsim/output/README_Contributing.md))
44 - vehicle device modules (excluding [changes to the existing classes](microsim/devices/README_Contributing.md))
45 - network import modules (excluding [changes to the existing classes](netimport/README_Contributing.md))
46 - network export modules (excluding [changes to the existing classes](netwrite/README_Contributing.md))