syky27 / LunchGuy

A simple application for retrieving lunch menus of selected restaurants around FIT CTU
http://obedar.fit.cvut.cz/
12 stars 5 forks source link

License issues #4

Closed hroncok closed 7 years ago

hroncok commented 8 years ago

This repo has no license information, making it in fact legally not redistributable.

Also, when redistributing the binary form, I'm quite confident you do not follow licenses of used libraries, making it in fact illegal.

hroncok commented 8 years ago

See https://github.com/syky27/lunch_guy-ios/blob/dev/Pods/SwiftyJSON/LICENSE#L12 as a nice example.

syky27 commented 8 years ago

I know that I don't respect licences yet.

It is on todo list, maybe you could add it in this repo I will place note inside the actual app.

hroncok commented 8 years ago

No need to place this in the repo, the repo is redistribution in source form where you include upstream license files.

hroncok commented 8 years ago

Except maybe https://github.com/syky27/lunch_guy-ios/tree/dev/Pods/Crashlytics where I don't see it at all.

syky27 commented 7 years ago

I would integrate this https://github.com/AJTY/ESOpenSourceLicensesKit

josefdolezal commented 7 years ago

Is it really necessary to include licenses inside the app? I quickly checked Kickstarter app and GitHawk. Both of these apps use Alamofire but without any explicit notice.

hroncok commented 7 years ago

Only a lawyer can answer that question.

syky27 commented 7 years ago

It might be only for non open source apps. Look at dropbox app they have Open Source Attributions inside the app, so AJTY in other projects.

On Oct 27, 2017, at 7:22 PM, Josef Doležal notifications@github.com wrote:

Is it really necessary to include licenses inside the app? I quickly checked Kickstarter app and GitHawk. Both of these apps use Alamofire but without any explicit notice.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.

hroncok commented 7 years ago

It might be only for non open source apps

There is no such rule. If you distribute someone else's software, you have to comply with the license terms. The license terms are usually pretty clear:

Copyright (c) 2014-2017 Alamofire Software Foundation (http://alamofire.org/)

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

josefdolezal commented 7 years ago

I checked again the GitHawk app I mentioned earlier and found out that they have Acknowledgements section with list of all licenses in iOS settings. Seems like a good solution to me.

group 2x

syky27 commented 7 years ago

Seems like perfect solution.

On Oct 28, 2017, at 5:53 PM, Josef Doležal notifications@github.com wrote:

I checked again the GitHawk app I mentioned earlier and found out that they have Acknowledgements section with list of all licenses in iOS settings. Seems like a good solution to me.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.

josefdolezal commented 7 years ago

Cool then, if you haven't started yet, I can create PR for this one. There is already a homebrew tool which generates plists from Pods directory. So we can setup CI and Xcode target to automate this.

syky27 commented 7 years ago

Go ahead, I got tons of other work, which is more pressing for me now... :(