diff options
| author | Felix Freeman <libsys@hacktivista.org> | 2023-07-02 23:59:05 -0400 |
|---|---|---|
| committer | Drew DeVault <sir@cmpwn.com> | 2023-08-07 12:11:32 +0200 |
| commit | 600fa42cefd48a58bdfa83464446bdf40b8f58e9 (patch) | |
| tree | a0e17236ebc46014923b9d31d27b26dac7b311d0 /content | |
| parent | 4b370dc10d6db100d9de7f6f3f806da260c523b8 (diff) | |
| download | writefreesoftware.org-600fa42cefd48a58bdfa83464446bdf40b8f58e9.tar.xz | |
Minor spelling improvements
Diffstat (limited to 'content')
| -rw-r--r-- | content/learn/copyleft.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/content/learn/copyleft.md b/content/learn/copyleft.md index 2c4072e..c97c7c3 100644 --- a/content/learn/copyleft.md +++ b/content/learn/copyleft.md @@ -70,7 +70,7 @@ changes to those specific files under the same license terms. [MPL]: https://www.mozilla.org/en-US/MPL/2.0/ -A somewhat stronger example is the [GNU Lesser General Public License][LGPL], +A somewhat stronger copyleft example is the [GNU Lesser General Public License][LGPL], which deals specifically with software libraries. These libraries are compiled into an aggregate software artifact, such as a shared object or static archive, and the copyleft terms applies to this entire artifact. However, when this is @@ -95,7 +95,7 @@ The simplest way to re-use copyleft works is to apply its license to your own work and distribute it accordingly. If you do not want to do this, you can only use a copyleft work under the -conditions permitted by its license, and will likely be limited to the use of +conditions permitted by its license, which will likely limit you to the use of weak copyleft works. For example, if your software depends on a library which uses the <abbr title="GNU Lesser General Public License">LGPL</abbr>, you may use any license for your own work but need to share changes you make to the |
