summaryrefslogtreecommitdiff
path: root/nuttx/include/sys
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/include/sys')
-rw-r--r--nuttx/include/sys/select.h2
-rw-r--r--nuttx/include/sys/socket.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/include/sys/select.h b/nuttx/include/sys/select.h
index ec11349c8..f9e0d573c 100644
--- a/nuttx/include/sys/select.h
+++ b/nuttx/include/sys/select.h
@@ -1,7 +1,7 @@
/****************************************************************************
* include/sys/select.h
*
- * Copyright (C) 2008-2009 Gregory Nutt. All rights reserved.
+ * Copyright (C) 2008-2009, 2011 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <spudmonkey@racsa.co.cr>
*
* Redistribution and use in source and binary forms, with or without
diff --git a/nuttx/include/sys/socket.h b/nuttx/include/sys/socket.h
index fdfb97787..bebef84d0 100644
--- a/nuttx/include/sys/socket.h
+++ b/nuttx/include/sys/socket.h
@@ -1,7 +1,7 @@
/****************************************************************************
* sys/socket.h
*
- * Copyright (C) 2007, 2009 Gregory Nutt. All rights reserved.
+ * Copyright (C) 2007, 2009, 2011 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <spudmonkey@racsa.co.cr>
*
* Redistribution and use in source and binary forms, with or without