summaryrefslogtreecommitdiff
path: root/build_extra/rust/get_rustc_info.py
diff options
context:
space:
mode:
Diffstat (limited to 'build_extra/rust/get_rustc_info.py')
-rwxr-xr-xbuild_extra/rust/get_rustc_info.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_extra/rust/get_rustc_info.py b/build_extra/rust/get_rustc_info.py
index 66751c20b..0f39888ee 100755
--- a/build_extra/rust/get_rustc_info.py
+++ b/build_extra/rust/get_rustc_info.py
@@ -1,5 +1,5 @@
#!/usr/bin/env python
-# Copyright 2018 the Deno authors. All rights reserved. MIT license.
+# Copyright 2018-2019 the Deno authors. All rights reserved. MIT license.
#
# The Rust compiler normally builds source code directly into an executable.
# Internally, object code is produced, and then the (system) linker is called,