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/a6bcd816 Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/tree/a6bcd816 Diff: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/diff/a6bcd816 Branch: refs/heads/master Commit: a6bcd816d59e0db82d9e75f3ece3cd0b1ad39d78 Parents: 3ac544c Author: gpj1987 <[email protected]> Authored: Tue Oct 31 19:23:58 2017 +0800 Committer: gpj1987 <[email protected]> Committed: Tue Oct 31 19:23:58 2017 +0800 ---------------------------------------------------------------------- .../org/trafodion/jdbc_test/TestClientInfo.java | 36 ++++++++++++++++++++ 1 file changed, 36 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/a6bcd816/dcs/src/test/jdbc_test/src/test/java/org/trafodion/jdbc_test/TestClientInfo.java ---------------------------------------------------------------------- diff --git a/dcs/src/test/jdbc_test/src/test/java/org/trafodion/jdbc_test/TestClientInfo.java b/dcs/src/test/jdbc_test/src/test/java/org/trafodion/jdbc_test/TestClientInfo.java index 1971b0f..3df93c7 100644 --- a/dcs/src/test/jdbc_test/src/test/java/org/trafodion/jdbc_test/TestClientInfo.java +++ b/dcs/src/test/jdbc_test/src/test/java/org/trafodion/jdbc_test/TestClientInfo.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;
