diff --git a/threads.c b/threads.c --- a/threads.c +++ b/threads.c @@ -1,6 +1,6 @@ /** - * $Id: threads.c,v 1.1.1.1 2008-04-28 17:32:53 mbroeker Exp $ - * $Source: /development/c/demos/threads.c,v $ + * test/demos/threads.c + * Copyright (C) 2008 Markus Broeker */ #include @@ -44,4 +44,3 @@ return EXIT_SUCCESS; } -