Interface License


public interface License
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    The GNU Affero General Public License, version 3.0 or later
    static final int
    The GNU Affero General Public License, version 3.0 only
    static final int
    The Apache License, version 2.0
    static final int
    The Artistic License, version 2.0
    static final int
    The BSD standard license
    static final int
    The 3-clause BSD licence
    static final int
    A license text is going to be specified by the
    developer
    static final int
    The GNU General Public License, version 2.0 or later
    static final int
    The GNU General Public License, version 2.0 only
    static final int
    The GNU General Public License, version 3.0 or later
    static final int
    The GNU General Public License, version 3.0 only
    static final int
    The GNU Lesser General Public License, version 2.1 or later
    static final int
    The GNU Lesser General Public License, version 2.1 only
    static final int
    The GNU Lesser General Public License, version 3.0 or later
    static final int
    The GNU Lesser General Public License, version 3.0 only
    static final int
    The MIT/X11 standard license
    static final int
    The Mozilla Public License, version 2.0
    static final int
    No license specified
  • Field Details

    • UNKNOWN

      static final int UNKNOWN
      No license specified
      See Also:
    • CUSTOM

      static final int CUSTOM
      A license text is going to be specified by the
      developer
      See Also:
    • GPL_2_0

      static final int GPL_2_0
      The GNU General Public License, version 2.0 or later
      See Also:
    • GPL_3_0

      static final int GPL_3_0
      The GNU General Public License, version 3.0 or later
      See Also:
    • LGPL_2_1

      static final int LGPL_2_1
      The GNU Lesser General Public License, version 2.1 or later
      See Also:
    • LGPL_3_0

      static final int LGPL_3_0
      The GNU Lesser General Public License, version 3.0 or later
      See Also:
    • BSD

      static final int BSD
      The BSD standard license
      See Also:
    • MIT_X11

      static final int MIT_X11
      The MIT/X11 standard license
      See Also:
    • ARTISTIC

      static final int ARTISTIC
      The Artistic License, version 2.0
      See Also:
    • GPL_2_0_ONLY

      static final int GPL_2_0_ONLY
      The GNU General Public License, version 2.0 only
      See Also:
    • GPL_3_0_ONLY

      static final int GPL_3_0_ONLY
      The GNU General Public License, version 3.0 only
      See Also:
    • LGPL_2_1_ONLY

      static final int LGPL_2_1_ONLY
      The GNU Lesser General Public License, version 2.1 only
      See Also:
    • LGPL_3_0_ONLY

      static final int LGPL_3_0_ONLY
      The GNU Lesser General Public License, version 3.0 only
      See Also:
    • AGPL_3_0

      static final int AGPL_3_0
      The GNU Affero General Public License, version 3.0 or later
      See Also:
    • AGPL_3_0_ONLY

      static final int AGPL_3_0_ONLY
      The GNU Affero General Public License, version 3.0 only
      See Also:
    • BSD_3

      static final int BSD_3
      The 3-clause BSD licence
      See Also:
    • APACHE_2_0

      static final int APACHE_2_0
      The Apache License, version 2.0
      See Also:
    • MPL_2_0

      static final int MPL_2_0
      The Mozilla Public License, version 2.0
      See Also: