سؤال

Gnuplot seems to be one of the rare applications with the level of perfection in rendering graphics (will be glad to know if any competitor exists to this level).

My question is related to the license restrictions of this dependency if I want to use it in my computational applications.

I am not well-versed with license terms and conditions, kindly treat this as a beginner question. I believe softwareengineering.SE is the ideal place to start understanding.

Also, I am not interested in changing the source of gnuplot. I want to distribute the binary along with my software either in commercial or in open-source form.

My main questions are:

  1. The clauses 1--4 talk about patches of the source in case there are any changes. But the way the binaries are to be distributed is unclear. Can I just ship some latest build along with my software without any worry? Should I copy gnuplot's license statements to my license? (exact copy?)

  2. Will the use of gnuplot restrict the choice of licenses that I can use for my software?

The licensing of my software has not been decided yet (could be open source or commercial), but want to know all the restrictions that may come up due to this dependency on gnuplot.

Below is the latest copy of the license of gnuplot

/*
 * Copyright 1986 - 1993, 1998, 2004   Thomas Williams, Colin Kelley
 *
 * Permission to use, copy, and distribute this software and its
 * documentation for any purpose with or without fee is hereby granted,
 * provided that the above copyright notice appear in all copies and
 * that both that copyright notice and this permission notice appear
 * in supporting documentation.
 *
 * Permission to modify the software is granted, but not the right to
 * distribute the complete modified source code.  Modifications are to
 * be distributed as patches to the released version.  Permission to
 * distribute binaries produced by compiling modified sources is granted,
 * provided you
 *   1. distribute the corresponding source modifications from the
 *    released version in the form of a patch file along with the binaries,
 *   2. add special version identification to distinguish your version
 *    in addition to the base release version number,
 *   3. provide your name and address as the primary contact for the
 *    support of your modified version, and
 *   4. retain our contact information in regard to use of the base
 *    software.
 * Permission to distribute the released version of the source code along
 * with corresponding source modifications in the form of a patch file is
 * granted with same provisions 2 through 4 for binary distributions.
 *
 * This software is provided "as is" without express or implied warranty
 * to the extent permitted by applicable law.
 */
هل كانت مفيدة؟

المحلول

The key is that the gnuplot software is not part of your software.

I want to distribute the binary along with my software

Yes, exactly. You will be distributing your own commercial software, and alongside it you will distribute a binary of the gnuplot software. You haven't modified it, so all is well. Anyone wishing to see how the gnuplot in your product works is free to inspect the unmodified gnuplot sources. Just be sure to let your customers know which specific version of gnuplot your binary build process used.

Gnuplot is excellent but it has worthy competitors, including matplotlib.

EDIT: The license offers two cases, the more complex one involving modified gnuplot code, and the simpler one being the path you are following. In the simpler case, the license stipulates "that the above copyright notice appear in all copies and that both that copyright notice and this permission notice appear in supporting documentation," so be sure to include such notices. The FSF offers some standard advice on how to incorporate such notices.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى softwareengineering.stackexchange
scroll top