diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2012-05-23 11:46:23 +0100 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2012-05-23 11:46:23 +0100 |
commit | b8b5ed65c26dd19a0bc9f8282a50c6dff90c456a (patch) | |
tree | f7a8ea1e813f2ddb6b547a55d04dcd83cbe21872 /examples | |
parent | 144d7cd98811472a5541d2c53c487e670657051b (diff) | |
download | libguestfs-b8b5ed65c26dd19a0bc9f8282a50c6dff90c456a.tar.gz libguestfs-b8b5ed65c26dd19a0bc9f8282a50c6dff90c456a.tar.xz libguestfs-b8b5ed65c26dd19a0bc9f8282a50c6dff90c456a.zip |
FAQ: Add section about using libguestfs in closed source programs.
Diffstat (limited to 'examples')
-rw-r--r-- | examples/guestfs-faq.pod | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/examples/guestfs-faq.pod b/examples/guestfs-faq.pod index 7c68325f..9361cdd7 100644 --- a/examples/guestfs-faq.pod +++ b/examples/guestfs-faq.pod @@ -348,6 +348,15 @@ L<guestfs(3)/USING LIBGUESTFS WITH OTHER PROGRAMMING LANGUAGES>. =end html +=head2 Can I use libguestfs in my proprietary / closed source / commercial program? + +In general, yes. However this is not legal advice. You should read +the license that comes with libguestfs, and if you have specific +questions about your obligations when distributing libguestfs, contact +a lawyer. In the source tree the license is in the file +C<COPYING.LIB> (LGPLv2+ for the library and bindings) and C<COPYING> +(GPLv2+ for the standalone programs). + =head1 DEBUGGING LIBGUESTFS =head2 How do I debug when using any libguestfs program or tool |