Skip to content

Commit ec518fd

Browse files
author
michael
committed
changed $Revision to $Rev
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@728 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
1 parent a9d650f commit ec518fd

28 files changed

+28
-28
lines changed

drv_BWCT.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ int drv_BW_init(const char *section, const int quiet)
310310
int asc255bug;
311311
int ret;
312312

313-
info("%s: %s", Name, "$Revision: 1.6 $");
313+
info("%s: %s", Name, "$Rev$");
314314

315315
/* display preferences */
316316
XRES = 5; /* pixel width of one char */

drv_BeckmannEgle.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -625,7 +625,7 @@ int drv_BuE_init(const char *section, const int quiet)
625625
WIDGET_CLASS wc;
626626
int ret;
627627

628-
info("%s: %s", Name, "$Revision: 1.17 $");
628+
info("%s: %s", Name, "$Rev$");
629629

630630
/* start display */
631631
if ((ret = drv_BuE_start(section)) != 0) {

drv_Crystalfontz.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -955,7 +955,7 @@ int drv_CF_init(const char *section, const int quiet)
955955
WIDGET_CLASS wc;
956956
int ret;
957957

958-
info("%s: %s", Name, "$Revision: 1.47 $");
958+
info("%s: %s", Name, "$Rev$");
959959

960960
/* start display */
961961
if ((ret = drv_CF_start(section)) != 0) {

drv_Curses.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ int drv_Curs_init(const char *section, const int quiet)
287287
WIDGET_CLASS wc;
288288
int ret;
289289

290-
info("%s: %s", Name, "$Revision: 1.14 $");
290+
info("%s: %s", Name, "$Rev$");
291291

292292
/* display preferences */
293293
XRES = 1; /* pixel width of one char */

drv_Cwlinux.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ int drv_CW_init(const char *section, const int quiet)
316316
WIDGET_CLASS wc;
317317
int ret;
318318

319-
info("%s: %s", Name, "$Revision: 1.26 $");
319+
info("%s: %s", Name, "$Rev$");
320320

321321
/* display preferences */
322322
XRES = 6; /* pixel width of one char */

drv_G15.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,7 @@ int drv_G15_init(const char *section, const int quiet)
511511
{
512512
int ret;
513513

514-
info("%s: %s", Name, "$Revision: 1.10 $");
514+
info("%s: %s", Name, "$Rev$");
515515

516516
DEBUG("entered");
517517

drv_HD44780.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1245,7 +1245,7 @@ int drv_HD_init(const char *section, const int quiet)
12451245
int asc255bug;
12461246
int ret;
12471247

1248-
info("%s: %s", Name, "$Revision: 1.64 $");
1248+
info("%s: %s", Name, "$Rev$");
12491249

12501250
/* display preferences */
12511251
XRES = 5; /* pixel width of one char */

drv_Image.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ int drv_IMG_init(const char *section, const __attribute__ ((unused))
422422
{
423423
int ret;
424424

425-
info("%s: %s", Name, "$Revision: 1.19 $");
425+
info("%s: %s", Name, "$Rev$");
426426

427427
/* real worker functions */
428428
drv_generic_graphic_real_blit = drv_IMG_blit;

drv_LCD2USB.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -582,7 +582,7 @@ int drv_L2U_init(const char *section, const int quiet)
582582
int asc255bug;
583583
int ret;
584584

585-
info("%s: %s", Name, "$Revision: 1.11 $");
585+
info("%s: %s", Name, "$Rev$");
586586

587587
/* display preferences */
588588
XRES = 5; /* pixel width of one char */

drv_LCDLinux.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ int drv_LL_init(const char *section, const int quiet)
271271
int asc255bug;
272272
int ret;
273273

274-
info("%s: %s", Name, "$Revision: 1.14 $");
274+
info("%s: %s", Name, "$Rev$");
275275

276276
/* display preferences */
277277
XRES = 5; /* pixel width of one char */

drv_LCDTerm.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ int drv_LT_init(const char *section, const int quiet)
198198
int asc255bug;
199199
int ret;
200200

201-
info("%s: %s", Name, "$Revision: 1.5 $");
201+
info("%s: %s", Name, "$Rev$");
202202

203203
/* display preferences */
204204
XRES = 5; /* pixel width of one char */

drv_LPH7508.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@ int drv_L7_init(const char *section, const int quiet)
454454
{
455455
int ret;
456456

457-
info("%s: %s", Name, "$Revision: 1.10 $");
457+
info("%s: %s", Name, "$Rev$");
458458

459459
/* real worker functions */
460460
drv_generic_graphic_real_blit = drv_L7_blit;

drv_LUIse.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ int drv_LUIse_init(const char *section, const int quiet)
270270
{
271271
int ret;
272272

273-
info("%s: %s", Name, "$Revision: 1.6 $");
273+
info("%s: %s", Name, "$Rev$");
274274

275275
/* real worker functions */
276276
drv_generic_graphic_real_blit = drv_LUIse_blit;

drv_M50530.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -593,7 +593,7 @@ int drv_M5_init(const char *section, const int quiet)
593593
WIDGET_CLASS wc;
594594
int ret;
595595

596-
info("%s: %s", Name, "$Revision: 1.25 $");
596+
info("%s: %s", Name, "$Rev$");
597597

598598
/* display preferences */
599599
XRES = -1; /* pixel width of one char */

drv_MatrixOrbital.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@ int drv_MO_init(const char *section, const int quiet)
463463
WIDGET_CLASS wc;
464464
int ret;
465465

466-
info("%s: %s", Name, "$Revision: 1.42 $");
466+
info("%s: %s", Name, "$Rev$");
467467

468468
/* display preferences */
469469
XRES = 5; /* pixel width of one char */

drv_MilfordInstruments.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ int drv_MI_init(const char *section, const int quiet)
199199
WIDGET_CLASS wc;
200200
int ret;
201201

202-
info("%s: %s", Name, "$Revision: 1.15 $");
202+
info("%s: %s", Name, "$Rev$");
203203

204204
/* display preferences */
205205
XRES = 5; /* pixel width of one char */

drv_NULL.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ int drv_NULL_init(const char *section, const __attribute__ ((unused))
129129
WIDGET_CLASS wc;
130130
int ret;
131131

132-
info("%s: %s", Name, "$Revision: 1.10 $");
132+
info("%s: %s", Name, "$Rev$");
133133

134134
/* display preferences */
135135
XRES = 6; /* pixel width of one char */

drv_Noritake.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ int drv_Noritake_init(const char *section, const int quiet)
328328
WIDGET_CLASS wc;
329329
int ret;
330330

331-
info("%s: %s", Name, "$Revision: 1.8 $");
331+
info("%s: %s", Name, "$Rev$");
332332

333333
/* start display */
334334
if ((ret = drv_Noritake_start(section)) != 0)

drv_RouterBoard.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,7 @@ int drv_RB_init(const char *section, const int quiet)
550550
int asc255bug;
551551
int ret;
552552

553-
info("%s: %s", Name, "$Revision: 1.7 $");
553+
info("%s: %s", Name, "$Rev$");
554554

555555
/* display preferences */
556556
XRES = 5; /* pixel width of one char */

drv_Sample.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ int drv_Sample_init(const char *section, const int quiet)
420420
WIDGET_CLASS wc;
421421
int ret;
422422

423-
info("%s: %s", Name, "$Revision: 1.8 $");
423+
info("%s: %s", Name, "$Rev$");
424424

425425
/* display preferences */
426426
XRES = 5; /* pixel width of one char */

drv_SimpleLCD.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ int drv_SL_init(const char *section, const int quiet)
284284
WIDGET_CLASS wc;
285285
int ret;
286286

287-
info("%s: %s", Name, "$Revision: 1.7 $");
287+
info("%s: %s", Name, "$Rev$");
288288

289289
/* display preferences */
290290
XRES = 5; /* pixel width of one char */

drv_T6963.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,7 @@ int drv_T6_init(const char *section, const int quiet)
509509
{
510510
int ret;
511511

512-
info("%s: %s", Name, "$Revision: 1.23 $");
512+
info("%s: %s", Name, "$Rev$");
513513

514514
/* real worker functions */
515515
drv_generic_graphic_real_blit = drv_T6_blit;

drv_Trefon.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ int drv_TF_init(const char *section, const int quiet)
326326
int asc255bug;
327327
int ret;
328328

329-
info("%s: %s", Name, "$Revision: 1.7 $");
329+
info("%s: %s", Name, "$Rev$");
330330

331331
/* display preferences */
332332
XRES = 5; /* pixel width of one char */

drv_USBHUB.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ int drv_UH_init(const char *section, const int quiet)
268268
int ret;
269269
int i;
270270

271-
info("%s: %s", Name, "$Revision: 1.5 $");
271+
info("%s: %s", Name, "$Rev$");
272272

273273

274274

drv_USBLCD.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ int drv_UL_init(const char *section, const int quiet)
402402
int asc255bug;
403403
int ret;
404404

405-
info("%s: %s", Name, "$Revision: 1.25 $");
405+
info("%s: %s", Name, "$Rev$");
406406

407407
/* display preferences */
408408
XRES = 5; /* pixel width of one char */

drv_WincorNixdorf.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ int drv_WN_init(const char *section, const int quiet)
201201
int ascii;
202202
int ret;
203203

204-
info("%s: %s", Name, "$Revision: 1.2 $");
204+
info("%s: %s", Name, "$Rev$");
205205

206206
/* display preferences */
207207
XRES = 5; /* pixel width of one char */

drv_X11.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ int drv_X11_init(const char *section, const int quiet)
315315
{
316316
int ret;
317317

318-
info("%s: %s", Name, "$Revision: 1.17 $");
318+
info("%s: %s", Name, "$Rev$");
319319

320320
/* start display */
321321
if ((ret = drv_X11_start(section)) != 0)

drv_serdisplib.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ int drv_SD_init(const char *section, const int quiet)
284284
{
285285
int ret;
286286

287-
info("%s: %s", Name, "$Revision: 1.10 $");
287+
info("%s: %s", Name, "$Rev$");
288288

289289
/* real worker functions */
290290
drv_generic_graphic_real_blit = drv_SD_blit;

0 commit comments

Comments
 (0)