Repository: incubator-taverna-workbench Updated Branches: refs/heads/master d177e40e6 -> 5929d4d5e
What's the license for dotparser.jjt? Project: http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/commit/5929d4d5 Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/tree/5929d4d5 Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/diff/5929d4d5 Branch: refs/heads/master Commit: 5929d4d5e63e1ddd1fc2c3cd3f30c812616a6c46 Parents: d177e40 Author: Stian Soiland-Reyes <[email protected]> Authored: Mon Feb 1 23:38:48 2016 +0000 Committer: Stian Soiland-Reyes <[email protected]> Committed: Mon Feb 1 23:38:48 2016 +0000 ---------------------------------------------------------------------- NOTICE | 6 ++++++ taverna-graph-model/src/main/jjtree/dotparser.jjt | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/5929d4d5/NOTICE ---------------------------------------------------------------------- diff --git a/NOTICE b/NOTICE index ef84799..0b31e2b 100644 --- a/NOTICE +++ b/NOTICE @@ -7,3 +7,9 @@ The Apache Software Foundation (http://www.apache.org/). --------------------------------------------------------- +TODO: check license for +src/main/jjtree/dotparser.jjt + + JavaCC grammar for parsing Graphviz DOT files. + Written by Lynn Monson at [email protected] + http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/5929d4d5/taverna-graph-model/src/main/jjtree/dotparser.jjt ---------------------------------------------------------------------- diff --git a/taverna-graph-model/src/main/jjtree/dotparser.jjt b/taverna-graph-model/src/main/jjtree/dotparser.jjt index 9aade9a..d754958 100644 --- a/taverna-graph-model/src/main/jjtree/dotparser.jjt +++ b/taverna-graph-model/src/main/jjtree/dotparser.jjt @@ -1,7 +1,7 @@ /** * JavaCC grammar for parsing Graphviz DOT files. * Written by Lynn Monson at [email protected] - * Modified by David Withers + * Modified by David Withers, University of Manchester */ options { STATIC = false;
