validate: Add license headers

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/-/merge_requests/1586>
This commit is contained in:
Thibault Saunier 2024-11-12 11:47:07 -03:00 committed by GStreamer Marge Bot
parent 4ceabe9400
commit a7aae598a7
3 changed files with 6 additions and 0 deletions

View file

@ -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 std::{ffi::c_int, ptr};
use crate::{ffi, Action}; use crate::{ffi, Action};

View file

@ -1,3 +1,5 @@
// Take a look at the license at the top of the repository in the LICENSE file.
use crate::ffi; use crate::ffi;
use glib::translate::*; use glib::translate::*;

View file

@ -1,3 +1,5 @@
// Take a look at the license at the top of the repository in the LICENSE file.
use glib::translate::*; use glib::translate::*;
use crate::action::Action; use crate::action::Action;