summaryrefslogtreecommitdiff
path: root/src/hir/crate_ptr.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/hir/crate_ptr.cpp')
-rw-r--r--src/hir/crate_ptr.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/hir/crate_ptr.cpp b/src/hir/crate_ptr.cpp
index bc0287b3..e5cb8bf1 100644
--- a/src/hir/crate_ptr.cpp
+++ b/src/hir/crate_ptr.cpp
@@ -1,4 +1,9 @@
/*
+ * MRustC - Mutabah's Rust Compiler
+ * - By John Hodge (Mutabah/thePowersGang)
+ *
+ * hir/crate_ptr.cpp
+ * - Implementation of HIR::CratePtr
*/
#include "crate_ptr.hpp"
#include "hir.hpp"