diff options
author | JaePil Jung <jjp5023@gmail.com> | 2019-01-25 00:54:43 +0900 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2019-01-24 10:54:43 -0500 |
commit | 7f88b5fff3fe8aed2073d4347d3ab847fc4c528a (patch) | |
tree | 5391a4d6ca9ec2add34719baeaf4dbd884c79b07 /libdeno/deno.gni | |
parent | 2547f0296fc77357b9c11f3bdc7414a68243e775 (diff) |
Minor code cleanups (#1570)
Diffstat (limited to 'libdeno/deno.gni')
-rw-r--r-- | libdeno/deno.gni | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libdeno/deno.gni b/libdeno/deno.gni index 64869a284..41627ea13 100644 --- a/libdeno/deno.gni +++ b/libdeno/deno.gni @@ -1,4 +1,4 @@ -# Copyright 2018 the Deno authors. All rights reserved. MIT license. +# Copyright 2018-2019 the Deno authors. All rights reserved. MIT license. import("//build/compiled_action.gni") template("run_node") { |