Apache license header Project: http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/commit/0077fb69 Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/tree/0077fb69 Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/diff/0077fb69
Branch: refs/heads/master Commit: 0077fb69eb86d1285ae308cf86e704c6a9cd26ff Parents: ed7e778 Author: Menaka Madushanka <[email protected]> Authored: Wed Jul 22 00:06:22 2015 +0530 Committer: Menaka Madushanka <[email protected]> Committed: Wed Jul 22 00:06:22 2015 +0530 ---------------------------------------------------------------------- .../taverna/robundle/validator/RoValidator.java | 21 +++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/blob/0077fb69/taverna-robundle/src/main/java/org/apache/taverna/robundle/validator/RoValidator.java ---------------------------------------------------------------------- diff --git a/taverna-robundle/src/main/java/org/apache/taverna/robundle/validator/RoValidator.java b/taverna-robundle/src/main/java/org/apache/taverna/robundle/validator/RoValidator.java index 961fb66..1098bf0 100644 --- a/taverna-robundle/src/main/java/org/apache/taverna/robundle/validator/RoValidator.java +++ b/taverna-robundle/src/main/java/org/apache/taverna/robundle/validator/RoValidator.java @@ -1,5 +1,24 @@ package org.apache.taverna.robundle.validator; -public class RoValidator { +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ +public class RoValidator { + }
