From 06e6cf72dea9d2094a08e412888df158488e4350 Mon Sep 17 00:00:00 2001 From: Bruno Salzano Date: Tue, 29 Jul 2025 21:23:02 +0200 Subject: [PATCH] added files to .licenserc.yaml --- .asf.yaml | 17 +++++++++++++++++ .github/workflows/check.yaml | 2 +- .licenserc.yaml | 3 ++- 3 files changed, 20 insertions(+), 2 deletions(-) diff --git a/.asf.yaml b/.asf.yaml index a2ccb37..978ffda 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -1,3 +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. +# github: description: "OpenServerless Admin API" homepage: https://github.com/apache/openserverless-admin-api diff --git a/.github/workflows/check.yaml b/.github/workflows/check.yaml index 1cfd6f2..945097e 100644 --- a/.github/workflows/check.yaml +++ b/.github/workflows/check.yaml @@ -25,7 +25,7 @@ on: jobs: check: - name: Check OpenServerless Operator + name: Check OpenServerless Admin Api runs-on: ubuntu-22.04 steps: - name: Checkout diff --git a/.licenserc.yaml b/.licenserc.yaml index 4caaedf..7e98429 100644 --- a/.licenserc.yaml +++ b/.licenserc.yaml @@ -31,4 +31,5 @@ header: - '**/*.json' - '**/*.service' - '**/*.txt' - - 'uv.lock' \ No newline at end of file + - 'uv.lock' + - '.env.example' \ No newline at end of file