Index: src/libcfa/containers/maybe
===================================================================
--- src/libcfa/containers/maybe	(revision 20877d2eef6ecadc8e9da4a79b2995277fb25362)
+++ src/libcfa/containers/maybe	(revision ea91c4249b368dd12df6d63ca49b3a4beafb8d89)
@@ -9,12 +9,10 @@
 // Author           : Andrew Beach
 // Created On       : Wed May 24 14:43:00 2017
-// Last Modified By : Andrew Beach
-// Last Modified On : Fri Jun 16 15:42:00 2017
-// Update Count     : 2
+// Last Modified By : Peter A. Buhr
+// Last Modified On : Sat Jul 22 10:00:52 2017
+// Update Count     : 4
 //
 
-
-#ifndef MAYBE_H
-#define MAYBE_H
+#pragma once
 
 #include <stdbool.h>
@@ -66,3 +64,6 @@
 void set_none(maybe(T) * this);
 
-#endif // MAYBE_H
+// Local Variables: //
+// mode: c //
+// tab-width: 4 //
+// End: //
