You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@olingo.apache.org by ch...@apache.org on 2015/02/06 15:47:24 UTC

olingo-odata2 git commit: [OLINGO-547] Fix RAT issues

Repository: olingo-odata2
Updated Branches:
  refs/heads/master 1519a52ad -> 90e09d368


[OLINGO-547] Fix RAT issues


Project: http://git-wip-us.apache.org/repos/asf/olingo-odata2/repo
Commit: http://git-wip-us.apache.org/repos/asf/olingo-odata2/commit/90e09d36
Tree: http://git-wip-us.apache.org/repos/asf/olingo-odata2/tree/90e09d36
Diff: http://git-wip-us.apache.org/repos/asf/olingo-odata2/diff/90e09d36

Branch: refs/heads/master
Commit: 90e09d368ca827f19fe3cef14089ab5c6f77b549
Parents: 1519a52
Author: Christian Amend <ch...@apache.org>
Authored: Fri Feb 6 15:46:59 2015 +0100
Committer: Christian Amend <ch...@apache.org>
Committed: Fri Feb 6 15:46:59 2015 +0100

----------------------------------------------------------------------
 .../olingo/odata2/fit/ref/URLEncodingTest.java    | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/olingo-odata2/blob/90e09d36/odata2-lib/odata-fit/src/test/java/org/apache/olingo/odata2/fit/ref/URLEncodingTest.java
----------------------------------------------------------------------
diff --git a/odata2-lib/odata-fit/src/test/java/org/apache/olingo/odata2/fit/ref/URLEncodingTest.java b/odata2-lib/odata-fit/src/test/java/org/apache/olingo/odata2/fit/ref/URLEncodingTest.java
index da2aa1d..c956d88 100644
--- a/odata2-lib/odata-fit/src/test/java/org/apache/olingo/odata2/fit/ref/URLEncodingTest.java
+++ b/odata2-lib/odata-fit/src/test/java/org/apache/olingo/odata2/fit/ref/URLEncodingTest.java
@@ -1,3 +1,21 @@
+/*******************************************************************************
+ * 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.olingo.odata2.fit.ref;
 
 import static org.junit.Assert.assertEquals;