Einzelnen Beitrag anzeigen

Benutzerbild von himitsu
himitsu

Registriert seit: 11. Okt 2003
Ort: Elbflorenz
43.136 Beiträge
 
Delphi 12 Athens
 
#2

AW: Code auf github , Verkauf von Software

  Alt 25. Sep 2021, 10:38
Hatte auch mal ewig rumgesucht und am Ende mich für eine Kobilizenz entschieden.

Erstmal müsst ihr schauen welche Lizenzen mit eurem Programm kompatibel sind.
z.B. eine Lizenz, welche die Offenlegung des Quellcodes vordert, auch Die des verwendenden Programmes (Eures), würde euch wohl nicht gefallen.

Ist eine Kombination aus Lizenzen, welche hoffentlich mit vielen anderen Lizenzen (von den Programmen, wo die Komponenze dann eingebaut wird) zusammen nutzbar sein sollten.

Hier hast dann sozusagen 3 Lizenzen, die sich gegenseitig vertragen,
und der Nutzer kann sich dann Eine davon aussuchen, welche zu seinem Programm passt.
(so weit ich dieses Lizenzmodel vertanden zu haben glaube)
Die Stellen mit den ***** mußt dann für dich anpassen.
Delphi-Quellcode:
  {$REGION 'license'}
  //
  // Mozilla Public License (MPL) v1.1
  // GNU General Public License (GPL) v3.0
  // GNU Lesser General Public License (LGPL) v3.0
  //
  //
  //
  // The contents of this file are subject to the Mozilla Public License
  // Version 1.1 (the "License"); you may not use this file except in
  // compliance with the License. You may obtain a copy of the License at
  // http://www.mozilla.org/MPL/
  //
  // Software distributed under the License is distributed on an "AS IS"
  // basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
  // License for the specific language governing rights and limitations
  // under the License.
  //
  // The Original Code is *********.
  //
  // The Initial Developer of the Original Code is "*********".
  // Portions created by Initial Developer are Copyright (C) ***2009***.
  // All Rights Reserved.
  //
  // Contributor(s): *********
  //
  // Alternatively, the contents of this file may be used under the terms
  // of the GNU General Public License Version 3.0 or later (the "GPL"), or the
  // GNU Lesser General Public License Version 3.0 or later (the "LGPL"),
  // in which case the provisions of GPL or the LGPL are applicable instead of
  // those above. If you wish to allow use of your version of this file only
  // under the terms of the GPL or the LGPL and not to allow others to use
  // your version of this file under the MPL, indicate your decision by
  // deleting the provisions above and replace them with the notice and
  // other provisions required by the GPL or the LGPL. If you do not delete
  // the provisions above, a recipient may use your version of this file
  // under either the MPL, the GPL or the LGPL.
  //
  //
  //
  // HTML: PlainText:
  // www.mozilla.org/MPL/MPL-1.1.html www.mozilla.org/MPL/MPL-1.1.txt
  // www.gnu.org/licenses/gpl-3.0.html www.gnu.org/licenses/gpl-3.0.txt
  // www.gnu.org/licenses/lgpl-3.0.html www.gnu.org/licenses/lgpl-3.0.txt
  //
  {$ENDREGION}
Achtung, auch wenn es von den Einzellizenzen neuere Versionen gibt.
Die passen in anderen Versionen nicht immer gut zusammen,
also aufpassen, falls jemand auf die Idee kommt die Versionen zu aktualisieren.

Ich bin kein Experte, kenn mich mit den Einzelheiten auch nicht so aus
und hatte diese "Lizenz" mal gefunden, so wie sie hier steht.



Ansonsten gab es schon mehrfach Threads hier, wo über Lizenzen (auch für sowas) ausgiebig gesprochen wurde.
Garbage Collector ... Delphianer erzeugen keinen Müll, also brauchen sie auch keinen Müllsucher.
my Delphi wish list : BugReports/FeatureRequests

Geändert von himitsu (25. Sep 2021 um 10:46 Uhr)
  Mit Zitat antworten Zitat