From ef5fc91b450d58540f24b7a81661d43c8ca3c298 Mon Sep 17 00:00:00 2001 From: David Rowe Date: Mon, 8 Jun 2020 07:44:32 +1200 Subject: [PATCH 1/2] Remove path from boilerplate in coding standard --- CODING_STANDARD.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CODING_STANDARD.md b/CODING_STANDARD.md index e582ac305f..9e76b5ee5f 100644 --- a/CODING_STANDARD.md +++ b/CODING_STANDARD.md @@ -983,7 +983,6 @@ second copyright line, copyright Vircadia contributors. ```cpp // // NodeList.h -// libraries/shared/src // // Created by Stephen Birarda on 15 Feb 2013. // Copyright 2013 High Fidelity, Inc. From cf71c9b1960456230536f362cee017a670bb26d5 Mon Sep 17 00:00:00 2001 From: David Rowe Date: Mon, 8 Jun 2020 07:47:41 +1200 Subject: [PATCH 2/2] Update description --- CODING_STANDARD.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CODING_STANDARD.md b/CODING_STANDARD.md index 9e76b5ee5f..1c2f3cb27e 100644 --- a/CODING_STANDARD.md +++ b/CODING_STANDARD.md @@ -976,9 +976,9 @@ while (true) { #### [4.3.4] Source files (header and implementation) must include a boilerplate. -Boilerplates should include the filename, location, creator, copyright Vircadia 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 Vircadia contributors. +Boilerplates should include the filename, creator, copyright Vircadia 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 Vircadia contributors. ```cpp //