]> granicus.if.org Git - graphviz/commitdiff
Add copyright notice
authorerg <devnull@localhost>
Fri, 31 Oct 2008 20:43:51 +0000 (20:43 +0000)
committererg <devnull@localhost>
Fri, 31 Oct 2008 20:43:51 +0000 (20:43 +0000)
lib/ortho/ortho.c
lib/ortho/ortho.h

index 9202b44e1cd22c8b7a97f2e4feb474a7c6304d77..f84e33b8c38455ebb7e3bfb7977a3461741167e9 100644 (file)
@@ -1,8 +1,21 @@
+/* $Id$Revision: */
 /* vim:set shiftwidth=4 ts=8: */
 
+/**********************************************************
+*      This software is part of the graphviz package      *
+*                http://www.graphviz.org/                 *
+*                                                         *
+*            Copyright (c) 1994-2004 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             *
+**********************************************************/
+
+
 /* TODO:
- * Increase weight as edges in sgraph are used, so that alternate
- *  paths will be found.
  * In dot, prefer bottom or top routing
  * Ports/compass points
  * Edge labels
index c25983dcff75cc2a3eb6df3c43cbabb4bfe0aee7..7be8342890f1eb2d4573ef7f26e9f02564ec0b5b 100644 (file)
@@ -1,4 +1,19 @@
+/* $Id$Revision: */
 /* vim:set shiftwidth=4 ts=8: */
+
+/**********************************************************
+*      This software is part of the graphviz package      *
+*                http://www.graphviz.org/                 *
+*                                                         *
+*            Copyright (c) 1994-2004 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 ORTHO_H
 #define ORTHO_H
 #include <render.h>