From 1d97eafc17204101499e0891d227270e85d5d119 Mon Sep 17 00:00:00 2001 From: Emden Gansner Date: Wed, 6 Mar 2013 15:47:06 -0500 Subject: [PATCH] Add copyright info, etc. --- lib/cgraph/flatten.c | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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) -- 2.40.0