]> granicus.if.org Git - graphviz/commitdiff
fix some breakage from EPL changes
authorellson <devnull@localhost>
Tue, 25 Jan 2011 16:36:55 +0000 (16:36 +0000)
committerellson <devnull@localhost>
Tue, 25 Jan 2011 16:36:55 +0000 (16:36 +0000)
awk/brewer.awk
awk/colortbl.awk
awk/stringize.awk
awk/svgcolor.awk
awk/typegraph.awk

index 3d6a5b33abb1dc0a1209d0e505406c4e5f74b43c..0f01683e35d5424f2c9b2fc02dd8567d915e1235 100644 (file)
@@ -1,13 +1,13 @@
 # 
 # /*************************************************************************
- * 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/
- *************************************************************************/
+# * 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/
+# *************************************************************************/
 # 
 # Convert Brewer data to same RGBA format used in color_names.
 # See brewer_colors for input format.
index d6f851d1b6558eab5be1a641ce34a2b3464abbb4..22a532c35dcb3c5bb86e09c5763bddfd7ce4347a 100644 (file)
@@ -1,13 +1,13 @@
 #
 # /*************************************************************************
- * 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/
- *************************************************************************/
+# * 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/
+# *************************************************************************/
 
 function rgb_to_hsv(r,g,b) {
        r = r / 255.0; g = g / 255.0; b = b / 255.0;
index 886216afd7c72ca8811ab3b9c04eb84368810986..389b10cbf72b966c734d3a4e8713f495213ba034 100755 (executable)
@@ -1,13 +1,13 @@
 #
 # /*************************************************************************
- * 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/
- *************************************************************************/
+# * 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/
+# *************************************************************************/
 
 BEGIN  { s = ARGV[1]; gsub (".*/", "", s); gsub("\\.","_",s); printf("const char *%s[] = {\n",s); }
 /^#/   { print $0; next; }
index 146cb34a07d74c4a8a9427b34347e7ea5b393aba..10d34c9bef6d7eead6d3332c632d73a42fb26cf7 100644 (file)
@@ -1,13 +1,13 @@
 # 
 # /*************************************************************************
- * 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/
- *************************************************************************/
+# * 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/
+# *************************************************************************/
 # 
 # Convert SVG-1.1 color data to same RGBA format used in color_names.
 # See svgcolor_names for input format.
index 96e90aaf5b61762334d858d8e7cfbca1721db211..7cf9bf03e82d517776a11a53949519af241bc1e6 100644 (file)
@@ -1,13 +1,13 @@
 #
 # /*************************************************************************
- * 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/
- *************************************************************************/
+# * 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/
+# *************************************************************************/
 
 BEGIN  {
                        n_names = 0;