From b52b838776b82b91f985bf0899ab4d7b05941c30 Mon Sep 17 00:00:00 2001 From: Daniel Etuk <77677996+0xdanny@users.noreply.github.com> Date: Thu, 11 Feb 2021 08:37:05 +0100 Subject: [PATCH] Update file header date in contributing.md (#714) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e3ffa89e1..a35262c59 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -123,7 +123,7 @@ reviewer. All files in the project must start with the following header. ``` -// Copyright 2020 The Flutter team. All rights reserved. +// Copyright 2021 The Flutter team. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. ```