[hb-cairo] Add Black Foundry copyright

This commit is contained in:
Behdad Esfahbod 2023-03-03 11:10:16 -07:00
parent ab4c321180
commit be47182d48
1 changed files with 7 additions and 0 deletions

View File

@ -1,5 +1,6 @@
/*
* Copyright © 2022 Red Hat, Inc
* Copyright © 2021, 2022 Black Foundry
*
* This is part of HarfBuzz, a text shaping library.
*
@ -32,6 +33,12 @@
#include <cairo.h>
/* Some routines in this file were ported from BlackRenderer by Black Foundry.
* Used by permission to relicense to HarfBuzz license.
*
* https://github.com/BlackFoundryCom/black-renderer
*/
#define PREALLOCATED_COLOR_STOPS 16
#define _2_M_PIf (2.f * float (M_PI))