From a1dc471fac659fd6c939e1a36b93717f9e1d2caa Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Sun, 1 Nov 2009 21:15:27 +0100 Subject: [PATCH] Update copyright notice, convert files to utf8, add git version to itemz --- src/c128time.c | 2 +- src/config.c | 2 +- src/credit_manager.c | 2 +- src/general.c | 4 ++-- src/itemz.c | 4 ++-- src/kasse.c | 6 +++--- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/c128time.c b/src/c128time.c index 5192350..40a86a4 100644 --- a/src/c128time.c +++ b/src/c128time.c @@ -1,6 +1,6 @@ /* * RGB2R-C128-Kassenprogramm - * (c) 2007-2008 phil_fry, sECuRE, sur5r + * © 2007-2009 phil_fry, sECuRE, sur5r * See LICENSE for license information * */ diff --git a/src/config.c b/src/config.c index 4c2e1e6..d94334a 100644 --- a/src/config.c +++ b/src/config.c @@ -1,6 +1,6 @@ /* * RGB2R-C128-Kassenprogramm - * (c) 2007-2009 phil_fry, sECuRE, sur5r + * © 2007-2009 phil_fry, sECuRE, sur5r * See LICENSE for license information * */ diff --git a/src/credit_manager.c b/src/credit_manager.c index d4caea7..b26b6d1 100644 --- a/src/credit_manager.c +++ b/src/credit_manager.c @@ -1,6 +1,6 @@ /* * RGB2R-C128-Kassenprogramm - * (c) 2007-2008 phil_fry, sECuRE, sur5r + * © 2007-2009 phil_fry, sECuRE, sur5r * See LICENSE for license information * */ diff --git a/src/general.c b/src/general.c index aeb1f16..e1fb173 100644 --- a/src/general.c +++ b/src/general.c @@ -1,6 +1,6 @@ /* * RGB2R-C128-Kassenprogramm - * (c) 2007-2008 phil_fry, sECuRE, sur5r + * © 2007-2009 phil_fry, sECuRE, sur5r * See LICENSE for license information * */ @@ -12,7 +12,7 @@ #include "general.h" /* - * Liest (maximal 31) Zeichen ein, bis Enter gedrückt wird. + * Liest (maximal 31) Zeichen ein, bis Enter gedrückt wird. * Vorsicht: Es wird ein statischer Buffer benutzt, sodass man * das Ergebnis via strdup() retten muss, bevor man get_input() * erneut aufruft diff --git a/src/itemz.c b/src/itemz.c index 408c3b4..274570f 100644 --- a/src/itemz.c +++ b/src/itemz.c @@ -1,6 +1,6 @@ /* * RGB2R-C128-Kassenprogramm - * (c) 2007-2008 phil_fry, sECuRE, sur5r + * © 2007-2009 phil_fry, sECuRE, sur5r * See LICENSE for license information * * itemz.c: Verwaltet die ITEMS- und CREDITS-datei @@ -21,7 +21,7 @@ static void itemz_print_screen() { char buffer[10]; clrscr(); - cprintf("itemz (phil_fry, sECuRE, sur5r)\r\n\r\n"); + cprintf("itemz (phil_fry, sECuRE, sur5r) v:" GV "\r\n\r\n"); cprintf("Datei: ITEMS\r\n\r\n"); for (i = 0; i < status.num_items; i++) { if (format_euro(buffer, 10, status.status[i].price) != buffer) { diff --git a/src/kasse.c b/src/kasse.c index 1f14cde..78f5ae7 100644 --- a/src/kasse.c +++ b/src/kasse.c @@ -1,6 +1,6 @@ /* * RGB2R-C128-Kassenprogramm - * (c) 2007-2008 phil_fry, sECuRE, sur5r + * © 2007-2009 phil_fry, sECuRE, sur5r * See LICENSE for license information * */ @@ -53,9 +53,9 @@ static void print_log(char *name, int item_price, int einheiten, char *nickname, char *time = get_time(); char price[10]; /* Format: - Transaction-ID (Anzahl verkaufter Einträge, inklusive des zu druckenden!) -- 6-stellig + Transaction-ID (Anzahl verkaufter Einträge, inklusive des zu druckenden!) -- 6-stellig Uhrzeit -- 8-stellig - Eintragname (= Getränk) -- 9-stellig + Eintragname (= Getränk) -- 9-stellig Preis (in Cents) -- 7-stellig Anzahl -- 2-stellig Nickname (falls es vom Guthaben abgezogen wird) -- 10-stellig -- 2.39.5