Changeset 557


Ignore:
Timestamp:
02/14/09 21:20:48 (3 years ago)
Author:
mooneer
Message:

Formatting and date changes in ikt and other apps.

Location:
interpreter/trunk/apps
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • interpreter/trunk/apps/ikt.c

    r555 r557  
    5353    printf("This is %s, version %s (built on %s)\n", PACKAGE_NAME,  
    5454           PACKAGE_VERSION, TARGET_ARCH); 
    55     printf("Copyright (C) 2008 Mooneer Salem. All rights reserved\n"); 
     55    printf("Copyright (C) 2009 Mooneer Salem. All rights reserved\n"); 
    5656} 
    5757 
     
    291291 
    292292    /* Wait for thread to stop, then free everything and quit. */ 
     293    printf("\n"); 
    293294    kite_join_thread(vm, thd); 
    294295    kite_free_vm(&vm); 
  • interpreter/trunk/apps/kdb.c

    r506 r557  
    4747    printf("This is %s, version %s (built on %s)\n", PACKAGE_NAME,  
    4848           PACKAGE_VERSION, TARGET_ARCH); 
    49     printf("Copyright (C) 2008 Mooneer Salem. All rights reserved\n\n"); 
     49    printf("Copyright (C) 2009 Mooneer Salem. All rights reserved\n\n"); 
    5050 
    5151    /* BSD License text below copyright notice */ 
  • interpreter/trunk/apps/kite.c

    r506 r557  
    4444    printf("This is %s, version %s (built on %s)\n", PACKAGE_NAME,  
    4545           PACKAGE_VERSION, TARGET_ARCH); 
    46     printf("Copyright (C) 2008 Mooneer Salem. All rights reserved\n\n"); 
     46    printf("Copyright (C) 2009 Mooneer Salem. All rights reserved\n\n"); 
    4747 
    4848    /* BSD License text below copyright notice */ 
Note: See TracChangeset for help on using the changeset viewer.