From: Jack Lange Date: Fri, 26 Sep 2008 03:14:03 +0000 (-0500) Subject: one of these days I'll commit without breaking the build... X-Git-Tag: 1.0~3^2~27 X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=commitdiff_plain;h=86d4afa4bb4bb68cb4a65d562c0bdcbdb71c201a one of these days I'll commit without breaking the build... --- diff --git a/palacios/include/palacios/vmm_list.h b/palacios/include/palacios/vmm_list.h index 95da489..9bcf7f8 100644 --- a/palacios/include/palacios/vmm_list.h +++ b/palacios/include/palacios/vmm_list.h @@ -1,4 +1,4 @@ -/* Stolen From Linux list implementation*/ +/* Stolen From Linux list implementation */ /* Modifications by Jack Lange */ /* (c) 2008, Jack Lange */ /* (c) 2008, The V3VEE Project */ diff --git a/palacios/include/palacios/vmm_string.h b/palacios/include/palacios/vmm_string.h index 1f33de1..ccf21a0 100644 --- a/palacios/include/palacios/vmm_string.h +++ b/palacios/include/palacios/vmm_string.h @@ -1,8 +1,8 @@ /* * String library * Copyright (c) 2001,2004 David H. Hovemeyer -/* (c) 2008, Jack Lange */ -/* (c) 2008, Lei Xia */ -/* (c) 2008, The V3VEE Project */ + * (c) 2008, Jack Lange + * (c) 2008, Lei Xia + * (c) 2008, The V3VEE Project * $Revision: 1.2 $ * * This is free software. You are permitted to use, diff --git a/palacios/src/geekos/socket.c b/palacios/src/geekos/socket.c index 0d6fd37..63b3ce1 100644 --- a/palacios/src/geekos/socket.c +++ b/palacios/src/geekos/socket.c @@ -1,5 +1,5 @@ /* (c) 2008, Jack Lange */ -/* (c) 2008, Lei Xia +/* (c) 2008, Lei Xia */ /* (c) 2008, The V3VEE Project */ #include