Hawker
Well-Known Member
- Joined
- Jan 15, 2010
- Messages
- 2,509
- Reaction score
- 70
At the moment, a lot of projects are stalled and we are getting endless PMs from developers about re-use of code.
To encourage development of new projects and re-use of existing code that is out there, we are treating all CC/Plugins as being under the BSD licenses - Wikipedia, the free encyclopedia. What this means is that anyone can re-use code or a project provided the original developer is given full credit.
The new rules are here: http://www.thebuddyforum.com/honorb.../12433-rules-cc-plugin-development-rules.html
If you see your code re-used in another project, or even used as the foundation of another project, feel free to PM the developer and remind them that you own the copyright in your code and that the license it was released under requires you to get full credit. As an example of how its done, here is the old credit list from one of my Glider classes.
To encourage development of new projects and re-use of existing code that is out there, we are treating all CC/Plugins as being under the BSD licenses - Wikipedia, the free encyclopedia. What this means is that anyone can re-use code or a project provided the original developer is given full credit.
The new rules are here: http://www.thebuddyforum.com/honorb.../12433-rules-cc-plugin-development-rules.html
If you see your code re-used in another project, or even used as the foundation of another project, feel free to PM the developer and remind them that you own the copyright in your code and that the license it was released under requires you to get full credit. As an example of how its done, here is the old credit list from one of my Glider classes.
Code:
/****************************************************************************************
*
* Pontus wrote Parrior and PShaman. This class uses the PVP logic of Parrior and
* the mana management logic of PShaman.
*
* Birt wrote Baladin based on PShamanPather. This class uses the buff logic and some of
* the heal logic from Baladin.
*
* The config dialog and the #define logic for Ppather is based on the work of pontus and djragect.
*
* Please do post details of any bugs you find on this thread:
* http://vforums.mmoglider.com/showthread.php?t=152030
*
****************************************************************************************/