Etiquette/rules for forking a package #1148
Replies: 1 comment 1 reply
-
License and attribution will do the trick – thank you so much for asking @eliot-akira! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I wanted to fork the package
@php-wasm/stream-compression
to customize for my own purposes. (I usedgit-subtree
to split it from the monorepo, and created a standalone repo for it that can sync changes from upstream.)Reading up on it, I understand it's necessary for the forked library to be licensed as GPL2 and above, and cannot be re-licensed to MIT. (The opposite direction MIT -> GPL2 is apparently acceptable, but that doesn't apply in this case.)
Aside from the license and attribution where the library originated, is there anything else I should be aware of, to do this respectfully and according to community etiquette?
Beta Was this translation helpful? Give feedback.
All reactions