You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafodion.apache.org by db...@apache.org on 2016/05/02 18:12:36 UTC

[57/60] incubator-trafodion git commit: Included the missing copyright

Included the missing copyright


Project: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/commit/6897f880
Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/tree/6897f880
Diff: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/diff/6897f880

Branch: refs/heads/master
Commit: 6897f880cf9c5ee3eceb6e683784b28379c8b555
Parents: 780f976
Author: Anuradha Hegde <an...@esgyn.com>
Authored: Fri Apr 29 18:17:55 2016 +0000
Committer: Anuradha Hegde <an...@esgyn.com>
Committed: Fri Apr 29 18:17:55 2016 +0000

----------------------------------------------------------------------
 .../java/org/trafodion/jdbc/t4/AppTest.java     | 23 ++++++++++++++++++++
 1 file changed, 23 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/6897f880/core/conn/jdbcT4/src/test/java/org/trafodion/jdbc/t4/AppTest.java
----------------------------------------------------------------------
diff --git a/core/conn/jdbcT4/src/test/java/org/trafodion/jdbc/t4/AppTest.java b/core/conn/jdbcT4/src/test/java/org/trafodion/jdbc/t4/AppTest.java
index 0a07e0b..220660c 100644
--- a/core/conn/jdbcT4/src/test/java/org/trafodion/jdbc/t4/AppTest.java
+++ b/core/conn/jdbcT4/src/test/java/org/trafodion/jdbc/t4/AppTest.java
@@ -1,3 +1,26 @@
+/*
+* @@@ START COPYRIGHT @@@
+*
+* 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.
+*
+* @@@ END COPYRIGHT @@@
+*/
+
 package org.trafodion.jdbc.t4;
 
 import junit.framework.Test;