Repository: incubator-quickstep Updated Branches: refs/heads/change-cn 1f5c4b38e -> 2a5353882
Fix the license Project: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/commit/2a535388 Tree: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/tree/2a535388 Diff: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/diff/2a535388 Branch: refs/heads/change-cn Commit: 2a53538827879a939d87c41c6f751b73bcac1fc4 Parents: 1f5c4b3 Author: Jignesh Patel <[email protected]> Authored: Sat Aug 6 21:47:57 2016 -0500 Committer: Jignesh Patel <[email protected]> Committed: Sat Aug 6 21:47:57 2016 -0500 ---------------------------------------------------------------------- expressions/window_aggregation/CMakeLists.txt | 33 +++++++++++----------- 1 file changed, 17 insertions(+), 16 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-quickstep/blob/2a535388/expressions/window_aggregation/CMakeLists.txt ---------------------------------------------------------------------- diff --git a/expressions/window_aggregation/CMakeLists.txt b/expressions/window_aggregation/CMakeLists.txt index 0170672..b33a401 100644 --- a/expressions/window_aggregation/CMakeLists.txt +++ b/expressions/window_aggregation/CMakeLists.txt @@ -1,19 +1,20 @@ -// 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. +# 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. + QS_PROTOBUF_GENERATE_CPP(expressions_windowaggregation_WindowAggregateFunction_proto_srcs expressions_windowaggregation_WindowAggregateFunction_proto_hdrs WindowAggregateFunction.proto)
