top: update copyright dates plus 1 preprocessor change

Signed-off-by: Jim Warner <james.warner@comcast.net>
This commit is contained in:
Jim Warner 2014-04-25 00:00:00 -06:00 committed by Jaromir Capik
parent 22e6582974
commit e2868da34e
4 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
/* top.c - Source file: show Linux processes */ /* top.c - Source file: show Linux processes */
/* /*
* Copyright (c) 2002-2013, by: James C. Warner * Copyright (c) 2002-2014, by: James C. Warner
* All rights reserved. 8921 Hilloway Road * All rights reserved. 8921 Hilloway Road
* Eden Prairie, Minnesota 55347 USA * Eden Prairie, Minnesota 55347 USA
* *
@ -3464,7 +3464,7 @@ static void configs_read (void) {
if (2 != fscanf(fp, "%3s\tfieldscur=%79s\n" if (2 != fscanf(fp, "%3s\tfieldscur=%79s\n"
, w->rc.winname, w->rc.fieldscur)) , w->rc.winname, w->rc.fieldscur))
goto default_or_error; goto default_or_error;
#if PFLAGSSIZ > 80 #if PFLAGSSIZ != 80
// too bad fscanf is not as flexible with his format string as snprintf // too bad fscanf is not as flexible with his format string as snprintf
# error Hey, fix the above fscanf 'PFLAGSSIZ' dependency ! # error Hey, fix the above fscanf 'PFLAGSSIZ' dependency !
#endif #endif

View File

@ -1,6 +1,6 @@
/* top.h - Header file: show Linux processes */ /* top.h - Header file: show Linux processes */
/* /*
* Copyright (c) 2002-2013, by: James C. Warner * Copyright (c) 2002-2014, by: James C. Warner
* All rights reserved. 8921 Hilloway Road * All rights reserved. 8921 Hilloway Road
* Eden Prairie, Minnesota 55347 USA * Eden Prairie, Minnesota 55347 USA
* *

View File

@ -1,6 +1,6 @@
/* top_nls.c - provide the basis for future nls translations */ /* top_nls.c - provide the basis for future nls translations */
/* /*
* Copyright (c) 2011-2013, by: James C. Warner * Copyright (c) 2011-2014, by: James C. Warner
* All rights reserved. 8921 Hilloway Road * All rights reserved. 8921 Hilloway Road
* Eden Prairie, Minnesota 55347 USA * Eden Prairie, Minnesota 55347 USA
* *

View File

@ -1,6 +1,6 @@
/* top_nls.h - provide the basis for future nls translations */ /* top_nls.h - provide the basis for future nls translations */
/* /*
* Copyright (c) 2011-2013, by: James C. Warner * Copyright (c) 2011-2014, by: James C. Warner
* All rights reserved. 8921 Hilloway Road * All rights reserved. 8921 Hilloway Road
* Eden Prairie, Minnesota 55347 USA * Eden Prairie, Minnesota 55347 USA
* *