From a261f1486d906ef5fa17ded37157aaa8a1eefe40 Mon Sep 17 00:00:00 2001 From: Greg Felice Date: Thu, 6 Aug 2026 15:59:16 -0400 Subject: [PATCH] Add missing ASF license header to regress/sql/agehash.sql Flagged as a non-blocking observation during the 1.8.0 RC vote review. --- regress/sql/agehash.sql | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/regress/sql/agehash.sql b/regress/sql/agehash.sql index 4e6f827e8..837795aeb 100644 --- a/regress/sql/agehash.sql +++ b/regress/sql/agehash.sql @@ -1,3 +1,22 @@ +/* + * 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. + */ + /* * agehash internal selftest. *