Index: uspace/libc/Makefile
===================================================================
--- uspace/libc/Makefile	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/Makefile	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 #
-# Copyright (C) 2005 Martin Decky
+# Copyright (c) 2005 Martin Decky
 # All rights reserved.
 #
Index: uspace/libc/arch/amd64/Makefile.inc
===================================================================
--- uspace/libc/arch/amd64/Makefile.inc	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/arch/amd64/Makefile.inc	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 #
-# Copyright (C) 2005 Martin Decky
+# Copyright (c) 2005 Martin Decky
 # All rights reserved.
 #
Index: uspace/libc/arch/amd64/include/atomic.h
===================================================================
--- uspace/libc/arch/amd64/include/atomic.h	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/arch/amd64/include/atomic.h	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2001-2004 Jakub Jermar
+ * Copyright (c) 2001-2004 Jakub Jermar
  * All rights reserved.
  *
Index: uspace/libc/arch/amd64/include/config.h
===================================================================
--- uspace/libc/arch/amd64/include/config.h	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/arch/amd64/include/config.h	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2006 Jakub Jermar
+ * Copyright (c) 2006 Jakub Jermar
  * All rights reserved.
  *
Index: uspace/libc/arch/amd64/include/endian.h
===================================================================
--- uspace/libc/arch/amd64/include/endian.h	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/arch/amd64/include/endian.h	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2006 Josef Cejka
+ * Copyright (c) 2006 Josef Cejka
  * All rights reserved.
  *
Index: uspace/libc/arch/amd64/include/faddr.h
===================================================================
--- uspace/libc/arch/amd64/include/faddr.h	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/arch/amd64/include/faddr.h	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2005 Ondrej Palkovsky
+ * Copyright (c) 2005 Ondrej Palkovsky
  * All rights reserved.
  *
Index: uspace/libc/arch/amd64/include/limits.h
===================================================================
--- uspace/libc/arch/amd64/include/limits.h	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/arch/amd64/include/limits.h	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2006 Josef Cejka
+ * Copyright (c) 2006 Josef Cejka
  * All rights reserved.
  *
Index: uspace/libc/arch/amd64/include/psthread.h
===================================================================
--- uspace/libc/arch/amd64/include/psthread.h	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/arch/amd64/include/psthread.h	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2006 Ondrej Palkovsky
+ * Copyright (c) 2006 Ondrej Palkovsky
  * All rights reserved.
  *
Index: uspace/libc/arch/amd64/include/stackarg.h
===================================================================
--- uspace/libc/arch/amd64/include/stackarg.h	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/arch/amd64/include/stackarg.h	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2006 Josef Cejka
+ * Copyright (c) 2006 Josef Cejka
  * All rights reserved.
  *
Index: uspace/libc/arch/amd64/include/syscall.h
===================================================================
--- uspace/libc/arch/amd64/include/syscall.h	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/arch/amd64/include/syscall.h	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2005 Martin Decky
+ * Copyright (c) 2005 Martin Decky
  * All rights reserved.
  *
Index: uspace/libc/arch/amd64/include/thread.h
===================================================================
--- uspace/libc/arch/amd64/include/thread.h	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/arch/amd64/include/thread.h	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2006 Ondrej Palkovsky
+ * Copyright (c) 2006 Ondrej Palkovsky
  * All rights reserved.
  *
Index: uspace/libc/arch/amd64/include/types.h
===================================================================
--- uspace/libc/arch/amd64/include/types.h	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/arch/amd64/include/types.h	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2006 Ondrej Palkovsky
+ * Copyright (c) 2006 Ondrej Palkovsky
  * All rights reserved.
  *
Index: uspace/libc/arch/amd64/src/entry.s
===================================================================
--- uspace/libc/arch/amd64/src/entry.s	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/arch/amd64/src/entry.s	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 #
-# Copyright (C) 2006 Ondrej Palkovsky
+# Copyright (c) 2006 Ondrej Palkovsky
 # All rights reserved.
 #
Index: uspace/libc/arch/amd64/src/psthread.S
===================================================================
--- uspace/libc/arch/amd64/src/psthread.S	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/arch/amd64/src/psthread.S	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 #
-# Copyright (C) 2001-2004 Jakub Jermar
+# Copyright (c) 2001-2004 Jakub Jermar
 # All rights reserved.
 #
Index: uspace/libc/arch/amd64/src/syscall.S
===================================================================
--- uspace/libc/arch/amd64/src/syscall.S	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/arch/amd64/src/syscall.S	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 #
-# Copyright (C) 2006 Ondrej Palkovsky
+# Copyright (c) 2006 Ondrej Palkovsky
 # All rights reserved.
 #
Index: uspace/libc/arch/amd64/src/thread.c
===================================================================
--- uspace/libc/arch/amd64/src/thread.c	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/arch/amd64/src/thread.c	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2006 Ondrej Palkovsky
+ * Copyright (c) 2006 Ondrej Palkovsky
  * All rights reserved.
  *
Index: uspace/libc/arch/amd64/src/thread_entry.s
===================================================================
--- uspace/libc/arch/amd64/src/thread_entry.s	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/arch/amd64/src/thread_entry.s	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 #
-# Copyright (C) 2006 Jakub Jermar
+# Copyright (c) 2006 Jakub Jermar
 # All rights reserved.
 #
Index: uspace/libc/arch/ia32/Makefile.inc
===================================================================
--- uspace/libc/arch/ia32/Makefile.inc	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/arch/ia32/Makefile.inc	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 #
-# Copyright (C) 2005 Martin Decky
+# Copyright (c) 2005 Martin Decky
 # All rights reserved.
 #
Index: uspace/libc/arch/ia32/include/atomic.h
===================================================================
--- uspace/libc/arch/ia32/include/atomic.h	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/arch/ia32/include/atomic.h	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2001-2004 Jakub Jermar
+ * Copyright (c) 2001-2004 Jakub Jermar
  * All rights reserved.
  *
Index: uspace/libc/arch/ia32/include/config.h
===================================================================
--- uspace/libc/arch/ia32/include/config.h	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/arch/ia32/include/config.h	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2006 Jakub Jermar
+ * Copyright (c) 2006 Jakub Jermar
  * All rights reserved.
  *
Index: uspace/libc/arch/ia32/include/ddi.h
===================================================================
--- uspace/libc/arch/ia32/include/ddi.h	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/arch/ia32/include/ddi.h	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2006 Ondrej Palkovsky
+ * Copyright (c) 2006 Ondrej Palkovsky
  * All rights reserved.
  *
Index: uspace/libc/arch/ia32/include/endian.h
===================================================================
--- uspace/libc/arch/ia32/include/endian.h	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/arch/ia32/include/endian.h	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2006 Josef Cejka
+ * Copyright (c) 2006 Josef Cejka
  * All rights reserved.
  *
Index: uspace/libc/arch/ia32/include/faddr.h
===================================================================
--- uspace/libc/arch/ia32/include/faddr.h	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/arch/ia32/include/faddr.h	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2005 Ondrej Palkovsky
+ * Copyright (c) 2005 Ondrej Palkovsky
  * All rights reserved.
  *
Index: uspace/libc/arch/ia32/include/limits.h
===================================================================
--- uspace/libc/arch/ia32/include/limits.h	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/arch/ia32/include/limits.h	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2006 Josef Cejka
+ * Copyright (c) 2006 Josef Cejka
  * All rights reserved.
  *
Index: uspace/libc/arch/ia32/include/psthread.h
===================================================================
--- uspace/libc/arch/ia32/include/psthread.h	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/arch/ia32/include/psthread.h	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2006 Ondrej Palkovsky
+ * Copyright (c) 2006 Ondrej Palkovsky
  * All rights reserved.
  *
Index: uspace/libc/arch/ia32/include/stackarg.h
===================================================================
--- uspace/libc/arch/ia32/include/stackarg.h	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/arch/ia32/include/stackarg.h	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2005 Jakub Jermar
+ * Copyright (c) 2005 Jakub Jermar
  * All rights reserved.
  *
Index: uspace/libc/arch/ia32/include/syscall.h
===================================================================
--- uspace/libc/arch/ia32/include/syscall.h	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/arch/ia32/include/syscall.h	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2005 Martin Decky
+ * Copyright (c) 2005 Martin Decky
  * All rights reserved.
  *
Index: uspace/libc/arch/ia32/include/thread.h
===================================================================
--- uspace/libc/arch/ia32/include/thread.h	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/arch/ia32/include/thread.h	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2006 Ondrej Palkovsky
+ * Copyright (c) 2006 Ondrej Palkovsky
  * All rights reserved.
  *
Index: uspace/libc/arch/ia32/include/types.h
===================================================================
--- uspace/libc/arch/ia32/include/types.h	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/arch/ia32/include/types.h	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2005 Martin Decky
+ * Copyright (c) 2005 Martin Decky
  * All rights reserved.
  *
Index: uspace/libc/arch/ia32/src/entry.s
===================================================================
--- uspace/libc/arch/ia32/src/entry.s	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/arch/ia32/src/entry.s	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 #
-# Copyright (C) 2005 Martin Decky
+# Copyright (c) 2005 Martin Decky
 # All rights reserved.
 #
Index: uspace/libc/arch/ia32/src/psthread.S
===================================================================
--- uspace/libc/arch/ia32/src/psthread.S	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/arch/ia32/src/psthread.S	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 #
-# Copyright (C) 2001-2004 Jakub Jermar
+# Copyright (c) 2001-2004 Jakub Jermar
 # All rights reserved.
 #
Index: uspace/libc/arch/ia32/src/syscall.c
===================================================================
--- uspace/libc/arch/ia32/src/syscall.c	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/arch/ia32/src/syscall.c	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2005 Martin Decky
+ * Copyright (c) 2005 Martin Decky
  * All rights reserved.
  *
Index: uspace/libc/arch/ia32/src/thread_entry.s
===================================================================
--- uspace/libc/arch/ia32/src/thread_entry.s	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/arch/ia32/src/thread_entry.s	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 #
-# Copyright (C) 2006 Jakub Jermar
+# Copyright (c) 2006 Jakub Jermar
 # All rights reserved.
 #
Index: uspace/libc/arch/ia64/Makefile.inc
===================================================================
--- uspace/libc/arch/ia64/Makefile.inc	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/arch/ia64/Makefile.inc	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 #
-# Copyright (C) 2005 Martin Decky
+# Copyright (c) 2005 Martin Decky
 # All rights reserved.
 #
Index: uspace/libc/arch/ia64/include/atomic.h
===================================================================
--- uspace/libc/arch/ia64/include/atomic.h	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/arch/ia64/include/atomic.h	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2005 Jakub Jermar
+ * Copyright (c) 2005 Jakub Jermar
  * All rights reserved.
  *
Index: uspace/libc/arch/ia64/include/config.h
===================================================================
--- uspace/libc/arch/ia64/include/config.h	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/arch/ia64/include/config.h	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2006 Jakub Jermar
+ * Copyright (c) 2006 Jakub Jermar
  * All rights reserved.
  *
Index: uspace/libc/arch/ia64/include/endian.h
===================================================================
--- uspace/libc/arch/ia64/include/endian.h	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/arch/ia64/include/endian.h	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2006 Josef Cejka
+ * Copyright (c) 2006 Josef Cejka
  * All rights reserved.
  *
Index: uspace/libc/arch/ia64/include/faddr.h
===================================================================
--- uspace/libc/arch/ia64/include/faddr.h	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/arch/ia64/include/faddr.h	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2005 Jakub Jermar
+ * Copyright (c) 2005 Jakub Jermar
  * All rights reserved.
  *
Index: uspace/libc/arch/ia64/include/limits.h
===================================================================
--- uspace/libc/arch/ia64/include/limits.h	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/arch/ia64/include/limits.h	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2006 Josef Cejka
+ * Copyright (c) 2006 Josef Cejka
  * All rights reserved.
  *
Index: uspace/libc/arch/ia64/include/psthread.h
===================================================================
--- uspace/libc/arch/ia64/include/psthread.h	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/arch/ia64/include/psthread.h	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2005 Jakub Jermar
+ * Copyright (c) 2005 Jakub Jermar
  * All rights reserved.
  *
Index: uspace/libc/arch/ia64/include/stack.h
===================================================================
--- uspace/libc/arch/ia64/include/stack.h	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/arch/ia64/include/stack.h	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2005 Jakub Jermar
+ * Copyright (c) 2005 Jakub Jermar
  * All rights reserved.
  *
Index: uspace/libc/arch/ia64/include/stackarg.h
===================================================================
--- uspace/libc/arch/ia64/include/stackarg.h	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/arch/ia64/include/stackarg.h	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2006 Josef Cejka
+ * Copyright (c) 2006 Josef Cejka
  * All rights reserved.
  *
Index: uspace/libc/arch/ia64/include/syscall.h
===================================================================
--- uspace/libc/arch/ia64/include/syscall.h	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/arch/ia64/include/syscall.h	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2005 Martin Decky
+ * Copyright (c) 2005 Martin Decky
  * All rights reserved.
  *
Index: uspace/libc/arch/ia64/include/thread.h
===================================================================
--- uspace/libc/arch/ia64/include/thread.h	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/arch/ia64/include/thread.h	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2006 Jakub Jermar
+ * Copyright (c) 2006 Jakub Jermar
  * All rights reserved.
  *
Index: uspace/libc/arch/ia64/include/types.h
===================================================================
--- uspace/libc/arch/ia64/include/types.h	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/arch/ia64/include/types.h	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2006 Ondrej Palkovsky
+ * Copyright (c) 2006 Ondrej Palkovsky
  * All rights reserved.
  *
Index: uspace/libc/arch/ia64/src/entry.s
===================================================================
--- uspace/libc/arch/ia64/src/entry.s	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/arch/ia64/src/entry.s	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 #
-# Copyright (C) 2006 Jakub Jermar
+# Copyright (c) 2006 Jakub Jermar
 # All rights reserved.
 #
Index: uspace/libc/arch/ia64/src/psthread.S
===================================================================
--- uspace/libc/arch/ia64/src/psthread.S	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/arch/ia64/src/psthread.S	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 #
-# Copyright (C) 2005 Jakub Jermar
+# Copyright (c) 2005 Jakub Jermar
 # All rights reserved.
 #
Index: uspace/libc/arch/ia64/src/syscall.S
===================================================================
--- uspace/libc/arch/ia64/src/syscall.S	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/arch/ia64/src/syscall.S	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 #
-# Copyright (C) 2006 Jakub Jermar
+# Copyright (c) 2006 Jakub Jermar
 # All rights reserved.
 #
Index: uspace/libc/arch/ia64/src/thread.c
===================================================================
--- uspace/libc/arch/ia64/src/thread.c	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/arch/ia64/src/thread.c	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2006 Ondrej Palkovsky
+ * Copyright (c) 2006 Ondrej Palkovsky
  * All rights reserved.
  *
Index: uspace/libc/arch/ia64/src/thread_entry.s
===================================================================
--- uspace/libc/arch/ia64/src/thread_entry.s	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/arch/ia64/src/thread_entry.s	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 #
-# Copyright (C) 2006 Jakub Jermar
+# Copyright (c) 2006 Jakub Jermar
 # All rights reserved.
 #
Index: uspace/libc/arch/mips32/Makefile.inc
===================================================================
--- uspace/libc/arch/mips32/Makefile.inc	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/arch/mips32/Makefile.inc	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 #
-# Copyright (C) 2005 Martin Decky
+# Copyright (c) 2005 Martin Decky
 # All rights reserved.
 #
Index: uspace/libc/arch/mips32/include/atomic.h
===================================================================
--- uspace/libc/arch/mips32/include/atomic.h	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/arch/mips32/include/atomic.h	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2005 Ondrej Palkovsky
+ * Copyright (c) 2005 Ondrej Palkovsky
  * All rights reserved.
  *
Index: uspace/libc/arch/mips32/include/config.h
===================================================================
--- uspace/libc/arch/mips32/include/config.h	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/arch/mips32/include/config.h	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2006 Jakub Jermar
+ * Copyright (c) 2006 Jakub Jermar
  * All rights reserved.
  *
Index: uspace/libc/arch/mips32/include/endian.h
===================================================================
--- uspace/libc/arch/mips32/include/endian.h	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/arch/mips32/include/endian.h	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2006 Josef Cejka
+ * Copyright (c) 2006 Josef Cejka
  * All rights reserved.
  *
Index: uspace/libc/arch/mips32/include/faddr.h
===================================================================
--- uspace/libc/arch/mips32/include/faddr.h	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/arch/mips32/include/faddr.h	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2005 Ondrej Palkovsky
+ * Copyright (c) 2005 Ondrej Palkovsky
  * All rights reserved.
  *
Index: uspace/libc/arch/mips32/include/limits.h
===================================================================
--- uspace/libc/arch/mips32/include/limits.h	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/arch/mips32/include/limits.h	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2006 Josef Cejka
+ * Copyright (c) 2006 Josef Cejka
  * All rights reserved.
  *
Index: uspace/libc/arch/mips32/include/psthread.h
===================================================================
--- uspace/libc/arch/mips32/include/psthread.h	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/arch/mips32/include/psthread.h	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2006 Ondrej Palkovsky
+ * Copyright (c) 2006 Ondrej Palkovsky
  * All rights reserved.
  *
Index: uspace/libc/arch/mips32/include/stackarg.h
===================================================================
--- uspace/libc/arch/mips32/include/stackarg.h	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/arch/mips32/include/stackarg.h	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2006 Josef Cejka
+ * Copyright (c) 2006 Josef Cejka
  * All rights reserved.
  *
Index: uspace/libc/arch/mips32/include/syscall.h
===================================================================
--- uspace/libc/arch/mips32/include/syscall.h	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/arch/mips32/include/syscall.h	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2005 Martin Decky
+ * Copyright (c) 2005 Martin Decky
  * All rights reserved.
  *
Index: uspace/libc/arch/mips32/include/thread.h
===================================================================
--- uspace/libc/arch/mips32/include/thread.h	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/arch/mips32/include/thread.h	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2006 Ondrej Palkovsky
+ * Copyright (c) 2006 Ondrej Palkovsky
  * All rights reserved.
  *
Index: uspace/libc/arch/mips32/include/types.h
===================================================================
--- uspace/libc/arch/mips32/include/types.h	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/arch/mips32/include/types.h	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2005 Martin Decky
+ * Copyright (c) 2005 Martin Decky
  * All rights reserved.
  *
Index: uspace/libc/arch/mips32/src/entry.s
===================================================================
--- uspace/libc/arch/mips32/src/entry.s	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/arch/mips32/src/entry.s	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 #
-# Copyright (C) 2005 Martin Decky
+# Copyright (c) 2005 Martin Decky
 # All rights reserved.
 #
Index: uspace/libc/arch/mips32/src/psthread.S
===================================================================
--- uspace/libc/arch/mips32/src/psthread.S	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/arch/mips32/src/psthread.S	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 #
-# Copyright (C) 2003-2004 Jakub Jermar
+# Copyright (c) 2003-2004 Jakub Jermar
 # All rights reserved.
 #
Index: uspace/libc/arch/mips32/src/syscall.c
===================================================================
--- uspace/libc/arch/mips32/src/syscall.c	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/arch/mips32/src/syscall.c	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2005 Martin Decky
+ * Copyright (c) 2005 Martin Decky
  * All rights reserved.
  *
Index: uspace/libc/arch/mips32/src/thread.c
===================================================================
--- uspace/libc/arch/mips32/src/thread.c	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/arch/mips32/src/thread.c	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2006 Ondrej Palkovsky
+ * Copyright (c) 2006 Ondrej Palkovsky
  * All rights reserved.
  *
Index: uspace/libc/arch/mips32/src/thread_entry.s
===================================================================
--- uspace/libc/arch/mips32/src/thread_entry.s	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/arch/mips32/src/thread_entry.s	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 #
-# Copyright (C) 2006 Jakub Jermar
+# Copyright (c) 2006 Jakub Jermar
 # All rights reserved.
 #
Index: uspace/libc/arch/mips32eb/Makefile.inc
===================================================================
--- uspace/libc/arch/mips32eb/Makefile.inc	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/arch/mips32eb/Makefile.inc	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 #
-# Copyright (C) 2005 Martin Decky
+# Copyright (c) 2005 Martin Decky
 # All rights reserved.
 #
Index: uspace/libc/arch/mips32eb/include/endian.h
===================================================================
--- uspace/libc/arch/mips32eb/include/endian.h	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/arch/mips32eb/include/endian.h	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2006 Josef Cejka
+ * Copyright (c) 2006 Josef Cejka
  * All rights reserved.
  *
Index: uspace/libc/arch/ppc32/Makefile.inc
===================================================================
--- uspace/libc/arch/ppc32/Makefile.inc	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/arch/ppc32/Makefile.inc	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 #
-# Copyright (C) 2006 Martin Decky
+# Copyright (c) 2006 Martin Decky
 # All rights reserved.
 #
Index: uspace/libc/arch/ppc32/include/atomic.h
===================================================================
--- uspace/libc/arch/ppc32/include/atomic.h	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/arch/ppc32/include/atomic.h	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2005 Martin Decky
+ * Copyright (c) 2005 Martin Decky
  * All rights reserved.
  *
Index: uspace/libc/arch/ppc32/include/config.h
===================================================================
--- uspace/libc/arch/ppc32/include/config.h	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/arch/ppc32/include/config.h	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2006 Jakub Jermar
+ * Copyright (c) 2006 Jakub Jermar
  * All rights reserved.
  *
Index: uspace/libc/arch/ppc32/include/endian.h
===================================================================
--- uspace/libc/arch/ppc32/include/endian.h	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/arch/ppc32/include/endian.h	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2006 Josef Cejka
+ * Copyright (c) 2006 Josef Cejka
  * All rights reserved.
  *
Index: uspace/libc/arch/ppc32/include/faddr.h
===================================================================
--- uspace/libc/arch/ppc32/include/faddr.h	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/arch/ppc32/include/faddr.h	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2005 Ondrej Palkovsky
+ * Copyright (c) 2005 Ondrej Palkovsky
  * All rights reserved.
  *
Index: uspace/libc/arch/ppc32/include/limits.h
===================================================================
--- uspace/libc/arch/ppc32/include/limits.h	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/arch/ppc32/include/limits.h	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2006 Josef Cejka
+ * Copyright (c) 2006 Josef Cejka
  * All rights reserved.
  *
Index: uspace/libc/arch/ppc32/include/psthread.h
===================================================================
--- uspace/libc/arch/ppc32/include/psthread.h	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/arch/ppc32/include/psthread.h	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2006 Martin Decky
+ * Copyright (c) 2006 Martin Decky
  * All rights reserved.
  *
Index: uspace/libc/arch/ppc32/include/regname.h
===================================================================
--- uspace/libc/arch/ppc32/include/regname.h	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/arch/ppc32/include/regname.h	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2006 Martin Decky
+ * Copyright (c) 2006 Martin Decky
  * All rights reserved.
  *
Index: uspace/libc/arch/ppc32/include/stackarg.h
===================================================================
--- uspace/libc/arch/ppc32/include/stackarg.h	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/arch/ppc32/include/stackarg.h	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2006 Josef Cejka
+ * Copyright (c) 2006 Josef Cejka
  * All rights reserved.
  *
Index: uspace/libc/arch/ppc32/include/syscall.h
===================================================================
--- uspace/libc/arch/ppc32/include/syscall.h	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/arch/ppc32/include/syscall.h	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2005 Martin Decky
+ * Copyright (c) 2005 Martin Decky
  * All rights reserved.
  *
Index: uspace/libc/arch/ppc32/include/thread.h
===================================================================
--- uspace/libc/arch/ppc32/include/thread.h	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/arch/ppc32/include/thread.h	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2006 Martin Decky
+ * Copyright (c) 2006 Martin Decky
  * All rights reserved.
  *
Index: uspace/libc/arch/ppc32/include/types.h
===================================================================
--- uspace/libc/arch/ppc32/include/types.h	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/arch/ppc32/include/types.h	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2005 Martin Decky
+ * Copyright (c) 2005 Martin Decky
  * All rights reserved.
  *
Index: uspace/libc/arch/ppc32/src/entry.s
===================================================================
--- uspace/libc/arch/ppc32/src/entry.s	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/arch/ppc32/src/entry.s	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 #
-# Copyright (C) 2006 Martin Decky
+# Copyright (c) 2006 Martin Decky
 # All rights reserved.
 #
Index: uspace/libc/arch/ppc32/src/psthread.S
===================================================================
--- uspace/libc/arch/ppc32/src/psthread.S	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/arch/ppc32/src/psthread.S	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 #
-# Copyright (C) 2006 Martin Decky
+# Copyright (c) 2006 Martin Decky
 # All rights reserved.
 #
Index: uspace/libc/arch/ppc32/src/syscall.c
===================================================================
--- uspace/libc/arch/ppc32/src/syscall.c	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/arch/ppc32/src/syscall.c	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2006 Martin Decky
+ * Copyright (c) 2006 Martin Decky
  * All rights reserved.
  *
Index: uspace/libc/arch/ppc32/src/thread.c
===================================================================
--- uspace/libc/arch/ppc32/src/thread.c	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/arch/ppc32/src/thread.c	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2006 Ondrej Palkovsky
+ * Copyright (c) 2006 Ondrej Palkovsky
  * All rights reserved.
  *
Index: uspace/libc/arch/ppc32/src/thread_entry.s
===================================================================
--- uspace/libc/arch/ppc32/src/thread_entry.s	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/arch/ppc32/src/thread_entry.s	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 #
-# Copyright (C) 2006 Martin Decky
+# Copyright (c) 2006 Martin Decky
 # All rights reserved.
 #
Index: uspace/libc/arch/ppc64/Makefile.inc
===================================================================
--- uspace/libc/arch/ppc64/Makefile.inc	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/arch/ppc64/Makefile.inc	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 #
-# Copyright (C) 2006 Martin Decky
+# Copyright (c) 2006 Martin Decky
 # All rights reserved.
 #
Index: uspace/libc/arch/ppc64/include/atomic.h
===================================================================
--- uspace/libc/arch/ppc64/include/atomic.h	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/arch/ppc64/include/atomic.h	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2006 Martin Decky
+ * Copyright (c) 2006 Martin Decky
  * All rights reserved.
  *
Index: uspace/libc/arch/ppc64/include/config.h
===================================================================
--- uspace/libc/arch/ppc64/include/config.h	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/arch/ppc64/include/config.h	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2006 Jakub Jermar
+ * Copyright (c) 2006 Jakub Jermar
  * All rights reserved.
  *
Index: uspace/libc/arch/ppc64/include/endian.h
===================================================================
--- uspace/libc/arch/ppc64/include/endian.h	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/arch/ppc64/include/endian.h	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2006 Josef Cejka
+ * Copyright (c) 2006 Josef Cejka
  * All rights reserved.
  *
Index: uspace/libc/arch/ppc64/include/faddr.h
===================================================================
--- uspace/libc/arch/ppc64/include/faddr.h	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/arch/ppc64/include/faddr.h	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2005 Ondrej Palkovsky
+ * Copyright (c) 2005 Ondrej Palkovsky
  * All rights reserved.
  *
Index: uspace/libc/arch/ppc64/include/limits.h
===================================================================
--- uspace/libc/arch/ppc64/include/limits.h	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/arch/ppc64/include/limits.h	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2006 Josef Cejka
+ * Copyright (c) 2006 Josef Cejka
  * All rights reserved.
  *
Index: uspace/libc/arch/ppc64/include/psthread.h
===================================================================
--- uspace/libc/arch/ppc64/include/psthread.h	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/arch/ppc64/include/psthread.h	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2006 Martin Decky
+ * Copyright (c) 2006 Martin Decky
  * All rights reserved.
  *
Index: uspace/libc/arch/ppc64/include/regname.h
===================================================================
--- uspace/libc/arch/ppc64/include/regname.h	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/arch/ppc64/include/regname.h	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2006 Martin Decky
+ * Copyright (c) 2006 Martin Decky
  * All rights reserved.
  *
Index: uspace/libc/arch/ppc64/include/stackarg.h
===================================================================
--- uspace/libc/arch/ppc64/include/stackarg.h	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/arch/ppc64/include/stackarg.h	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2006 Josef Cejka
+ * Copyright (c) 2006 Josef Cejka
  * All rights reserved.
  *
Index: uspace/libc/arch/ppc64/include/syscall.h
===================================================================
--- uspace/libc/arch/ppc64/include/syscall.h	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/arch/ppc64/include/syscall.h	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2005 Martin Decky
+ * Copyright (c) 2005 Martin Decky
  * All rights reserved.
  *
Index: uspace/libc/arch/ppc64/include/thread.h
===================================================================
--- uspace/libc/arch/ppc64/include/thread.h	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/arch/ppc64/include/thread.h	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2006 Martin Decky
+ * Copyright (c) 2006 Martin Decky
  * All rights reserved.
  *
Index: uspace/libc/arch/ppc64/include/types.h
===================================================================
--- uspace/libc/arch/ppc64/include/types.h	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/arch/ppc64/include/types.h	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2006 Martin Decky
+ * Copyright (c) 2006 Martin Decky
  * All rights reserved.
  *
Index: uspace/libc/arch/ppc64/src/entry.s
===================================================================
--- uspace/libc/arch/ppc64/src/entry.s	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/arch/ppc64/src/entry.s	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 #
-# Copyright (C) 2006 Martin Decky
+# Copyright (c) 2006 Martin Decky
 # All rights reserved.
 #
Index: uspace/libc/arch/ppc64/src/psthread.S
===================================================================
--- uspace/libc/arch/ppc64/src/psthread.S	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/arch/ppc64/src/psthread.S	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 #
-# Copyright (C) 2006 Martin Decky
+# Copyright (c) 2006 Martin Decky
 # All rights reserved.
 #
Index: uspace/libc/arch/ppc64/src/syscall.c
===================================================================
--- uspace/libc/arch/ppc64/src/syscall.c	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/arch/ppc64/src/syscall.c	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2006 Martin Decky
+ * Copyright (c) 2006 Martin Decky
  * All rights reserved.
  *
Index: uspace/libc/arch/ppc64/src/thread.c
===================================================================
--- uspace/libc/arch/ppc64/src/thread.c	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/arch/ppc64/src/thread.c	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2006 Ondrej Palkovsky
+ * Copyright (c) 2006 Ondrej Palkovsky
  * All rights reserved.
  *
Index: uspace/libc/arch/ppc64/src/thread_entry.s
===================================================================
--- uspace/libc/arch/ppc64/src/thread_entry.s	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/arch/ppc64/src/thread_entry.s	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 #
-# Copyright (C) 2006 Martin Decky
+# Copyright (c) 2006 Martin Decky
 # All rights reserved.
 #
Index: uspace/libc/arch/sparc64/Makefile.inc
===================================================================
--- uspace/libc/arch/sparc64/Makefile.inc	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/arch/sparc64/Makefile.inc	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 #
-# Copyright (C) 2006 Martin Decky
+# Copyright (c) 2006 Martin Decky
 # All rights reserved.
 #
Index: uspace/libc/arch/sparc64/include/atomic.h
===================================================================
--- uspace/libc/arch/sparc64/include/atomic.h	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/arch/sparc64/include/atomic.h	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2005 Jakub Jermar
+ * Copyright (c) 2005 Jakub Jermar
  * All rights reserved.
  *
Index: uspace/libc/arch/sparc64/include/config.h
===================================================================
--- uspace/libc/arch/sparc64/include/config.h	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/arch/sparc64/include/config.h	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2006 Jakub Jermar
+ * Copyright (c) 2006 Jakub Jermar
  * All rights reserved.
  *
Index: uspace/libc/arch/sparc64/include/endian.h
===================================================================
--- uspace/libc/arch/sparc64/include/endian.h	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/arch/sparc64/include/endian.h	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2006 Josef Cejka
+ * Copyright (c) 2006 Josef Cejka
  * All rights reserved.
  *
Index: uspace/libc/arch/sparc64/include/faddr.h
===================================================================
--- uspace/libc/arch/sparc64/include/faddr.h	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/arch/sparc64/include/faddr.h	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2005 Ondrej Palkovsky
+ * Copyright (c) 2005 Ondrej Palkovsky
  * All rights reserved.
  *
Index: uspace/libc/arch/sparc64/include/limits.h
===================================================================
--- uspace/libc/arch/sparc64/include/limits.h	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/arch/sparc64/include/limits.h	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2006 Josef Cejka
+ * Copyright (c) 2006 Josef Cejka
  * All rights reserved.
  *
Index: uspace/libc/arch/sparc64/include/psthread.h
===================================================================
--- uspace/libc/arch/sparc64/include/psthread.h	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/arch/sparc64/include/psthread.h	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2005 Jakub Jermar
+ * Copyright (c) 2005 Jakub Jermar
  * All rights reserved.
  *
Index: uspace/libc/arch/sparc64/include/stack.h
===================================================================
--- uspace/libc/arch/sparc64/include/stack.h	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/arch/sparc64/include/stack.h	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2005 Jakub Jermar
+ * Copyright (c) 2005 Jakub Jermar
  * All rights reserved.
  *
Index: uspace/libc/arch/sparc64/include/stackarg.h
===================================================================
--- uspace/libc/arch/sparc64/include/stackarg.h	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/arch/sparc64/include/stackarg.h	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2006 Josef Cejka
+ * Copyright (c) 2006 Josef Cejka
  * All rights reserved.
  *
Index: uspace/libc/arch/sparc64/include/syscall.h
===================================================================
--- uspace/libc/arch/sparc64/include/syscall.h	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/arch/sparc64/include/syscall.h	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2005 Martin Decky
+ * Copyright (c) 2005 Martin Decky
  * All rights reserved.
  *
Index: uspace/libc/arch/sparc64/include/thread.h
===================================================================
--- uspace/libc/arch/sparc64/include/thread.h	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/arch/sparc64/include/thread.h	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006 Ondrej Palkovsky
- * Copyright (C) 2006 Jakub Jermar
+ * Copyright (c) 2006 Ondrej Palkovsky
+ * Copyright (c) 2006 Jakub Jermar
  * All rights reserved.
  *
Index: uspace/libc/arch/sparc64/include/types.h
===================================================================
--- uspace/libc/arch/sparc64/include/types.h	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/arch/sparc64/include/types.h	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2005 Martin Decky
+ * Copyright (c) 2005 Martin Decky
  * All rights reserved.
  *
Index: uspace/libc/arch/sparc64/src/entry.s
===================================================================
--- uspace/libc/arch/sparc64/src/entry.s	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/arch/sparc64/src/entry.s	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 #
-# Copyright (C) 2006 Martin Decky
+# Copyright (c) 2006 Martin Decky
 # All rights reserved.
 #
Index: uspace/libc/arch/sparc64/src/psthread.S
===================================================================
--- uspace/libc/arch/sparc64/src/psthread.S	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/arch/sparc64/src/psthread.S	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 #
-# Copyright (C) 2005 Jakub Jermar
+# Copyright (c) 2005 Jakub Jermar
 # All rights reserved.
 #
Index: uspace/libc/arch/sparc64/src/thread.c
===================================================================
--- uspace/libc/arch/sparc64/src/thread.c	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/arch/sparc64/src/thread.c	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2006 Ondrej Palkovsky
+ * Copyright (c) 2006 Ondrej Palkovsky
  * All rights reserved.
  *
Index: uspace/libc/arch/sparc64/src/thread_entry.s
===================================================================
--- uspace/libc/arch/sparc64/src/thread_entry.s	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/arch/sparc64/src/thread_entry.s	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 #
-# Copyright (C) 2006 Jakub Jermar
+# Copyright (c) 2006 Jakub Jermar
 # All rights reserved.
 #
Index: uspace/libc/generic/as.c
===================================================================
--- uspace/libc/generic/as.c	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/generic/as.c	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2006 Jakub Jermar
+ * Copyright (c) 2006 Jakub Jermar
  * All rights reserved.
  *
Index: uspace/libc/generic/async.c
===================================================================
--- uspace/libc/generic/async.c	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/generic/async.c	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2006 Ondrej Palkovsky
+ * Copyright (c) 2006 Ondrej Palkovsky
  * All rights reserved.
  *
Index: uspace/libc/generic/cap.c
===================================================================
--- uspace/libc/generic/cap.c	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/generic/cap.c	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2006 Jakub Jermar
+ * Copyright (c) 2006 Jakub Jermar
  * All rights reserved.
  *
Index: uspace/libc/generic/ddi.c
===================================================================
--- uspace/libc/generic/ddi.c	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/generic/ddi.c	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2006 Jakub Jermar
+ * Copyright (c) 2006 Jakub Jermar
  * All rights reserved.
  *
Index: uspace/libc/generic/err.c
===================================================================
--- uspace/libc/generic/err.c	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/generic/err.c	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2006 Ondrej Palkovsky
+ * Copyright (c) 2006 Ondrej Palkovsky
  * All rights reserved.
  *
Index: uspace/libc/generic/futex.c
===================================================================
--- uspace/libc/generic/futex.c	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/generic/futex.c	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2006 Jakub Jermar
+ * Copyright (c) 2006 Jakub Jermar
  * All rights reserved.
  *
Index: uspace/libc/generic/io/io.c
===================================================================
--- uspace/libc/generic/io/io.c	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/generic/io/io.c	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2005 Martin Decky
+ * Copyright (c) 2005 Martin Decky
  * All rights reserved.
  *
Index: uspace/libc/generic/io/printf.c
===================================================================
--- uspace/libc/generic/io/printf.c	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/generic/io/printf.c	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2006 Josef Cejka
+ * Copyright (c) 2006 Josef Cejka
  * All rights reserved.
  *
Index: uspace/libc/generic/io/printf_core.c
===================================================================
--- uspace/libc/generic/io/printf_core.c	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/generic/io/printf_core.c	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2001-2004 Jakub Jermar
- * Copyright (C) 2006 Josef Cejka
+ * Copyright (c) 2001-2004 Jakub Jermar
+ * Copyright (c) 2006 Josef Cejka
  * All rights reserved.
  *
Index: uspace/libc/generic/io/snprintf.c
===================================================================
--- uspace/libc/generic/io/snprintf.c	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/generic/io/snprintf.c	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2006 Josef Cejka
+ * Copyright (c) 2006 Josef Cejka
  * All rights reserved.
  *
Index: uspace/libc/generic/io/sprintf.c
===================================================================
--- uspace/libc/generic/io/sprintf.c	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/generic/io/sprintf.c	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2006 Josef Cejka
+ * Copyright (c) 2006 Josef Cejka
  * All rights reserved.
  *
Index: uspace/libc/generic/io/stream.c
===================================================================
--- uspace/libc/generic/io/stream.c	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/generic/io/stream.c	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006 Josef Cejka
- * Copyright (C) 2006 Jakub Vana
+ * Copyright (c) 2006 Josef Cejka
+ * Copyright (c) 2006 Jakub Vana
  * All rights reserved.
  *
Index: uspace/libc/generic/io/vprintf.c
===================================================================
--- uspace/libc/generic/io/vprintf.c	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/generic/io/vprintf.c	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2006 Josef Cejka
+ * Copyright (c) 2006 Josef Cejka
  * All rights reserved.
  *
Index: uspace/libc/generic/io/vsnprintf.c
===================================================================
--- uspace/libc/generic/io/vsnprintf.c	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/generic/io/vsnprintf.c	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2006 Josef Cejka
+ * Copyright (c) 2006 Josef Cejka
  * All rights reserved.
  *
Index: uspace/libc/generic/io/vsprintf.c
===================================================================
--- uspace/libc/generic/io/vsprintf.c	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/generic/io/vsprintf.c	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2006 Josef Cejka
+ * Copyright (c) 2006 Josef Cejka
  * All rights reserved.
  *
Index: uspace/libc/generic/ipc.c
===================================================================
--- uspace/libc/generic/ipc.c	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/generic/ipc.c	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2006 Ondrej Palkovsky
+ * Copyright (c) 2006 Ondrej Palkovsky
  * All rights reserved.
  *
Index: uspace/libc/generic/libadt/hash_table.c
===================================================================
--- uspace/libc/generic/libadt/hash_table.c	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/generic/libadt/hash_table.c	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2006 Jakub Jermar
+ * Copyright (c) 2006 Jakub Jermar
  * All rights reserved.
  *
Index: uspace/libc/generic/libadt/list.c
===================================================================
--- uspace/libc/generic/libadt/list.c	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/generic/libadt/list.c	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2004 Jakub Jermar
+ * Copyright (c) 2004 Jakub Jermar
  * All rights reserved.
  *
Index: uspace/libc/generic/libc.c
===================================================================
--- uspace/libc/generic/libc.c	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/generic/libc.c	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2005 Martin Decky
+ * Copyright (c) 2005 Martin Decky
  * All rights reserved.
  *
Index: uspace/libc/generic/mman.c
===================================================================
--- uspace/libc/generic/mman.c	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/generic/mman.c	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2006 Ondrej Palkovsky
+ * Copyright (c) 2006 Ondrej Palkovsky
  * All rights reserved.
  *
Index: uspace/libc/generic/psthread.c
===================================================================
--- uspace/libc/generic/psthread.c	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/generic/psthread.c	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2006 Ondrej Palkovsky
+ * Copyright (c) 2006 Ondrej Palkovsky
  * All rights reserved.
  *
Index: uspace/libc/generic/stdlib.c
===================================================================
--- uspace/libc/generic/stdlib.c	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/generic/stdlib.c	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2006 Ondrej Palkovsky
+ * Copyright (c) 2006 Ondrej Palkovsky
  * All rights reserved.
  *
Index: uspace/libc/generic/string.c
===================================================================
--- uspace/libc/generic/string.c	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/generic/string.c	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2005 Martin Decky
+ * Copyright (c) 2005 Martin Decky
  * All rights reserved.
  *
Index: uspace/libc/generic/sysinfo.c
===================================================================
--- uspace/libc/generic/sysinfo.c	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/generic/sysinfo.c	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2006 Jakub Jermar
+ * Copyright (c) 2006 Jakub Jermar
  * All rights reserved.
  *
Index: uspace/libc/generic/task.c
===================================================================
--- uspace/libc/generic/task.c	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/generic/task.c	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2006 Jakub Jermar
+ * Copyright (c) 2006 Jakub Jermar
  * All rights reserved.
  *
Index: uspace/libc/generic/thread.c
===================================================================
--- uspace/libc/generic/thread.c	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/generic/thread.c	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2006 Jakub Jermar
+ * Copyright (c) 2006 Jakub Jermar
  * All rights reserved.
  *
Index: uspace/libc/generic/time.c
===================================================================
--- uspace/libc/generic/time.c	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/generic/time.c	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2006 Ondrej Palkovsky
+ * Copyright (c) 2006 Ondrej Palkovsky
  * All rights reserved.
  *
Index: uspace/libc/include/align.h
===================================================================
--- uspace/libc/include/align.h	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/include/align.h	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2005 Jakub Jermar
+ * Copyright (c) 2005 Jakub Jermar
  * All rights reserved.
  *
Index: uspace/libc/include/as.h
===================================================================
--- uspace/libc/include/as.h	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/include/as.h	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2005 Martin Decky
+ * Copyright (c) 2005 Martin Decky
  * All rights reserved.
  *
Index: uspace/libc/include/assert.h
===================================================================
--- uspace/libc/include/assert.h	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/include/assert.h	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005 Martin Decky
- * Copyright (C) 2006 Josef Cejka
+ * Copyright (c) 2005 Martin Decky
+ * Copyright (c) 2006 Josef Cejka
  * All rights reserved.
  *
Index: uspace/libc/include/async.h
===================================================================
--- uspace/libc/include/async.h	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/include/async.h	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2006 Ondrej Palkovsky
+ * Copyright (c) 2006 Ondrej Palkovsky
  * All rights reserved.
  *
Index: uspace/libc/include/atomic.h
===================================================================
--- uspace/libc/include/atomic.h	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/include/atomic.h	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2006 Jakub Jermar
+ * Copyright (c) 2006 Jakub Jermar
  * All rights reserved.
  *
Index: uspace/libc/include/bitops.h
===================================================================
--- uspace/libc/include/bitops.h	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/include/bitops.h	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2006 Ondrej Palkovsky
+ * Copyright (c) 2006 Ondrej Palkovsky
  * All rights reserved.
  *
Index: uspace/libc/include/bool.h
===================================================================
--- uspace/libc/include/bool.h	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/include/bool.h	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2006 Martin Decky
+ * Copyright (c) 2006 Martin Decky
  * All rights reserved.
  *
Index: uspace/libc/include/cap.h
===================================================================
--- uspace/libc/include/cap.h	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/include/cap.h	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2006 Jakub Jermar
+ * Copyright (c) 2006 Jakub Jermar
  * All rights reserved.
  *
Index: uspace/libc/include/ctype.h
===================================================================
--- uspace/libc/include/ctype.h	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/include/ctype.h	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2006 Josef Cejka
+ * Copyright (c) 2006 Josef Cejka
  * All rights reserved.
  *
Index: uspace/libc/include/ddi.h
===================================================================
--- uspace/libc/include/ddi.h	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/include/ddi.h	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2006 Jakub Jermar
+ * Copyright (c) 2006 Jakub Jermar
  * All rights reserved.
  *
Index: uspace/libc/include/endian.h
===================================================================
--- uspace/libc/include/endian.h	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/include/endian.h	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2006 Josef Cejka
+ * Copyright (c) 2006 Josef Cejka
  * All rights reserved.
  *
Index: uspace/libc/include/err.h
===================================================================
--- uspace/libc/include/err.h	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/include/err.h	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2006 Ondrej Palkovsky
+ * Copyright (c) 2006 Ondrej Palkovsky
  * All rights reserved.
  *
Index: uspace/libc/include/errno.h
===================================================================
--- uspace/libc/include/errno.h	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/include/errno.h	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2006 Ondrej Palkovsky
+ * Copyright (c) 2006 Ondrej Palkovsky
  * All rights reserved.
  *
Index: uspace/libc/include/futex.h
===================================================================
--- uspace/libc/include/futex.h	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/include/futex.h	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2006 Jakub Jermar
+ * Copyright (c) 2006 Jakub Jermar
  * All rights reserved.
  *
Index: uspace/libc/include/io/io.h
===================================================================
--- uspace/libc/include/io/io.h	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/include/io/io.h	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2006 Josef Cejka
+ * Copyright (c) 2006 Josef Cejka
  * All rights reserved.
  *
Index: uspace/libc/include/io/printf_core.h
===================================================================
--- uspace/libc/include/io/printf_core.h	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/include/io/printf_core.h	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2006 Josef Cejka
+ * Copyright (c) 2006 Josef Cejka
  * All rights reserved.
  *
Index: uspace/libc/include/io/stream.h
===================================================================
--- uspace/libc/include/io/stream.h	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/include/io/stream.h	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2006 Jakub Vana
+ * Copyright (c) 2006 Jakub Vana
  * All rights reserved.
  *
Index: uspace/libc/include/ipc/fb.h
===================================================================
--- uspace/libc/include/ipc/fb.h	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/include/ipc/fb.h	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2006 Ondrej Palkovsky
+ * Copyright (c) 2006 Ondrej Palkovsky
  * All rights reserved.
  *
Index: uspace/libc/include/ipc/ipc.h
===================================================================
--- uspace/libc/include/ipc/ipc.h	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/include/ipc/ipc.h	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2006 Ondrej Palkovsky
+ * Copyright (c) 2006 Ondrej Palkovsky
  * All rights reserved.
  *
Index: uspace/libc/include/ipc/ns.h
===================================================================
--- uspace/libc/include/ipc/ns.h	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/include/ipc/ns.h	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2006 Ondrej Palkovsky
+ * Copyright (c) 2006 Ondrej Palkovsky
  * All rights reserved.
  *
Index: uspace/libc/include/ipc/services.h
===================================================================
--- uspace/libc/include/ipc/services.h	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/include/ipc/services.h	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2006 Jakub Jermar
+ * Copyright (c) 2006 Jakub Jermar
  * All rights reserved.
  *
Index: uspace/libc/include/libadt/fifo.h
===================================================================
--- uspace/libc/include/libadt/fifo.h	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/include/libadt/fifo.h	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2006 Jakub Jermar
+ * Copyright (c) 2006 Jakub Jermar
  * All rights reserved.
  *
Index: uspace/libc/include/libadt/hash_table.h
===================================================================
--- uspace/libc/include/libadt/hash_table.h	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/include/libadt/hash_table.h	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2006 Jakub Jermar
+ * Copyright (c) 2006 Jakub Jermar
  * All rights reserved.
  *
Index: uspace/libc/include/libadt/list.h
===================================================================
--- uspace/libc/include/libadt/list.h	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/include/libadt/list.h	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2001-2004 Jakub Jermar
+ * Copyright (c) 2001-2004 Jakub Jermar
  * All rights reserved.
  *
Index: uspace/libc/include/libc.h
===================================================================
--- uspace/libc/include/libc.h	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/include/libc.h	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2005 Martin Decky
+ * Copyright (c) 2005 Martin Decky
  * All rights reserved.
  *
Index: uspace/libc/include/limits.h
===================================================================
--- uspace/libc/include/limits.h	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/include/limits.h	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2006 Josef Cejka
+ * Copyright (c) 2006 Josef Cejka
  * All rights reserved.
  *
Index: uspace/libc/include/psthread.h
===================================================================
--- uspace/libc/include/psthread.h	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/include/psthread.h	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2006 Ondrej Palkovsky
+ * Copyright (c) 2006 Ondrej Palkovsky
  * All rights reserved.
  *
Index: uspace/libc/include/stdarg.h
===================================================================
--- uspace/libc/include/stdarg.h	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/include/stdarg.h	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2006 Josef Cejka
+ * Copyright (c) 2006 Josef Cejka
  * All rights reserved.
  *
Index: uspace/libc/include/stddef.h
===================================================================
--- uspace/libc/include/stddef.h	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/include/stddef.h	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2006 Josef Cejka
+ * Copyright (c) 2006 Josef Cejka
  * All rights reserved.
  *
Index: uspace/libc/include/stdint.h
===================================================================
--- uspace/libc/include/stdint.h	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/include/stdint.h	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2006 Josef Cejka
+ * Copyright (c) 2006 Josef Cejka
  * All rights reserved.
  *
Index: uspace/libc/include/stdio.h
===================================================================
--- uspace/libc/include/stdio.h	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/include/stdio.h	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2005 Martin Decky
+ * Copyright (c) 2005 Martin Decky
  * All rights reserved.
  *
Index: uspace/libc/include/stdlib.h
===================================================================
--- uspace/libc/include/stdlib.h	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/include/stdlib.h	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2005 Martin Decky
+ * Copyright (c) 2005 Martin Decky
  * All rights reserved.
  *
Index: uspace/libc/include/string.h
===================================================================
--- uspace/libc/include/string.h	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/include/string.h	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2005 Martin Decky
+ * Copyright (c) 2005 Martin Decky
  * All rights reserved.
  *
Index: uspace/libc/include/sys/mman.h
===================================================================
--- uspace/libc/include/sys/mman.h	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/include/sys/mman.h	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2006 Ondrej Palkovsky
+ * Copyright (c) 2006 Ondrej Palkovsky
  * All rights reserved.
  *
Index: uspace/libc/include/sys/time.h
===================================================================
--- uspace/libc/include/sys/time.h	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/include/sys/time.h	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2006 Ondrej Palkovsky
+ * Copyright (c) 2006 Ondrej Palkovsky
  * All rights reserved.
  *
Index: uspace/libc/include/sys/types.h
===================================================================
--- uspace/libc/include/sys/types.h	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/include/sys/types.h	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2006 Josef Cejka
+ * Copyright (c) 2006 Josef Cejka
  * All rights reserved.
  *
Index: uspace/libc/include/syscall.h
===================================================================
--- uspace/libc/include/syscall.h	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/include/syscall.h	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2005 Martin Decky
+ * Copyright (c) 2005 Martin Decky
  * All rights reserved.
  *
Index: uspace/libc/include/sysinfo.h
===================================================================
--- uspace/libc/include/sysinfo.h	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/include/sysinfo.h	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2006 Jakub Jermar
+ * Copyright (c) 2006 Jakub Jermar
  * All rights reserved.
  *
Index: uspace/libc/include/task.h
===================================================================
--- uspace/libc/include/task.h	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/include/task.h	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2006 Jakub Jermar
+ * Copyright (c) 2006 Jakub Jermar
  * All rights reserved.
  *
Index: uspace/libc/include/thread.h
===================================================================
--- uspace/libc/include/thread.h	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/include/thread.h	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2006 Jakub Jermar
+ * Copyright (c) 2006 Jakub Jermar
  * All rights reserved.
  *
Index: uspace/libc/include/time.h
===================================================================
--- uspace/libc/include/time.h	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/include/time.h	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2006 Ondrej Palkovsky
+ * Copyright (c) 2006 Ondrej Palkovsky
  * All rights reserved.
  *
Index: uspace/libc/include/unistd.h
===================================================================
--- uspace/libc/include/unistd.h	(revision d7baee61b7e0ef91ce4828e0e32c18c917b49a87)
+++ uspace/libc/include/unistd.h	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2005 Martin Decky
+ * Copyright (c) 2005 Martin Decky
  * All rights reserved.
  *
