From 97dc9ec77130935cc7c6eec276c1b910d3c0d2cc Mon Sep 17 00:00:00 2001 From: erg Date: Thu, 26 Feb 2009 15:54:29 +0000 Subject: [PATCH] Fix copyright notice. --- lib/rbtree/misc.c | 11 +---------- lib/rbtree/misc.h | 11 +---------- lib/rbtree/red_black_tree.c | 11 +---------- lib/rbtree/red_black_tree.h | 11 +---------- lib/rbtree/stack.c | 11 +---------- 5 files changed, 5 insertions(+), 50 deletions(-) diff --git a/lib/rbtree/misc.c b/lib/rbtree/misc.c index 6acd853ed..0e2ad8522 100755 --- a/lib/rbtree/misc.c +++ b/lib/rbtree/misc.c @@ -2,16 +2,7 @@ /* 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 * +* See the LICENSE file for copyright infomation. * **********************************************************/ #ifdef HAVE_CONFIG_H diff --git a/lib/rbtree/misc.h b/lib/rbtree/misc.h index a4bed6665..34f063758 100755 --- a/lib/rbtree/misc.h +++ b/lib/rbtree/misc.h @@ -2,16 +2,7 @@ /* 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 * +* See the LICENSE file for copyright infomation. * **********************************************************/ #ifndef INC_E_MISC_ diff --git a/lib/rbtree/red_black_tree.c b/lib/rbtree/red_black_tree.c index 65d02d259..dca2fa034 100755 --- a/lib/rbtree/red_black_tree.c +++ b/lib/rbtree/red_black_tree.c @@ -2,16 +2,7 @@ /* 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 * +* See the LICENSE file for copyright infomation. * **********************************************************/ #ifdef HAVE_CONFIG_H diff --git a/lib/rbtree/red_black_tree.h b/lib/rbtree/red_black_tree.h index 01ba839fc..fcdc644bc 100755 --- a/lib/rbtree/red_black_tree.h +++ b/lib/rbtree/red_black_tree.h @@ -2,16 +2,7 @@ /* 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 * +* See the LICENSE file for copyright infomation. * **********************************************************/ #ifndef RED_BLACK_TREE_H diff --git a/lib/rbtree/stack.c b/lib/rbtree/stack.c index ca1587a5b..f4a765bb7 100755 --- a/lib/rbtree/stack.c +++ b/lib/rbtree/stack.c @@ -2,16 +2,7 @@ /* 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 * +* See the LICENSE file for copyright infomation. * **********************************************************/ #ifdef HAVE_CONFIG_H -- 2.40.0