clearly mark altered as required by license

This commit is contained in:
Doug MacEachern 2006-07-15 17:56:21 +00:00
parent bb54a1869a
commit 5ff9191626
2 changed files with 8 additions and 2 deletions

View File

@ -32,6 +32,11 @@
* 4. This notice may not be removed or altered. * 4. This notice may not be removed or altered.
*/ */
/*
* Altered for sigar:
* - remove static stuff to make thread-safe by Doug MacEachern (3/11/05)
*/
#if 0 /*ndef lint -Wall -Werror*/ #if 0 /*ndef lint -Wall -Werror*/
static char copyright[] = static char copyright[] =
"@(#) Copyright 1995 Purdue Research Foundation.\nAll rights reserved.\n"; "@(#) Copyright 1995 Purdue Research Foundation.\nAll rights reserved.\n";

View File

@ -33,9 +33,10 @@
*/ */
/* /*
* Changes for sigar: * Altered for sigar:
* - remove static stuff to make thread-safe * - remove static stuff to make thread-safe by Doug MacEachern (3/11/05)
*/ */
#if !defined(GET_MIB2_H) #if !defined(GET_MIB2_H)
#define GET_MIB2_H #define GET_MIB2_H