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 2014/04/02 14:08:39 UTC

git commit: [OLINGO-185] Add missing Licence Header

Repository: olingo-odata2
Updated Branches:
  refs/heads/master 6a9335f31 -> bf7da39ce


[OLINGO-185] Add missing Licence Header


Signed-off-by: Chandan V A <ch...@sap.com>

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

Branch: refs/heads/master
Commit: bf7da39ce5a1753ec43b4ded05e63768ac169207
Parents: 6a9335f
Author: Chandan V A <ch...@sap.com>
Authored: Wed Apr 2 17:38:20 2014 +0530
Committer: Chandan V A <ch...@sap.com>
Committed: Wed Apr 2 17:38:20 2014 +0530

----------------------------------------------------------------------
 .../odata2/jpa/processor/ref/model/NoteKey.java   | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/olingo-odata2/blob/bf7da39c/odata2-jpa-processor/jpa-ref/src/main/java/org/apache/olingo/odata2/jpa/processor/ref/model/NoteKey.java
----------------------------------------------------------------------
diff --git a/odata2-jpa-processor/jpa-ref/src/main/java/org/apache/olingo/odata2/jpa/processor/ref/model/NoteKey.java b/odata2-jpa-processor/jpa-ref/src/main/java/org/apache/olingo/odata2/jpa/processor/ref/model/NoteKey.java
index 69309d6..6ca1067 100644
--- a/odata2-jpa-processor/jpa-ref/src/main/java/org/apache/olingo/odata2/jpa/processor/ref/model/NoteKey.java
+++ b/odata2-jpa-processor/jpa-ref/src/main/java/org/apache/olingo/odata2/jpa/processor/ref/model/NoteKey.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.jpa.processor.ref.model;
 
 import java.io.Serializable;