summaryrefslogtreecommitdiff
path: root/build_extra/rust/get_rust_ldflags.py
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/rust/get_rust_ldflags.py
parentdcaf9b3227f7bd77e14aafe957957df6cfbffb86 (diff)
Change copyrights to be 'Deno authors'.
Diffstat (limited to 'build_extra/rust/get_rust_ldflags.py')
-rwxr-xr-xbuild_extra/rust/get_rust_ldflags.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/build_extra/rust/get_rust_ldflags.py b/build_extra/rust/get_rust_ldflags.py
index b20b66143..a1726fd4f 100755
--- a/build_extra/rust/get_rust_ldflags.py
+++ b/build_extra/rust/get_rust_ldflags.py
@@ -1,7 +1,6 @@
#!/usr/bin/env python
-# Copyright 2018 Bert Belder <bertbelder@gmail.com>
-# All rights reserved. MIT License.
-
+# Copyright 2018 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,
# but this all happens under the covers.