]> 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/partition.c
lib/ortho/partition.h
lib/ortho/rawgraph.c
lib/ortho/rawgraph.h

index 09ce6741fdc259979061d863a9fbe044717d2d3d..59c700499b7d2476f571fbf598d43638e5c5f446 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             *
+**********************************************************/
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
index 66a83984c2b98835e41b1210c5a7f9e8ad370b02..e775c451d800c255784625c8096aa9b2691399ac 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 PARTITION_H
 #define PARTITION_H
 
index a3e9fa7f962ba1b0306960628819d63a7ac66d99..741d116275d9b34d26999c8c89baf1a0d5f2ec2c 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             *
+**********************************************************/
+
  /* Implements graph.h  */
 
 #ifdef HAVE_CONFIG_H
index fc5daae3472e9d2b92b52c068b4af3a430113df3..be9a979744ce99231bf53f4ebeff1ccf928077dc 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 RAWGRAPH_H
 #define RAWGRAPH_H