This is an automated email from the ASF dual-hosted git repository. pjfanning pushed a commit to branch pjfanning-patch-3 in repository https://gitbox.apache.org/repos/asf/pekko-connectors-kafka.git
commit ccd2167a2a387c9303d22a4433e40b04e5d78e9d Author: PJ Fanning <[email protected]> AuthorDate: Sun Jul 5 18:50:05 2026 +0100 Add license header in script Added license information and improved error handling. --- .github/scripts/resolve-scala-version.sh | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/.github/scripts/resolve-scala-version.sh b/.github/scripts/resolve-scala-version.sh index fec6379c..7b2ebeef 100644 --- a/.github/scripts/resolve-scala-version.sh +++ b/.github/scripts/resolve-scala-version.sh @@ -1,4 +1,22 @@ #!/usr/bin/env bash + +# 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. + set -euo pipefail scala_version="${1:?scala version is required}" --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
