Skip to content

Commit 87634d4

Browse files
author
Peter
committed
Merge branch 'master' into 0.6
2 parents 4eeafdd + 97948a3 commit 87634d4

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

CONTRIBUTING.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,15 @@ appear on your fork its github page afterwards.
2424

2525
## License Agreement
2626

27-
For contributions like pull requests, bug fixes and translations please read and electronically sign
28-
the <a href="http://www.clahub.com/agreements/graphhopper/graphhopper">GraphHopper License Agreement</a>,
29-
which gives not away your rights but it will make sure for others that you agree to the Apache License, Version 2.
27+
For contributions like pull requests, bug fixes and translations please read
28+
the <a href="https://graphhopper.com/agreements/individual-cla.html">GraphHopper License Agreement</a>, which includes our
29+
<a href="https://graphhopper.com/agreements/cccoc.html">contributor covenant code of conduct</a>.
30+
<a href="https://graphhopper.com/#contact">Send us</a> an email with the signed print out of this CLA. Or, if you prefer
31+
the faster electronically method via signaturit.com, please send us an email with a request for this -
32+
keep in mind that this requires storing your Email there. The same applies if you want to sign a CLA for your whole company.
33+
34+
Note, our CLA does not influence your rights on your contribution but it makes sure for others that you agree to the Apache License, Version 2.
35+
After this you'll appear in the <a href="CONTRIBUTORS.md">contributors list</a> and you pull request can be also technically discussed.
3036

3137
## Syntax:
3238

core/files/changelog.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
removed methods deprecated in 0.4 and 0.5
33
renamed EdgeEntry to SPTEntry and AStar.AStarEdge to AStar.AStarEntry
44
parameter force removed from AbstractFlagEncoder.applyMaxSpeed
5-
GHResponse now wraps multiple AltResponse; renames GraphHopper.getPaths to calcPaths as 'get' sounds too cheap; a new method RoutingAlgorithm.calcPaths is added; see #596
5+
GHResponse now wraps multiple PathWrapper; renamed GraphHopper.getPaths to calcPaths as 'get' sounded too cheap; a new method RoutingAlgorithm.calcPaths is added; see #596
66
moving lgpl licensed file into own submodule graphhopper-tools-lgpl
77
renaming of Tarjans algorithm class to TarjansSCCAlgorithm
88
more strict naming for Weighting enforced and more strict matching to select Weighting (equals check), #490

0 commit comments

Comments
 (0)