Skip to content

Commit

Permalink
Add copyright headers to solid
Browse files Browse the repository at this point in the history
  • Loading branch information
rprospero committed Aug 23, 2024
1 parent f6b08a1 commit c054e02
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/solid.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// SPDX-License-Identifier: GPL-3.0-or-later
// Copyright (c) 2024 Team Dissolve and contributors

#include "solid.h"
#include "triangle.h"

Expand Down
3 changes: 3 additions & 0 deletions src/solid.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// SPDX-License-Identifier: GPL-3.0-or-later
// Copyright (c) 2024 Team Dissolve and contributors

#pragma once

#include "vector3.h"
Expand Down

0 comments on commit c054e02

Please sign in to comment.