Skip to content

Commit d91d6e2

Browse files
authored
Add "Sponsor" buttons to repository (apache#3580)
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`).
1 parent 514537d commit d91d6e2

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

.github/FUNDING.yml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
#
2+
# Licensed to the Apache Software Foundation (ASF) under one or more
3+
# contributor license agreements. See the NOTICE file distributed with
4+
# this work for additional information regarding copyright ownership.
5+
# The ASF licenses this file to you under the Apache License, Version 2.0
6+
# (the "License"); you may not use this file except in compliance with
7+
# the License. You may obtain a copy of the License at
8+
#
9+
# http://www.apache.org/licenses/LICENSE-2.0
10+
#
11+
# Unless required by applicable law or agreed to in writing, software
12+
# distributed under the License is distributed on an "AS IS" BASIS,
13+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
# See the License for the specific language governing permissions and
15+
# limitations under the License.
16+
#
17+
##
18+
# This file controls the "Sponsor" button in this repo.
19+
# For details see:
20+
# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/displaying-a-sponsor-button-in-your-repository
21+
#
22+
# This list includes in the same order, committers of Log4j listed on:
23+
# https://logging.apache.org/support.html#sponsors
24+
github:
25+
- carterkozak
26+
- garydgregory
27+
- jvz
28+
- ppkarwasz
29+
- rgoers
30+
- vy

0 commit comments

Comments
 (0)