You are here: Big Brother Bot ForumCommunity DevelopersPlugin DevelopersB3 and the GNU General Public License
Pages: [1]   Go Down
  Print  
Author Topic: B3 and the GNU General Public License  (Read 1400 times) Bookmark and Share
B3 Contrib/Support
*
OS: --No B3 installed--
Type: --No B3 installed--
Posts: 1225
Offline Offline
Support Specialty: B3-Core, CoD/BFBC2 parsers, FTP-functionality, Plugin development
« on: November 08, 2009, 01:04:29 PM »

As anyone who has opened a B3 core file will know, B3 is licensed to you, the end user under the GNU General Public License, version 2 or later.

What does this mean?

Mainly, it means that you can modify, copy, distribute, even sell B3 (as a service, or even just what we're giving away for free). There are essentially no strings attached.

What does it mean for plugin developers?

Because B3 is written under the terms of the GNU GPL, any plugins that you choose to distribute are as such licensed under a mandatory GPL compatible license. This is because B3 shares function calls with plugins (_adminPlugin, OnEvent, OnLoadConfig, OnStartup) and the other way around (self.console.say, client.kick).

The FSF's interpretation is very precise about this.

Quote
If the program dynamically links plug-ins, and they make function calls to each other and share data structures, we believe they form a single program, which must be treated as an extension of both the main program and the plug-ins. This means the plug-ins must be released under the GPL or a GPL-compatible free software license, and that the terms of the GPL must be followed when those plug-ins are distributed.

What does this mean? It means that you cannot place restrictions on use for plugins, you must allow anyone to change, improve, distribute your code, whether you like it (most of the time) or not (very rarely), with the only restriction (this might be in GPL 3, but i'm not sure), being that they must write to the changelog, documenting their changes, should they distribute it, and you must be credited with the original code. Another condition is that you must provide source *.py files. I was once sent a plugin in bytecode compiled *.pyc. That's not allowed, according to B3's license.

It's essentially very improvement friendly.

If you decide to distribute a plugin, or any code hacks, who you gave it to is allowed to distribute it if they want, regardless of your conditions. I can't say 'no cracked servers', you can't force someone not to spread code around. Having said that, I have seen no potentially unwanted mirrors, other than the official ones Smiley (google big brother bot, and you'll see what I mean).

It's essentially a very nice license, promoting development. Of course, none of us would encourage 'stealing' someone else's work, it's much better asking them first, you don't annoy as many people that way, but it is allowed to use someone else's work in your own plugin, should you want to, as long as you credit them properly.

I hope that clears a few things up.
Logged


Tags:
Pages: [1]   Go Up
  Print  
 
Jump to:  


Rate this page +1 at Google Search


SimplePortal 2.3.1 © 2008-2009, SimplePortal