mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2024-11-24 10:31:03 +00:00
validate: Add license headers
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/-/merge_requests/1586>
This commit is contained in:
parent
4ceabe9400
commit
a7aae598a7
3 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
// Take a look at the license at the top of the repository in the LICENSE file.
|
||||
|
||||
use std::{ffi::c_int, ptr};
|
||||
|
||||
use crate::{ffi, Action};
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
// Take a look at the license at the top of the repository in the LICENSE file.
|
||||
|
||||
use crate::ffi;
|
||||
use glib::translate::*;
|
||||
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
// Take a look at the license at the top of the repository in the LICENSE file.
|
||||
|
||||
use glib::translate::*;
|
||||
|
||||
use crate::action::Action;
|
||||
|
|
Loading…
Reference in a new issue