Merge pull request #169 from ctrlaltdavid/fix/boilerplate

Update boilerplate in coding standard
This commit is contained in:
kasenvr 2020-02-16 13:43:23 -05:00 committed by GitHub
commit 2b69417719
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.
//