Closed hroncok closed 7 years ago
See https://github.com/syky27/lunch_guy-ios/blob/dev/Pods/SwiftyJSON/LICENSE#L12 as a nice example.
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.
No need to place this in the repo, the repo is redistribution in source form where you include upstream license files.
Except maybe https://github.com/syky27/lunch_guy-ios/tree/dev/Pods/Crashlytics where I don't see it at all.
I would integrate this https://github.com/AJTY/ESOpenSourceLicensesKit
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.
Only a lawyer can answer that question.
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.
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.
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.
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.
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.
Go ahead, I got tons of other work, which is more pressing for me now... :(
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.