diff options
author | Waldir Pimenta <waldyrious@gmail.com> | 2020-01-02 23:41:59 +0000 |
---|---|---|
committer | Ry Dahl <ry@tinyclouds.org> | 2020-01-02 18:41:59 -0500 |
commit | 2a36879e306a3f747b0946fc5c03ac6608447de4 (patch) | |
tree | 1d260e2ec748b7316383dc0f11ed6e2d3c9dd8bc /tools/format.py | |
parent | bfab4ed0dfa5e2034005133a257201c934bc3a80 (diff) |
Add missing year ranges to copyright notices (#3582)
Diffstat (limited to 'tools/format.py')
-rwxr-xr-x | tools/format.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/format.py b/tools/format.py index ac6035804..165e2ac71 100755 --- a/tools/format.py +++ b/tools/format.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright 2018 the Deno authors. All rights reserved. MIT license. +# Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. import os import sys import argparse |