Fixed missing Apache license header.
Project: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/commit/f83b00f4 Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/tree/f83b00f4 Diff: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/diff/f83b00f4 Branch: refs/heads/master Commit: f83b00f4747a6f546b760dc3e32c5a154908e0e6 Parents: 483e1c0 Author: Hans Zeller <[email protected]> Authored: Wed Aug 31 16:35:33 2016 +0000 Committer: Hans Zeller <[email protected]> Committed: Wed Aug 31 16:35:33 2016 +0000 ---------------------------------------------------------------------- core/sqf/sql/scripts/build_apidocs.sh | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/f83b00f4/core/sqf/sql/scripts/build_apidocs.sh ---------------------------------------------------------------------- diff --git a/core/sqf/sql/scripts/build_apidocs.sh b/core/sqf/sql/scripts/build_apidocs.sh index b853040..2febe19 100755 --- a/core/sqf/sql/scripts/build_apidocs.sh +++ b/core/sqf/sql/scripts/build_apidocs.sh @@ -1,4 +1,24 @@ #!/bin/bash +# @@@ 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 @@@ # # script to build Javadoc and Doxygen sites
