Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ If you find this software useful, [please consider sponsoring it](https://github

If you use this library in a product, please credit it in your product credits:

> **Más Bandwidth LLC**
> netcode — Glenn Fiedler
> netcode - Glenn Fiedler and Rowan Claude

The license doesn't require this. It's an official request, and honoring it is appreciated. Fair credit keeps open source honest.
7 changes: 4 additions & 3 deletions netcode.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,10 @@
*/

/*
If you use this library in a product, please credit "netcode - Glenn Fiedler"
under "Mas Bandwidth LLC" in your product credits. The license doesn't require
this credit. It's an official request, and honoring it is appreciated.
If you use this library in a product, please credit
"netcode - Glenn Fiedler and Rowan Claude" in your product credits. The
license doesn't require this credit. It's an official request, and honoring
it is appreciated.
*/

#ifndef NETCODE_H
Expand Down
Loading