Set boundaries for your project. Tell the world.
0

Configure Feed

Select the types of activity you want to include in your feed.

Makefile 56.7%
HTML 43.3%
Other 0.1%
38 1 0

Clone this repository

https://tangled.org/thehale.dev/PSAs https://tangled.org/did:plc:5z6os3vzychk7i23erpst7xp
git@tangled.org:thehale.dev/PSAs git@tangled.org:did:plc:5z6os3vzychk7i23erpst7xp

For self-hosted knots, clone URLs may differ based on your setup.



README.md

📢 Public Service Announcements#

Set boundaries for your project. Tell the world.

Joseph Hale's software engineering blog

Quickstart#

Just add badges to your README for whichever PSA applies to your project.

For example...

Purely Personal

[![Purely Personal](https://psas.dev/purely-personal/badge.svg)](https://psas.dev/purely-personal)

No Maintenance
Intended

[![No Maintenance Intended](https://psas.dev/no-maintenance-intended/badge.svg)](https://psas.dev/no-maintenance-intended)

See the full list of available announcements at https://psas.dev.

Contributing#

Have an idea for a new public service announcement? We'd love to see it!

Head over to CONTRIBUTING.md to learn more.

License#

Copyright (c) 2024-2025 Joseph Hale. All Rights Reserved.

Provided under the terms of the Mozilla Public License, version 2.0

What does the MPL-2.0 license allow/require?

TL;DR#

You can use files from this project in both open source and proprietary applications, provided you include the above attribution. However, if you modify any code in this project, or copy blocks of it into your own code, you must publicly share the resulting files (note, not your whole program) under the MPL-2.0. The best way to do this is via a Pull Request back into this project.

If you have any other questions, you may also find Mozilla's official FAQ for the MPL-2.0 license insightful.

If you dislike this license, you can contact me about negotiating a paid contract with different terms.

Disclaimer: This TL;DR is just a summary. All legal questions regarding usage of this project must be handled according to the official terms specified in the LICENSE file.

Why the MPL-2.0 license?#

I believe that an open-source software license should ensure that code can be used everywhere.

Strict copyleft licenses, like the GPL family of licenses, fail to fulfill that vision because they only permit code to be used in other GPL-licensed projects. Permissive licenses, like the MIT and Apache licenses, allow code to be used everywhere but fail to prevent proprietary or GPL-licensed projects from limiting access to any improvements they make.

In contrast, the MPL-2.0 license allows code to be used in any software project, while ensuring that any improvements remain available for everyone.