Skip to content

Commit

Permalink
Add license headers
Browse files Browse the repository at this point in the history
  • Loading branch information
Philippe Leprince committed Jan 10, 2024
1 parent 574988e commit 85330ee
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/lib/OpenEXR/ImfZstdCompressor.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
//
// SPDX-License-Identifier: BSD-3-Clause
// Copyright (c) Contributors to the OpenEXR Project.
//

#include <cstring>
#include "ImfZstdCompressor.h"

Expand Down
6 changes: 6 additions & 0 deletions src/lib/OpenEXR/ImfZstdCompressor.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
#pragma once

//
// SPDX-License-Identifier: BSD-3-Clause
// Copyright (c) Contributors to the OpenEXR Project.
//

#include <memory>
#include "ImfNamespace.h"
#include "ImfCompressor.h"
Expand Down

0 comments on commit 85330ee

Please sign in to comment.