From 9f23475b172dbe09861c5680ebec2eb96f307cb0 Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Sun, 4 Dec 2016 21:06:13 -0500 Subject: [PATCH] add missing copyright notices --- src/ast_render.cpp | 7 +++++++ src/buffer.cpp | 7 +++++++ src/config.h.in | 7 +++++++ src/errmsg.cpp | 7 +++++++ src/error.cpp | 7 +++++++ src/eval.cpp | 7 +++++++ src/ir_print.cpp | 7 +++++++ 7 files changed, 49 insertions(+) diff --git a/src/ast_render.cpp b/src/ast_render.cpp index 9318d8edc3bd00905780cc5d5149accea4e61ce0..ddcb842c8b151a078b3ea29b2cc3e878f8dcdef4 100644 --- a/src/ast_render.cpp +++ b/src/ast_render.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 "ast_render.hpp" #include diff --git a/src/buffer.cpp b/src/buffer.cpp index 59972cc8564ca6d05aa5fa2930173760fd7c8334..1cfe01dfd336f6ee35ea176b0decd51433178397 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 #include diff --git a/src/config.h.in b/src/config.h.in index 24110e2a43c4ce6585a5fa4fb106af5b5016e76c..95d3a6f7f2fe13a7b061c7333f9ea859fea3ba33 100644 --- a/src/config.h.in +++ b/src/config.h.in @@ -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 + */ + #ifndef ZIG_CONFIG_H #define ZIG_CONFIG_H diff --git a/src/errmsg.cpp b/src/errmsg.cpp index 23bb6a1c1b91a68eeb23f9ddb30bcd5953796cff..234527d7dc329ed430c14dabce1a544717ed6405 100644 --- a/src/errmsg.cpp +++ b/src/errmsg.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 "errmsg.hpp" #include "os.hpp" diff --git a/src/error.cpp b/src/error.cpp index caed95f6931a67cb6f8cf2341be3855707a5e849..baa883aeb1f0233a3b0400b770e06fa3d5f8d43a 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) { diff --git a/src/eval.cpp b/src/eval.cpp index 161598419b5439df8e76aac2f44c6c5bae9e907c..0d4bf6863c792107983a08278021bbfd5e8fbb2b 100644 --- a/src/eval.cpp +++ b/src/eval.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 "eval.hpp" #include "analyze.hpp" #include "error.hpp" diff --git a/src/ir_print.cpp b/src/ir_print.cpp index b38da16108c024fdb8c519a86ecf795f540431ff..3e8e877f399a2c330cca81c5526afc882ab3d256 100644 --- a/src/ir_print.cpp +++ b/src/ir_print.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 "ir.hpp" #include "ir_print.hpp" -- 2.54.0