From: erg Date: Fri, 5 Mar 2010 20:11:42 +0000 (+0000) Subject: Add copyright and vi comments X-Git-Tag: LAST_LIBGRAPH~32^2~1403 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=404a65780de32df5865970fb9b36b8b82a36c0ad;p=graphviz Add copyright and vi comments --- diff --git a/cmd/smyrna/topviewfuncs.c b/cmd/smyrna/topviewfuncs.c index 879784378..9b76b00f1 100644 --- a/cmd/smyrna/topviewfuncs.c +++ b/cmd/smyrna/topviewfuncs.c @@ -1,3 +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 * +**********************************************************/ + #include "topviewfuncs.h" #include "cgraph.h" #include "smyrna_utils.h"