From d2f2144e715d3854844bc141443a94327d966a53 Mon Sep 17 00:00:00 2001
From: David Rowe <david@ctrlaltstudio.com>
Date: Sun, 16 Feb 2020 20:18:12 +1300
Subject: [PATCH] Update boilerplate in coding standard

---
 CODING_STANDARD.md | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/CODING_STANDARD.md b/CODING_STANDARD.md
index 17f7ecb2f2..fd1843e981 100644
--- a/CODING_STANDARD.md
+++ b/CODING_STANDARD.md
@@ -976,15 +976,18 @@ while (true) {
 
 #### [4.3.4] Source files (header and implementation) must include a boilerplate.
 
-Boilerplates should include the filename, location, creator, copyright, and Apache 2.0 License information and be placed at the top of the file.
+Boilerplates should include the filename, location, creator, copyright Project Athena contributors, and Apache 2.0 License 
+information. This should be placed at the top of the file. If editing an existing file that is copyright High Fidelity, add a 
+second copyright line, copyright Project Athena contributors.
 
 ```cpp
 //
 //  NodeList.h
 //  libraries/shared/src
 //
-//  Created by Stephen Birarda on 2/15/13.
+//  Created by Stephen Birarda on 15 Feb 2013.
 //  Copyright 2013 High Fidelity, Inc.
+//  Copyright 2020 Project Athena contributors.
 //
 //  This is where you could place an optional one line comment about the file.
 //