mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2024-11-14 13:31:09 +00:00
Add copyright header
This commit is contained in:
parent
1b7c8868a9
commit
1cecb1c8ab
1 changed files with 9 additions and 0 deletions
|
@ -1,3 +1,12 @@
|
|||
// Copyright (C) 2018 Thiago Santos <thiagossantos@gmail.com>
|
||||
// Sebastian Dröge <sebastian@centricular.com>
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
|
||||
// http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
|
||||
// <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
|
||||
// option. This file may not be copied, modified, or distributed
|
||||
// except according to those terms.
|
||||
|
||||
use ffi;
|
||||
use glib;
|
||||
use gst;
|
||||
|
|
Loading…
Reference in a new issue