From edad9be5cdf3f628e5c4bdeee46bb2395ef609ff Mon Sep 17 00:00:00 2001 From: Shawn Routhier Date: Sun, 26 Jan 2014 10:52:15 -0800 Subject: [master] Remove vix.com and nominum.com Remove old information from copyrights and man pages. --- includes/omapip/alloc.h | 8 +------- includes/omapip/buffer.h | 8 +------- includes/omapip/convert.h | 8 +------- includes/omapip/hash.h | 8 +------- includes/omapip/omapip.h | 8 +------- includes/omapip/omapip_p.h | 8 +------- includes/omapip/trace.h | 6 +----- 7 files changed, 7 insertions(+), 47 deletions(-) (limited to 'includes/omapip') diff --git a/includes/omapip/alloc.h b/includes/omapip/alloc.h index b9e6b85c..407f5901 100644 --- a/includes/omapip/alloc.h +++ b/includes/omapip/alloc.h @@ -3,7 +3,7 @@ Definitions for the object management API protocol memory allocation... */ /* - * Copyright (c) 2004,2009 by Internet Systems Consortium, Inc. ("ISC") + * Copyright (c) 2004,2009,2014 by Internet Systems Consortium, Inc. ("ISC") * Copyright (c) 1996-2003 by Internet Software Consortium * * Permission to use, copy, modify, and distribute this software for any @@ -24,12 +24,6 @@ * * https://www.isc.org/ * - * This software has been written for Internet Systems Consortium - * by Ted Lemon in cooperation with Vixie Enterprises and Nominum, Inc. - * To learn more about Internet Systems Consortium, see - * ``https://www.isc.org/''. To learn more about Vixie Enterprises, - * see ``http://www.vix.com''. To learn more about Nominum, Inc., see - * ``http://www.nominum.com''. */ isc_result_t omapi_buffer_new (omapi_buffer_t **, const char *, int); diff --git a/includes/omapip/buffer.h b/includes/omapip/buffer.h index ada82e0d..f31aa99d 100644 --- a/includes/omapip/buffer.h +++ b/includes/omapip/buffer.h @@ -3,7 +3,7 @@ Definitions for the object management API protocol buffering... */ /* - * Copyright (c) 2004,2009 by Internet Systems Consortium, Inc. ("ISC") + * Copyright (c) 2004,2009,2014 by Internet Systems Consortium, Inc. ("ISC") * Copyright (c) 1996-2003 by Internet Software Consortium * * Permission to use, copy, modify, and distribute this software for any @@ -24,12 +24,6 @@ * * https://www.isc.org/ * - * This software has been written for Internet Systems Consortium - * by Ted Lemon in cooperation with Vixie Enterprises and Nominum, Inc. - * To learn more about Internet Systems Consortium, see - * ``https://www.isc.org/''. To learn more about Vixie Enterprises, - * see ``http://www.vix.com''. To learn more about Nominum, Inc., see - * ``http://www.nominum.com''. */ /* OMAPI buffers are ring buffers, which means that the beginning of the diff --git a/includes/omapip/convert.h b/includes/omapip/convert.h index 73b3ca3d..589594a0 100644 --- a/includes/omapip/convert.h +++ b/includes/omapip/convert.h @@ -3,7 +3,7 @@ Safe copying of integers into and out of a non-aligned memory buffer. */ /* - * Copyright (c) 2004,2009 by Internet Systems Consortium, Inc. ("ISC") + * Copyright (c) 2004,2009,2014 by Internet Systems Consortium, Inc. ("ISC") * Copyright (c) 1996-2003 by Internet Software Consortium * * Permission to use, copy, modify, and distribute this software for any @@ -24,12 +24,6 @@ * * https://www.isc.org/ * - * This software has been written for Internet Systems Consortium - * by Ted Lemon in cooperation with Vixie Enterprises and Nominum, Inc. - * To learn more about Internet Systems Consortium, see - * ``https://www.isc.org/''. To learn more about Vixie Enterprises, - * see ``http://www.vix.com''. To learn more about Nominum, Inc., see - * ``http://www.nominum.com''. */ #ifndef OMAPI_CONVERT_H diff --git a/includes/omapip/hash.h b/includes/omapip/hash.h index 99145612..4e7a413c 100644 --- a/includes/omapip/hash.h +++ b/includes/omapip/hash.h @@ -3,7 +3,7 @@ Definitions for hashing... */ /* - * Copyright (c) 2004,2009 by Internet Systems Consortium, Inc. ("ISC") + * Copyright (c) 2004,2009,2014 by Internet Systems Consortium, Inc. ("ISC") * Copyright (c) 1995-2003 by Internet Software Consortium * * Permission to use, copy, modify, and distribute this software for any @@ -24,12 +24,6 @@ * * https://www.isc.org/ * - * This software has been written for Internet Systems Consortium - * by Ted Lemon in cooperation with Vixie Enterprises and Nominum, Inc. - * To learn more about Internet Systems Consortium, see - * ``https://www.isc.org/''. To learn more about Vixie Enterprises, - * see ``http://www.vix.com''. To learn more about Nominum, Inc., see - * ``http://www.nominum.com''. */ #ifndef OMAPI_HASH_H diff --git a/includes/omapip/omapip.h b/includes/omapip/omapip.h index 05ca6c41..afa9fd48 100644 --- a/includes/omapip/omapip.h +++ b/includes/omapip/omapip.h @@ -3,7 +3,7 @@ Definitions for the object management API and protocol... */ /* - * Copyright (c) 2009,2013 by Internet Systems Consortium, Inc. ("ISC") + * Copyright (c) 2009,2013-2014 by Internet Systems Consortium, Inc. ("ISC") * Copyright (c) 2004,2007 by Internet Systems Consortium, Inc. ("ISC") * Copyright (c) 1996-2003 by Internet Software Consortium * @@ -25,12 +25,6 @@ * * https://www.isc.org/ * - * This software has been written for Internet Systems Consortium - * by Ted Lemon in cooperation with Vixie Enterprises and Nominum, Inc. - * To learn more about Internet Systems Consortium, see - * ``https://www.isc.org/''. To learn more about Vixie Enterprises, - * see ``http://www.vix.com''. To learn more about Nominum, Inc., see - * ``http://www.nominum.com''. */ #ifndef _OMAPIP_H_ diff --git a/includes/omapip/omapip_p.h b/includes/omapip/omapip_p.h index 847f764c..30a778ed 100644 --- a/includes/omapip/omapip_p.h +++ b/includes/omapip/omapip_p.h @@ -3,7 +3,7 @@ Private master include file for the OMAPI library. */ /* - * Copyright (c) 2009-2010 by Internet Systems Consortium, Inc. ("ISC") + * Copyright (c) 2009-2010,2014 by Internet Systems Consortium, Inc. ("ISC") * Copyright (c) 2004,2007 by Internet Systems Consortium, Inc. ("ISC") * Copyright (c) 1996-2003 by Internet Software Consortium * @@ -25,12 +25,6 @@ * * https://www.isc.org/ * - * This software has been written for Internet Systems Consortium - * by Ted Lemon in cooperation with Vixie Enterprises and Nominum, Inc. - * To learn more about Internet Systems Consortium, see - * ``https://www.isc.org/''. To learn more about Vixie Enterprises, - * see ``http://www.vix.com''. To learn more about Nominum, Inc., see - * ``http://www.nominum.com''. */ #ifndef __OMAPIP_OMAPIP_P_H__ diff --git a/includes/omapip/trace.h b/includes/omapip/trace.h index fc5906c7..d55587b7 100644 --- a/includes/omapip/trace.h +++ b/includes/omapip/trace.h @@ -3,7 +3,7 @@ Definitions for omapi tracing facility... */ /* - * Copyright (c) 2004,2005,2007,2009 by Internet Systems Consortium, Inc. ("ISC") + * Copyright (c) 2004,2005,2007,2009,2014 by Internet Systems Consortium, Inc. ("ISC") * Copyright (c) 2001-2003 by Internet Software Consortium * * Permission to use, copy, modify, and distribute this software for any @@ -24,10 +24,6 @@ * * https://www.isc.org/ * - * This software has been written for Internet Systems Consortium - * by Ted Lemon, as part of a project for Nominum, Inc. To learn more - * about Internet Systems Consortium, see https://www.isc.org/. To - * learn more about Nominum, Inc., see ``http://www.nominum.com''. */ #define TRACEFILE_MAGIC 0x64484370UL /* dHCp */ -- cgit v1.2.1