]> granicus.if.org Git - graphviz/commitdiff
add COPYING (softlink to epl-v10.txt) to avoid warning durint autogen.sh
authorJohn Ellson <ellson@research.att.com>
Sun, 6 Nov 2011 15:59:17 +0000 (10:59 -0500)
committerJohn Ellson <ellson@research.att.com>
Sun, 6 Nov 2011 15:59:17 +0000 (10:59 -0500)
COPYING [new symlink]
autogen.sh

diff --git a/COPYING b/COPYING
new file mode 120000 (symlink)
index 0000000..b508230
--- /dev/null
+++ b/COPYING
@@ -0,0 +1 @@
+epl-v10.txt
\ No newline at end of file
index 85e4450ca6d958d3382030ec6390d90bae9c9825..cb6342fbbefa9d2f7639db01fa4e3ffc337ef518 100755 (executable)
@@ -17,12 +17,6 @@ autoreconf -v --install --force || exit 1
 # otherwise "make dist" fails.
 touch config/depcomp
 
-# ensure COPYING is based on epl-v10.txt
-#   epl-v10.txt was obtained from: http://www.eclipse.org/legal/epl-v10.html
-#   by using lynx to print to .txt.
-rm -f COPYING
-cp epl-v10.txt COPYING
-
 # don't use any old cache, but create a new one
 rm -f config.cache
 ./configure -C "$@"