Skip to content

Commit

Permalink
Updated licensing.
Browse files Browse the repository at this point in the history
  • Loading branch information
ggarra13 committed Dec 18, 2024
1 parent 9790acc commit d8dc6ba
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 0 deletions.
5 changes: 5 additions & 0 deletions bin/release/sourceforge_defaults.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
#!/usr/bin/env bash
# SPDX-License-Identifier: BSD-3-Clause
# mrv2
# Copyright Contributors to the mrv2 Project. All rights reserved.

#!/usr/bin/env bash

release=$1
Expand Down
4 changes: 4 additions & 0 deletions src/lib/mrvFLU/Flu_Entry.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// SPDX-License-Identifier: BSD-3-Clause
// mrv2
// Copyright Contributors to the mrv2 Project. All rights reserved.


// #define DEBUG_REQUESTS 1

Expand Down
4 changes: 4 additions & 0 deletions src/lib/mrvFLU/Flu_Entry.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// SPDX-License-Identifier: BSD-3-Clause
// mrv2
// Copyright Contributors to the mrv2 Project. All rights reserved.

#pragma once

#include <tlCore/Time.h>
Expand Down
4 changes: 4 additions & 0 deletions src/lib/mrvFLU/Flu_Pack.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// SPDX-License-Identifier: BSD-3-Clause
// mrv2
// Copyright Contributors to the mrv2 Project. All rights reserved.


#pragma once

Expand Down
4 changes: 4 additions & 0 deletions src/lib/mrvFLU/Flu_Scroll.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// SPDX-License-Identifier: BSD-3-Clause
// mrv2
// Copyright Contributors to the mrv2 Project. All rights reserved.


#pragma once

Expand Down

0 comments on commit d8dc6ba

Please sign in to comment.