diff options
Diffstat (limited to 'docs/contributing/style_guide.md')
-rw-r--r-- | docs/contributing/style_guide.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/contributing/style_guide.md b/docs/contributing/style_guide.md index 25e01b203..7f060eb0e 100644 --- a/docs/contributing/style_guide.md +++ b/docs/contributing/style_guide.md @@ -5,7 +5,7 @@ Most modules in the repository should have the following copyright header: ```ts -// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. +// Copyright 2018-2021 the Deno authors. All rights reserved. MIT license. ``` If the code originates elsewhere, ensure that the file has the proper copyright |