From: Emden Gansner Date: Wed, 6 Mar 2013 20:47:06 +0000 (-0500) Subject: Add copyright info, etc. X-Git-Tag: LAST_LIBGRAPH~32^2~215 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1d97eafc17204101499e0891d227270e85d5d119;p=graphviz Add copyright info, etc. --- diff --git a/lib/cgraph/flatten.c b/lib/cgraph/flatten.c index 3791d6fd3..7e14772eb 100644 --- a/lib/cgraph/flatten.c +++ b/lib/cgraph/flatten.c @@ -1,3 +1,16 @@ +/* $Id$ $Revision$ */ +/* vim:set shiftwidth=4 ts=8: */ + +/************************************************************************* + * Copyright (c) 2011 AT&T Intellectual Property + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: See CVS logs. Details at http://www.graphviz.org/ + *************************************************************************/ + #include "cghdr.h" static void agflatten_elist(Dict_t * d, Dtlink_t ** lptr, int flag)