fix copyright headers
authorellson <devnull@localhost>
Mon, 10 Jul 2006 21:36:56 +0000 (21:36 +0000)
committerellson <devnull@localhost>
Mon, 10 Jul 2006 21:36:56 +0000 (21:36 +0000)
awk/stringize.awk

index c52a2a29ad9b81a58a1f73fb0e5cbde2a76c8d45..9c4263f5219f440cda68c73ea3582c16dc0474d5 100755 (executable)
@@ -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; }