aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorDavid Walter Seikel2012-11-07 16:34:38 +1000
committerDavid Walter Seikel2012-11-07 16:34:38 +1000
commitb01d31b6318c9bb7270b3ecef73d11d5ff94d19d (patch)
treeea12033f6b3b95a8b5c9f8f6fe0aab82c238a7ec
parentComment out part of b7dcec410daa68b70597758930f015a7f631f388 "Fixed tons of '... (diff)
downloadmeta-impy-b01d31b6318c9bb7270b3ecef73d11d5ff94d19d.zip
meta-impy-b01d31b6318c9bb7270b3ecef73d11d5ff94d19d.tar.gz
meta-impy-b01d31b6318c9bb7270b3ecef73d11d5ff94d19d.tar.bz2
meta-impy-b01d31b6318c9bb7270b3ecef73d11d5ff94d19d.tar.xz
Added a licensing note about gpg.vs, as used to build OTR on Windows.
-rw-r--r--linden/indra/gpg.vs/NOTE.txt20
1 files changed, 20 insertions, 0 deletions
diff --git a/linden/indra/gpg.vs/NOTE.txt b/linden/indra/gpg.vs/NOTE.txt
new file mode 100644
index 0000000..1a38b86
--- /dev/null
+++ b/linden/indra/gpg.vs/NOTE.txt
@@ -0,0 +1,20 @@
1The licensing of gpg.vs has come to my attention. It's GPL v2, so is
2compatible with this viewer. However, for the purposes of adding OTR to
3V3 based viewers, where LGPL is needed, this might be a problem.
4
5The actual gpg.vs code does not state any sort of license, but it
6includes parts of other projects that state LGPL 2.1. Only on
7sourceforge does it state GPL 2.0. There's been no activity since 2009
8there, and the authors web site no longer exists. The relevant parts of
9gpg.vs are only Windows build tool wrappers, and thus it's not important
10to consider their license for the purposes of linking, only for the
11purposes of source distribution. Certainly the actual Windows build
12tools are not LGPL compatible. Still, it might be worth it to try to
13contact Francesco Picasso if GPL is a worry. My guess is that Francesco
14Picasso was simply not worried about the license.
15
16Personally I'd be inclined to just rewrite the build tool wrappers as
17cmake stuff just to make it more consistent with the rest. Plus, V3
18based viewers have their own LL invented method of dealing with the
19problem of building external libraries. V3 viewers might want to ditch
20gpg.vs and just use that new autobuild tool.