Update license year

This commit is contained in:
Yuki Okushi 2020-04-11 19:16:45 +09:00
parent 545c62f7d4
commit 77f0f79f11
No known key found for this signature in database
GPG Key ID: B0986C85C0E2DAA1
6 changed files with 11 additions and 1 deletions

View File

@ -1,4 +1,4 @@
Copyright (c) 2014 The Rust Project Developers
Copyright (c) 2014-2020 The Rust Project Developers
Permission is hereby granted, free of charge, to any
person obtaining a copy of this software and associated

View File

@ -1,3 +1,5 @@
#!/usr/bin/env sh
set -ex
NDK=android-ndk-r19c

View File

@ -1,3 +1,5 @@
#!/usr/bin/env sh
set -ex
# Prep the SDK and emulator

View File

@ -1,3 +1,5 @@
#!/usr/bin/env bash
set -ex
URL=https://dl.google.com/android/repository/sys-img/android

View File

@ -1,3 +1,5 @@
#!/usr/bin/env bash
set -ex
# shellcheck disable=SC1091

View File

@ -1,3 +1,5 @@
#!/usr/bin/env bash
set -ex
hide_output() {