]> granicus.if.org Git - graphviz/commitdiff
Add copyright notice
authorerg <devnull@localhost>
Tue, 4 Nov 2008 16:53:24 +0000 (16:53 +0000)
committererg <devnull@localhost>
Tue, 4 Nov 2008 16:53:24 +0000 (16:53 +0000)
lib/glcomp/glpangofont.h

index 3b1fd482a7648fc95fb674064a7aa72ce68c3f2f..4692fa56ddf52b8b2a0b0bcb76795eb2fa318fc2 100644 (file)
@@ -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 <cairo.h>
 #include <pango/pangocairo.h>
 #include <png.h>
+
 //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