Update copyright date.

MFC after: 3 days
This commit is contained in:
Michael Tuexen 2012-05-23 10:35:40 +00:00
parent 64c06aeb8d
commit 43dc9e2f41
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=235827
1 changed files with 3 additions and 2 deletions

View File

@ -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>