From 29a622ce898080402de3d36958c7755453597b2b Mon Sep 17 00:00:00 2001 From: lucifer4j Date: Sun, 30 Jul 2023 18:18:54 +0530 Subject: [PATCH] add missing license header --- .github/workflows/maven.yml | 2 +- jitpack.yml | 16 ++++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index d6d6dcd..9cf24dc 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -1,5 +1,5 @@ # -# Copyright 2021 The original authors +# Copyright 2023 The original authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/jitpack.yml b/jitpack.yml index adb3fe1..ec1b0d0 100644 --- a/jitpack.yml +++ b/jitpack.yml @@ -1,2 +1,18 @@ +# +# Copyright 2023 The original authors +# +# Licensed 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. +# + jdk: - openjdk11