diff --git a/CODING_STANDARD.md b/CODING_STANDARD.md index e582ac305f..1c2f3cb27e 100644 --- a/CODING_STANDARD.md +++ b/CODING_STANDARD.md @@ -976,14 +976,13 @@ 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 // // NodeList.h -// libraries/shared/src // // Created by Stephen Birarda on 15 Feb 2013. // Copyright 2013 High Fidelity, Inc.