Skip to content

Commit

Permalink
add missing license header to pybytes
Browse files Browse the repository at this point in the history
  • Loading branch information
somethingelseentirely committed Jan 19, 2025
1 parent 39e72ea commit f27c7ef
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/pybytes.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
/*
* Copyright (c) Meta Platforms, Inc. and affiliates.
* Copyright (c) Jan-Paul Bultmann
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

use pyo3::{ffi, prelude::*, PyResult};
use std::os::raw::c_int;

Expand Down

0 comments on commit f27c7ef

Please sign in to comment.