Skip to content

Commit 77f0f79

Browse files
committed
Update license year
1 parent 545c62f commit 77f0f79

File tree

6 files changed

+11
-1
lines changed

6 files changed

+11
-1
lines changed

LICENSE-MIT

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2014 The Rust Project Developers
1+
Copyright (c) 2014-2020 The Rust Project Developers
22

33
Permission is hereby granted, free of charge, to any
44
person obtaining a copy of this software and associated

ci/android-install-ndk.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/usr/bin/env sh
2+
13
set -ex
24

35
NDK=android-ndk-r19c

ci/android-install-sdk.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/usr/bin/env sh
2+
13
set -ex
24

35
# Prep the SDK and emulator

ci/android-sysimage.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/usr/bin/env bash
2+
13
set -ex
24

35
URL=https://dl.google.com/android/repository/sys-img/android

ci/emscripten-entry.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/usr/bin/env bash
2+
13
set -ex
24

35
# shellcheck disable=SC1091

ci/emscripten.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/usr/bin/env bash
2+
13
set -ex
24

35
hide_output() {

0 commit comments

Comments
 (0)