Changeset 557
- Timestamp:
- 02/14/09 21:20:48 (3 years ago)
- Location:
- interpreter/trunk/apps
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
interpreter/trunk/apps/ikt.c
r555 r557 53 53 printf("This is %s, version %s (built on %s)\n", PACKAGE_NAME, 54 54 PACKAGE_VERSION, TARGET_ARCH); 55 printf("Copyright (C) 200 8Mooneer Salem. All rights reserved\n");55 printf("Copyright (C) 2009 Mooneer Salem. All rights reserved\n"); 56 56 } 57 57 … … 291 291 292 292 /* Wait for thread to stop, then free everything and quit. */ 293 printf("\n"); 293 294 kite_join_thread(vm, thd); 294 295 kite_free_vm(&vm); -
interpreter/trunk/apps/kdb.c
r506 r557 47 47 printf("This is %s, version %s (built on %s)\n", PACKAGE_NAME, 48 48 PACKAGE_VERSION, TARGET_ARCH); 49 printf("Copyright (C) 200 8Mooneer Salem. All rights reserved\n\n");49 printf("Copyright (C) 2009 Mooneer Salem. All rights reserved\n\n"); 50 50 51 51 /* BSD License text below copyright notice */ -
interpreter/trunk/apps/kite.c
r506 r557 44 44 printf("This is %s, version %s (built on %s)\n", PACKAGE_NAME, 45 45 PACKAGE_VERSION, TARGET_ARCH); 46 printf("Copyright (C) 200 8Mooneer Salem. All rights reserved\n\n");46 printf("Copyright (C) 2009 Mooneer Salem. All rights reserved\n\n"); 47 47 48 48 /* BSD License text below copyright notice */
Note: See TracChangeset
for help on using the changeset viewer.
