Leser: 3
![]() |
|< 1 2 >| | ![]() |
16 Einträge, 2 Seiten |
Quote>9. Bei einem Verstoß gegen die Lizenz kann diese dem Betreiber jederzeit durch Erik Bertram entzogen und so die Nutzung der Software untersagt werden.
das ist doch ziemlich klar, wenn nur mit dieser lizenz die nutzung erlaubt ist
>10. Diese Lizenz ist unbegrenzt lang nutzbar und auch für neuere Versionen gültig.
willst du das wirklich? damit nimmst du dir die möglichkeit, die lizenz in zukunft anzupassen.
Quotedas ist problematisch, irgendwie. um die lizenz anzuerkennen, muss man die lizenz anerkennen (sonst gilt punkt 12 ja nicht) und die software nutzen. erkennt man die lizenz nicht an und nutzt die software, muss man die lizenz nicht anerkennen (denn punkt 12 gilt ja nur, wenn ich die lizenz bereits anerkannt habe). das gibt hirnknoten, nimm das mal raus
Quoteallerdings ist dann sein "kein verkauf o.ä. gestattet"-thema nicht mehr drin
Quotenimm GPL
es hat den vorteil das jeder weiss was du meinst
es schützt dich als autor : autor muss immer genannt werden
änderungen MÜSSEN nachvollziehbar bleiben (das wolltest du doch)
ABER: du erlaubst aber damit veränderungen
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
/*----------------------------------------------------------------------------\
| Cross Browser Tree Widget 1.17 |
|-----------------------------------------------------------------------------|
| Created by Emil A Eklund |
| (http://webfx.eae.net/contact.html#emil) |
| For WebFX (http://webfx.eae.net/) |
|-----------------------------------------------------------------------------|
| An object based tree widget, emulating the one found in microsoft windows, |
| with persistence using cookies. Works in IE 5+, Mozilla and konqueror 3. |
|-----------------------------------------------------------------------------|
| Copyright (c) 1999 - 2002 Emil A Eklund |
|-----------------------------------------------------------------------------|
| This software is provided "as is", without warranty of any kind, express or |
| implied, including but not limited to the warranties of merchantability, |
| fitness for a particular purpose and noninfringement. In no event shall the |
| authors or copyright holders be liable for any claim, damages or other |
| liability, whether in an action of contract, tort or otherwise, arising |
| from, out of or in connection with the software or the use or other |
| dealings in the software. |
| - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - |
| This software is available under the three different licenses mentioned |
| below. To use this software you must chose, and qualify, for one of those. |
| - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - |
| The WebFX Non-Commercial License http://webfx.eae.net/license.html |
| Permits anyone the right to use the software in a non-commercial context |
| free of charge. |
| - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - |
| The WebFX Commercial license http://webfx.eae.net/commercial.html |
| Permits the license holder the right to use the software in a commercial |
| context. Such license must be specifically obtained, however it's valid for |
| any number of implementations of the licensed software. |
| - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - |
| GPL - The GNU General Public License http://www.gnu.org/licenses/gpl.txt |
| Permits anyone the right to use and modify the software without limitations |
| as long as proper credits are given and the original and modified source |
| code are included. Requires that the final product, software derivate from |
| the original source or any software utilizing a GPL component, such as |
| this, is also licensed under the GPL license. |
![]() |
|< 1 2 >| | ![]() |
16 Einträge, 2 Seiten |