mirror of
https://github.com/overte-org/overte.git
synced 2025-08-07 18:10:37 +02:00
Merge pull request #431 from ctrlaltdavid/fix/boilerplate
Remove path from boilerplate in coding standard
This commit is contained in:
commit
69b6adc90c
1 changed files with 3 additions and 4 deletions
|
@ -976,14 +976,13 @@ 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 Vircadia contributors, and Apache 2.0 License
|
Boilerplates should include the filename, creator, copyright Vircadia contributors, and Apache 2.0 License information.
|
||||||
information. This should be placed at the top of the file. If editing an existing file that is copyright High Fidelity, add a
|
This should be placed at the top of the file. If editing an existing file that is copyright High Fidelity, add a second
|
||||||
second copyright line, copyright Vircadia contributors.
|
copyright line, copyright Vircadia contributors.
|
||||||
|
|
||||||
```cpp
|
```cpp
|
||||||
//
|
//
|
||||||
// NodeList.h
|
// NodeList.h
|
||||||
// libraries/shared/src
|
|
||||||
//
|
//
|
||||||
// Created by Stephen Birarda on 15 Feb 2013.
|
// Created by Stephen Birarda on 15 Feb 2013.
|
||||||
// Copyright 2013 High Fidelity, Inc.
|
// Copyright 2013 High Fidelity, Inc.
|
||||||
|
|
Loading…
Reference in a new issue