From c861daacc4255d41d2358868b917277422949dc9 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Thu, 11 Jan 2018 10:11:01 +0100 Subject: [PATCH] [test/text-rendering-tests] Add README and COPYING --- test/shaping/data/text-rendering-tests/COPYING | 13 +++++++++++++ test/shaping/data/text-rendering-tests/Makefile.am | 2 ++ test/shaping/data/text-rendering-tests/README | 4 ++++ 3 files changed, 19 insertions(+) create mode 100644 test/shaping/data/text-rendering-tests/COPYING create mode 100644 test/shaping/data/text-rendering-tests/README diff --git a/test/shaping/data/text-rendering-tests/COPYING b/test/shaping/data/text-rendering-tests/COPYING new file mode 100644 index 000000000..7758b2e59 --- /dev/null +++ b/test/shaping/data/text-rendering-tests/COPYING @@ -0,0 +1,13 @@ +Copyright 2016 Unicode Inc. All rights reserved. + +Licensed under the Apache License, Version 2.0 (the “License”); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an “AS IS” BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. diff --git a/test/shaping/data/text-rendering-tests/Makefile.am b/test/shaping/data/text-rendering-tests/Makefile.am index 385270a29..56247b7b6 100644 --- a/test/shaping/data/text-rendering-tests/Makefile.am +++ b/test/shaping/data/text-rendering-tests/Makefile.am @@ -7,6 +7,8 @@ lib: @$(MAKE) $(AM_MAKEFLAGS) -C $(top_builddir)/src lib EXTRA_DIST = \ + README \ + COPYING \ extract-tests.py \ fonts \ $(TESTS) \ diff --git a/test/shaping/data/text-rendering-tests/README b/test/shaping/data/text-rendering-tests/README new file mode 100644 index 000000000..351f83010 --- /dev/null +++ b/test/shaping/data/text-rendering-tests/README @@ -0,0 +1,4 @@ +Tests in this directory are automatically imported from the +text-rendering-tests repository owned by Unicode Consortium: + + https://github.com/unicode-org/text-rendering-tests