[OLINGO-275] Fix RAT issue
Project: http://git-wip-us.apache.org/repos/asf/olingo-odata2/repo Commit: http://git-wip-us.apache.org/repos/asf/olingo-odata2/commit/aa7bf829 Tree: http://git-wip-us.apache.org/repos/asf/olingo-odata2/tree/aa7bf829 Diff: http://git-wip-us.apache.org/repos/asf/olingo-odata2/diff/aa7bf829 Branch: refs/heads/Olingo-129_PocJpaDataStore Commit: aa7bf8293ee8522754845c6fea4c3a88b8e31dc9 Parents: 340d7c0 Author: Christian Amend <[email protected]> Authored: Thu May 8 16:00:34 2014 +0200 Committer: Christian Amend <[email protected]> Committed: Thu May 8 16:00:34 2014 +0200 ---------------------------------------------------------------------- odata2-lib/odata-core/src/test/resources/feed_rooms_small.xml | 7 +++++++ 1 file changed, 7 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/olingo-odata2/blob/aa7bf829/odata2-lib/odata-core/src/test/resources/feed_rooms_small.xml ---------------------------------------------------------------------- diff --git a/odata2-lib/odata-core/src/test/resources/feed_rooms_small.xml b/odata2-lib/odata-core/src/test/resources/feed_rooms_small.xml index 6b8c09b..b7b5057 100644 --- a/odata2-lib/odata-core/src/test/resources/feed_rooms_small.xml +++ b/odata2-lib/odata-core/src/test/resources/feed_rooms_small.xml @@ -1,4 +1,11 @@ <?xml version='1.0' encoding='utf-8'?> +<!-- 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. --> <feed xmlns="http://www.w3.org/2005/Atom" xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata" xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices" xml:base="http://localhost:8080/ReferenceScenario.svc/"> <id>http://localhost:8080/ReferenceScenario.svc/Rooms</id> <title type="text">Rooms</title>
