Hi, since I needed to use the open street map python client I forked theOsmApi project from here https://wiki.openstreetmap.org/wiki/PythonOsmApi and I added the possibility to set an http proxy and go through it. I hope there is no issue with the license. In that case let me know and feel free the merge my changes in the original codebase whether the are fine with you. Here my repository: https://github.com/uolter/PythonOsmApi Cheers, Walter asked 01 Mar '13, 21:49 Uolter edited 01 Mar '13, 23:02 SomeoneElse ♦ |
2 Answers:
Thanks for your contribution! The source file states it is GPL, so as long as your file retains GPL status and the copyright notices you should be fine! answered 04 Mar '13, 15:08 gormo |
Hi Uolter, if youve doubts please read this https://www.openstreetmap.org/copyright/en and act accordingly. answered 01 Mar '13, 22:33 Hendrikklaas The page defines the copyrights on the data, what @Uolter asks is the copyright on specific software. (04 Mar '13, 15:06) gormo |
OK thank you all. I've updated the README file with licence note and a link to the copyright page.