From 92d2cec68839f873a26c970c367bb87f9484e617 Mon Sep 17 00:00:00 2001 From: erg Date: Fri, 31 Oct 2008 20:43:51 +0000 Subject: [PATCH] Add copyright notice --- lib/ortho/ortho.c | 17 +++++++++++++++-- lib/ortho/ortho.h | 15 +++++++++++++++ 2 files changed, 30 insertions(+), 2 deletions(-) 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 -- 2.40.0