From 1d6c0357c2144226f5ac06abbd6374f63841cd84 Mon Sep 17 00:00:00 2001 From: Domenic Denicola Date: Tue, 17 Feb 2015 11:54:51 -0500 Subject: [PATCH] Update copyright year in sample copyright --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 46e985fd73..290f2eaebb 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -19,7 +19,7 @@ Take a look at these examples: A test file has three sections: Copyright, Frontmatter, and Body. A test looks roughly like this: ```javascript -// Copyright (C) 2014 [Contributor Name]. All rights reserved. +// Copyright (C) 2015 [Contributor Name]. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*---