From ea3ae57a0cabf2d95496bf6d59876db70bbf895e Mon Sep 17 00:00:00 2001 From: Guillaume Nodet Date: Fri, 21 Jan 2022 09:33:24 +0100 Subject: [PATCH] Add missing headers --- .asf.yaml | 16 ++++++++++++++++ .github/dependabot.yml | 16 ++++++++++++++++ 2 files changed, 32 insertions(+) diff --git a/.asf.yaml b/.asf.yaml index 118fe908..9403898c 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -1,3 +1,19 @@ +# +# Copyright 2021-2022 the original author or 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. +# + # see https://s.apache.org/asfyaml github: description: "Apache Maven Daemon" diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f8ee658e..806d0cef 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,3 +1,19 @@ +# +# Copyright 2022 the original author or 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. +# + version: 2 updates: - package-ecosystem: maven