summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/H5FDvfd_swmr.c1
-rw-r--r--src/H5FDvfd_swmr.h1
-rw-r--r--src/H5FDvfd_swmr_instr.c1
-rw-r--r--src/H5FDvfd_swmr_private.h1
-rw-r--r--src/H5Fvfd_swmr.c1
-rw-r--r--src/H5MV.c2
-rw-r--r--src/H5MVmodule.h16
-rw-r--r--src/H5MVpkg.h17
-rw-r--r--src/H5MVprivate.h5
-rw-r--r--src/H5MVsection.c12
-rw-r--r--src/H5retry_private.h1
11 files changed, 37 insertions, 21 deletions
diff --git a/src/H5FDvfd_swmr.c b/src/H5FDvfd_swmr.c
index 73d8df4..3517517 100644
--- a/src/H5FDvfd_swmr.c
+++ b/src/H5FDvfd_swmr.c
@@ -1,5 +1,6 @@
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Copyright by The HDF Group. *
+ * Copyright by Akadio, Inc. *
* All rights reserved. *
* *
* This file is part of HDF5. The full HDF5 copyright notice, including *
diff --git a/src/H5FDvfd_swmr.h b/src/H5FDvfd_swmr.h
index 096d5fb..dd1b452 100644
--- a/src/H5FDvfd_swmr.h
+++ b/src/H5FDvfd_swmr.h
@@ -1,5 +1,6 @@
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Copyright by The HDF Group. *
+ * Copyright by Akadio, Inc. *
* All rights reserved. *
* *
* This file is part of HDF5. The full HDF5 copyright notice, including *
diff --git a/src/H5FDvfd_swmr_instr.c b/src/H5FDvfd_swmr_instr.c
index 6f309d2..53d6161 100644
--- a/src/H5FDvfd_swmr_instr.c
+++ b/src/H5FDvfd_swmr_instr.c
@@ -1,5 +1,6 @@
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Copyright by The HDF Group. *
+ * Copyright by Akadio, Inc. *
* All rights reserved. *
* *
* This file is part of HDF5. The full HDF5 copyright notice, including *
diff --git a/src/H5FDvfd_swmr_private.h b/src/H5FDvfd_swmr_private.h
index 12fd2e2..5b6d300 100644
--- a/src/H5FDvfd_swmr_private.h
+++ b/src/H5FDvfd_swmr_private.h
@@ -1,5 +1,6 @@
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Copyright by The HDF Group. *
+ * Copyright by Akadio, Inc. *
* All rights reserved. *
* *
* This file is part of HDF5. The full HDF5 copyright notice, including *
diff --git a/src/H5Fvfd_swmr.c b/src/H5Fvfd_swmr.c
index 372ae19..8e29f06 100644
--- a/src/H5Fvfd_swmr.c
+++ b/src/H5Fvfd_swmr.c
@@ -1,5 +1,6 @@
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Copyright by The HDF Group. *
+ * Copyright by Akadio, Inc. *
* All rights reserved. *
* *
* This file is part of HDF5. The full HDF5 copyright notice, including *
diff --git a/src/H5MV.c b/src/H5MV.c
index 1246f4b..9139480 100644
--- a/src/H5MV.c
+++ b/src/H5MV.c
@@ -1,6 +1,6 @@
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Copyright by The HDF Group. *
- * Copyright by the Board of Trustees of the University of Illinois. *
+ * Copyright by Akadio, Inc. *
* All rights reserved. *
* *
* This file is part of HDF5. The full HDF5 copyright notice, including *
diff --git a/src/H5MVmodule.h b/src/H5MVmodule.h
index fdfe036..d8862ee 100644
--- a/src/H5MVmodule.h
+++ b/src/H5MVmodule.h
@@ -1,5 +1,6 @@
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Copyright by The HDF Group. *
+ * Copyright by Akadio, Inc. *
* All rights reserved. *
* *
* This file is part of HDF5. The full HDF5 copyright notice, including *
@@ -10,14 +11,17 @@
* help@hdfgroup.org. *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
-/*
- * Programmer: Quincey Koziol <koziol@hdfgroup.org>
- * Saturday, September 12, 2015
+/*-------------------------------------------------------------------------
*
- * Purpose: This file contains declarations which define macros for the
- * H5MV package. Including this header means that the source file
- * is part of the H5MV package.
+ * Created: H5MVmodule.h
+ *
+ * Purpose: This file contains declarations which define macros for
+ * the H5MV package. Including this header means that the
+ * source file is part of the H5MV package.
+ *
+ *-------------------------------------------------------------------------
*/
+
#ifndef _H5MVmodule_H
#define _H5MVmodule_H
diff --git a/src/H5MVpkg.h b/src/H5MVpkg.h
index 2d564e6..bd75595 100644
--- a/src/H5MVpkg.h
+++ b/src/H5MVpkg.h
@@ -1,6 +1,6 @@
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Copyright by The HDF Group. *
- * Copyright by the Board of Trustees of the University of Illinois. *
+ * Copyright by Akadio, Inc. *
* All rights reserved. *
* *
* This file is part of HDF5. The full HDF5 copyright notice, including *
@@ -11,14 +11,17 @@
* help@hdfgroup.org. *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
-/*
- * Programmer: Quincey Koziol <koziol@hdfgroup.org>
- * Tuesday, January 8, 2008
+/*-------------------------------------------------------------------------
*
- * Purpose: This file contains declarations which are visible only within
- * the H5MV package. Source files outside the H5MV package should
- * include H5MVprivate.h instead.
+ * Created: H5MVpkg.h
+ *
+ * Purpose: This file contains declarations which are visible only
+ * within the H5MV package. Source files outside the
+ * H5MV package should include H5MVprivate.h instead.
+ *
+ *-------------------------------------------------------------------------
*/
+
#if !(defined H5MV_FRIEND || defined H5MV_MODULE)
#error "Do not include this file outside the H5MV package!"
#endif
diff --git a/src/H5MVprivate.h b/src/H5MVprivate.h
index edd4765..2332ad3 100644
--- a/src/H5MVprivate.h
+++ b/src/H5MVprivate.h
@@ -1,6 +1,6 @@
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Copyright by The HDF Group. *
- * Copyright by the Board of Trustees of the University of Illinois. *
+ * Copyright by Akadio, Inc. *
* All rights reserved. *
* *
* This file is part of HDF5. The full HDF5 copyright notice, including *
@@ -15,10 +15,11 @@
*
* Created: H5MVprivate.h
*
- * Purpose: Private header file for file memory management.
+ * Purpose: Private header file for VFD SWMR free space mangement
*
*-------------------------------------------------------------------------
*/
+
#ifndef _H5MVprivate_H
#define _H5MVprivate_H
diff --git a/src/H5MVsection.c b/src/H5MVsection.c
index 8f80619..dc57e2f 100644
--- a/src/H5MVsection.c
+++ b/src/H5MVsection.c
@@ -1,6 +1,6 @@
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Copyright by The HDF Group. *
- * Copyright by the Board of Trustees of the University of Illinois. *
+ * Copyright by Akadio, Inc. *
* All rights reserved. *
* *
* This file is part of HDF5. The full HDF5 copyright notice, including *
@@ -11,12 +11,14 @@
* help@hdfgroup.org. *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
-/*
- * Programmer: Quincey Koziol <koziol@hdfgroup.org>
- * Tuesday, January 8, 2008
+/*-------------------------------------------------------------------------
*
- * Purpose: Free space section callbacks for file.
+ * Created: H5MVsection.c
*
+ * Purpose: Free-space section callbacks for VFD SWMR's metadata
+ * file
+ *
+ *-------------------------------------------------------------------------
*/
/****************/
diff --git a/src/H5retry_private.h b/src/H5retry_private.h
index 4b26009..d4ef99f 100644
--- a/src/H5retry_private.h
+++ b/src/H5retry_private.h
@@ -1,5 +1,6 @@
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Copyright by The HDF Group. *
+ * Copyright by Akadio, Inc. *
* All rights reserved. *
* *
* This file is part of HDF5. The full HDF5 copyright notice, including *