From 0bbc9d5256b3ba0f350b0d5136d2253113723c8b Mon Sep 17 00:00:00 2001 From: Andres Salomon Date: Wed, 25 Jan 2023 00:44:38 -0500 Subject: [PATCH] [fonts] move OFL-1.1 license to a higher directory There's a bunch of font directories inside of test/ for which the vast majority of fonts are licensed under the SIL open font license. We currently have a COPYING file in test/shape/data/in-house/COPYING that says that most of the fonts are OFL-1.1, but that doesn't apply to the fonts in, say, test/api/fonts/ or test/fuzzing/fonts/. Since there are so many OFL-1.1 fonts all over test, let's move the COPYING file to the top-level test/ directory. --- test/{shape/data/in-house => }/COPYING | 0 test/Makefile.am | 2 +- test/shape/data/in-house/Makefile.am | 1 - 3 files changed, 1 insertion(+), 2 deletions(-) rename test/{shape/data/in-house => }/COPYING (100%) diff --git a/test/shape/data/in-house/COPYING b/test/COPYING similarity index 100% rename from test/shape/data/in-house/COPYING rename to test/COPYING diff --git a/test/Makefile.am b/test/Makefile.am index 10f90958f..a945055f1 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -1,7 +1,7 @@ # Process this file with automake to produce Makefile.in NULL = -EXTRA_DIST = +EXTRA_DIST = COPYING SUBDIRS = api shape subset fuzzing threads EXTRA_DIST += \ diff --git a/test/shape/data/in-house/Makefile.am b/test/shape/data/in-house/Makefile.am index 2ecf1fb29..608f9be0e 100644 --- a/test/shape/data/in-house/Makefile.am +++ b/test/shape/data/in-house/Makefile.am @@ -7,7 +7,6 @@ lib: @$(MAKE) $(AM_MAKEFLAGS) -C $(top_builddir)/src lib EXTRA_DIST = \ - COPYING \ fonts \ meson.build \ $(TESTS) \