Index: uspace/softfloat/Makefile
===================================================================
--- uspace/softfloat/Makefile	(revision 0166e99928c90c6d2e990c69a7aaf84a6f93c6c0)
+++ uspace/softfloat/Makefile	(revision e7b7be3ff072782e570cb6ee64b50b1625a3fd89)
@@ -1,4 +1,4 @@
 #
-# Copyright (C) 2005 Martin Decky
+# Copyright (c) 2005 Martin Decky
 # All rights reserved.
 #
Index: uspace/softfloat/arch/amd64/include/functions.h
===================================================================
--- uspace/softfloat/arch/amd64/include/functions.h	(revision 0166e99928c90c6d2e990c69a7aaf84a6f93c6c0)
+++ uspace/softfloat/arch/amd64/include/functions.h	(revision e7b7be3ff072782e570cb6ee64b50b1625a3fd89)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2006 Josef Cejka
+ * Copyright (c) 2006 Josef Cejka
  * All rights reserved.
  *
Index: uspace/softfloat/arch/ia32/include/functions.h
===================================================================
--- uspace/softfloat/arch/ia32/include/functions.h	(revision 0166e99928c90c6d2e990c69a7aaf84a6f93c6c0)
+++ uspace/softfloat/arch/ia32/include/functions.h	(revision e7b7be3ff072782e570cb6ee64b50b1625a3fd89)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2006 Josef Cejka
+ * Copyright (c) 2006 Josef Cejka
  * All rights reserved.
  *
Index: uspace/softfloat/arch/ia64/include/functions.h
===================================================================
--- uspace/softfloat/arch/ia64/include/functions.h	(revision 0166e99928c90c6d2e990c69a7aaf84a6f93c6c0)
+++ uspace/softfloat/arch/ia64/include/functions.h	(revision e7b7be3ff072782e570cb6ee64b50b1625a3fd89)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2006 Josef Cejka
+ * Copyright (c) 2006 Josef Cejka
  * All rights reserved.
  *
Index: uspace/softfloat/arch/mips32/include/functions.h
===================================================================
--- uspace/softfloat/arch/mips32/include/functions.h	(revision 0166e99928c90c6d2e990c69a7aaf84a6f93c6c0)
+++ uspace/softfloat/arch/mips32/include/functions.h	(revision e7b7be3ff072782e570cb6ee64b50b1625a3fd89)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2006 Josef Cejka
+ * Copyright (c) 2006 Josef Cejka
  * All rights reserved.
  *
Index: uspace/softfloat/arch/mips32eb/include/functions.h
===================================================================
--- uspace/softfloat/arch/mips32eb/include/functions.h	(revision 0166e99928c90c6d2e990c69a7aaf84a6f93c6c0)
+++ uspace/softfloat/arch/mips32eb/include/functions.h	(revision e7b7be3ff072782e570cb6ee64b50b1625a3fd89)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2006 Josef Cejka
+ * Copyright (c) 2006 Josef Cejka
  * All rights reserved.
  *
Index: uspace/softfloat/arch/ppc32/include/functions.h
===================================================================
--- uspace/softfloat/arch/ppc32/include/functions.h	(revision 0166e99928c90c6d2e990c69a7aaf84a6f93c6c0)
+++ uspace/softfloat/arch/ppc32/include/functions.h	(revision e7b7be3ff072782e570cb6ee64b50b1625a3fd89)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2006 Josef Cejka
+ * Copyright (c) 2006 Josef Cejka
  * All rights reserved.
  *
Index: uspace/softfloat/arch/ppc64/include/functions.h
===================================================================
--- uspace/softfloat/arch/ppc64/include/functions.h	(revision 0166e99928c90c6d2e990c69a7aaf84a6f93c6c0)
+++ uspace/softfloat/arch/ppc64/include/functions.h	(revision e7b7be3ff072782e570cb6ee64b50b1625a3fd89)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2006 Josef Cejka
+ * Copyright (c) 2006 Josef Cejka
  * All rights reserved.
  *
Index: uspace/softfloat/arch/sparc64/include/functions.h
===================================================================
--- uspace/softfloat/arch/sparc64/include/functions.h	(revision 0166e99928c90c6d2e990c69a7aaf84a6f93c6c0)
+++ uspace/softfloat/arch/sparc64/include/functions.h	(revision e7b7be3ff072782e570cb6ee64b50b1625a3fd89)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2006 Josef Cejka
+ * Copyright (c) 2006 Josef Cejka
  * All rights reserved.
  *
Index: uspace/softfloat/generic/add.c
===================================================================
--- uspace/softfloat/generic/add.c	(revision 0166e99928c90c6d2e990c69a7aaf84a6f93c6c0)
+++ uspace/softfloat/generic/add.c	(revision e7b7be3ff072782e570cb6ee64b50b1625a3fd89)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2005 Josef Cejka
+ * Copyright (c) 2005 Josef Cejka
  * All rights reserved.
  *
Index: uspace/softfloat/generic/common.c
===================================================================
--- uspace/softfloat/generic/common.c	(revision 0166e99928c90c6d2e990c69a7aaf84a6f93c6c0)
+++ uspace/softfloat/generic/common.c	(revision e7b7be3ff072782e570cb6ee64b50b1625a3fd89)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2005 Josef Cejka
+ * Copyright (c) 2005 Josef Cejka
  * All rights reserved.
  *
Index: uspace/softfloat/generic/comparison.c
===================================================================
--- uspace/softfloat/generic/comparison.c	(revision 0166e99928c90c6d2e990c69a7aaf84a6f93c6c0)
+++ uspace/softfloat/generic/comparison.c	(revision e7b7be3ff072782e570cb6ee64b50b1625a3fd89)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2005 Josef Cejka
+ * Copyright (c) 2005 Josef Cejka
  * All rights reserved.
  *
Index: uspace/softfloat/generic/conversion.c
===================================================================
--- uspace/softfloat/generic/conversion.c	(revision 0166e99928c90c6d2e990c69a7aaf84a6f93c6c0)
+++ uspace/softfloat/generic/conversion.c	(revision e7b7be3ff072782e570cb6ee64b50b1625a3fd89)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2005 Josef Cejka
+ * Copyright (c) 2005 Josef Cejka
  * All rights reserved.
  *
Index: uspace/softfloat/generic/div.c
===================================================================
--- uspace/softfloat/generic/div.c	(revision 0166e99928c90c6d2e990c69a7aaf84a6f93c6c0)
+++ uspace/softfloat/generic/div.c	(revision e7b7be3ff072782e570cb6ee64b50b1625a3fd89)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2005 Josef Cejka
+ * Copyright (c) 2005 Josef Cejka
  * All rights reserved.
  *
Index: uspace/softfloat/generic/mul.c
===================================================================
--- uspace/softfloat/generic/mul.c	(revision 0166e99928c90c6d2e990c69a7aaf84a6f93c6c0)
+++ uspace/softfloat/generic/mul.c	(revision e7b7be3ff072782e570cb6ee64b50b1625a3fd89)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2005 Josef Cejka
+ * Copyright (c) 2005 Josef Cejka
  * All rights reserved.
  *
Index: uspace/softfloat/generic/other.c
===================================================================
--- uspace/softfloat/generic/other.c	(revision 0166e99928c90c6d2e990c69a7aaf84a6f93c6c0)
+++ uspace/softfloat/generic/other.c	(revision e7b7be3ff072782e570cb6ee64b50b1625a3fd89)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2005 Josef Cejka
+ * Copyright (c) 2005 Josef Cejka
  * All rights reserved.
  *
Index: uspace/softfloat/generic/softfloat.c
===================================================================
--- uspace/softfloat/generic/softfloat.c	(revision 0166e99928c90c6d2e990c69a7aaf84a6f93c6c0)
+++ uspace/softfloat/generic/softfloat.c	(revision e7b7be3ff072782e570cb6ee64b50b1625a3fd89)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2005 Josef Cejka
+ * Copyright (c) 2005 Josef Cejka
  * All rights reserved.
  *
Index: uspace/softfloat/generic/sub.c
===================================================================
--- uspace/softfloat/generic/sub.c	(revision 0166e99928c90c6d2e990c69a7aaf84a6f93c6c0)
+++ uspace/softfloat/generic/sub.c	(revision e7b7be3ff072782e570cb6ee64b50b1625a3fd89)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2005 Josef Cejka
+ * Copyright (c) 2005 Josef Cejka
  * All rights reserved.
  *
Index: uspace/softfloat/include/add.h
===================================================================
--- uspace/softfloat/include/add.h	(revision 0166e99928c90c6d2e990c69a7aaf84a6f93c6c0)
+++ uspace/softfloat/include/add.h	(revision e7b7be3ff072782e570cb6ee64b50b1625a3fd89)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2005 Josef Cejka
+ * Copyright (c) 2005 Josef Cejka
  * All rights reserved.
  *
Index: uspace/softfloat/include/common.h
===================================================================
--- uspace/softfloat/include/common.h	(revision 0166e99928c90c6d2e990c69a7aaf84a6f93c6c0)
+++ uspace/softfloat/include/common.h	(revision e7b7be3ff072782e570cb6ee64b50b1625a3fd89)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2005 Josef Cejka
+ * Copyright (c) 2005 Josef Cejka
  * All rights reserved.
  *
Index: uspace/softfloat/include/comparison.h
===================================================================
--- uspace/softfloat/include/comparison.h	(revision 0166e99928c90c6d2e990c69a7aaf84a6f93c6c0)
+++ uspace/softfloat/include/comparison.h	(revision e7b7be3ff072782e570cb6ee64b50b1625a3fd89)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2005 Josef Cejka
+ * Copyright (c) 2005 Josef Cejka
  * All rights reserved.
  *
Index: uspace/softfloat/include/conversion.h
===================================================================
--- uspace/softfloat/include/conversion.h	(revision 0166e99928c90c6d2e990c69a7aaf84a6f93c6c0)
+++ uspace/softfloat/include/conversion.h	(revision e7b7be3ff072782e570cb6ee64b50b1625a3fd89)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2005 Josef Cejka
+ * Copyright (c) 2005 Josef Cejka
  * All rights reserved.
  *
Index: uspace/softfloat/include/div.h
===================================================================
--- uspace/softfloat/include/div.h	(revision 0166e99928c90c6d2e990c69a7aaf84a6f93c6c0)
+++ uspace/softfloat/include/div.h	(revision e7b7be3ff072782e570cb6ee64b50b1625a3fd89)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2005 Josef Cejka
+ * Copyright (c) 2005 Josef Cejka
  * All rights reserved.
  *
Index: uspace/softfloat/include/mul.h
===================================================================
--- uspace/softfloat/include/mul.h	(revision 0166e99928c90c6d2e990c69a7aaf84a6f93c6c0)
+++ uspace/softfloat/include/mul.h	(revision e7b7be3ff072782e570cb6ee64b50b1625a3fd89)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2005 Josef Cejka
+ * Copyright (c) 2005 Josef Cejka
  * All rights reserved.
  *
Index: uspace/softfloat/include/other.h
===================================================================
--- uspace/softfloat/include/other.h	(revision 0166e99928c90c6d2e990c69a7aaf84a6f93c6c0)
+++ uspace/softfloat/include/other.h	(revision e7b7be3ff072782e570cb6ee64b50b1625a3fd89)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2005 Josef Cejka
+ * Copyright (c) 2005 Josef Cejka
  * All rights reserved.
  *
Index: uspace/softfloat/include/sftypes.h
===================================================================
--- uspace/softfloat/include/sftypes.h	(revision 0166e99928c90c6d2e990c69a7aaf84a6f93c6c0)
+++ uspace/softfloat/include/sftypes.h	(revision e7b7be3ff072782e570cb6ee64b50b1625a3fd89)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2005 Josef Cejka
+ * Copyright (c) 2005 Josef Cejka
  * All rights reserved.
  *
Index: uspace/softfloat/include/softfloat.h
===================================================================
--- uspace/softfloat/include/softfloat.h	(revision 0166e99928c90c6d2e990c69a7aaf84a6f93c6c0)
+++ uspace/softfloat/include/softfloat.h	(revision e7b7be3ff072782e570cb6ee64b50b1625a3fd89)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2005 Josef Cejka
+ * Copyright (c) 2005 Josef Cejka
  * All rights reserved.
  *
Index: uspace/softfloat/include/sub.h
===================================================================
--- uspace/softfloat/include/sub.h	(revision 0166e99928c90c6d2e990c69a7aaf84a6f93c6c0)
+++ uspace/softfloat/include/sub.h	(revision e7b7be3ff072782e570cb6ee64b50b1625a3fd89)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2005 Josef Cejka
+ * Copyright (c) 2005 Josef Cejka
  * All rights reserved.
  *
