1. I don't know anything about or making plugins. I'd like to learn and contribute. Sorry if this has been asked before.
     
  2. Wulf

    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.
     
  3. Thanks, Wulf.
     
  4. What license are the plugins licensed in?
    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?
     
  5. Wulf

    Wulf Community Admin

    Generally when a license is not attached to something, it is considered All Rights Reserved unless otherwise specified. You should be able to license them with whatever you'd like, unless it somehow conflicts with Oxide's license (unlikely as it's MIT.)
     
  6. Oh, alright.
    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.