Skip to content

Commit

Permalink
Add SPDX-License-Identifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
appgurueu committed May 21, 2024
1 parent 1e1b35d commit 4a6fc57
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions irr/src/CGLTFMeshFileLoader.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Minetest
// SPDX-License-Identifier: LGPL-2.1-or-later

#include "CGLTFMeshFileLoader.h"

#include "coreutil.h"
Expand Down
3 changes: 3 additions & 0 deletions irr/src/CGLTFMeshFileLoader.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Minetest
// SPDX-License-Identifier: LGPL-2.1-or-later

#pragma once

#include "ISkinnedMesh.h"
Expand Down
3 changes: 3 additions & 0 deletions irr/src/tests/testCGLTFMeshFileLoader.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Minetest
// SPDX-License-Identifier: LGPL-2.1-or-later

#include "CReadFile.h"
#include "vector3d.h"

Expand Down

0 comments on commit 4a6fc57

Please sign in to comment.