]> git.sur5r.net Git - c128-kasse/commitdiff
add license information
authorsECuRE <sECuRE@af93e077-1a23-4f1e-9cbe-9382a9d578f5>
Tue, 23 Oct 2007 18:11:01 +0000 (18:11 +0000)
committersECuRE <sECuRE@af93e077-1a23-4f1e-9cbe-9382a9d578f5>
Tue, 23 Oct 2007 18:11:01 +0000 (18:11 +0000)
git-svn-id: https://shell.noname-ev.de/svn/kasse/c128@56 af93e077-1a23-4f1e-9cbe-9382a9d578f5

LICENSE [new file with mode: 0644]
src/c128time.c
src/config.c
src/credit_manager.c
src/general.c
src/itemz.c
src/kasse.c

diff --git a/LICENSE b/LICENSE
new file mode 100644 (file)
index 0000000..f55fecf
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,20 @@
+Copyright (c) 2007 Jakob 'sur5r' Haufe, Matthias 'phil_fry' Schütz, Michael 'sECuRE' Stapelberg
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without modification, are permitted provided that 
+the following conditions are met:
+
+* Redistributions of source code must retain the above copyright notice, this list of conditions and the 
+  following disclaimer.
+* Redistributions in binary form must reproduce the above copyright notice, this list of conditions 
+  and the following disclaimer in the documentation and/or other materials provided with the distribution.
+* Neither the name of Jakob Haufe, Matthias Schütz, Michael Stapelberg nor the names of its contributors 
+  may be used to endorse or promote products derived from this software without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, 
+INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 
+DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 
+SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR 
+SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, 
+WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE 
+USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
index 7b9f4cb5279b5ac12467be242a954ef03ef36996..d9d680b50f50250da68d695b27743572b55eca28 100644 (file)
@@ -1,3 +1,9 @@
+/* 
+ * RGB2R-C128-Kassenprogramm
+ * (c) 2007 phil_fry, sECuRE, sur5r
+ * See LICENSE for license information
+ *
+ */
 #include <peekpoke.h>
 #include <stdlib.h>
 #include <stdio.h>
index 523e8e445d8c2b266ab2bae5c2ab6524cbb9ed4e..db80ce38a36f92540227b92fde0ecf15f76d5013 100644 (file)
@@ -1,3 +1,9 @@
+/* 
+ * RGB2R-C128-Kassenprogramm
+ * (c) 2007 phil_fry, sECuRE, sur5r
+ * See LICENSE for license information
+ *
+ */
 #define _IS_CONFIG_C
 
 #include <stdlib.h>
index a91adda537c0dfac942ea5e400f65c56208df6da..5986e935dfc704572caf141cb1dccaed6ac6cbf9 100644 (file)
@@ -1,3 +1,9 @@
+/* 
+ * RGB2R-C128-Kassenprogramm
+ * (c) 2007 phil_fry, sECuRE, sur5r
+ * See LICENSE for license information
+ *
+ */
 #include <conio.h>
 #include <stdio.h>
 #include <stdlib.h>
index 32d8952a89d92ef9d9f224a6e9bb66fd5e44e8bf..82a04f67dfced1b48f8ffcb0932c4f6c456bb683 100644 (file)
@@ -1,3 +1,9 @@
+/* 
+ * RGB2R-C128-Kassenprogramm
+ * (c) 2007 phil_fry, sECuRE, sur5r
+ * See LICENSE for license information
+ *
+ */
 #include <stdlib.h>
 #include <stdio.h>
 #include <string.h>
index 4046c21a819516d4f976fdf31024a774c719b553..e020fa5957aa171c0a2e843829d3e6a3d662d7c4 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * RGB2R-C128-Kassenprogramm
  * (c) 2007 phil_fry, sECuRE, sur5r
+ * See LICENSE for license information
  *
  * itemz.c: Verwaltet die ITEMS- und CREDITS-datei
  *
index 06453790ce0ecc0d59ae23509c43e39099d05d34..3cb30b50eb48a4a311fcf153a281075bbd9dd5ba 100644 (file)
@@ -1,6 +1,7 @@
-/*
+/* 
  * RGB2R-C128-Kassenprogramm
  * (c) 2007 phil_fry, sECuRE, sur5r
+ * See LICENSE for license information
  *
  */
 #include <stdio.h>