summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2018-04-23 17:01:53 -0400
committerAtomic Bot <atomic-devel@projectatomic.io>2018-04-30 14:33:37 +0000
commit776ce5cc6afb77d971c7fa1fed86ba1badb7df21 (patch)
treeb558ce1a776eb2930c3d19b9339d1d7ce4f7426f
parentcd17e364ae34c161641e8fe973fd1c11702a0d81 (diff)
downloadostree-776ce5cc6afb77d971c7fa1fed86ba1badb7df21.tar.gz
README.md: Fix docs link to COPYING
Because `README.md` also gets rendered into the docs, we need to link directly to github. Closes: https://github.com/ostreedev/ostree/issues/1534 Closes: #1554 Approved by: jlebon
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index bf9088bd..485bc26d 100644
--- a/README.md
+++ b/README.md
@@ -113,5 +113,8 @@ See [Contributing](CONTRIBUTING.md).
Licensing
-------
-The license for the *code* of libostree can be found in [COPYING](COPYING).
+The licensing for the *code* of libostree can be canonically found in the individual files;
+and the overall status in the [COPYING](https://github.com/ostreedev/ostree/blob/master/COPYING)
+file in the source. Currently, that's LGPLv2+.
+
The license for the *documentation* of libostree is: `SPDX-License-Identifier: (CC-BY-SA-3.0 OR GFDL-1.3-or-later)`