add 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/133714df Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/tree/133714df Diff: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/diff/133714df Branch: refs/heads/master Commit: 133714dfe6d569e99ee8db21d5b689bced1e4b88 Parents: 71fa57b Author: gpj1987 <[email protected]> Authored: Tue Oct 31 19:20:30 2017 +0800 Committer: gpj1987 <[email protected]> Committed: Tue Oct 31 19:20:30 2017 +0800 ---------------------------------------------------------------------- .../java/org/trafodion/jdbc_test/TestWrap.java | 36 ++++++++++++++++++++ 1 file changed, 36 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/133714df/dcs/src/test/jdbc_test/src/test/java/org/trafodion/jdbc_test/TestWrap.java ---------------------------------------------------------------------- diff --git a/dcs/src/test/jdbc_test/src/test/java/org/trafodion/jdbc_test/TestWrap.java b/dcs/src/test/jdbc_test/src/test/java/org/trafodion/jdbc_test/TestWrap.java index 07ae116..4716f97 100644 --- a/dcs/src/test/jdbc_test/src/test/java/org/trafodion/jdbc_test/TestWrap.java +++ b/dcs/src/test/jdbc_test/src/test/java/org/trafodion/jdbc_test/TestWrap.java @@ -1,3 +1,39 @@ +/* +/* @@@ 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 @@@ +/*/ import static org.junit.Assert.assertTrue; import java.sql.Connection;
