Skip to content
Snippets Groups Projects
Commit 6199958f authored by Hubert Figuiere's avatar Hubert Figuiere
Browse files

Add license headers

parent e27d13f9
No related branches found
No related tags found
Loading
Copyright (c) 2016, Hubert Figuière
Copyright (c) 2016-2021, Hubert Figuière
All rights reserved.
Redistribution and use in source and binary forms, with or without
......
//
// Copyright (c) 2016-2021, Hubert Figuière
//
// License: BSD-2-Clause
// See top-level LICENSE file.
//
#[link(name = "exempi")]
extern crate libc;
......
//
// Copyright (c) 2016-2021, Hubert Figuière
//
// License: BSD-2-Clause
// See top-level LICENSE file.
//
pub use c::XmpError;
/// Error from XMP
......
//
// Copyright (c) 2016-2021, Hubert Figuière
//
// License: BSD-2-Clause
// See top-level LICENSE file.
//
extern crate exempi_sys as c;
#[macro_use]
extern crate bitflags;
......
//
// Copyright (c) 2016-2021, Hubert Figuière
//
// License: BSD-2-Clause
// See top-level LICENSE file.
//
use libc::c_char;
use std::ffi::CString;
......
//
// Copyright (c) 2016-2021, Hubert Figuière
//
// License: BSD-2-Clause
// See top-level LICENSE file.
//
use std::ffi::CString;
use std::os::unix::ffi::OsStrExt;
......
//
// Copyright (c) 2016-2021, Hubert Figuière
//
// License: BSD-2-Clause
// See top-level LICENSE file.
//
use crate::xmp::{PropFlags, Xmp};
use crate::xmpstring::XmpString;
use std::ffi::CString;
......
//
// Copyright (c) 2016-2021, Hubert Figuière
//
// License: BSD-2-Clause
// See top-level LICENSE file.
//
use std::ffi::CStr;
use std::fmt;
use std::str;
......
//
// Copyright (c) 2016-2021, Hubert Figuière
//
// License: BSD-2-Clause
// See top-level LICENSE file.
//
extern crate exempi2;
extern crate exempi_sys;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment