Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

License missing #62

Closed
KAMiKAZOW opened this issue May 19, 2015 · 6 comments
Closed

License missing #62

KAMiKAZOW opened this issue May 19, 2015 · 6 comments

Comments

@KAMiKAZOW
Copy link

I guess the iOS version is not under GPLv3 because of the App Store but surely LGPLv2+ or something like that, right?

@SelimAbidin
Copy link

License is still missing.

@andrewharvey
Copy link

https://github.com/osmandapp/OsmAnd-ios/blob/master/PULL_REQUEST.MIT.LICENSE says that patches and PR's are MIT licensed, but most of the files in the header are "// Copyright © 2017 OsmAnd. All rights reserved." eg. https://github.com/osmandapp/OsmAnd-ios/blob/master/Sources/OAApplicationMode.m

@vshcherb
Copy link
Member

License is the same as in OsmAnd project. Licensing and copyright should not be mismatched. So to answer it shortly:

  1. Pull requests can only be accepted if they are licensed under MIT though copyright obviously stays with the owner of Pull request.
  2. For all code created by OsmAnd BV employers OsmAnd BV owns copyright so it could change license of its code for specific purposes. But all the code created by OsmAnd BV is published on github under GPLv3 license.

@tbertels
Copy link
Contributor

Please add a LICENSE file on this repository to make it clear, like on OsmAnd.
The Wikipedia page says

The iOS version’s source code is available but not under a free license. File headers only say Copyright © 2017 OsmAnd. All rights reserved

@andrewharvey
Copy link

But all the code created by OsmAnd BV is published on github under GPLv3 license

Is that state anywhere in this repo? Right now most source files say "All right reserved"

Agreed with @tbertels if the intention is for this to be GPLv3 then please include a LICENSE or other file as right now it says "All rights reserved".

@vshcherb
Copy link
Member

To avoid confusion please, created License file - please check if everything is correct - https://github.com/osmandapp/OsmAnd-ios/blob/master/LICENSE

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants