aboutsummaryrefslogtreecommitdiff
path: root/src/error.cpp
diff options
context:
space:
mode:
authorAndrew Kelley <superjoe30@gmail.com>2016-12-04 21:06:13 -0500
committerAndrew Kelley <superjoe30@gmail.com>2016-12-04 21:06:13 -0500
commit9f23475b172dbe09861c5680ebec2eb96f307cb0 (patch)
treeb89568465576c51cdc670c86c04c8ae23436cf92 /src/error.cpp
parent2f259b8176184f063f555aed34087cf7560124fb (diff)
downloadzig-9f23475b172dbe09861c5680ebec2eb96f307cb0.tar.gz
zig-9f23475b172dbe09861c5680ebec2eb96f307cb0.zip
add missing copyright notices
Diffstat (limited to 'src/error.cpp')
-rw-r--r--src/error.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/error.cpp b/src/error.cpp
index caed95f693..baa883aeb1 100644
--- a/src/error.cpp
+++ b/src/error.cpp
@@ -1,3 +1,10 @@
+/*
+ * Copyright (c) 2016 Andrew Kelley
+ *
+ * This file is part of zig, which is MIT licensed.
+ * See http://opensource.org/licenses/MIT
+ */
+
#include "error.hpp"
const char *err_str(int err) {