diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/hyper_hello/hyper_hello.rs | 2 | ||||
-rwxr-xr-x | tools/throughput_benchmark.py | 2 | ||||
-rwxr-xr-x | tools/upload_docs.py | 2 | ||||
-rw-r--r-- | tools/util.py | 2 | ||||
-rwxr-xr-x | tools/util_test.py | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/tools/hyper_hello/hyper_hello.rs b/tools/hyper_hello/hyper_hello.rs index bf786abf9..39d4e55ef 100644 --- a/tools/hyper_hello/hyper_hello.rs +++ b/tools/hyper_hello/hyper_hello.rs @@ -1,4 +1,4 @@ -// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license. +// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. // Adapted from https://github.com/hyperium/hyper/blob/master/examples/hello.rs #![deny(warnings)] diff --git a/tools/throughput_benchmark.py b/tools/throughput_benchmark.py index f46503193..ba80b9909 100755 --- a/tools/throughput_benchmark.py +++ b/tools/throughput_benchmark.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright 2018-2019 the Deno authors. All rights reserved. MIT license. +# Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. # Performs benchmark and append data to //website/data.json. # If //website/data.json doesn't exist, this script tries to import it from # gh-pages branch. diff --git a/tools/upload_docs.py b/tools/upload_docs.py index 7fe8857a6..b37ab4e96 100755 --- a/tools/upload_docs.py +++ b/tools/upload_docs.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright 2018-2019 the Deno authors. All rights reserved. MIT license. +# Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. import os import sys from util import run, root_path diff --git a/tools/util.py b/tools/util.py index 9a4c0ce02..c54158f9b 100644 --- a/tools/util.py +++ b/tools/util.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 the Deno authors. All rights reserved. MIT license. +# Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. import collections import os import re diff --git a/tools/util_test.py b/tools/util_test.py index b8098e463..2d6770159 100755 --- a/tools/util_test.py +++ b/tools/util_test.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 the Deno authors. All rights reserved. MIT license. +# Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. import os from test_util import DenoTestCase, run_tests |