From d8fd71afdf0c5d62b7ae2b9eb7b877ca74f3c2e7 Mon Sep 17 00:00:00 2001 From: Yusuke Tanaka Date: Tue, 12 Jan 2021 02:13:41 +0900 Subject: chore: update copyright to 2021 (#9092) --- docs/contributing/style_guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/contributing/style_guide.md') 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 -- cgit v1.2.3