From: erg Date: Tue, 4 Nov 2008 16:53:24 +0000 (+0000) Subject: Add copyright notice X-Git-Tag: LAST_LIBGRAPH~32^2~2895 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4078c309573032045c28f891dc890a08dbb5a7e3;p=graphviz Add copyright notice --- diff --git a/lib/glcomp/glpangofont.h b/lib/glcomp/glpangofont.h index 3b1fd482a..4692fa56d 100644 --- a/lib/glcomp/glpangofont.h +++ b/lib/glcomp/glpangofont.h @@ -1,11 +1,27 @@ +/* vim:set shiftwidth=4 ts=8: */ + +/********************************************************** +* This software is part of the graphviz package * +* http://www.graphviz.org/ * +* * +* Copyright (c) 1994-2007 AT&T Corp. * +* and is licensed under the * +* Common Public License, Version 1.0 * +* by AT&T Corp. * +* * +* Information and Software Systems Research * +* AT&T Research, Florham Park NJ * +**********************************************************/ #ifndef GLPANGOFONT_H #define GLPANGOFONT_H #include #include #include + //creates a font file with given name and font description //returns non-zero if fails int create_font_file(char* fontdescription,char* fontfile,float gw,float gh); + #endif