Schnittstelle License


public interface License
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    static final int
    Zero-Clause BSD license
    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
  • Felddetails

    • UNKNOWN

      static final int UNKNOWN
      No license specified
      Siehe auch:
    • CUSTOM

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

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

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

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

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

      static final int BSD
      The BSD standard license
      Siehe auch:
    • MIT_X11

      static final int MIT_X11
      The MIT/X11 standard license
      Siehe auch:
    • ARTISTIC

      static final int ARTISTIC
      The Artistic License, version 2.0
      Siehe auch:
    • GPL_2_0_ONLY

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

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

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

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

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

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

      static final int BSD_3
      The 3-clause BSD licence
      Siehe auch:
    • APACHE_2_0

      static final int APACHE_2_0
      The Apache License, version 2.0
      Siehe auch:
    • MPL_2_0

      static final int MPL_2_0
      The Mozilla Public License, version 2.0
      Siehe auch:
    • _0BSD

      static final int _0BSD
      Zero-Clause BSD license
      Siehe auch: