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_