aboutsummaryrefslogtreecommitdiff
path: root/src/buffer.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/buffer.cpp
parent2f259b8176184f063f555aed34087cf7560124fb (diff)
downloadzig-9f23475b172dbe09861c5680ebec2eb96f307cb0.tar.gz
zig-9f23475b172dbe09861c5680ebec2eb96f307cb0.zip
add missing copyright notices
Diffstat (limited to 'src/buffer.cpp')
-rw-r--r--src/buffer.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/buffer.cpp b/src/buffer.cpp
index 59972cc856..1cfe01dfd3 100644
--- a/src/buffer.cpp
+++ b/src/buffer.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 "buffer.hpp"
#include <stdarg.h>
#include <stdlib.h>