From 9aed025e4a138b1e6e1de956313e16acfb22a2a6 Mon Sep 17 00:00:00 2001 From: Scott McCreary Date: Wed, 3 Nov 2010 22:04:50 +0000 Subject: [PATCH] Updated posix headers to remove commas from copyright line, to match the preferred coding guidelines. Cleaned up some header style violations, making sure there are two blank lines after the header guards. This fixes the bsd header part of #2191. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39291 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/compatibility/bsd/errno.h | 2 +- headers/compatibility/bsd/pty.h | 3 ++- headers/compatibility/bsd/signal.h | 2 +- headers/compatibility/bsd/stdio.h | 2 +- headers/compatibility/bsd/stdlib.h | 2 +- headers/compatibility/bsd/string.h | 2 +- headers/compatibility/bsd/sys/cdefs.h | 2 +- headers/compatibility/bsd/sys/param.h | 2 +- headers/compatibility/bsd/sys/wait.h | 2 +- headers/compatibility/bsd/time.h | 2 +- headers/compatibility/bsd/unistd.h | 2 +- 11 files changed, 12 insertions(+), 11 deletions(-) diff --git a/headers/compatibility/bsd/errno.h b/headers/compatibility/bsd/errno.h index afdbb0138d..99d415ad65 100644 --- a/headers/compatibility/bsd/errno.h +++ b/headers/compatibility/bsd/errno.h @@ -1,5 +1,5 @@ /* - * Copyright 2008, Haiku, Inc. All Rights Reserved. + * Copyright 2008-2010 Haiku Inc. All Rights Reserved. * Distributed under the terms of the MIT License. */ #ifndef _BSD_ERRNO_H_ diff --git a/headers/compatibility/bsd/pty.h b/headers/compatibility/bsd/pty.h index 7fc8066969..441cecdbbd 100644 --- a/headers/compatibility/bsd/pty.h +++ b/headers/compatibility/bsd/pty.h @@ -1,10 +1,11 @@ /* - * Copyright 2008-2010, Haiku, Inc. All Rights Reserved. + * Copyright 2008-2010 Haiku Inc. All Rights Reserved. * Distributed under the terms of the MIT License. */ #ifndef _BSD_PTY_H_ #define _BSD_PTY_H_ + #include #include diff --git a/headers/compatibility/bsd/signal.h b/headers/compatibility/bsd/signal.h index ccd54cffb6..7337ea38dc 100644 --- a/headers/compatibility/bsd/signal.h +++ b/headers/compatibility/bsd/signal.h @@ -1,5 +1,5 @@ /* - * Copyright 2006-2008, Haiku, Inc. All Rights Reserved. + * Copyright 2006-2010 Haiku Inc. All Rights Reserved. * Distributed under the terms of the MIT License. */ #ifndef _BSD_SIGNAL_H_ diff --git a/headers/compatibility/bsd/stdio.h b/headers/compatibility/bsd/stdio.h index e6255c6f3e..7a48b0f707 100644 --- a/headers/compatibility/bsd/stdio.h +++ b/headers/compatibility/bsd/stdio.h @@ -1,5 +1,5 @@ /* - * Copyright 2006, Haiku, Inc. All Rights Reserved. + * Copyright 2006-2010 Haiku Inc. All Rights Reserved. * Distributed under the terms of the MIT License. */ #ifndef _BSD_STDIO_H_ diff --git a/headers/compatibility/bsd/stdlib.h b/headers/compatibility/bsd/stdlib.h index 4d2410ba63..f06312605d 100644 --- a/headers/compatibility/bsd/stdlib.h +++ b/headers/compatibility/bsd/stdlib.h @@ -1,5 +1,5 @@ /* - * Copyright 2006-2007, Haiku, Inc. All Rights Reserved. + * Copyright 2006-2010 Haiku Inc. All Rights Reserved. * Distributed under the terms of the MIT License. */ #ifndef _BSD_STDLIB_H_ diff --git a/headers/compatibility/bsd/string.h b/headers/compatibility/bsd/string.h index 01707f73ca..dd508b9150 100644 --- a/headers/compatibility/bsd/string.h +++ b/headers/compatibility/bsd/string.h @@ -1,5 +1,5 @@ /* - * Copyright 2009, Haiku, Inc. All Rights Reserved. + * Copyright 2009-2010 Haiku Inc. All Rights Reserved. * Distributed under the terms of the MIT License. */ #ifndef _BSD_STRING_H_ diff --git a/headers/compatibility/bsd/sys/cdefs.h b/headers/compatibility/bsd/sys/cdefs.h index c732632040..739f2b5e4b 100644 --- a/headers/compatibility/bsd/sys/cdefs.h +++ b/headers/compatibility/bsd/sys/cdefs.h @@ -1,5 +1,5 @@ /* - * Copyright 2006, Haiku, Inc. All Rights Reserved. + * Copyright 2006-2010 Haiku Inc. All Rights Reserved. * Distributed under the terms of the MIT License. */ #ifndef _BSD_SYS_CDEFS_H_ diff --git a/headers/compatibility/bsd/sys/param.h b/headers/compatibility/bsd/sys/param.h index 4be424684b..3f86391340 100644 --- a/headers/compatibility/bsd/sys/param.h +++ b/headers/compatibility/bsd/sys/param.h @@ -1,5 +1,5 @@ /* - * Copyright 2006-2008, Haiku, Inc. All Rights Reserved. + * Copyright 2006-2010 Haiku Inc. All Rights Reserved. * Distributed under the terms of the MIT License. */ #ifndef _BSD_SYS_PARAM_H_ diff --git a/headers/compatibility/bsd/sys/wait.h b/headers/compatibility/bsd/sys/wait.h index 36398a169e..b13a4399c3 100644 --- a/headers/compatibility/bsd/sys/wait.h +++ b/headers/compatibility/bsd/sys/wait.h @@ -1,5 +1,5 @@ /* - * Copyright 2009, Haiku, Inc. All Rights Reserved. + * Copyright 2009-2010 Haiku Inc. All Rights Reserved. * Distributed under the terms of the MIT License. */ #ifndef _BSD_SYS_WAIT_H_ diff --git a/headers/compatibility/bsd/time.h b/headers/compatibility/bsd/time.h index 85844f8c8a..6628490855 100644 --- a/headers/compatibility/bsd/time.h +++ b/headers/compatibility/bsd/time.h @@ -1,5 +1,5 @@ /* - * Copyright 2006, Haiku, Inc. All Rights Reserved. + * Copyright 2006-2010 Haiku Inc. All Rights Reserved. * Distributed under the terms of the MIT License. */ #ifndef _BSD_TIME_H_ diff --git a/headers/compatibility/bsd/unistd.h b/headers/compatibility/bsd/unistd.h index 67780f5f05..65320b244f 100644 --- a/headers/compatibility/bsd/unistd.h +++ b/headers/compatibility/bsd/unistd.h @@ -1,5 +1,5 @@ /* - * Copyright 2006-2008, Haiku, Inc. All Rights Reserved. + * Copyright 2006-2010 Haiku Inc. All Rights Reserved. * Distributed under the terms of the MIT License. */ #ifndef _BSD_UNISTD_H_