This is an automated email from the ASF dual-hosted git repository. pkarwasz pushed a commit to branch feature/sponsors-button in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
commit 801552a25efa38ff8fe174dbba13f224b0fbc77d Author: Piotr P. Karwasz <[email protected]> AuthorDate: Fri Mar 28 13:49:00 2025 +0100 Add "Sponsor" buttons to repository This adds sponsors buttons to this repository as [documented by GitHub](https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/displaying-a-sponsor-button-in-your-repository). The list is based on the [list of committers accepting GitHub Sponsorship](https://logging.apache.org/support.html#sponsorship-github) intersected with the [official list of active `Log4j` members](https://logging.apache.org/team-list.html) (hence the exclusion of Jan, who should probably figure as only committer accepting sponsorships in `logging-log4net`). --- .github/FUNDING.yml | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 0000000000..9650c8b9fa --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1,30 @@ +# +# 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. +# +## +# This file controls the "Sponsor" button in this repo. +# For details see: +# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/displaying-a-sponsor-button-in-your-repository +# +# This list includes in the same order, committers of Log4j listed on: +# https://logging.apache.org/support.html#sponsors +github: + - carterkozak + - garydgregory + - jvz + - ppkarwasz + - rgoers + - vy \ No newline at end of file
