diff options
Diffstat (limited to 'build_extra/rust/run.py')
-rw-r--r-- | build_extra/rust/run.py | 1 |
1 files changed, 1 insertions, 0 deletions
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 |