Changeset 6370 in josm
- Timestamp:
- 2013-11-06T21:20:01+01:00 (11 years ago)
- Location:
- trunk
- Files:
-
- 3 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/CONTRIBUTION
r6043 r6370 43 43 The signpost code (http://code.google.com/p/oauth-signpost/) 44 44 is from Matthias Käppler and licensed with the Apache License 2.0. 45 46 The opening hour validation uses code from opening_hour.js 47 (https://github.com/ypid/opening_hours.js) which is licensed 48 with the New (2-clause) BSD license. -
trunk/src/org/openstreetmap/josm/data/validation/OsmValidator.java
r6289 r6370 39 39 import org.openstreetmap.josm.data.validation.tests.NodesDuplicatingWayTags; 40 40 import org.openstreetmap.josm.data.validation.tests.NodesWithSameName; 41 import org.openstreetmap.josm.data.validation.tests.OpeningHourTest; 41 42 import org.openstreetmap.josm.data.validation.tests.OverlappingAreas; 42 43 import org.openstreetmap.josm.data.validation.tests.OverlappingWays; … … 114 115 Highways.class, // ID 2701 .. 2799 115 116 BarriersEntrances.class, // ID 2801 .. 2899 117 OpeningHourTest.class // 2901 .. 2999 116 118 }; 117 119
Note:
See TracChangeset
for help on using the changeset viewer.