~mitya57/ubuntu/precise/nautilus/desktop-window-fixes

« back to all changes in this revision

Viewing changes to COPYING.EXTENSIONS

  • Committer: Bazaar Package Importer
  • Author(s): Josselin Mouette
  • Date: 2009-09-23 20:11:11 UTC
  • mto: (1.2.5 upstream) (2.4.1 sid)
  • mto: This revision was merged to the branch mainline in revision 138.
  • Revision ID: james.westby@ubuntu.com-20090923201111-r4e2b6x5biik0ldh
Tags: upstream-2.28.0
ImportĀ upstreamĀ versionĀ 2.28.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Nautilus extensions link against the libnautilus-extenstions library which is
 
2
is under the LGPL license. However, they also get loaded into the main
 
3
nautilus program which is licensed under the GPL. So, extensions should not
 
4
be incompatible with the LGPL or GPL.
 
5
 
 
6
Some extensions are GPL but use some IPC mechanism like dbus to talk to a
 
7
potentially non-GPL application. This is actually not such a bad design in
 
8
general if your extension is doing a lot of work, as running as a nautilus
 
9
extension with all its issues (no synchronous i/o, can't control of the
 
10
context your code runs in, etc) can be kind of a pain.