diff options
author | Behdad Esfahbod <behdad@src.gnome.org> | 2007-07-26 19:22:30 +0000 |
---|---|---|
committer | Behdad Esfahbod <behdad@src.gnome.org> | 2007-07-26 19:22:30 +0000 |
commit | 568e497d72c2cbef0e52db84f9d71847325a5dde (patch) | |
tree | 4042147b82220594d8e10df3f7c7291a91d0ad5a /examples | |
parent | 5ef3f41d3b0a34c4e5028fce0677e6b699159dc1 (diff) | |
download | pango-568e497d72c2cbef0e52db84f9d71847325a5dde.tar.gz |
Put cairotwisted in public domainPANGO_1_16_5
svn path=/trunk/; revision=2379
Diffstat (limited to 'examples')
-rw-r--r-- | examples/cairotwisted.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/cairotwisted.c b/examples/cairotwisted.c index 4da69c80..93fa5164 100644 --- a/examples/cairotwisted.c +++ b/examples/cairotwisted.c @@ -1,4 +1,5 @@ /* example to use pangocairo to render text projected on a path */ +/* Written by Behdad Esfahbod, 2006. Not copyrighted, in public domain. */ #include <math.h> #include <stdlib.h> |