Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2070 → Rev 2071

/trunk/uspace/init/version.c
1,5 → 1,5
/*
* Copyright (C) 2006 Jakub Jermar
* Copyright (c) 2006 Jakub Jermar
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
54,7 → 54,7
/** Print version information. */
void version_print(void)
{
printf("HelenOS init\nRelease %s%s%s\nCopyright (C) 2006 HelenOS project\n", release, revision, timestamp);
printf("HelenOS init\nRelease %s%s%s\nCopyright (c) 2006 HelenOS project\n", release, revision, timestamp);
}
 
/** @}