I don't know anything about or making plugins. I'd like to learn and contribute. Sorry if this has been asked before.
Solved Are plugins opensource or are they locked?
Discussion in 'Rust Development' started by ozimoto, Feb 23, 2016.
-
Wulf Community Admin
All plugins have the source viewable, but that doesn't mean they are free to copy/paste, as authors generally still hold the copyright to their own code used in each plugin and would be considered All Rights Reserved unless otherwise specified.
-
-
I always assumed that it's public domain (didn't exactly look for anything, though).
If I don't want my plugins to be licensed by whatever license is the default, is adding a license header to the plugin enough? -
Wulf Community Admin
-
You're right, for most countries the default is All Rights Reserved, but as far as I know in some countries the default is public domain as well.
Sounds like I'll have to attach some MIT licenses to my plugins now.