From 77114fbda49382e397095d8214bd76996b0cfb57 Mon Sep 17 00:00:00 2001 From: Yoshiya Hinosawa Date: Tue, 22 Jan 2019 04:03:30 +0900 Subject: chore: update license lines (#1557) --- build_extra/rust/run.py | 1 + 1 file changed, 1 insertion(+) (limited to 'build_extra/rust/run.py') diff --git a/build_extra/rust/run.py b/build_extra/rust/run.py index dc89c09a1..76fca8b18 100644 --- a/build_extra/rust/run.py +++ b/build_extra/rust/run.py @@ -1,4 +1,5 @@ #!/usr/bin/env python +# Copyright 2018-2019 the Deno authors. All rights reserved. MIT license. # This file just executes its arguments, except that also adds GN_OUT_DIR and # CARGO_PKG_VERSION to the environ. This is for compatibility with cargo. import subprocess -- cgit v1.2.3