Updated Branches: refs/heads/master 476dbac9f -> 59ab1204f
added missing copyright header Project: http://git-wip-us.apache.org/repos/asf/incubator-marmotta/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-marmotta/commit/59ab1204 Tree: http://git-wip-us.apache.org/repos/asf/incubator-marmotta/tree/59ab1204 Diff: http://git-wip-us.apache.org/repos/asf/incubator-marmotta/diff/59ab1204 Branch: refs/heads/master Commit: 59ab1204f66ee9bb7afc75464c67ff675267fbd9 Parents: 476dbac Author: Sebastian Schaffert <[email protected]> Authored: Mon Apr 8 18:23:29 2013 +0200 Committer: Sebastian Schaffert <[email protected]> Committed: Mon Apr 8 18:23:29 2013 +0200 ---------------------------------------------------------------------- .../sparql/webservices/SparqlWebServiceTest.java | 17 +++++++++++++++ 1 files changed, 17 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/59ab1204/platform/marmotta-sparql/src/test/java/org/apache/marmotta/platform/sparql/webservices/SparqlWebServiceTest.java ---------------------------------------------------------------------- diff --git a/platform/marmotta-sparql/src/test/java/org/apache/marmotta/platform/sparql/webservices/SparqlWebServiceTest.java b/platform/marmotta-sparql/src/test/java/org/apache/marmotta/platform/sparql/webservices/SparqlWebServiceTest.java index 06d03eb..4f4d3f5 100644 --- a/platform/marmotta-sparql/src/test/java/org/apache/marmotta/platform/sparql/webservices/SparqlWebServiceTest.java +++ b/platform/marmotta-sparql/src/test/java/org/apache/marmotta/platform/sparql/webservices/SparqlWebServiceTest.java @@ -1,3 +1,20 @@ +/* + * 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.marmotta.platform.sparql.webservices; import static com.jayway.restassured.RestAssured.expect;
