]> git.donarmstrong.com Git - bamtools.git/blobdiff - src/api/internal/io/ByteArray_p.h
Updated file headers (filename, license, description, etc)
[bamtools.git] / src / api / internal / io / ByteArray_p.h
index 89d9e0f81216e6f277712fec8da663a29fea1bc6..7e95f6e82b7fda3db4fe889a24408fc330468316 100644 (file)
@@ -1,6 +1,25 @@
+// ***************************************************************************
+// ByteArray_p.h (c) 2011 Derek Barnett
+// Marth Lab, Department of Biology, Boston College
+// ---------------------------------------------------------------------------
+// Last modified: 10 November 2011 (DB)
+// ---------------------------------------------------------------------------
+// Provides a dynamic, variable-length byte buffer
+// ***************************************************************************
+
 #ifndef BYTEARRAY_P_H
 #define BYTEARRAY_P_H
 
+//  -------------
+//  W A R N I N G
+//  -------------
+//
+// This file is not part of the BamTools API.  It exists purely as an
+// implementation detail. This header file may change from version to version
+// without notice, or even be removed.
+//
+// We mean it.
+
 #include "api/api_global.h"
 #include <string>
 #include <vector>