Repository: incubator-taverna-osgi Updated Branches: refs/heads/master 88f732299 -> 33defe425
ASF header Project: http://git-wip-us.apache.org/repos/asf/incubator-taverna-osgi/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-taverna-osgi/commit/33defe42 Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-osgi/tree/33defe42 Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-osgi/diff/33defe42 Branch: refs/heads/master Commit: 33defe425322e9befc804d8e636b62e3da90bd0c Parents: 88f7322 Author: Stian Soiland-Reyes <[email protected]> Authored: Mon Feb 15 16:19:50 2016 +0000 Committer: Stian Soiland-Reyes <[email protected]> Committed: Mon Feb 15 16:19:50 2016 +0000 ---------------------------------------------------------------------- .../download/impl/TestDownloadManagerImpl.java | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-taverna-osgi/blob/33defe42/taverna-download-impl/src/test/java/org/apache/taverna/download/impl/TestDownloadManagerImpl.java ---------------------------------------------------------------------- diff --git a/taverna-download-impl/src/test/java/org/apache/taverna/download/impl/TestDownloadManagerImpl.java b/taverna-download-impl/src/test/java/org/apache/taverna/download/impl/TestDownloadManagerImpl.java index fbe2dcb..6787c59 100644 --- a/taverna-download-impl/src/test/java/org/apache/taverna/download/impl/TestDownloadManagerImpl.java +++ b/taverna-download-impl/src/test/java/org/apache/taverna/download/impl/TestDownloadManagerImpl.java @@ -1,3 +1,19 @@ +/** + * 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. + */ package org.apache.taverna.download.impl; import static java.nio.charset.StandardCharsets.US_ASCII;
