summaryrefslogtreecommitdiff
path: root/build_extra/deno.gni
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2018-07-23 14:46:30 -0400
committerRyan Dahl <ry@tinyclouds.org>2018-07-24 10:38:11 -0400
commit1de16af1f3916c94b46e28fb22584dc1e7c17958 (patch)
tree6ad015cf2188bc7df65f1910c539f3c79dab09ff /build_extra/deno.gni
parentdcaf9b3227f7bd77e14aafe957957df6cfbffb86 (diff)
Change copyrights to be 'Deno authors'.
Diffstat (limited to 'build_extra/deno.gni')
-rw-r--r--build_extra/deno.gni2
1 files changed, 2 insertions, 0 deletions
diff --git a/build_extra/deno.gni b/build_extra/deno.gni
index 6d1293bc1..6fed4816e 100644
--- a/build_extra/deno.gni
+++ b/build_extra/deno.gni
@@ -1,3 +1,5 @@
+# Copyright 2018 the Deno authors. All rights reserved. MIT license.
+
template("run_node") {
action(target_name) {
forward_variables_from(invoker, "*")