From: sECuRE Date: Tue, 23 Oct 2007 18:11:01 +0000 (+0000) Subject: add license information X-Git-Tag: rgb2rv6~53 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=fcb886f261c87269b3256f98c3177edd3fdd0bbd;p=c128-kasse add license information git-svn-id: https://shell.noname-ev.de/svn/kasse/c128@56 af93e077-1a23-4f1e-9cbe-9382a9d578f5 --- diff --git a/LICENSE b/LICENSE new file mode 100644 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. diff --git a/src/c128time.c b/src/c128time.c index 7b9f4cb..d9d680b 100644 --- a/src/c128time.c +++ b/src/c128time.c @@ -1,3 +1,9 @@ +/* + * RGB2R-C128-Kassenprogramm + * (c) 2007 phil_fry, sECuRE, sur5r + * See LICENSE for license information + * + */ #include #include #include diff --git a/src/config.c b/src/config.c index 523e8e4..db80ce3 100644 --- a/src/config.c +++ b/src/config.c @@ -1,3 +1,9 @@ +/* + * RGB2R-C128-Kassenprogramm + * (c) 2007 phil_fry, sECuRE, sur5r + * See LICENSE for license information + * + */ #define _IS_CONFIG_C #include diff --git a/src/credit_manager.c b/src/credit_manager.c index a91adda..5986e93 100644 --- a/src/credit_manager.c +++ b/src/credit_manager.c @@ -1,3 +1,9 @@ +/* + * RGB2R-C128-Kassenprogramm + * (c) 2007 phil_fry, sECuRE, sur5r + * See LICENSE for license information + * + */ #include #include #include diff --git a/src/general.c b/src/general.c index 32d8952..82a04f6 100644 --- a/src/general.c +++ b/src/general.c @@ -1,3 +1,9 @@ +/* + * RGB2R-C128-Kassenprogramm + * (c) 2007 phil_fry, sECuRE, sur5r + * See LICENSE for license information + * + */ #include #include #include diff --git a/src/itemz.c b/src/itemz.c index 4046c21..e020fa5 100644 --- a/src/itemz.c +++ b/src/itemz.c @@ -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 * diff --git a/src/kasse.c b/src/kasse.c index 0645379..3cb30b5 100644 --- a/src/kasse.c +++ b/src/kasse.c @@ -1,6 +1,7 @@ -/* +/* * RGB2R-C128-Kassenprogramm * (c) 2007 phil_fry, sECuRE, sur5r + * See LICENSE for license information * */ #include