From e30d7963a510f4f1ea6e1d229845d3f6d9f2f0f8 Mon Sep 17 00:00:00 2001 From: Sebastian Kinne Date: Tue, 25 Jun 2019 00:44:17 +1000 Subject: [PATCH] [docs] Update copyright year in new_projects_guide.md (#2537) --- docs/new_project_guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/new_project_guide.md b/docs/new_project_guide.md index ebbcc7021..988816704 100644 --- a/docs/new_project_guide.md +++ b/docs/new_project_guide.md @@ -335,7 +335,7 @@ if you are new to contributing via GitHub. Please include copyright headers for all files checked in to oss-fuzz: ``` -# Copyright 2018 Google Inc. +# Copyright 2019 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License.