From: erg Date: Fri, 31 Oct 2008 20:43:51 +0000 (+0000) Subject: Add copyright notice X-Git-Tag: LAST_LIBGRAPH~32^2~2911 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=92d2cec68839f873a26c970c367bb87f9484e617;p=graphviz Add copyright notice --- diff --git a/lib/ortho/ortho.c b/lib/ortho/ortho.c index 9202b44e1..f84e33b8c 100644 --- a/lib/ortho/ortho.c +++ b/lib/ortho/ortho.c @@ -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 diff --git a/lib/ortho/ortho.h b/lib/ortho/ortho.h index c25983dcf..7be834289 100644 --- a/lib/ortho/ortho.h +++ b/lib/ortho/ortho.h @@ -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