Skip to content

Commit

Permalink
Remove some "Programmer" comments (#3209)
Browse files Browse the repository at this point in the history
These are meaningless noise.

Removes the "Programmer" lines on comment start lines:

    /* Programmer: John Smith

These complicate my sed script that will rip out the rest of
the comments.
  • Loading branch information
derobins authored Jun 29, 2023
1 parent dd39b54 commit a5f1fb0
Show file tree
Hide file tree
Showing 46 changed files with 70 additions and 168 deletions.
4 changes: 1 addition & 3 deletions src/H5B2stat.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@
* help@hdfgroup.org. *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/* Programmer: Quincey Koziol
* Monday, March 6, 2006
*
/*
* Purpose: v2 B-tree metadata statistics functions.
*
*/
Expand Down
3 changes: 1 addition & 2 deletions src/H5B2test.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
* help@hdfgroup.org. *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/* Programmer: Quincey Koziol
*
/*
* Purpose: v2 B-tree testing functions
*
*/
Expand Down
5 changes: 1 addition & 4 deletions src/H5Dearray.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,11 @@
* help@hdfgroup.org. *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/* Programmer: Quincey Koziol
* Tuesday, January 27, 2009
*
/*
* Purpose: Extensible array indexed (chunked) I/O functions. The chunks
* are given a single-dimensional index which is used as the
* offset in an extensible array that maps a chunk coordinate to
* a disk address.
*
*/

/****************/
Expand Down
5 changes: 1 addition & 4 deletions src/H5Dfarray.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,10 @@
* help@hdfgroup.org. *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/* Programmer: Vailin Choi
* Thursday, April 30, 2009
*
/*
* Purpose: Fixed array indexed (chunked) I/O functions.
* The chunk coordinate is mapped as an index into an array of
* disk addresses for the chunks.
*
*/

/****************/
Expand Down
17 changes: 8 additions & 9 deletions src/H5Dnone.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,16 @@
* help@hdfgroup.org. *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/* Programmer: Vailin Choi
* September 2010
*
/*
* Purpose: Implicit (Non Index) chunked I/O functions.
* This is used when the dataset is:
* extendible but with fixed max. dims
* with early allocation
* without filter
* The chunk coordinate is mapped into the actual disk addresses
* for the chunk without indexing.
*
* This is used when the dataset is:
* - extendible but with fixed max. dims
* - with early allocation
* - without filter
*
* The chunk coordinate is mapped into the actual disk addresses
* for the chunk without indexing.
*/

/****************/
Expand Down
4 changes: 1 addition & 3 deletions src/H5Dselect.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@
* help@hdfgroup.org. *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/* Programmer: Quincey Koziol
* Thursday, September 30, 2004
*
/*
* Purpose: Dataspace I/O functions.
*/

Expand Down
15 changes: 6 additions & 9 deletions src/H5Dsingle.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,12 @@
* help@hdfgroup.org. *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/* Programmer: Vailin Choi
* May 2011; updated 10/2015
*
* Purpose: Single Chunk I/O functions.
* This is used when the dataset has only 1 chunk (with or without filter):
* cur_dims[] is equal to max_dims[] is equal to the chunk dims[]
* non-filter chunk record: [address of the chunk]
* filtered chunk record: [address of the chunk, chunk size, filter mask]
*
/*
* Purpose: Single Chunk I/O functions.
* This is used when the dataset has only 1 chunk (with or without filter):
* cur_dims[] is equal to max_dims[] is equal to the chunk dims[]
* non-filter chunk record: [address of the chunk]
* filtered chunk record: [address of the chunk, chunk size, filter mask]
*/

/****************/
Expand Down
4 changes: 1 addition & 3 deletions src/H5Dtest.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@
* help@hdfgroup.org. *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/* Programmer: Quincey Koziol
* Thursday, May 27, 2004
*
/*
* Purpose: Dataset testing functions.
*/

Expand Down
4 changes: 1 addition & 3 deletions src/H5EAtest.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@
* help@hdfgroup.org. *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/* Programmer: Quincey Koziol
* Thursday, August 28, 2008
*
/*
* Purpose: Extensible array testing functions.
*
*/
Expand Down
5 changes: 2 additions & 3 deletions src/H5FDstdio.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,15 @@
* help@hdfgroup.org. *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/* Programmer: Robb Matzke
* Wednesday, October 22, 1997
*
/*
* Purpose: The C STDIO virtual file driver which only uses calls from stdio.h.
* This also serves as an example of coding a simple file driver,
* therefore, it should not use any non-public definitions.
*
* NOTE: This driver is not as well tested as the standard SEC2 driver
* and is not intended for production use!
*/

#include <assert.h>
#include <errno.h>
#include <stdio.h>
Expand Down
4 changes: 1 addition & 3 deletions src/H5Fdbg.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@
* help@hdfgroup.org. *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/* Programmer: Quincey Koziol
* Wednesday, July 9, 2003
*
/*
* Purpose: File object debugging functions.
*/

Expand Down
5 changes: 0 additions & 5 deletions src/H5Gstab.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,6 @@
* help@hdfgroup.org. *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/* Programmer: Robb Matzke
* Friday, September 19, 1997
*
*/

/****************/
/* Module Setup */
/****************/
Expand Down
4 changes: 1 addition & 3 deletions src/H5Gtest.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@
* help@hdfgroup.org. *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/* Programmer: Quincey Koziol
* Monday, October 17, 2005
*
/*
* Purpose: Group testing functions.
*/

Expand Down
4 changes: 1 addition & 3 deletions src/H5HFstat.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@
* help@hdfgroup.org. *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/* Programmer: Quincey Koziol
* Monday, March 6, 2006
*
/*
* Purpose: Fractal heap metadata statistics functions.
*
*/
Expand Down
4 changes: 1 addition & 3 deletions src/H5HFtest.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@
* help@hdfgroup.org. *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/* Programmer: Quincey Koziol
* Thursday, February 3, 2006
*
/*
* Purpose: Fractal heap testing functions.
*
*/
Expand Down
4 changes: 1 addition & 3 deletions src/H5HGdbg.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@
* help@hdfgroup.org. *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/* Programmer: Quincey Koziol
* Wednesday, July 9, 2003
*
/*
* Purpose: Global Heap object debugging functions.
*/

Expand Down
4 changes: 1 addition & 3 deletions src/H5HLdbg.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@
* help@hdfgroup.org. *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/* Programmer: Quincey Koziol
* Wednesday, July 9, 2003
*
/*
* Purpose: Local Heap object debugging functions.
*/

Expand Down
4 changes: 1 addition & 3 deletions src/H5Obtreek.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@
* help@hdfgroup.org. *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/* Programmer: Quincey Koziol
* Thursday, March 1, 2007
*
/*
* Purpose: A message holding non-default v1 B-tree 'K' value
* information in the superblock extension.
*/
Expand Down
7 changes: 2 additions & 5 deletions src/H5Odrvinfo.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,8 @@
* help@hdfgroup.org. *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/* Programmer: Quincey Koziol
* Thursday, March 1, 2007
*
* Purpose: A message holding driver info settings
* in the superblock extension.
/*
* Purpose: A message holding driver info settings in the superblock extension
*/

#include "H5Omodule.h" /* This source code file is part of the H5O module */
Expand Down
4 changes: 1 addition & 3 deletions src/H5Oshmesg.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@
* help@hdfgroup.org. *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/* Programmer: James Laird
* Monday, January 29, 2007
*
/*
* Purpose: A message holding "implicitly shared object header message"
* information in the superblock extension.
*/
Expand Down
4 changes: 1 addition & 3 deletions src/H5Otest.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@
* help@hdfgroup.org. *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/* Programmer: Quincey Koziol
* Monday, December 4, 2006
*
/*
* Purpose: Object header testing functions.
*/

Expand Down
3 changes: 1 addition & 2 deletions src/H5P.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
* help@hdfgroup.org. *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/* Programmer: Quincey Koziol
*
/*
* Purpose: Generic Property Functions
*/

Expand Down
3 changes: 1 addition & 2 deletions src/H5Pencdec.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
* help@hdfgroup.org. *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/* Programmer: Quincey Koziol
*
/*
* Purpose: Generic Property Functions
*/

Expand Down
3 changes: 1 addition & 2 deletions src/H5Pint.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
* help@hdfgroup.org. *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/* Programmer: Quincey Koziol
*
/*
* Purpose: Generic Property Functions
*/

Expand Down
4 changes: 1 addition & 3 deletions src/H5Ptest.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@
* help@hdfgroup.org. *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/* Programmer: Quincey Koziol
* Saturday May 31, 2003
*
/*
* Purpose: Generic Property Testing Functions
*/

Expand Down
4 changes: 1 addition & 3 deletions src/H5Sselect.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@
* help@hdfgroup.org. *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/* Programmer: Quincey Koziol
* Friday, May 29, 1998
*
/*
* Purpose: Dataspace selection functions.
*/

Expand Down
4 changes: 1 addition & 3 deletions src/H5Stest.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@
* help@hdfgroup.org. *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/* Programmer: Quincey Koziol
* Saturday, May 31, 2003
*
/*
* Purpose: Dataspace selection testing functions.
*/

Expand Down
3 changes: 0 additions & 3 deletions test/accum.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@
* help@hdfgroup.org. *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/* Programmer: Mike McGreevy
* October 7, 2010
*/
#include "h5test.h"

#define H5F_FRIEND /*suppress error about including H5Fpkg */
Expand Down
3 changes: 0 additions & 3 deletions test/btree2.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@
* help@hdfgroup.org. *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/* Programmer: Quincey Koziol
* Tuesday, February 1, 2005
*/
#include "h5test.h"

/*
Expand Down
7 changes: 2 additions & 5 deletions test/cache.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,8 @@
* help@hdfgroup.org. *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/* Programmer: John Mainzer
* 6/9/04
*
* This file contains tests for the cache implemented in
* H5C.c
/*
* This file contains tests for the cache implemented in H5C.c
*/
#include "cache_common.h"
#include "H5MFprivate.h"
Expand Down
4 changes: 1 addition & 3 deletions test/cache_api.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@
* help@hdfgroup.org. *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/* Programmer: John Mainzer
* 11/10/05
*
/*
* This file contains tests for the API calls associated
* with the cache implemented in H5C.c
*/
Expand Down
4 changes: 1 addition & 3 deletions test/cache_common.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@
* help@hdfgroup.org. *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/* Programmer: John Mainzer
* 10/27/05
*
/*
* This file contains common code for tests of the cache
* implemented in H5C.c
*/
Expand Down
Loading

0 comments on commit a5f1fb0

Please sign in to comment.