-
Notifications
You must be signed in to change notification settings - Fork 119
Tech Readings
Kirill Shumilov edited this page Apr 11, 2017
·
7 revisions
- Thinking in Ramda
- Proffesor Frisby’s Mostly Adequate Guide to Functional Programming
- Awesome Functional Programming
- Personal Thoughts on the Current Functional Programming Bandwagon
-
This is a bird's-eye view of the different software licenses.
-
This is relevant to client-server architectures.
-
Frequently Asked Questions about the GNU Licenses
Relevant clauses:
- If I only make copies of a GPL-covered program and run them, without distributing or conveying them to others, what does the license require of me?
- Can I use GPL-covered editors such as GNU Emacs to develop non-free programs? Can I use GPL-covered tools such as GCC to compile them?
- Is there some way that I can GPL the output people get from use of my program? For example, if my program is used to develop hardware designs, can I require that these designs must be free?
- In what cases is the output of a GPL program covered by the GPL too?
- If a library is released under the GPL (not the LGPL), does that mean that any software which uses it has to be under the GPL or a GPL-compatible license?
- I would like to bundle GPLed software with some sort of installation software. Does that installer need to have a GPL-compatible license?