Skip to content

Commit 4aad531

Browse files
committed
Add license information to a bunch of files
1 parent 7b60552 commit 4aad531

25 files changed

+150
-2
lines changed

.clang-format

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# https://clang.llvm.org/docs/ClangFormat.html
2+
#
3+
# Copyright 2013-2019, High Fidelity, Inc.
4+
# Copyright 2022 Overte e.V.
5+
# SPDX-License-Identifier: Apache-2.0
6+
17
Language: Cpp
28
Standard: Cpp11
39
BasedOnStyle: "Chromium"

.editorconfig

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
1+
# https://editorconfig.org
2+
#
3+
# Copyright 2013-2019, High Fidelity, Inc.
4+
# Copyright 2022 Overte e.V.
5+
# SPDX-License-Identifier: Apache-2.0
6+
17
root = true
28

39
# 4-space indentation
410
[*]
511
indent_style = space
6-
indent_size = 4
12+
indent_size = 4

.eslintrc.js

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
// https://eslint.org
2+
//
3+
// Copyright 2013-2019 High Fidelity, Inc.
4+
// Copyright 2020 Vircadia contirbutors
5+
// Copyright 2022 Overte e.V.
6+
// SPDX-License-Identifier: Apache-2.0
7+
18
module.exports = {
29
"root": true,
310
"extends": "eslint:recommended",

.gitattributes

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# https://www.git-scm.com/docs/gitattributes
2+
#
3+
# Copyright 2013-2019 High Fidelity, Inc.
4+
# Copyright 2022 Overte e.V.
5+
# SPDX-License-Identifier: Apache-2.0
6+
17
*.cfg text
28
*.cpp text
39
*.css text

.github/CODEOWNERS

+3
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
1+
# Copyright 2022 Overte e.V.
2+
# SPDX-License-Identifier: MIT
3+
14
# Require @JulianGro to review changed GitHub Actions workflows before they are run.
25
/.github/workflows @JulianGro

.github/workflows/master_build.yml

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# Copyright 2013-2019 High Fidelity, Inc.
2+
# Copyright 2020-2022 Vircadia contributors
3+
# Copyright 2021-2022 Overte e.V.
4+
# SPDX-License-Identifier: Apache-2.0
5+
16
name: Master CI Build
27

38
on:

.github/workflows/master_deploy_apidocs.yml

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Copyright 2022 Overte e.V.
2+
# SPDX-License-Identifier: MIT
3+
14
name: Master API-docs CI Build and Deploy
25

36
on:

.github/workflows/master_deploy_doxygen.yml

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Copyright 2022 Overte e.V.
2+
# SPDX-License-Identifier: MIT
3+
14
name: Master Doxygen CI Build and Deploy
25

36
on:

.github/workflows/pr_build.yml

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# Copyright 2013-2019 High Fidelity, Inc.
2+
# Copyright 2020-2022 Vircadia contributors.
3+
# Copyright 2021-2022 Overte e.V.
4+
# SPDX-License-Identifier: Apache-2.0
5+
16
name: Pull Request CI Build
27
# Keep in mind that GitHub Actions does not allow reading secrets during PR builds.
38

.gitignore

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# https://www.git-scm.com/docs/gitignore
2+
#
3+
# Copyright 2013-2019 High Fidelity, Inc.
4+
# Copyright 2022 Overte e.V.
5+
# SPDX-License-Identifier: Apache-2.0
6+
17
VideoDecodeStats
28

39
# CMake

BUILD.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
<!--
2+
Copyright 2013-2019 High Fidelity, Inc.
3+
Copyright 2020-2021 Vircadia contributors
4+
Copyright 2021-2022 Overte e.V.
5+
SPDX-License-Identifier: Apache-2.0
6+
-->
7+
18
# General Build Information
29

310
*Last Updated on March 8, 2021*

BUILD_ANDROID.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
<!--
2+
Copyright 2013-2019 High Fidelity, Inc.
3+
Copyright 2019-2021 Vircadia contributors
4+
Copyright 2021-2022 Overte e.V.
5+
SPDX-License-Identifier: Apache-2.0
6+
-->
7+
18
# Build Android
29

310
*Last Updated on December 15, 2020*

BUILD_LINUX.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
<!--
2+
Copyright 2013-2019 High Fidelity, Inc.
3+
Copyright 2019-2022 Vircadia contributors
4+
Copyright 2021-2022 Overte e.V.
5+
SPDX-License-Identifier: Apache-2.0
6+
-->
7+
18
# Build Linux
29

310
*Last Updated on January 6, 2022*

BUILD_OSX.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
1+
<!--
2+
Copyright 2013-2019 High Fidelity, Inc.
3+
Copyright 2020-2021 Vircadia contributors
4+
Copyright 2020-2022 Overte e.V.
5+
SPDX-License-Identifier: Apache-2.0
6+
-->
7+
18
# Build macOS
29

3-
*Last Updated on December 1, 2021*
10+
*Last Updated on September 8, 2022*
411

512
Please read the [general build guide](BUILD.md) for information on dependencies required for all platforms. This will include the necessary environment variables to customize your build. Only macOS specific instructions are found in this document.
613

BUILD_WIN.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
<!--
2+
Copyright 2013-2019 High Fidelity, Inc.
3+
Copyright 2019-2021 Vircadia contributors
4+
Copyright 2021-2022 Overte e.V.
5+
SPDX-License-Identifier: Apache-2.0
6+
-->
7+
18
# Build Windows
29

310
*Last Updated on 15 Apr 2021*

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
<!--
2+
Copyright 2022 Overte e.V.
3+
SPDX-License-Identifier: MIT
4+
-->
5+
16
# Changelog
27
All notable changes to this project will be documented in this file.
38
This does not include changes to unrelated to the software or its packaging,

CODING_STANDARD.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
<!--
2+
Copyright 2013-2019 High Fidelity, Inc.
3+
Copyright 2020-2021 Vircadia contributors
4+
Copyright 2022 Overte e.V.
5+
SPDX-License-Identifier: Apache-2.0
6+
-->
7+
18
# Coding Standards
29

310
Note that the current code base does not necessarily follow this with 100% consistency. It will be an ongoing process to try and sanitize the existing code to match these guidelines.

CONTRIBUTING.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
<!--
2+
Copyright 2013-2019 High Fidelity, Inc.
3+
Copyright 2020 Vircadia contributors
4+
Copyright 2022 Overte e.V.
5+
SPDX-License-Identifier: Apache-2.0
6+
-->
17

28
The project embraces distributed development and if you'd like to help, it would be greatly appreciated. Just open a pull request with the revisions.
39

INSTALLER.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
<!--
2+
Copyright 2013-2019 High Fidelity, Inc.
3+
Copyright 2020-2021 Vircadia contributors
4+
Copyright 2021-2022 Overte e.V.
5+
SPDX-License-Identifier: Apache-2.0
6+
-->
7+
18
# Creating an Installer
29

310
*Last Updated on June 16, 2021*

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
<!--
2+
Copyright 2013-2019 High Fidelity, Inc.
3+
Copyright 2019-2021 Vircadia contributors
4+
Copyright 2021-2022 Overte e.V.
5+
SPDX-License-Identifier: Apache-2.0
6+
-->
7+
18
<p align="center"><a href="https://overte.org/"><picture><source srcset="interface/resources/images/brand-banner.svg" alt="Overte" width="350" media="(prefers-color-scheme: dark)"><img src="interface/resources/images/brand-banner-black.svg" alt="Overte" width="350"></picture></a></p>
29

310
<h3 align="center"><a href="https://overte.org/">Website</a> | <a href="https://matrix.to/#/#overte:matrix.org">Matrix</a> | <a href="https://overte.org/#download">Download</a></h3>
@@ -12,6 +19,7 @@
1219
<p align="center">
1320
<a href="https://github.com/overte-org/overte/actions/workflows/master_build.yml"><img alt="Master CI Build" src="https://github.com/overte-org/overte/actions/workflows/master_build.yml/badge.svg"></a>
1421
<a href="https://github.com/overte-org/overte/actions/workflows/master_deploy_apidocs.yml"><img alt="API-docs CI Build & Deploy" src="https://github.com/overte-org/overte/actions/workflows/master_deploy_apidocs.yml/badge.svg"></a>
22+
<a href="https://api.reuse.software/info/github.com/overte-org/overte"><img alt="REUSE status" src="https://api.reuse.software/badge/github.com/overte-org/overte"></a>
1523
</p>
1624

1725
### What is this?

VCPKG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
<!--
2+
Copyright 2013-2019 High Fidelity, Inc.
3+
Copyright 2022 Overte e.V.
4+
SPDX-License-Identifier: Apache-2.0
5+
-->
6+
17
[VCPKG](https://github.com/Microsoft/vcpkg) is an open source package management system created by Microsoft, intially just for Windows based system, but eventually extended to cover Linux and OSX as well, and in theory extensible enough to cover additional operating systems.
28

39
VCPKG is now our primary mechanism for managing the external libraries and tools on which we rely to build our applications.

android/build_recipes.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
<!--
2+
Copyright 2013-2019 High Fidelity, Inc.
3+
Copyright 2022 Overte e.V.
4+
SPDX-License-Identifier: Apache-2.0
5+
-->
6+
17
Different libraries require different mechanism for building. Some are easiest with the standalone toolchain. Some are easiest with the ndk-build tool. Some can rely on CMake to do the right thing.
28

39
## Setup

cmake/ports/webrtc/README.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
<!--
2+
Copyright 2013-2019 High Fidelity, Inc.
3+
Copyright 2021 Vircadia contributors
4+
Copyright 2022 Overte e.V.
5+
SPDX-License-Identifier: Apache-2.0
6+
-->
7+
18
# WebRTC
29

310
WebRTC Information:

cmake/ports/webrtc/copy-VCPKG-file-win.cmd

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
rem Copyright 2013-2019 High Fidelity, Inc.
2+
rem Copyright 2021 Vircadia contributors
3+
rem Copyright 2022 Overte e.V.
4+
rem SPDX-License-Identifier: Apache-2.0
5+
16
rem Copy this file to a directory above the WebRTC \src directory and run it from there in a command window.
27
set WEBRTC_SRC_DIR=src
38
set RELEASE_LIB_DIR=%WEBRTC_SRC_DIR%\out\Release\obj
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,8 @@
1+
<!--
2+
Copyright 2013-2019 High Fidelity, Inc.
3+
Copyright 2022 Overte e.V.
4+
SPDX-License-Identifier: Apache-2.0
5+
-->
6+
17
These are our own custom controls with the same names as existing controls, but
28
customized for readability / usability in VR.

0 commit comments

Comments
 (0)