1 tesla Nov 17, 2006 23:40
3 edb Nov 18, 2006 01:20
* This version isn't copyrighted by EdB {@link http://wonderwinds.com/}
I guess that should say the official stuff eh? Like spell out it's GNU for those into seeing that I don't claim any ownership of any hackage I do. I wonder something. Is it technically legal for b2evolution to say "If you provide a skin or plugin for b2evolution that does not state a specific license or copyright then it is automagically assumed to carry the same licensing as b2evolution"?
Not that anyone likes my plugin :'(
4 blueyed Nov 18, 2006 01:26
You could probably just say that it's "public domain" for example. Even the example "no copyright" would allow to use it everywhere.
5 balupton Nov 18, 2006 02:57
When i was reading the b2evo license i am sure it mentioned that anything we add into b2evo also is protected by the same license... That's one and the main reason i haven't bothered looking into licensing for my b2evo addons...
6 personman May 25, 2007 21:25
I'm guilty of this, sorry. I just added this line to the YouTube plugin:
@license http://b2evolution.net/about/license.html GNU General Public License (GPL)
And I'll add it to my others, too. Is that all I need to do to make this free to use?
I haven't done a new release yet.
7 balupton May 25, 2007 21:31
Here is the header from one of my plugins
/**
* This file implements the Sticky Announcements Plugin for b2evolution
*
* Sticky Announcements Plugin
*
* b2evolution - {@link http://b2evolution.net/}
* Released under GNU GPL License - {@link http://b2evolution.net/about/license.html}
* Released on 19/12/2006 @ 02:05 GMT+08:00
* Version 1.2.0.0-beta
* @copyright (c)2006 by Benjamin "balupton" Lupton - {@link http://balupton.com/}
*
* @package plugins
* @ignore
*/
I think you just need the @copyright line, the released under line and that @license line you did
Seconded.
A line like the following should be in the first docblock:
[code]
@license http://b2evolution.net/about/license.html GNU General Public License (GPL)
[/quote]
or
[code]
@license http://www.opensource.org/licenses/gpl-license.php GNU General Public License (GPL)
[/quote]
I believe most plugin authors just have forgotten it, because they don't care really/enough (becuase it's considered "boring").
I'll check the ones in the evocms-plugins repository (at SourceForge.net) and add notes or fix them, as most are done by me there still.