-
Notifications
You must be signed in to change notification settings - Fork 12.2k
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
added license and author #2
Conversation
Good call. I'll see what I can do. |
It's better to licence font files under PS. rename README -> README.md for markdown markup. |
Thanks a ton for the help. I'll look at the license and decide. This is VERY helpful, as I've never licensed anything before. :) |
What are the advantages of using SIL OFL compared to CC BY? Do my updates to the license in the README.md make things clearer to my intentions? At some point, I want to offer a paid version that includes a desktop TTF and all of the icon vectors. |
|
@puzrin Thanks for the info on SIL OFL. I might switch things over to that. As for point #2, the commercial version would include:
Thoughts? |
IMHO making mapping variations is a bad idea, and can cause confusions in perspective. It's better to follow unicode standard, where possible. Here i did memo fo myself https://github.com/nodeca/fontomas/wiki , where to search symbol codes & descriptions. This 2 steps can simplify symbols use:
|
Hi Dave, SoftwareAt the moment the whole stuff is open and free to use for everyone as your "readme license link" [2] shows. If I take it and sell it, that's no problem, as long as I mention somewhere, that you did it. If I would want to sell some stuff, I would go for a CC-nc-by-sa type license. CreativeCommons have a nice license builder [1], with which you can play, and see what happens. On the other hand a CC-nc-by-sa license, limits a software "usefullness" for others, because it is very strict and it can't be sold by 3rd parties. But it makes sure, that if someone alters your content, they have to publish it in the same way you did. see the "-sa- share alike" part. If you go for a CC-by-sa license [3] others are free to use and sell it, but if they change it and redistribute it, it needs to be CC-by-sa too. So everyone (eg: you) can take it, use it and sell it too. This type was used at the "Iconics project" [4] that was mentioned by "puzrin". FontsFor fonts I'd go for a SIL OFL [5] type license, which imo is the only usefull license for web-fonts. But it's free to use. So you won't get money for it. I've seen fonts, that have a "limited free" and a "full pro" version. The limited web version only contains an eg: "normal" font style optimized for screens. The pro contains "normal, bold, italics, and may be more glyphs" for web use and also optimized for printed media use. The pro has to be paid. For your icons, imo this is a bit more complicated. I only could think of a "free web version" that contains eg: 150 icons. And a pro version contains eg: "400" icons. ... just my 2 cents. [1] https://creativecommons.org/choose/ |
Yes. It's difficult to give one thing free as open source in one place and sell the same in another. Usually, open source promotes brand/company/person, and business is done on additional/affiliated services (extended icon packs, site designs, support and so on). Also, be very careful about |
@pmario @puzrin Thanks to you both especially for your thoughts on license strategy. I'm trying to decide the best way forward, and should have things sorted soon. This has been an awesome learning opportunity for me, especially in open source licenses, and really shows the power of the community. This project is now up to almost 10% of the number of followers Bootstrap itself has, which is pretty amazing to me. So thanks again. |
It a really cool project. Thanks for creating it. |
I want to use Font-Awesome in a GPL licensed work. Sadly CC-BY 3.0 seems to be incompatible with my GPL project. I kindly ask you to dual license it under CC-BY 3.0 and GPLv3. |
forgotten deletion of "static" and calling function using "$this->" and not "self::"
v3.0, which is coming out this month, will include a new license to make things fully open source. The font will be an Open-SIL license. Any suggestions on what license to use for the FA code itself? I'd like to keep things as unrestricted as possible. Have any good links for reading? |
It would be nice to clarify licence for separate pictograms, if someone wish to extract. Or to include those right in this repo. |
I've changed my plans an don't intend to make any money off the project. Does it make sense to have it be LGPL compatible? I'm not even sure what that means. Why MIT for code over GPL? |
in general, GPL means, that if one use this code, his code must became GPL too. That can be not acceptable for closed-souce (commercial) projects. MIT means, that one just have to mention author. http://stackoverflow.com/questions/805387/what-do-licenses-mean-gpl-mit-cc-etc ~ the same difference for CC BY and CC BY-SA - "Share Alike" adds some requirements for derivative work. [SA] and GPL are virus-like - that's ass pain to commercial projects :) |
congratulation! I've to say I'm not a lawyer, so the following text contains my personal opinion and preferences.
imo MIT [1] is the most open license
So if I use it for my project, I do have the right to do everything with it. I can use my own proprietary license to sell it.
Interesting to read: IMO using the CreativeCommons types is a good joice, if you want to start very strict and make them more and more flexible from time to time. Where all the licenses are still compatible eg (links: see my first post):
imo CC-BY and BSD offer allmost the same possibilities. have fun! [1] http://opensource.org/licenses/mit-license.html [4] http://en.wikipedia.org/wiki/MIT_License [6] http://www.freebsd.org/doc/en/articles/bsdl-gpl/article.html |
Apache and MIT are similar. MIT is just shorter and less formal. Most node.js projects uses MIT. |
I don't know the Apache 2.0 license. Way to much to read for an open license ;) Do you intend to open source the font source code too? In this case I'd use a GPL license for just that. |
I'm pretty happy with the new license in 3.0. Let me know if you think any improvements should be made. |
Awesome ! :) |
No description provided.