summaryrefslogtreecommitdiff
path: root/lib/appendstr.c
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 /lib/appendstr.c
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 'lib/appendstr.c')
-rw-r--r--lib/appendstr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/appendstr.c b/lib/appendstr.c
index 21cdae1f..3be8bff4 100644
--- a/lib/appendstr.c
+++ b/lib/appendstr.c
@@ -12,7 +12,7 @@
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with this program; see the file COPYING.LIB. If not, write
+ along with this program; see the file docs/COPYING.LIB. If not, write
to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA
02139, USA. */