Browse code

Change license from CC0 to 0BSD, all contributors agreed

Hanno Böck authored on 20/08/2022 09:22:23
Showing 1 changed files
... ...
@@ -1,18 +1,11 @@
1 1
 This file belongs to the Webinterface of schokokeks.org Hosting.
2 2
 Please see https://source.schokokeks.org for the newest source files.
3 3
 
4
-Written 2008-2014 by schokokeks.org Hosting, namely
4
+Written by schokokeks.org Hosting, namely
5 5
   Bernd Wurst <bernd@schokokeks.org>
6 6
   Hanno Böck <hanno@schokokeks.org>
7 7
 
8
-To the extent possible under law, the author(s) have dedicated all 
9
-copyright and related and neighboring rights to this software to 
10
-the public domain worldwide. This software is distributed without 
11
-any warranty.
12
-
13
-You should have received a copy of the CC0 Public Domain Dedication 
14
-along with this software. If not, see 
15
-https://creativecommons.org/publicdomain/zero/1.0/
8
+This code is published under a 0BSD license.
16 9
 
17 10
 Nevertheless, in case you use a significant part of this code, we
18 11
 ask (but not require, see the license) that you keep the authors' 
Browse code

URLs von http nach https

Hanno Böck authored on 20/09/2016 15:12:53
Showing 1 changed files
... ...
@@ -1,5 +1,5 @@
1 1
 This file belongs to the Webinterface of schokokeks.org Hosting.
2
-Please see http://source.schokokeks.org for the newest source files.
2
+Please see https://source.schokokeks.org for the newest source files.
3 3
 
4 4
 Written 2008-2014 by schokokeks.org Hosting, namely
5 5
   Bernd Wurst <bernd@schokokeks.org>
... ...
@@ -12,7 +12,7 @@ any warranty.
12 12
 
13 13
 You should have received a copy of the CC0 Public Domain Dedication 
14 14
 along with this software. If not, see 
15
-http://creativecommons.org/publicdomain/zero/1.0/
15
+https://creativecommons.org/publicdomain/zero/1.0/
16 16
 
17 17
 Nevertheless, in case you use a significant part of this code, we
18 18
 ask (but not require, see the license) that you keep the authors' 
Browse code

Lizenzinfos in eigenes Modul ausgelagert und Copyright auf 2014 angepasst

Bernd Wurst authored on 08/02/2014 05:45:07
Showing 1 changed files
... ...
@@ -1,7 +1,7 @@
1 1
 This file belongs to the Webinterface of schokokeks.org Hosting.
2 2
 Please see http://source.schokokeks.org for the newest source files.
3 3
 
4
-Written 2008-2013 by schokokeks.org Hosting, namely
4
+Written 2008-2014 by schokokeks.org Hosting, namely
5 5
   Bernd Wurst <bernd@schokokeks.org>
6 6
   Hanno Böck <hanno@schokokeks.org>
7 7
 
Browse code

Updated copyright notice (2012 => 2013)

Bernd Wurst authored on 19/01/2013 10:49:50
Showing 1 changed files
... ...
@@ -1,7 +1,7 @@
1 1
 This file belongs to the Webinterface of schokokeks.org Hosting.
2 2
 Please see http://source.schokokeks.org for the newest source files.
3 3
 
4
-Written 2008-2012 by schokokeks.org Hosting, namely
4
+Written 2008-2013 by schokokeks.org Hosting, namely
5 5
   Bernd Wurst <bernd@schokokeks.org>
6 6
   Hanno Böck <hanno@schokokeks.org>
7 7
 
Browse code

Added license tags for CC0, README and COPYING

Bernd Wurst authored on 11/03/2012 15:40:04
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,45 @@
1
+This file belongs to the Webinterface of schokokeks.org Hosting.
2
+Please see http://source.schokokeks.org for the newest source files.
3
+
4
+Written 2008-2012 by schokokeks.org Hosting, namely
5
+  Bernd Wurst <bernd@schokokeks.org>
6
+  Hanno Böck <hanno@schokokeks.org>
7
+
8
+To the extent possible under law, the author(s) have dedicated all 
9
+copyright and related and neighboring rights to this software to 
10
+the public domain worldwide. This software is distributed without 
11
+any warranty.
12
+
13
+You should have received a copy of the CC0 Public Domain Dedication 
14
+along with this software. If not, see 
15
+http://creativecommons.org/publicdomain/zero/1.0/
16
+
17
+Nevertheless, in case you use a significant part of this code, we
18
+ask (but not require, see the license) that you keep the authors' 
19
+names in place and return your changes to the public. We would be 
20
+especially happy if you tell us what you're going to do with this 
21
+code.
22
+
23
+
24
+This software is in production use as customer self-service 
25
+webinterface operated on https://config.schokokeks.org/ for use
26
+by the customers of schokokeks.org Hosting. We are a small web 
27
+hosting company in Germany and operate our servers with free 
28
+software.
29
+
30
+We release the source code of this software to the public in 
31
+hope it will be useful for someone. Possibly it will be not 
32
+because the underlaying database is not well documented and 
33
+to have an effect, there is a need for a bunch of shell-/
34
+python-Scripts. For the moment, those scripts are not released
35
+because they may contain confidential information and we have 
36
+to triple-check this before we can do so.
37
+If you think you have a need for this software and you have 
38
+trouble fiddeling out the database scheme or want to have some 
39
+of our scripts as well, please contact us. 
40
+
41
+If you have improvements, bugreports or just comments on 
42
+our code, we would like to hear from you! 
43
+
44
+
45
+                    March 2012, Bernd Wurst <bernd@schokokeks.org>