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/4282d41b Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/tree/4282d41b Diff: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/diff/4282d41b Branch: refs/heads/master Commit: 4282d41bdc79fc6a296a01613546796f5c34c81a Parents: 5f9b3e9 Author: liu.yu <[email protected]> Authored: Tue Sep 12 10:51:13 2017 +0800 Committer: liu.yu <[email protected]> Committed: Tue Sep 12 10:51:13 2017 +0800 ---------------------------------------------------------------------- .../src/asciidoc/_chapters/work_with_lob.adoc | 25 ++++++++++++++++++++ 1 file changed, 25 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/4282d41b/docs/lob_guide/src/asciidoc/_chapters/work_with_lob.adoc ---------------------------------------------------------------------- diff --git a/docs/lob_guide/src/asciidoc/_chapters/work_with_lob.adoc b/docs/lob_guide/src/asciidoc/_chapters/work_with_lob.adoc index 136b69d..c92f704 100644 --- a/docs/lob_guide/src/asciidoc/_chapters/work_with_lob.adoc +++ b/docs/lob_guide/src/asciidoc/_chapters/work_with_lob.adoc @@ -1,3 +1,28 @@ +//// +/** +* @@@ 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 @@@ +*/ +//// + [#work with lob] = Work with LOB
