Commercial use of ImageJ and licencing.

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Commercial use of ImageJ and licencing.

Michael P Ellis
I have some licensing questions regarding ImageJ (both version1 and version 2) in respect of developing a commercial application.

What licences are in force for the use of ImageJ (both version 1 and 2)?


For the development of ImageJ plugins:
        1. Am I obliged to distribute source of my plugin?
        2. Am I permitted to charge for my plugins?

For the development of applications that use ImageJ as a library:
        3. Am I obliged to distribute source of the entire application?
        4. Am I permitted to charge for my own application?
        5. Can I bundle IJ.jar?

My intention is that we will have plugins and some applications that we can deliver complete with source as free to use applications, and also some commercial applications that we will need to charge for.


Many thanks -- Michael Ellis

--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html
Reply | Threaded
Open this post in threaded view
|

Re: Commercial use of ImageJ and licencing.

Volker Baecker
Hello,
ImageJ1 is in the public domain. ImageJ2 is distributed under a
simplified BSD license (see below).
So to answer your questions:

For the development of ImageJ plugins:

        1. Am I obliged to distribute source of my plugin?
        No.
        2. Am I permitted to charge for my plugins?
        Yes.

For the development of applications that use ImageJ as a library:
        3. Am I obliged to distribute source of the entire application?
        No. For ImageJ2, if you distribute in binary form see point 2. in the license. For ImageJ1 there are no legal requirements to mention it but I think it would be good display that it is used in your application somewhere.

        4. Am I permitted to charge for my own application?
        Yes.

        5. Can I bundle IJ.jar?
        Yes, the same conditions as in 3 apply.

All this is true for the base of ImageJ. Be careful if you use other libraries, plugins or macros that might have their own licenses.

Volker
 

> ImageJ software for multidimensional image processing and analysis.
> Copyright (C) 2009 - 2012 Board of Regents of the University of
> Wisconsin-Madison, Broad Institute of MIT and Harvard, and Max Planck
> Institute of Molecular Cell Biology and Genetics.
> Redistribution and use in source and binary forms, with or without
> modification, are permitted provided that the following conditions are
> met:
> 1. Redistributions of source code must retain the above copyright notice,
>    this list of conditions and the following disclaimer.
> 2. Redistributions in binary form must reproduce the above copyright
> notice,
>    this list of conditions and the following disclaimer in the
> documentation
>    and/or other materials provided with the distribution.
> THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
> "AS IS"
> AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
> IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
> ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE
> LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
> CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
> SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
> INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
> CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
> ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
> POSSIBILITY OF SUCH DAMAGE.
> The views and conclusions contained in the software and documentation are
> those of the authors and should not be interpreted as representing
> official
> policies, either expressed or implied, of any organization.
>

On 08/11/12 11:37, Michael Ellis wrote:

> I have some licensing questions regarding ImageJ (both version1 and version 2) in respect of developing a commercial application.
>
> What licences are in force for the use of ImageJ (both version 1 and 2)?
>
>
> For the development of ImageJ plugins:
> 1. Am I obliged to distribute source of my plugin?
> 2. Am I permitted to charge for my plugins?
>
> For the development of applications that use ImageJ as a library:
> 3. Am I obliged to distribute source of the entire application?
> 4. Am I permitted to charge for my own application?
> 5. Can I bundle IJ.jar?
>
> My intention is that we will have plugins and some applications that we can deliver complete with source as free to use applications, and also some commercial applications that we will need to charge for.
>
>
> Many thanks -- Michael Ellis
>
> --
> ImageJ mailing list: http://imagej.nih.gov/ij/list.html

--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html