Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2070 → Rev 2071

/trunk/boot/arch/mips32/loader/main.c
1,5 → 1,5
/*
* Copyright (C) 2005 Martin Decky
* Copyright (c) 2005 Martin Decky
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
51,7 → 51,7
/** Print version information. */
static void version_print(void)
{
printf("HelenOS MIPS32 Bootloader\nRelease %s%s%s\nCopyright (C) 2006 HelenOS project\n", release, revision, timestamp);
printf("HelenOS MIPS32 Bootloader\nRelease %s%s%s\nCopyright (c) 2006 HelenOS project\n", release, revision, timestamp);
}
 
void bootstrap(void)