summaryrefslogtreecommitdiff
path: root/libdb
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2022-04-23 23:59:52 +0100
committerColin Watson <cjwatson@debian.org>2022-04-24 00:03:53 +0100
commit1b1f072e2e99fe4ba0a45210e0fd4d4a0ee43561 (patch)
tree8534a38306ee27d254f20f6f3f01bb6c8147aba8 /libdb
parent695a3560fdf91f829f21f00a502244b0cf28e29d (diff)
Stop GitLab from getting confused about licences
GitLab uses https://github.com/licensee/licensee to detect the project's licence, and if that finds multiple matching files then it throws up its hands and refuses to make a licence assertion, with no apparent way to override it. To avoid this problem, move the secondary licence files (those that apply only to some files, rather than to the project as a whole) back into a subdirectory, so that `licensee` doesn't notice them. * COPYING.GPLv2: Move to ... * docs/COPYING.GPLv2: ... here. Update all references. * COPYING.LIB: Move to ... * docs/COPYING.LIB: ... here. Update all references. * Makefile.am (dist_noinst_DATA): Remove COPYING.GPLv2. * docs/Makefile.am (dist_noinst_DATA): Add COPYING.GPLv2 and COPYING.LIB.
Diffstat (limited to 'libdb')
-rw-r--r--libdb/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/libdb/README b/libdb/README
index d3b007b8..b7735e25 100644
--- a/libdb/README
+++ b/libdb/README
@@ -2,5 +2,5 @@ This directory contains the database management routines required by the
man-db package.
* You may distribute under the terms of the GNU Library General Public
-* License as specified in the file COPYING.LIB that comes with the man
+* License as specified in the file docs/COPYING.LIB that comes with the man
* distribution.