[Pvfs2-cvs] commit by sampson in pvfs2/include/windows: memleaks.h
CVS commit program
cvs at parl.clemson.edu
Tue Jun 21 17:41:55 EDT 2011
Update of /projects/cvsroot/pvfs2/include/windows
In directory parlweb1:/tmp/cvs-serv27792/include/windows
Modified Files:
Tag: windows-client
memleaks.h
Log Message:
Windows client: copyright header
Index: memleaks.h
===================================================================
RCS file: /projects/cvsroot/pvfs2/include/windows/Attic/memleaks.h,v
diff -p -u -r1.1.2.1 -r1.1.2.2
--- memleaks.h 15 Jun 2011 21:32:05 -0000 1.1.2.1
+++ memleaks.h 21 Jun 2011 21:41:55 -0000 1.1.2.2
@@ -1,12 +1,19 @@
-/* Copyright (C) TODO
- Windows memory leak header -- included with Force Include Files option
- in OrangeFS MemLeaks target */
+/*
+ * (C) 2010-2011 Clemson University and Omnibond LLC
+ *
+ * See COPYING in top-level directory.
+ */
+
+/*
+ * Windows memory leak header -- included with Force Include Files option
+ * in OrangeFS MemLeaks target
+ */
#ifndef __MEMLEAKS_H
#define __MEMLEAKS_H
-#define _CRTDBG_MAP_ALLOC
-#include <stdlib.h>
-#include <crtdbg.h>
-
-#endif
+#define _CRTDBG_MAP_ALLOC
+#include <stdlib.h>
+#include <crtdbg.h>
+
+#endif
More information about the Pvfs2-cvs
mailing list