diff options
| author | Andrew Kelley <superjoe30@gmail.com> | 2016-12-04 21:06:13 -0500 |
|---|---|---|
| committer | Andrew Kelley <superjoe30@gmail.com> | 2016-12-04 21:06:13 -0500 |
| commit | 9f23475b172dbe09861c5680ebec2eb96f307cb0 (patch) | |
| tree | b89568465576c51cdc670c86c04c8ae23436cf92 /src/buffer.cpp | |
| parent | 2f259b8176184f063f555aed34087cf7560124fb (diff) | |
| download | zig-9f23475b172dbe09861c5680ebec2eb96f307cb0.tar.gz zig-9f23475b172dbe09861c5680ebec2eb96f307cb0.zip | |
add missing copyright notices
Diffstat (limited to 'src/buffer.cpp')
| -rw-r--r-- | src/buffer.cpp | 7 |
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> |
