From d7b3ae9221e31128ef9affd045b2034b9ab90b7b Mon Sep 17 00:00:00 2001 From: ellson Date: Mon, 10 Jul 2006 21:36:56 +0000 Subject: [PATCH] fix copyright headers --- awk/stringize.awk | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/awk/stringize.awk b/awk/stringize.awk index c52a2a29a..9c4263f52 100755 --- a/awk/stringize.awk +++ b/awk/stringize.awk @@ -1,7 +1,16 @@ -# Copyright (c) AT&T Corp. 1994, 1995. -# This code is licensed by AT&T Corp. For the -# terms and conditions of the license, see -# http://www.research.att.com/orgs/ssr/book/reuse +# +# /********************************************************** +# * This software is part of the graphviz package * +# * http://www.graphviz.org/ * +# * * +# * Copyright (c) 1994-2005 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 * +# **********************************************************/ BEGIN { s = ARGV[1]; gsub (".*/", "", s); gsub("\\.","_",s); printf("char *%s[] = {\n",s); } /^#/ { print $0; next; } -- 2.50.1