Skip to content

Instantly share code, notes, and snippets.

@kochar-tech
Forked from kn9ts/GPLv3.md
Created July 14, 2020 11:09
Show Gist options
  • Select an option

  • Save kochar-tech/40cadce3d3a6e574d235b3f66418fb7a to your computer and use it in GitHub Desktop.

Select an option

Save kochar-tech/40cadce3d3a6e574d235b3f66418fb7a to your computer and use it in GitHub Desktop.
GPLv3 explained

GPL3 LICENSE SYNOPSIS

TL;DR* Here's what the license entails:

1. Anyone can copy, modify and distribute this software.
2. You have to include the license and copyright notice with each and every distribution.
3. You can use this software privately.
4. You can use this software for commercial purposes.
5. If you dare build your business solely from this code, you risk open-sourcing the whole code base.
6. If you modify it, you have to indicate changes made to the code.
7. Any modifications of this code base MUST be distributed with the same license, GPLv3.
8. This software is provided without warranty.
9. The software author or license can not be held liable for any damages inflicted by the software.

More information on about the LICENSE can be found here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment