[hb-cairo] Add Black Foundry copyright
This commit is contained in:
parent
ab4c321180
commit
be47182d48
|
@ -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))
|
||||
|
|
Loading…
Reference in New Issue