JVerein-Handbuch
  • Einführung
  • Allgemein
    • Installation
    • Changelog
    • Erster Start
    • Beitragsmodelle
    • Familientarife
    • Aller Anfang
    • Abhängigkeiten
    • Anleitung Jameica Portable
    • Automatisches Backup
    • MySQL-Support
    • Datenbank öffnen
    • OpenOfficeDB
    • LibreOfficeDB
    • Multiuser
  • Programmfunktionen
    • Navigation
    • Mitglieder
    • Suchprofil
    • Wiedervorlage
    • Adressen
    • Kursteilnehmer
    • Abrechnung
      • Abrechnung
      • Abrechnungslauf
      • Pre-Notification
      • Rücklastschrift
      • SEPA-Bugs
    • Mitgliedskonto
    • Rechnungen
    • Mahnungen
    • Arbeitseinsatz
    • Zusatzbeträge
    • Zusatzbeträge importieren
    • Spendenbescheinigung
    • Auswertungen
      • Auswertung Mitglieder
      • Auswertung Kursteilnehmer
      • Jubiläen
      • Jubiläumsliste
      • Statistik
      • Statistik Jahrgänge
    • Mail
    • Buchführung
      • Konten
      • Anfangsbestand
      • Buchungen
      • Splittbuchungen
      • Buchungsübernahme
      • Buchungsimport
      • Kontoauszug
      • Projekte
      • Buchungsklasse
      • Jahressaldo
      • Jahresabschluss
    • Administration
      • Einstellungen
      • Beitragsgruppen
      • Buchführung
        • Buchungsklasse
        • Buchungsart
        • Kontenrahmen Import Export
        • QIF-Import
        • Projekte
      • Eigenschaften-Gruppen
      • Eigenschaften
      • Felddefinitionen
      • Formulare
      • Diagnosebackup
      • Import
      • Adresstypen
      • Lesefelder
      • Lehrgänge
    • Spende
  • Sonstiges
    • Buchführung Zusammenhänge
    • Buchführung Grundsätze
    • Dokumente
    • FAQ
    • Für Entwickler
    • Variable
    • Lizenzen
      • Apache License 2.0
      • Eclipse Public License 1.0
      • ez-card-Lizenz
      • Gnu Lesser General Public License
      • GPL V2
      • GPL V3
      • Java-Mail License
      • LGPL
      • Mozilla Public License
Powered by GitBook
On this page

Was this helpful?

  1. Sonstiges
  2. Lizenzen

Java-Mail License

JavaMail uses several licenses:

  • Most of the JavaMail source code is licensed under the CDDL license and the GPLv2 with Classpath Exception license; see the license information at the top of each source file.

  • The source code for the demo programs is licensed under the BSD license; again, the license is in each source file.

  • The binary jar files published to the Maven repository are licensed under the same CDDL and GPLv2+CE licenses as the corresponding source code; see the file

    META-INF/LICENSE.txt

    in each jar file.

  • The JavaMail API specification is licensed under the standard JCP Specification License.

You'll find the text of the CDDL and GPLv2+CE licenses in the workspace in the filemail/src/main/resources/META-INF/LICENSE.txt. The specification license is in the workspace atmail/src/main/java/doc-files/speclicense.html. Don't let the presence of these license files in the workspace confuse you into thinking that they apply to all files in the workspace.

You should always read the license file included with every download, and read the license text included in every source file.

PreviousGPL V3NextLGPL

Last updated 5 years ago

Was this helpful?