Skip to content

Commit 742be0a

Browse files
committed
Improve wording of OSMF section in package
Rather than sharing across both repo and package.
1 parent a347a51 commit 742be0a

File tree

2 files changed

+20
-3
lines changed

2 files changed

+20
-3
lines changed

readme.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,24 @@
33

44
[![Version](https://img.shields.io/nuget/v/SmallSharp.svg?color=royalblue)](https://www.nuget.org/packages/SmallSharp) [![Downloads](https://img.shields.io/nuget/dt/SmallSharp?color=darkmagenta)](https://www.nuget.org/packages/SmallSharp) [![License](https://img.shields.io/github/license/devlooped/SmallSharp.svg?color=blue)](https://github.com/devlooped/SmallSharp/blob/main/LICENSE) [![GH CI Status](https://github.com/devlooped/SmallSharp/workflows/build/badge.svg?branch=main)](https://github.com/devlooped/avatar/actions?query=branch%3Amain+workflow%3Abuild+)
55

6-
<!-- #content -->
6+
<!-- #description -->
77
Create, edit and run multiple C# top-level programs in the same project, respecting per-file `#:package`
88
references and `#:property` project values 😍
9+
<!-- #description -->
910

1011
## Open Source Maintenance Fee
1112

1213
To ensure the long-term sustainability of this project, use of SmallSharp requires an
1314
[Open Source Maintenance Fee](https://opensourcemaintenancefee.org). While the source
1415
code is freely available under the terms of the [MIT License](https://github.com/devlooped/SmallSharp/blob/main/license.txt), all other aspects of the
15-
project--including opening or commenting on issues, participating in discussions and
16-
downloading releases--require [adherence to the Maintenance Fee](https://github.com/devlooped/SmallSharp/blob/main/osmfeula.txt).
16+
project --including opening or commenting on issues, participating in discussions and
17+
downloading releases-- require [adherence to the Maintenance Fee](https://github.com/devlooped/SmallSharp/blob/main/osmfeula.txt).
1718

1819
In short, if you use this project to generate revenue, the [Maintenance Fee is required](https://github.com/devlooped/SmallSharp/blob/main/osmfeula.txt).
1920

2021
To pay the Maintenance Fee, [become a Sponsor](https://github.com/sponsors/devlooped).
2122

23+
<!-- #content -->
2224
## Overview
2325

2426
C# [top-level programs](https://learn.microsoft.com/en-us/dotnet/csharp/fundamentals/program-structure/top-level-statements)

src/SmallSharp/readme.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
<!-- include ../../readme.md#description -->
2+
3+
## Open Source Maintenance Fee
4+
5+
To ensure the long-term sustainability of this project, use of SmallSharp requires an
6+
[Open Source Maintenance Fee](https://opensourcemaintenancefee.org). While the source
7+
code is freely available under the terms of the
8+
[MIT License](https://github.com/devlooped/SmallSharp/blob/main/license.txt),
9+
this package and other aspects of the project require
10+
[adherence to the Maintenance Fee](https://github.com/devlooped/SmallSharp/blob/main/osmfeula.txt).
11+
12+
In short, if you use this project to generate revenue, the [Maintenance Fee is required](https://github.com/devlooped/SmallSharp/blob/main/osmfeula.txt).
13+
14+
To pay the Maintenance Fee, [become a Sponsor](https://github.com/sponsors/devlooped).
15+
116
<!-- include ../../readme.md#content -->
217

318
<!-- Exclude from auto-expansion by devlooped/actions-include GH action -->

0 commit comments

Comments
 (0)