update copyright notice

This commit is contained in:
Automatic Updater
2010-12-20 23:47:21 +00:00
parent 6a71702b47
commit ca103999e6
18 changed files with 127 additions and 27 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2004-2008 Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2004-2008, 2010 Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 1998-2002 Internet Software Consortium.
*
* Permission to use, copy, modify, and/or distribute this software for any
@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: buffer.h,v 1.54 2010/12/18 01:56:22 each Exp $ */
/* $Id: buffer.h,v 1.55 2010/12/20 23:47:21 tbox Exp $ */
#ifndef ISC_BUFFER_H
#define ISC_BUFFER_H 1
@@ -623,7 +623,7 @@ isc__buffer_putmem(isc_buffer_t *b, const unsigned char *base,
*
*/
void
void
isc__buffer_putstr(isc_buffer_t *b, const char *source);
/*!<
* \brief Copy 'source' into 'b', not including terminating NUL.