From f97983ff295231cc7a4952d278c7f194dc41c228 Mon Sep 17 00:00:00 2001 From: Dirk Lemstra Date: Tue, 13 Feb 2018 16:03:26 +0100 Subject: [PATCH] Changed year to current year. (#1153) --- 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 bc69b10e6..671e61c31 100644 --- a/docs/new_project_guide.md +++ b/docs/new_project_guide.md @@ -260,7 +260,7 @@ if you are new to contributing via GitHub. Please include copyright headers for all files checked in to oss-fuzz: ``` -# Copyright 2016 Google Inc. +# Copyright 2018 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License.