summaryrefslogtreecommitdiff
path: root/src/resolve/index.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/resolve/index.cpp')
-rw-r--r--src/resolve/index.cpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/resolve/index.cpp b/src/resolve/index.cpp
index 458aed5e..659bded4 100644
--- a/src/resolve/index.cpp
+++ b/src/resolve/index.cpp
@@ -1,5 +1,9 @@
/*
- * Build up a name index in all modules (optimising lookups in later stages)
+ * MRustC - Mutabah's Rust Compiler
+ * - By John Hodge (Mutabah/thePowersGang)
+ *
+ * resolve/index.cpp
+ * - Build up a name index in all modules (optimising lookups in later stages)
*/
#include <ast/ast.hpp>
#include <ast/crate.hpp>