mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 04:48:09 +02:00
Update boilerplate in coding standard
This commit is contained in:
parent
dd787cba66
commit
d2f2144e71
1 changed files with 5 additions and 2 deletions
|
@ -976,15 +976,18 @@ while (true) {
|
||||||
|
|
||||||
#### [4.3.4] Source files (header and implementation) must include a boilerplate.
|
#### [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
|
```cpp
|
||||||
//
|
//
|
||||||
// NodeList.h
|
// NodeList.h
|
||||||
// libraries/shared/src
|
// 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 2013 High Fidelity, Inc.
|
||||||
|
// Copyright 2020 Project Athena contributors.
|
||||||
//
|
//
|
||||||
// This is where you could place an optional one line comment about the file.
|
// This is where you could place an optional one line comment about the file.
|
||||||
//
|
//
|
||||||
|
|
Loading…
Reference in a new issue