Skip to content

Commit e9c42eb

Browse files
committed
Reorganize OSMF section, fix badges
1 parent a4ca462 commit e9c42eb

File tree

1 file changed

+16
-14
lines changed

1 file changed

+16
-14
lines changed

readme.md

Lines changed: 16 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,11 @@
22
============
33

44
[![Version](https://img.shields.io/nuget/vpre/StructId.svg?color=royalblue)](https://www.nuget.org/packages/StructId)
5-
[![Downloads](https://img.shields.io/nuget/dt/StructId.svg?color=green)](https://www.nuget.org/packages/StructId)
6-
[![License](https://img.shields.io/github/license/devlooped/StructId.svg?color=blue)](https://github.com//devlooped/StructId/blob/main/license.txt)
5+
[![Downloads](https://img.shields.io/nuget/dt/StructId.svg?color=darkmagenta)](https://www.nuget.org/packages/StructId)
6+
[![EULA](https://img.shields.io/badge/EULA-OSMF-blue?labelColor=black&color=C9FF30)](https://github.com/devlooped/oss/blob/main/osmfeula.txt)
7+
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/devlooped/oss/blob/main/license.txt)
78
[![Build](https://github.com/devlooped/StructId/actions/workflows/build.yml/badge.svg?branch=main)](https://github.com/devlooped/StructId/actions)
89

9-
<!-- include https://github.com/devlooped/.github/raw/main/osmf.md -->
10-
## Open Source Maintenance Fee
11-
12-
To ensure the long-term sustainability of this project, users of this package who generate
13-
revenue must pay an [Open Source Maintenance Fee](https://opensourcemaintenancefee.org).
14-
While the source code is freely available under the terms of the [License](license.txt),
15-
this package and other aspects of the project require [adherence to the Maintenance Fee](osmfeula.txt).
16-
17-
To pay the Maintenance Fee, [become a Sponsor](https://github.com/sponsors/devlooped) at the proper
18-
OSMF tier. A single fee covers all of [Devlooped packages](https://www.nuget.org/profiles/Devlooped).
19-
20-
<!-- https://github.com/devlooped/.github/raw/main/osmf.md -->
2110
<!-- #content -->
2211
An opinionated strongly-typed ID library that uses `readonly record struct` in C# for
2312
maximum performance, minimal memory allocation typed identifiers.
@@ -376,6 +365,19 @@ The versioning scheme for packages is:
376365
- PR builds: *42.42.42-pr*`[NUMBER]`
377366
- Branch builds: *42.42.42-*`[BRANCH]`.`[COMMITS]`
378367

368+
<!-- include https://github.com/devlooped/.github/raw/main/osmf.md -->
369+
## Open Source Maintenance Fee
370+
371+
To ensure the long-term sustainability of this project, users of this package who generate
372+
revenue must pay an [Open Source Maintenance Fee](https://opensourcemaintenancefee.org).
373+
While the source code is freely available under the terms of the [License](license.txt),
374+
this package and other aspects of the project require [adherence to the Maintenance Fee](osmfeula.txt).
375+
376+
To pay the Maintenance Fee, [become a Sponsor](https://github.com/sponsors/devlooped) at the proper
377+
OSMF tier. A single fee covers all of [Devlooped packages](https://www.nuget.org/profiles/Devlooped).
378+
379+
<!-- https://github.com/devlooped/.github/raw/main/osmf.md -->
380+
379381
<!-- include https://github.com/devlooped/sponsors/raw/main/footer.md -->
380382
# Sponsors
381383

0 commit comments

Comments
 (0)