Skip to content

Commit

Permalink
Add missing copyrights to new files
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Kulla <ckulla@gmail.com>
  • Loading branch information
fpsunflower committed Sep 15, 2024
1 parent 318fe6c commit 854b07f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/testrender/bvh.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright Contributors to the Open Shading Language project.
// SPDX-License-Identifier: BSD-3-Clause
// https://github.com/AcademySoftwareFoundation/OpenShadingLanguage

#include "bvh.h"
#include "raytracer.h"

Expand Down
4 changes: 4 additions & 0 deletions src/testrender/bvh.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright Contributors to the Open Shading Language project.
// SPDX-License-Identifier: BSD-3-Clause
// https://github.com/AcademySoftwareFoundation/OpenShadingLanguage

#pragma once

#include <OSL/oslconfig.h>
Expand Down
4 changes: 4 additions & 0 deletions src/testrender/scene.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright Contributors to the Open Shading Language project.
// SPDX-License-Identifier: BSD-3-Clause
// https://github.com/AcademySoftwareFoundation/OpenShadingLanguage

#include "rapidobj/rapidobj.hpp"
#include "raytracer.h"

Expand Down

0 comments on commit 854b07f

Please sign in to comment.