svn commit: r237894 - stable/9/lib/libc/net

Michael Tuexen tuexen at FreeBSD.org
Sun Jul 1 07:55:42 UTC 2012


Author: tuexen
Date: Sun Jul  1 07:55:42 2012
New Revision: 237894
URL: http://svn.freebsd.org/changeset/base/237894

Log:
  MFC r235827:
  Update copyright date.

Modified:
  stable/9/lib/libc/net/sctp_sys_calls.c
Directory Properties:
  stable/9/lib/   (props changed)
  stable/9/lib/libc/   (props changed)

Modified: stable/9/lib/libc/net/sctp_sys_calls.c
==============================================================================
--- stable/9/lib/libc/net/sctp_sys_calls.c	Sun Jul  1 07:53:54 2012	(r237893)
+++ stable/9/lib/libc/net/sctp_sys_calls.c	Sun Jul  1 07:55:42 2012	(r237894)
@@ -1,7 +1,7 @@
 /*-
  * Copyright (c) 2001-2007, by Cisco Systems, Inc. All rights reserved.
- * Copyright (c) 2008-2011, by Randall Stewart. All rights reserved.
- * Copyright (c) 2008-2011, by Michael Tuexen. All rights reserved.
+ * Copyright (c) 2008-2012, by Randall Stewart. All rights reserved.
+ * Copyright (c) 2008-2012, by Michael Tuexen. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are met:
@@ -32,6 +32,7 @@
 
 #include <sys/cdefs.h>
 __FBSDID("$FreeBSD$");
+
 #include <stdio.h>
 #include <string.h>
 #include <errno.h>


More information about the svn-src-all mailing list