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/d8b594f2 Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/tree/d8b594f2 Diff: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/diff/d8b594f2 Branch: refs/heads/master Commit: d8b594f2b585de224a007e48ba735f0f5db860be Parents: 0dbaf3b Author: mashengchen <[email protected]> Authored: Tue Jan 12 04:15:12 2016 +0000 Committer: mashengchen <[email protected]> Committed: Tue Jan 12 04:15:12 2016 +0000 ---------------------------------------------------------------------- .../org/trafodion/sql/CoprocessorUtils.java | 21 ++++++++++++++++++++ 1 file changed, 21 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/d8b594f2/core/sql/src/main/java/org/trafodion/sql/CoprocessorUtils.java ---------------------------------------------------------------------- diff --git a/core/sql/src/main/java/org/trafodion/sql/CoprocessorUtils.java b/core/sql/src/main/java/org/trafodion/sql/CoprocessorUtils.java index 909b2d0..e8cd7da 100644 --- a/core/sql/src/main/java/org/trafodion/sql/CoprocessorUtils.java +++ b/core/sql/src/main/java/org/trafodion/sql/CoprocessorUtils.java @@ -1,3 +1,24 @@ +// @@@ 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.sql; import java.io.IOException;
