Index: boot/Makefile
===================================================================
--- boot/Makefile	(revision 771cd22b02d9fec4d7d601d12b2979a07abb50db)
+++ boot/Makefile	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 #
-# Copyright (C) 2006 Martin Decky
+# Copyright (c) 2006 Martin Decky
 # All rights reserved.
 #
Index: boot/arch/amd64/Makefile.inc
===================================================================
--- boot/arch/amd64/Makefile.inc	(revision 771cd22b02d9fec4d7d601d12b2979a07abb50db)
+++ boot/arch/amd64/Makefile.inc	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 #
-# Copyright (C) 2006 Martin Decky
+# Copyright (c) 2006 Martin Decky
 # All rights reserved.
 #
Index: boot/arch/ia32/Makefile.inc
===================================================================
--- boot/arch/ia32/Makefile.inc	(revision 771cd22b02d9fec4d7d601d12b2979a07abb50db)
+++ boot/arch/ia32/Makefile.inc	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 #
-# Copyright (C) 2006 Martin Decky
+# Copyright (c) 2006 Martin Decky
 # All rights reserved.
 #
Index: boot/arch/ia32xen/Makefile.inc
===================================================================
--- boot/arch/ia32xen/Makefile.inc	(revision 771cd22b02d9fec4d7d601d12b2979a07abb50db)
+++ boot/arch/ia32xen/Makefile.inc	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 #
-# Copyright (C) 2006 Martin Decky
+# Copyright (c) 2006 Martin Decky
 # All rights reserved.
 #
Index: boot/arch/ia64/Makefile.inc
===================================================================
--- boot/arch/ia64/Makefile.inc	(revision 771cd22b02d9fec4d7d601d12b2979a07abb50db)
+++ boot/arch/ia64/Makefile.inc	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 #
-# Copyright (C) 2006 Martin Decky
+# Copyright (c) 2006 Martin Decky
 # All rights reserved.
 #
Index: boot/arch/mips32/Makefile.inc
===================================================================
--- boot/arch/mips32/Makefile.inc	(revision 771cd22b02d9fec4d7d601d12b2979a07abb50db)
+++ boot/arch/mips32/Makefile.inc	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 #
-# Copyright (C) 2006 Martin Decky
+# Copyright (c) 2006 Martin Decky
 # All rights reserved.
 #
Index: boot/arch/mips32/loader/Makefile
===================================================================
--- boot/arch/mips32/loader/Makefile	(revision 771cd22b02d9fec4d7d601d12b2979a07abb50db)
+++ boot/arch/mips32/loader/Makefile	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 #
-# Copyright (C) 2006 Martin Decky
+# Copyright (c) 2006 Martin Decky
 # All rights reserved.
 #
Index: boot/arch/mips32/loader/asm.S
===================================================================
--- boot/arch/mips32/loader/asm.S	(revision 771cd22b02d9fec4d7d601d12b2979a07abb50db)
+++ boot/arch/mips32/loader/asm.S	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 #
-# Copyright (C) 2006 Martin Decky
+# Copyright (c) 2006 Martin Decky
 # All rights reserved.
 #
Index: boot/arch/mips32/loader/asm.h
===================================================================
--- boot/arch/mips32/loader/asm.h	(revision 771cd22b02d9fec4d7d601d12b2979a07abb50db)
+++ boot/arch/mips32/loader/asm.h	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2006 Martin Decky
+ * Copyright (c) 2006 Martin Decky
  * All rights reserved.
  *
Index: boot/arch/mips32/loader/boot.S
===================================================================
--- boot/arch/mips32/loader/boot.S	(revision 771cd22b02d9fec4d7d601d12b2979a07abb50db)
+++ boot/arch/mips32/loader/boot.S	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 #
-# Copyright (C) 2006 Martin Decky
+# Copyright (c) 2006 Martin Decky
 # All rights reserved.
 #
Index: boot/arch/mips32/loader/main.c
===================================================================
--- boot/arch/mips32/loader/main.c	(revision 771cd22b02d9fec4d7d601d12b2979a07abb50db)
+++ boot/arch/mips32/loader/main.c	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2005 Martin Decky
+ * Copyright (c) 2005 Martin Decky
  * All rights reserved.
  *
@@ -52,5 +52,5 @@
 static void version_print(void)
 {
-	printf("HelenOS MIPS32 Bootloader\nRelease %s%s%s\nCopyright (C) 2006 HelenOS project\n", release, revision, timestamp);
+	printf("HelenOS MIPS32 Bootloader\nRelease %s%s%s\nCopyright (c) 2006 HelenOS project\n", release, revision, timestamp);
 }
 
Index: boot/arch/mips32/loader/main.h
===================================================================
--- boot/arch/mips32/loader/main.h	(revision 771cd22b02d9fec4d7d601d12b2979a07abb50db)
+++ boot/arch/mips32/loader/main.h	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2005 Martin Decky
+ * Copyright (c) 2005 Martin Decky
  * All rights reserved.
  *
Index: boot/arch/mips32/loader/msim.c
===================================================================
--- boot/arch/mips32/loader/msim.c	(revision 771cd22b02d9fec4d7d601d12b2979a07abb50db)
+++ boot/arch/mips32/loader/msim.c	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2006 Martin Decky
+ * Copyright (c) 2006 Martin Decky
  * All rights reserved.
  *
Index: boot/arch/mips32/loader/msim.h
===================================================================
--- boot/arch/mips32/loader/msim.h	(revision 771cd22b02d9fec4d7d601d12b2979a07abb50db)
+++ boot/arch/mips32/loader/msim.h	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2006 Martin Decky
+ * Copyright (c) 2006 Martin Decky
  * All rights reserved.
  *
Index: boot/arch/mips32/loader/regname.h
===================================================================
--- boot/arch/mips32/loader/regname.h	(revision 771cd22b02d9fec4d7d601d12b2979a07abb50db)
+++ boot/arch/mips32/loader/regname.h	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2005 Ondrej Palkovsky
+ * Copyright (c) 2005 Ondrej Palkovsky
  * All rights reserved.
  *
Index: boot/arch/mips32/loader/types.h
===================================================================
--- boot/arch/mips32/loader/types.h	(revision 771cd22b02d9fec4d7d601d12b2979a07abb50db)
+++ boot/arch/mips32/loader/types.h	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2006 Martin Decky
+ * Copyright (c) 2006 Martin Decky
  * All rights reserved.
  *
Index: boot/arch/ppc32/Makefile.inc
===================================================================
--- boot/arch/ppc32/Makefile.inc	(revision 771cd22b02d9fec4d7d601d12b2979a07abb50db)
+++ boot/arch/ppc32/Makefile.inc	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 #
-# Copyright (C) 2006 Martin Decky
+# Copyright (c) 2006 Martin Decky
 # All rights reserved.
 #
Index: boot/arch/ppc32/loader/Makefile
===================================================================
--- boot/arch/ppc32/loader/Makefile	(revision 771cd22b02d9fec4d7d601d12b2979a07abb50db)
+++ boot/arch/ppc32/loader/Makefile	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 #
-# Copyright (C) 2006 Martin Decky
+# Copyright (c) 2006 Martin Decky
 # All rights reserved.
 #
Index: boot/arch/ppc32/loader/asm.S
===================================================================
--- boot/arch/ppc32/loader/asm.S	(revision 771cd22b02d9fec4d7d601d12b2979a07abb50db)
+++ boot/arch/ppc32/loader/asm.S	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 #
-# Copyright (C) 2006 Martin Decky
+# Copyright (c) 2006 Martin Decky
 # All rights reserved.
 #
Index: boot/arch/ppc32/loader/asm.h
===================================================================
--- boot/arch/ppc32/loader/asm.h	(revision 771cd22b02d9fec4d7d601d12b2979a07abb50db)
+++ boot/arch/ppc32/loader/asm.h	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2006 Martin Decky
+ * Copyright (c) 2006 Martin Decky
  * All rights reserved.
  *
Index: boot/arch/ppc32/loader/boot.S
===================================================================
--- boot/arch/ppc32/loader/boot.S	(revision 771cd22b02d9fec4d7d601d12b2979a07abb50db)
+++ boot/arch/ppc32/loader/boot.S	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 #
-# Copyright (C) 2006 Martin Decky
+# Copyright (c) 2006 Martin Decky
 # All rights reserved.
 #
Index: boot/arch/ppc32/loader/main.c
===================================================================
--- boot/arch/ppc32/loader/main.c	(revision 771cd22b02d9fec4d7d601d12b2979a07abb50db)
+++ boot/arch/ppc32/loader/main.c	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2005 Martin Decky
+ * Copyright (c) 2005 Martin Decky
  * All rights reserved.
  *
@@ -90,5 +90,5 @@
 static void version_print(void)
 {
-	printf("HelenOS PPC32 Bootloader\nRelease %s%s%s\nCopyright (C) 2006 HelenOS project\n", release, revision, timestamp);
+	printf("HelenOS PPC32 Bootloader\nRelease %s%s%s\nCopyright (c) 2006 HelenOS project\n", release, revision, timestamp);
 }
 
Index: boot/arch/ppc32/loader/main.h
===================================================================
--- boot/arch/ppc32/loader/main.h	(revision 771cd22b02d9fec4d7d601d12b2979a07abb50db)
+++ boot/arch/ppc32/loader/main.h	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2005 Martin Decky
+ * Copyright (c) 2005 Martin Decky
  * All rights reserved.
  *
Index: boot/arch/ppc32/loader/ofwarch.c
===================================================================
--- boot/arch/ppc32/loader/ofwarch.c	(revision 771cd22b02d9fec4d7d601d12b2979a07abb50db)
+++ boot/arch/ppc32/loader/ofwarch.c	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2005 Martin Decky
+ * Copyright (c) 2005 Martin Decky
  * All rights reserved.
  *
Index: boot/arch/ppc32/loader/ofwarch.h
===================================================================
--- boot/arch/ppc32/loader/ofwarch.h	(revision 771cd22b02d9fec4d7d601d12b2979a07abb50db)
+++ boot/arch/ppc32/loader/ofwarch.h	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2006 Jakub Jermar
+ * Copyright (c) 2006 Jakub Jermar
  * All rights reserved.
  *
Index: boot/arch/ppc32/loader/regname.h
===================================================================
--- boot/arch/ppc32/loader/regname.h	(revision 771cd22b02d9fec4d7d601d12b2979a07abb50db)
+++ boot/arch/ppc32/loader/regname.h	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2005 Martin Decky
+ * Copyright (c) 2005 Martin Decky
  * All rights reserved.
  *
Index: boot/arch/ppc32/loader/types.h
===================================================================
--- boot/arch/ppc32/loader/types.h	(revision 771cd22b02d9fec4d7d601d12b2979a07abb50db)
+++ boot/arch/ppc32/loader/types.h	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2006 Martin Decky
+ * Copyright (c) 2006 Martin Decky
  * All rights reserved.
  *
Index: boot/arch/ppc64/Makefile.inc
===================================================================
--- boot/arch/ppc64/Makefile.inc	(revision 771cd22b02d9fec4d7d601d12b2979a07abb50db)
+++ boot/arch/ppc64/Makefile.inc	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 #
-# Copyright (C) 2006 Martin Decky
+# Copyright (c) 2006 Martin Decky
 # All rights reserved.
 #
Index: boot/arch/ppc64/loader/Makefile
===================================================================
--- boot/arch/ppc64/loader/Makefile	(revision 771cd22b02d9fec4d7d601d12b2979a07abb50db)
+++ boot/arch/ppc64/loader/Makefile	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 #
-# Copyright (C) 2006 Martin Decky
+# Copyright (c) 2006 Martin Decky
 # All rights reserved.
 #
Index: boot/arch/ppc64/loader/asm.S
===================================================================
--- boot/arch/ppc64/loader/asm.S	(revision 771cd22b02d9fec4d7d601d12b2979a07abb50db)
+++ boot/arch/ppc64/loader/asm.S	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 #
-# Copyright (C) 2006 Martin Decky
+# Copyright (c) 2006 Martin Decky
 # All rights reserved.
 #
Index: boot/arch/ppc64/loader/asm.h
===================================================================
--- boot/arch/ppc64/loader/asm.h	(revision 771cd22b02d9fec4d7d601d12b2979a07abb50db)
+++ boot/arch/ppc64/loader/asm.h	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2006 Martin Decky
+ * Copyright (c) 2006 Martin Decky
  * All rights reserved.
  *
Index: boot/arch/ppc64/loader/boot.S
===================================================================
--- boot/arch/ppc64/loader/boot.S	(revision 771cd22b02d9fec4d7d601d12b2979a07abb50db)
+++ boot/arch/ppc64/loader/boot.S	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 #
-# Copyright (C) 2006 Martin Decky
+# Copyright (c) 2006 Martin Decky
 # All rights reserved.
 #
Index: boot/arch/ppc64/loader/main.c
===================================================================
--- boot/arch/ppc64/loader/main.c	(revision 771cd22b02d9fec4d7d601d12b2979a07abb50db)
+++ boot/arch/ppc64/loader/main.c	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2005 Martin Decky
+ * Copyright (c) 2005 Martin Decky
  * All rights reserved.
  *
@@ -90,5 +90,5 @@
 static void version_print(void)
 {
-	printf("HelenOS PPC64 Bootloader\nRelease %s%s%s\nCopyright (C) 2006 HelenOS project\n", release, revision, timestamp);
+	printf("HelenOS PPC64 Bootloader\nRelease %s%s%s\nCopyright (c) 2006 HelenOS project\n", release, revision, timestamp);
 }
 
Index: boot/arch/ppc64/loader/main.h
===================================================================
--- boot/arch/ppc64/loader/main.h	(revision 771cd22b02d9fec4d7d601d12b2979a07abb50db)
+++ boot/arch/ppc64/loader/main.h	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2005 Martin Decky
+ * Copyright (c) 2005 Martin Decky
  * All rights reserved.
  *
Index: boot/arch/ppc64/loader/ofwarch.c
===================================================================
--- boot/arch/ppc64/loader/ofwarch.c	(revision 771cd22b02d9fec4d7d601d12b2979a07abb50db)
+++ boot/arch/ppc64/loader/ofwarch.c	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2005 Martin Decky
+ * Copyright (c) 2005 Martin Decky
  * All rights reserved.
  *
Index: boot/arch/ppc64/loader/ofwarch.h
===================================================================
--- boot/arch/ppc64/loader/ofwarch.h	(revision 771cd22b02d9fec4d7d601d12b2979a07abb50db)
+++ boot/arch/ppc64/loader/ofwarch.h	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2006 Jakub Jermar
+ * Copyright (c) 2006 Jakub Jermar
  * All rights reserved.
  *
Index: boot/arch/ppc64/loader/regname.h
===================================================================
--- boot/arch/ppc64/loader/regname.h	(revision 771cd22b02d9fec4d7d601d12b2979a07abb50db)
+++ boot/arch/ppc64/loader/regname.h	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2005 Martin Decky
+ * Copyright (c) 2005 Martin Decky
  * All rights reserved.
  *
Index: boot/arch/ppc64/loader/types.h
===================================================================
--- boot/arch/ppc64/loader/types.h	(revision 771cd22b02d9fec4d7d601d12b2979a07abb50db)
+++ boot/arch/ppc64/loader/types.h	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2006 Martin Decky
+ * Copyright (c) 2006 Martin Decky
  * All rights reserved.
  *
Index: boot/arch/sparc64/Makefile.inc
===================================================================
--- boot/arch/sparc64/Makefile.inc	(revision 771cd22b02d9fec4d7d601d12b2979a07abb50db)
+++ boot/arch/sparc64/Makefile.inc	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 #
-# Copyright (C) 2006 Martin Decky
+# Copyright (c) 2006 Martin Decky
 # All rights reserved.
 #
Index: boot/arch/sparc64/loader/Makefile
===================================================================
--- boot/arch/sparc64/loader/Makefile	(revision 771cd22b02d9fec4d7d601d12b2979a07abb50db)
+++ boot/arch/sparc64/loader/Makefile	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 #
-# Copyright (C) 2006 Martin Decky
+# Copyright (c) 2006 Martin Decky
 # All rights reserved.
 #
Index: boot/arch/sparc64/loader/asm.S
===================================================================
--- boot/arch/sparc64/loader/asm.S	(revision 771cd22b02d9fec4d7d601d12b2979a07abb50db)
+++ boot/arch/sparc64/loader/asm.S	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2006 Martin Decky
-# Copyright (C) 2006 Jakub Jermar 
+# Copyright (c) 2006 Martin Decky
+# Copyright (c) 2006 Jakub Jermar 
 # All rights reserved.
 #
Index: boot/arch/sparc64/loader/asm.h
===================================================================
--- boot/arch/sparc64/loader/asm.h	(revision 771cd22b02d9fec4d7d601d12b2979a07abb50db)
+++ boot/arch/sparc64/loader/asm.h	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006 Martin Decky
- * Copyright (C) 2006 Jakub Jermar 
+ * Copyright (c) 2006 Martin Decky
+ * Copyright (c) 2006 Jakub Jermar 
  * All rights reserved.
  *
Index: boot/arch/sparc64/loader/boot.S
===================================================================
--- boot/arch/sparc64/loader/boot.S	(revision 771cd22b02d9fec4d7d601d12b2979a07abb50db)
+++ boot/arch/sparc64/loader/boot.S	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2006 Martin Decky
-# Copyright (C) 2006 Jakub Jermar
+# Copyright (c) 2006 Martin Decky
+# Copyright (c) 2006 Jakub Jermar
 # All rights reserved.
 #
Index: boot/arch/sparc64/loader/main.c
===================================================================
--- boot/arch/sparc64/loader/main.c	(revision 771cd22b02d9fec4d7d601d12b2979a07abb50db)
+++ boot/arch/sparc64/loader/main.c	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005 Martin Decky
- * Copyright (C) 2006 Jakub Jermar 
+ * Copyright (c) 2005 Martin Decky
+ * Copyright (c) 2006 Jakub Jermar 
  * All rights reserved.
  *
@@ -58,5 +58,5 @@
 static void version_print(void)
 {
-	printf("HelenOS SPARC64 Bootloader\nRelease %s%s%s\nCopyright (C) 2006 HelenOS project\n", release, revision, timestamp);
+	printf("HelenOS SPARC64 Bootloader\nRelease %s%s%s\nCopyright (c) 2006 HelenOS project\n", release, revision, timestamp);
 }
 
Index: boot/arch/sparc64/loader/main.h
===================================================================
--- boot/arch/sparc64/loader/main.h	(revision 771cd22b02d9fec4d7d601d12b2979a07abb50db)
+++ boot/arch/sparc64/loader/main.h	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2005 Martin Decky
+ * Copyright (c) 2005 Martin Decky
  * All rights reserved.
  *
Index: boot/arch/sparc64/loader/ofwarch.c
===================================================================
--- boot/arch/sparc64/loader/ofwarch.c	(revision 771cd22b02d9fec4d7d601d12b2979a07abb50db)
+++ boot/arch/sparc64/loader/ofwarch.c	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005 Martin Decky
- * Copyright (C) 2006 Jakub Jermar
+ * Copyright (c) 2005 Martin Decky
+ * Copyright (c) 2006 Jakub Jermar
  * All rights reserved.
  *
Index: boot/arch/sparc64/loader/ofwarch.h
===================================================================
--- boot/arch/sparc64/loader/ofwarch.h	(revision 771cd22b02d9fec4d7d601d12b2979a07abb50db)
+++ boot/arch/sparc64/loader/ofwarch.h	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2006 Jakub Jermar
+ * Copyright (c) 2006 Jakub Jermar
  * All rights reserved.
  *
Index: boot/arch/sparc64/loader/register.h
===================================================================
--- boot/arch/sparc64/loader/register.h	(revision 771cd22b02d9fec4d7d601d12b2979a07abb50db)
+++ boot/arch/sparc64/loader/register.h	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2006 Jakub Jermar
+ * Copyright (c) 2006 Jakub Jermar
  * All rights reserved.
  *
Index: boot/arch/sparc64/loader/stack.h
===================================================================
--- boot/arch/sparc64/loader/stack.h	(revision 771cd22b02d9fec4d7d601d12b2979a07abb50db)
+++ boot/arch/sparc64/loader/stack.h	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2006 Jakub Jermar
+ * Copyright (c) 2006 Jakub Jermar
  * All rights reserved.
  *
Index: boot/arch/sparc64/loader/types.h
===================================================================
--- boot/arch/sparc64/loader/types.h	(revision 771cd22b02d9fec4d7d601d12b2979a07abb50db)
+++ boot/arch/sparc64/loader/types.h	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2006 Martin Decky
+ * Copyright (c) 2006 Martin Decky
  * All rights reserved.
  *
Index: boot/genarch/balloc.c
===================================================================
--- boot/genarch/balloc.c	(revision 771cd22b02d9fec4d7d601d12b2979a07abb50db)
+++ boot/genarch/balloc.c	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2006 Jakub Jermar
+ * Copyright (c) 2006 Jakub Jermar
  * All rights reserved.
  *
Index: boot/genarch/balloc.h
===================================================================
--- boot/genarch/balloc.h	(revision 771cd22b02d9fec4d7d601d12b2979a07abb50db)
+++ boot/genarch/balloc.h	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2006 Jakub Jermar
+ * Copyright (c) 2006 Jakub Jermar
  * All rights reserved.
  *
Index: boot/genarch/ofw.c
===================================================================
--- boot/genarch/ofw.c	(revision 771cd22b02d9fec4d7d601d12b2979a07abb50db)
+++ boot/genarch/ofw.c	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2005 Martin Decky
+ * Copyright (c) 2005 Martin Decky
  * All rights reserved.
  *
Index: boot/genarch/ofw.h
===================================================================
--- boot/genarch/ofw.h	(revision 771cd22b02d9fec4d7d601d12b2979a07abb50db)
+++ boot/genarch/ofw.h	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2005 Martin Decky
+ * Copyright (c) 2005 Martin Decky
  * All rights reserved.
  *
Index: boot/genarch/ofw_tree.c
===================================================================
--- boot/genarch/ofw_tree.c	(revision 771cd22b02d9fec4d7d601d12b2979a07abb50db)
+++ boot/genarch/ofw_tree.c	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2006 Jakub Jermar
+ * Copyright (c) 2006 Jakub Jermar
  * All rights reserved.
  *
Index: boot/genarch/ofw_tree.h
===================================================================
--- boot/genarch/ofw_tree.h	(revision 771cd22b02d9fec4d7d601d12b2979a07abb50db)
+++ boot/genarch/ofw_tree.h	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2006 Jakub Jermar
+ * Copyright (c) 2006 Jakub Jermar
  * All rights reserved.
  *
Index: boot/generic/align.h
===================================================================
--- boot/generic/align.h	(revision 771cd22b02d9fec4d7d601d12b2979a07abb50db)
+++ boot/generic/align.h	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2006 Jakub Jermar
+ * Copyright (c) 2006 Jakub Jermar
  * All rights reserved.
  *
Index: boot/generic/gentypes.h
===================================================================
--- boot/generic/gentypes.h	(revision 771cd22b02d9fec4d7d601d12b2979a07abb50db)
+++ boot/generic/gentypes.h	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2006 Martin Decky
+ * Copyright (c) 2006 Martin Decky
  * All rights reserved.
  *
Index: boot/generic/printf.c
===================================================================
--- boot/generic/printf.c	(revision 771cd22b02d9fec4d7d601d12b2979a07abb50db)
+++ boot/generic/printf.c	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2006 Martin Decky
+ * Copyright (c) 2006 Martin Decky
  * All rights reserved.
  *
Index: boot/generic/printf.h
===================================================================
--- boot/generic/printf.h	(revision 771cd22b02d9fec4d7d601d12b2979a07abb50db)
+++ boot/generic/printf.h	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2006 Martin Decky
+ * Copyright (c) 2006 Martin Decky
  * All rights reserved.
  *
Index: boot/generic/stdarg.h
===================================================================
--- boot/generic/stdarg.h	(revision 771cd22b02d9fec4d7d601d12b2979a07abb50db)
+++ boot/generic/stdarg.h	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2006 Martin Decky
+ * Copyright (c) 2006 Martin Decky
  * All rights reserved.
  *
Index: boot/generic/string.c
===================================================================
--- boot/generic/string.c	(revision 771cd22b02d9fec4d7d601d12b2979a07abb50db)
+++ boot/generic/string.c	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2001-2004 Jakub Jermar
+ * Copyright (c) 2001-2004 Jakub Jermar
  * All rights reserved.
  *
Index: boot/generic/string.h
===================================================================
--- boot/generic/string.h	(revision 771cd22b02d9fec4d7d601d12b2979a07abb50db)
+++ boot/generic/string.h	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2001-2004 Jakub Jermar
+ * Copyright (c) 2001-2004 Jakub Jermar
  * All rights reserved.
  *
Index: boot/tools/ppc32/font-8x16.c
===================================================================
--- boot/tools/ppc32/font-8x16.c	(revision 771cd22b02d9fec4d7d601d12b2979a07abb50db)
+++ boot/tools/ppc32/font-8x16.c	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2005 Martin Decky
+ * Copyright (c) 2005 Martin Decky
  * All rights reserved.
  *
Index: boot/tools/ppc32/font-8x16.h
===================================================================
--- boot/tools/ppc32/font-8x16.h	(revision 771cd22b02d9fec4d7d601d12b2979a07abb50db)
+++ boot/tools/ppc32/font-8x16.h	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
@@ -1,4 +1,4 @@
 /*
- * Copyright (C) 2005 Martin Decky
+ * Copyright (c) 2005 Martin Decky
  * All rights reserved.
  *
