From 02ed5ecdca6e5781db8cae9e998a4df950136c7f 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/partition.c | 15 +++++++++++++++ lib/ortho/partition.h | 15 +++++++++++++++ lib/ortho/rawgraph.c | 15 +++++++++++++++ lib/ortho/rawgraph.h | 15 +++++++++++++++ 4 files changed, 60 insertions(+) diff --git a/lib/ortho/partition.c b/lib/ortho/partition.c index 09ce6741f..59c700499 100644 --- a/lib/ortho/partition.c +++ b/lib/ortho/partition.c @@ -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 * +**********************************************************/ + #ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/lib/ortho/partition.h b/lib/ortho/partition.h index 66a83984c..e775c451d 100644 --- a/lib/ortho/partition.h +++ b/lib/ortho/partition.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 PARTITION_H #define PARTITION_H diff --git a/lib/ortho/rawgraph.c b/lib/ortho/rawgraph.c index a3e9fa7f9..741d11627 100644 --- a/lib/ortho/rawgraph.c +++ b/lib/ortho/rawgraph.c @@ -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 * +**********************************************************/ + /* Implements graph.h */ #ifdef HAVE_CONFIG_H diff --git a/lib/ortho/rawgraph.h b/lib/ortho/rawgraph.h index fc5daae34..be9a97974 100644 --- a/lib/ortho/rawgraph.h +++ b/lib/ortho/rawgraph.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 RAWGRAPH_H #define RAWGRAPH_H -- 2.40.0