diff options
author | Dana Robinson <43805+derobins@users.noreply.github.com> | 2023-04-18 02:10:44 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-18 02:10:44 (GMT) |
commit | 5d21a59c4e6f803bf3318a5d73fb7306cbe4ee10 (patch) | |
tree | 2dc193e97378bc31e8a829115722402f2eb2ef8b /src/H5Bpkg.h | |
parent | 584243bc474302d332a1fde9e22586682fcf33ab (diff) | |
download | hdf5-5d21a59c4e6f803bf3318a5d73fb7306cbe4ee10.zip hdf5-5d21a59c4e6f803bf3318a5d73fb7306cbe4ee10.tar.gz hdf5-5d21a59c4e6f803bf3318a5d73fb7306cbe4ee10.tar.bz2 |
Removes programmer/date lines from src headers (#2747)
Diffstat (limited to 'src/H5Bpkg.h')
-rw-r--r-- | src/H5Bpkg.h | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/src/H5Bpkg.h b/src/H5Bpkg.h index 3147315..ef9f56e 100644 --- a/src/H5Bpkg.h +++ b/src/H5Bpkg.h @@ -11,12 +11,9 @@ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ /* - * Programmer: Quincey Koziol - * Thursday, May 15, 2003 - * - * Purpose: This file contains declarations which are visible only within - * the H5B package. Source files outside the H5B package should - * include H5Bprivate.h instead. + * Purpose: This file contains declarations which are visible only within + * the H5B package. Source files outside the H5B package should + * include H5Bprivate.h instead. */ #if !(defined H5B_FRIEND || defined H5B_MODULE) #error "Do not include this file outside the H5B package!" |