From: ellson Date: Tue, 25 Jan 2011 16:36:55 +0000 (+0000) Subject: fix some breakage from EPL changes X-Git-Tag: LAST_LIBGRAPH~32^2~1091 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9c720bb39c325fcf25cdcb6aab21c4e4cb2cc551;p=graphviz fix some breakage from EPL changes --- diff --git a/awk/brewer.awk b/awk/brewer.awk index 3d6a5b33a..0f01683e3 100644 --- a/awk/brewer.awk +++ b/awk/brewer.awk @@ -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. diff --git a/awk/colortbl.awk b/awk/colortbl.awk index d6f851d1b..22a532c35 100644 --- a/awk/colortbl.awk +++ b/awk/colortbl.awk @@ -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; diff --git a/awk/stringize.awk b/awk/stringize.awk index 886216afd..389b10cbf 100755 --- a/awk/stringize.awk +++ b/awk/stringize.awk @@ -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; } diff --git a/awk/svgcolor.awk b/awk/svgcolor.awk index 146cb34a0..10d34c9be 100644 --- a/awk/svgcolor.awk +++ b/awk/svgcolor.awk @@ -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. diff --git a/awk/typegraph.awk b/awk/typegraph.awk index 96e90aaf5..7cf9bf03e 100644 --- a/awk/typegraph.awk +++ b/awk/typegraph.awk @@ -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;