Fix license header situation

This commit is contained in:
Guillaume Gomez 2020-12-15 11:53:31 +01:00
parent 0dce894b13
commit ff5a36561a
223 changed files with 248 additions and 1438 deletions

View file

@ -1,10 +1,4 @@
// Copyright (C) 2017 Sebastian Dröge <sebastian@centricular.com> // Take a look at the license at the top of the repository in the LICENSE file.
//
// 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 crate::AppSink; use crate::AppSink;
use glib::ffi::gpointer; use glib::ffi::gpointer;

View file

@ -1,10 +1,4 @@
// Copyright (C) 2017 Sebastian Dröge <sebastian@centricular.com> // Take a look at the license at the top of the repository in the LICENSE file.
//
// 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 futures_sink::Sink; use futures_sink::Sink;
use glib::ffi::{gboolean, gpointer}; use glib::ffi::{gboolean, gpointer};

View file

@ -1,10 +1,4 @@
// Copyright (C) 2017 Sebastian Dröge <sebastian@centricular.com> // Take a look at the license at the top of the repository in the LICENSE file.
//
// 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.
#![cfg_attr(feature = "dox", feature(doc_cfg))] #![cfg_attr(feature = "dox", feature(doc_cfg))]

View file

@ -1,10 +1,4 @@
// Copyright (C) 2017 Sebastian Dröge <sebastian@centricular.com> // Take a look at the license at the top of the repository in the LICENSE file.
//
// 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 glib::translate::{from_glib, Borrowed, FromGlibPtrNone, ToGlibPtr}; use glib::translate::{from_glib, Borrowed, FromGlibPtrNone, ToGlibPtr};

View file

@ -1,10 +1,4 @@
// Copyright (C) 2017 Sebastian Dröge <sebastian@centricular.com> // Take a look at the license at the top of the repository in the LICENSE file.
//
// 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 crate::AudioChannelPosition; use crate::AudioChannelPosition;

View file

@ -1,10 +1,4 @@
// Copyright (C) 2019 Sebastian Dröge <sebastian@centricular.com> // Take a look at the license at the top of the repository in the LICENSE file.
//
// 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 crate::AudioDecoder; use crate::AudioDecoder;
use crate::AudioInfo; use crate::AudioInfo;

View file

@ -1,10 +1,4 @@
// Copyright (C) 2019 Sebastian Dröge <sebastian@centricular.com> // Take a look at the license at the top of the repository in the LICENSE file.
//
// 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 crate::AudioEncoder; use crate::AudioEncoder;
use glib::object::IsA; use glib::object::IsA;

View file

@ -1,10 +1,4 @@
// Copyright (C) 2017 Sebastian Dröge <sebastian@centricular.com> // Take a look at the license at the top of the repository in the LICENSE file.
//
// 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 std::ffi::CStr; use std::ffi::CStr;
use std::str; use std::str;

View file

@ -1,10 +1,4 @@
// Copyright (C) 2017 Sebastian Dröge <sebastian@centricular.com> // Take a look at the license at the top of the repository in the LICENSE file.
//
// 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 std::cmp::Ordering; use std::cmp::Ordering;
use std::ffi::CStr; use std::ffi::CStr;

View file

@ -1,10 +1,4 @@
// Copyright (C) 2017 Sebastian Dröge <sebastian@centricular.com> // Take a look at the license at the top of the repository in the LICENSE file.
//
// 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 glib::translate::{ use glib::translate::{
from_glib, from_glib_full, from_glib_none, FromGlibPtrNone, ToGlib, ToGlibPtr, ToGlibPtrMut, from_glib, from_glib_full, from_glib_none, FromGlibPtrNone, ToGlib, ToGlibPtr, ToGlibPtrMut,

View file

@ -1,11 +1,4 @@
// Copyright (C) 2018-2020 Sebastian Dröge <sebastian@centricular.com> // Take a look at the license at the top of the repository in the LICENSE file.
// Copyright (C) 2020 Andrew Eikum <aeikum@codeweavers.com> for CodeWeavers
//
// 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 std::fmt; use std::fmt;
#[cfg(any(feature = "v1_16", feature = "dox"))] #[cfg(any(feature = "v1_16", feature = "dox"))]

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::GstAudioRingBufferSpec; use crate::ffi::GstAudioRingBufferSpec;
use glib::translate::*; use glib::translate::*;
use gst::Caps; use gst::Caps;

View file

@ -1,10 +1,4 @@
// Copyright (C) 2018 Sebastian Dröge <sebastian@centricular.com> // Take a look at the license at the top of the repository in the LICENSE file.
//
// 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 crate::AudioStreamAlign; use crate::AudioStreamAlign;

View file

@ -1,11 +1,4 @@
// Copyright (C) 2017-2020 Sebastian Dröge <sebastian@centricular.com> // Take a look at the license at the top of the repository in the LICENSE file.
// Copyright (C) 2020 Guillaume Desmottes <guillaume.desmottes@collabora.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 glib::translate::{from_glib_full, ToGlibPtr}; use glib::translate::{from_glib_full, ToGlibPtr};
use glib::ToSendValue; use glib::ToSendValue;

View file

@ -1,10 +1,4 @@
// Copyright (C) 2017 Sebastian Dröge <sebastian@centricular.com> // Take a look at the license at the top of the repository in the LICENSE file.
//
// 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.
#![cfg_attr(feature = "dox", feature(doc_cfg))] #![cfg_attr(feature = "dox", feature(doc_cfg))]

View file

@ -1,10 +1,4 @@
// Copyright (C) 2019 Sebastian Dröge <sebastian@centricular.com> // Take a look at the license at the top of the repository in the LICENSE file.
//
// 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 glib::subclass::prelude::*; use glib::subclass::prelude::*;
use glib::translate::*; use glib::translate::*;

View file

@ -1,10 +1,4 @@
// Copyright (C) 2019 Sebastian Dröge <sebastian@centricular.com> // Take a look at the license at the top of the repository in the LICENSE file.
//
// 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 glib::subclass::prelude::*; use glib::subclass::prelude::*;
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::prelude::*; use glib::prelude::*;
use glib::subclass::prelude::*; use glib::subclass::prelude::*;
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 std::mem; use std::mem;
use glib::prelude::*; use glib::prelude::*;

View file

@ -1,10 +1,5 @@
// Copyright (C) 2019 Sebastian Dröge <sebastian@centricular.com> // Take a look at the license at the top of the repository in the LICENSE file.
//
// 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.
#![allow(clippy::cast_ptr_alignment)] #![allow(clippy::cast_ptr_alignment)]
mod audio_decoder; mod audio_decoder;

View file

@ -1,10 +1,4 @@
// Copyright (C) 2017 Sebastian Dröge <sebastian@centricular.com> // Take a look at the license at the top of the repository in the LICENSE file.
//
// 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 crate::Adapter; use crate::Adapter;
use glib::translate::*; use glib::translate::*;

View file

@ -1,10 +1,4 @@
// Copyright (C) 2018 Sebastian Dröge <sebastian@centricular.com> // Take a look at the license at the top of the repository in the LICENSE file.
//
// 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 crate::Aggregator; use crate::Aggregator;
#[cfg(any(feature = "v1_16", feature = "dox"))] #[cfg(any(feature = "v1_16", feature = "dox"))]

View file

@ -1,10 +1,4 @@
// Copyright (C) 2018 Sebastian Dröge <sebastian@centricular.com> // Take a look at the license at the top of the repository in the LICENSE file.
//
// 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 crate::AggregatorPad; use crate::AggregatorPad;
use glib::object::IsA; use glib::object::IsA;

View file

@ -1,10 +1,4 @@
// Copyright (C) 2019 Guillaume Desmottes <guillaume.desmottes@collabora.com> // Take a look at the license at the top of the repository in the LICENSE file.
//
// 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 crate::BaseParse; use crate::BaseParse;
use crate::BaseParseFrame; use crate::BaseParseFrame;

View file

@ -1,10 +1,4 @@
// Copyright (C) 2019 Guillaume Desmottes <guillaume.desmottes@collabora.com> // Take a look at the license at the top of the repository in the LICENSE file.
//
// 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 glib::translate::*; use glib::translate::*;
use std::convert::TryFrom; use std::convert::TryFrom;

View file

@ -1,10 +1,4 @@
// Copyright (C) 2018 Sebastian Dröge <sebastian@centricular.com> // Take a look at the license at the top of the repository in the LICENSE file.
//
// 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 crate::BaseSink; use crate::BaseSink;
use glib::object::IsA; use glib::object::IsA;

View file

@ -1,10 +1,4 @@
// Copyright (C) 2018 Sebastian Dröge <sebastian@centricular.com> // Take a look at the license at the top of the repository in the LICENSE file.
//
// 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 glib::object::IsA; use glib::object::IsA;
use glib::translate::*; use glib::translate::*;

View file

@ -1,10 +1,4 @@
// Copyright (C) 2018 Sebastian Dröge <sebastian@centricular.com> // Take a look at the license at the top of the repository in the LICENSE file.
//
// 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 crate::BaseTransform; use crate::BaseTransform;
use glib::object::IsA; use glib::object::IsA;

View file

@ -1,10 +1,4 @@
// Copyright (C) 2017 Sebastian Dröge <sebastian@centricular.com> // Take a look at the license at the top of the repository in the LICENSE file.
//
// 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 glib::object::IsA; use glib::object::IsA;
use glib::translate::*; use glib::translate::*;

View file

@ -1,10 +1,4 @@
// Copyright (C) 2017 Sebastian Dröge <sebastian@centricular.com> // Take a look at the license at the top of the repository in the LICENSE file.
//
// 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 glib::object::IsA; use glib::object::IsA;
use glib::translate::*; use glib::translate::*;

View file

@ -1,10 +1,4 @@
// Copyright (C) 2017 Sebastian Dröge <sebastian@centricular.com> // Take a look at the license at the top of the repository in the LICENSE file.
//
// 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.
#![cfg_attr(feature = "dox", feature(doc_cfg))] #![cfg_attr(feature = "dox", feature(doc_cfg))]

View file

@ -1,10 +1,4 @@
// Copyright (C) 2017-2019 Sebastian Dröge <sebastian@centricular.com> // Take a look at the license at the top of the repository in the LICENSE file.
//
// 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 glib::prelude::*; use glib::prelude::*;
use glib::subclass::prelude::*; use glib::subclass::prelude::*;

View file

@ -1,10 +1,4 @@
// Copyright (C) 2018 Sebastian Dröge <sebastian@centricular.com> // Take a look at the license at the top of the repository in the LICENSE file.
//
// 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 glib::prelude::*; use glib::prelude::*;
use glib::subclass::prelude::*; use glib::subclass::prelude::*;

View file

@ -1,10 +1,4 @@
// Copyright (C) 2019 Guillaume Desmottes <guillaume.desmottes@collabora.com> // Take a look at the license at the top of the repository in the LICENSE file.
//
// 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 std::convert::TryFrom; use std::convert::TryFrom;
use std::mem; use std::mem;

View file

@ -1,10 +1,4 @@
// Copyright (C) 2017-2019 Sebastian Dröge <sebastian@centricular.com> // Take a look at the license at the top of the repository in the LICENSE file.
//
// 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 glib::prelude::*; use glib::prelude::*;
use glib::subclass::prelude::*; use glib::subclass::prelude::*;

View file

@ -1,10 +1,4 @@
// Copyright (C) 2017-2019 Sebastian Dröge <sebastian@centricular.com> // Take a look at the license at the top of the repository in the LICENSE file.
//
// 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 glib::prelude::*; use glib::prelude::*;
use glib::subclass::prelude::*; use glib::subclass::prelude::*;

View file

@ -1,10 +1,4 @@
// Copyright (C) 2017-2019 Sebastian Dröge <sebastian@centricular.com> // Take a look at the license at the top of the repository in the LICENSE file.
//
// 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 crate::prelude::*; use crate::prelude::*;

View file

@ -1,11 +1,5 @@
// Copyright (C) 2016-2018 Sebastian Dröge <sebastian@centricular.com> // Take a look at the license at the top of the repository in the LICENSE file.
// 2016 Luis de Bethencourt <luisbg@osg.samsung.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.
#![allow(clippy::cast_ptr_alignment)] #![allow(clippy::cast_ptr_alignment)]
mod base_parse; mod base_parse;

View file

@ -1,10 +1,4 @@
// Copyright (C) 2020 Sebastian Dröge <sebastian@centricular.com> // Take a look at the license at the top of the repository in the LICENSE file.
//
// 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 glib::prelude::*; use glib::prelude::*;
use glib::subclass::prelude::*; use glib::subclass::prelude::*;

View file

@ -1,10 +1,4 @@
// Copyright (C) 2017 Sebastian Dröge <sebastian@centricular.com> // Take a look at the license at the top of the repository in the LICENSE file.
//
// 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 glib::translate::mut_override; use glib::translate::mut_override;

View file

@ -1,10 +1,4 @@
// Copyright (C) 2018 Sebastian Dröge <sebastian@centricular.com> // Take a look at the license at the top of the repository in the LICENSE file.
//
// 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 crate::TestClock; use crate::TestClock;
use glib::object::IsA; use glib::object::IsA;

View file

@ -1,10 +1,4 @@
// Copyright (C) 2018 Sebastian Dröge <sebastian@centricular.com> // Take a look at the license at the top of the repository in the LICENSE file.
//
// 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.
#![cfg_attr(feature = "dox", feature(doc_cfg))] #![cfg_attr(feature = "dox", feature(doc_cfg))]

View file

@ -1,10 +1,4 @@
// Copyright (C) 2018 Sebastian Dröge <sebastian@centricular.com> // Take a look at the license at the top of the repository in the LICENSE file.
//
// 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 crate::TestClock; use crate::TestClock;
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::*;
glib::glib_wrapper! { glib::glib_wrapper! {

View file

@ -1,3 +1,5 @@
// Take a look at the license at the top of the repository in the LICENSE file.
#![cfg_attr(feature = "dox", feature(doc_cfg))] #![cfg_attr(feature = "dox", feature(doc_cfg))]
pub use ffi; pub use ffi;

View file

@ -1,10 +1,4 @@
// Copyright (C) 2018 Thibault Saunier <tsaunier@igalia.com> // Take a look at the license at the top of the repository in the LICENSE file.
//
// 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.
#![cfg_attr(feature = "dox", feature(doc_cfg))] #![cfg_attr(feature = "dox", feature(doc_cfg))]

View file

@ -1,10 +1,4 @@
// Copyright (C) 2018 Thibault Saunier <tsaunier@igalia.com> // Take a look at the license at the top of the repository in the LICENSE file.
//
// 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 crate::TimelineElement; use crate::TimelineElement;
use glib::object::IsA; use glib::object::IsA;

View file

@ -1,10 +1,4 @@
// Copyright (C) 2018 Víctor Jáquez <vjaquez@igalia.com> // Take a look at the license at the top of the repository in the LICENSE file.
//
// 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 gst::CapsFeatures; use gst::CapsFeatures;
use std::ffi::CStr; use std::ffi::CStr;

View file

@ -1,10 +1,4 @@
// Copyright (C) 2018 Víctor Jáquez <vjaquez@igalia.com> // Take a look at the license at the top of the repository in the LICENSE file.
//
// 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 crate::GLDisplay; use crate::GLDisplay;
use glib::translate::*; use glib::translate::*;

View file

@ -1,10 +1,4 @@
// Copyright (C) 2018 Víctor Jáquez <vjaquez@igalia.com> // Take a look at the license at the top of the repository in the LICENSE file.
//
// 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 crate::GLContext; use crate::GLContext;
use crate::GLDisplay; use crate::GLDisplay;

View file

@ -1,10 +1,4 @@
// Copyright (C) 2018 Víctor Jáquez <vjaquez@igalia.com> // Take a look at the license at the top of the repository in the LICENSE file.
//
// 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 std::ffi::CStr; use std::ffi::CStr;

View file

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

View file

@ -1,10 +1,4 @@
// Copyright (C) 2018 Víctor Jáquez <vjaquez@igalia.com> // Take a look at the license at the top of the repository in the LICENSE file.
//
// 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 glib::translate::{from_glib, ToGlibPtr}; use glib::translate::{from_glib, ToGlibPtr};
use gst_video::video_frame::Readable; use gst_video::video_frame::Readable;

View file

@ -1,11 +1,4 @@
// Copyright (C) 2018 Sebastian Dröge <sebastian@centricular.com> // Take a look at the license at the top of the repository in the LICENSE file.
// 2018 Víctor M. Jáquez L. <vjaquez@igalia.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.
#![cfg_attr(feature = "dox", feature(doc_cfg))] #![cfg_attr(feature = "dox", feature(doc_cfg))]

View file

@ -1,10 +1,4 @@
// Copyright (C) 2017 Sebastian Dröge <sebastian@centricular.com> // Take a look at the license at the top of the repository in the LICENSE file.
//
// 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.
#![cfg_attr(feature = "dox", feature(doc_cfg))] #![cfg_attr(feature = "dox", feature(doc_cfg))]

View file

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

View file

@ -1,10 +1,4 @@
// Copyright (C) 2018 Sebastian Dröge <sebastian@centricular.com> // Take a look at the license at the top of the repository in the LICENSE file.
//
// 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 crate::NetClientClock; use crate::NetClientClock;

View file

@ -1,10 +1,4 @@
// Copyright (C) 2018 Sebastian Dröge <sebastian@centricular.com> // Take a look at the license at the top of the repository in the LICENSE file.
//
// 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 crate::NetTimeProvider; use crate::NetTimeProvider;

View file

@ -1,10 +1,4 @@
// Copyright (C) 2018 Sebastian Dröge <sebastian@centricular.com> // Take a look at the license at the top of the repository in the LICENSE file.
//
// 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 crate::NtpClock; use crate::NtpClock;

View file

@ -1,10 +1,4 @@
// Copyright (C) 2018 Sebastian Dröge <sebastian@centricular.com> // Take a look at the license at the top of the repository in the LICENSE file.
//
// 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 crate::PtpClock; use crate::PtpClock;

View file

@ -1,11 +1,4 @@
// Copyright (C) 2018 Thiago Santos <thiagossantos@gmail.com> // Take a look at the license at the top of the repository in the LICENSE file.
// 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 crate::auto::Discoverer; use crate::auto::Discoverer;

View file

@ -1,11 +1,4 @@
// Copyright (C) 2018 Thiago Santos <thiagossantos@gmail.com> // Take a look at the license at the top of the repository in the LICENSE file.
// 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 crate::DiscovererStreamInfo; use crate::DiscovererStreamInfo;
use crate::DiscovererStreamInfoExt; use crate::DiscovererStreamInfoExt;

View file

@ -1,11 +1,4 @@
// Copyright (C) 2018 Thiago Santos <thiagossantos@gmail.com> // Take a look at the license at the top of the repository in the LICENSE file.
// 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 crate::DiscovererVideoInfo; use crate::DiscovererVideoInfo;

View file

@ -1,11 +1,4 @@
// Copyright (C) 2018 Thiago Santos <thiagossantos@gmail.com> // Take a look at the license at the top of the repository in the LICENSE file.
// 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 thiserror::Error; use thiserror::Error;

View file

@ -1,10 +1,4 @@
// Copyright (C) 2018 Sebastian Dröge <sebastian@centricular.com> // Take a look at the license at the top of the repository in the LICENSE file.
//
// 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 glib::translate::*; use glib::translate::*;
use std::ptr; use std::ptr;

View file

@ -1,10 +1,4 @@
// Copyright (C) 2017 Sebastian Dröge <sebastian@centricular.com> // Take a look at the license at the top of the repository in the LICENSE file.
//
// 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.
#![cfg_attr(feature = "dox", feature(doc_cfg))] #![cfg_attr(feature = "dox", feature(doc_cfg))]

View file

@ -1,10 +1,4 @@
// Copyright (C) 2017 Sebastian Dröge <sebastian@centricular.com> // Take a look at the license at the top of the repository in the LICENSE file.
//
// 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 glib::translate::*; use glib::translate::*;

View file

@ -1,10 +1,4 @@
// Copyright (C) 2017 Sebastian Dröge <sebastian@centricular.com> // Take a look at the license at the top of the repository in the LICENSE file.
//
// 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.
#![cfg_attr(feature = "dox", feature(doc_cfg))] #![cfg_attr(feature = "dox", feature(doc_cfg))]

View file

@ -1,10 +1,4 @@
// Copyright (C) 2017 Sebastian Dröge <sebastian@centricular.com> // Take a look at the license at the top of the repository in the LICENSE file.
//
// 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 crate::Player; use crate::Player;
use crate::PlayerSignalDispatcher; use crate::PlayerSignalDispatcher;

View file

@ -1,10 +1,4 @@
// Copyright (C) 2017 Sebastian Dröge <sebastian@centricular.com> // Take a look at the license at the top of the repository in the LICENSE file.
//
// 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 crate::PlayerGMainContextSignalDispatcher; use crate::PlayerGMainContextSignalDispatcher;
use glib::translate::*; use glib::translate::*;

View file

@ -1,10 +1,4 @@
// Copyright (C) 2017 Sebastian Dröge <sebastian@centricular.com> // Take a look at the license at the top of the repository in the LICENSE file.
//
// 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 crate::PlayerVideoInfo; use crate::PlayerVideoInfo;
use glib::translate::*; use glib::translate::*;

View file

@ -1,10 +1,4 @@
// Copyright (C) 2017 Sebastian Dröge <sebastian@centricular.com> // Take a look at the license at the top of the repository in the LICENSE file.
//
// 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 crate::PlayerVideoOverlayVideoRenderer; use crate::PlayerVideoOverlayVideoRenderer;
use glib::translate::*; use glib::translate::*;

View file

@ -1,10 +1,4 @@
// Copyright (C) 2018 Philippe Normand <philn@igalia.com> // Take a look at the license at the top of the repository in the LICENSE file.
//
// 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 glib::translate::*; use glib::translate::*;
use std::ffi::CStr; use std::ffi::CStr;

View file

@ -1,10 +1,4 @@
// Copyright (C) 2018 Sebastian Dröge <sebastian@centricular.com> // Take a look at the license at the top of the repository in the LICENSE file.
//
// 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.
#![cfg_attr(feature = "dox", feature(doc_cfg))] #![cfg_attr(feature = "dox", feature(doc_cfg))]

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::{from_glib, from_glib_full, FromGlibPtrFull, ToGlib}; use glib::translate::{from_glib, from_glib_full, FromGlibPtrFull, ToGlib};
use std::fmt; use std::fmt;
use std::marker::PhantomData; use std::marker::PhantomData;

View file

@ -1,10 +1,4 @@
// Copyright (C) 2018 Mathieu Duponchelle <mathieu@centricular.com> // Take a look at the license at the top of the repository in the LICENSE file.
//
// 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.
#![cfg_attr(feature = "dox", feature(doc_cfg))] #![cfg_attr(feature = "dox", feature(doc_cfg))]

View file

@ -1,3 +1,5 @@
// Take a look at the license at the top of the repository in the LICENSE file.
use crate::RTSPAddress; use crate::RTSPAddress;
use crate::RTSPAddressPool; use crate::RTSPAddressPool;
use crate::RTSPAddressPoolResult; use crate::RTSPAddressPoolResult;

View file

@ -1,3 +1,5 @@
// Take a look at the license at the top of the repository in the LICENSE file.
use glib::object::Cast; use glib::object::Cast;
use glib::object::IsA; use glib::object::IsA;
use glib::signal::connect_raw; use glib::signal::connect_raw;

View file

@ -1,3 +1,5 @@
// Take a look at the license at the top of the repository in the LICENSE file.
use crate::RTSPClient; use crate::RTSPClient;
use glib::object::IsA; use glib::object::IsA;
use glib::source::SourceId; use glib::source::SourceId;

View file

@ -1,10 +1,4 @@
// Copyright (C) 2018 Sebastian Dröge <sebastian@centricular.com> // Take a look at the license at the top of the repository in the LICENSE file.
//
// 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 glib::translate::*; use glib::translate::*;
use std::ptr; use std::ptr;

View file

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

View file

@ -1,10 +1,4 @@
// Copyright (C) 2018 Sebastian Dröge <sebastian@centricular.com> // Take a look at the license at the top of the repository in the LICENSE file.
//
// 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 crate::RTSPMediaFactory; use crate::RTSPMediaFactory;

View file

@ -1,3 +1,5 @@
// Take a look at the license at the top of the repository in the LICENSE file.
use crate::RTSPServer; use crate::RTSPServer;
use glib::object::IsA; use glib::object::IsA;
use glib::source::SourceId; use glib::source::SourceId;

View file

@ -1,3 +1,5 @@
// Take a look at the license at the top of the repository in the LICENSE file.
use crate::RTSPSessionPool; use crate::RTSPSessionPool;
use glib::ffi::{gboolean, gpointer}; use glib::ffi::{gboolean, gpointer};
use glib::object::IsA; use glib::object::IsA;

View file

@ -1,3 +1,5 @@
// Take a look at the license at the top of the repository in the LICENSE file.
use crate::RTSPStream; use crate::RTSPStream;
use glib::object::IsA; use glib::object::IsA;
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 crate::RTSPStreamTransport; use crate::RTSPStreamTransport;
use glib::object::IsA; use glib::object::IsA;
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::*;
gst::gst_define_mini_object_wrapper!(RTSPThread, RTSPThreadRef, ffi::GstRTSPThread, || { gst::gst_define_mini_object_wrapper!(RTSPThread, RTSPThreadRef, ffi::GstRTSPThread, || {

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 glib::value::ToSendValue; use glib::value::ToSendValue;

View file

@ -1,10 +1,5 @@
// Copyright (C) 2020 Sebastian Dröge <sebastian@centricular.com> // Take a look at the license at the top of the repository in the LICENSE file.
//
// 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.
#![allow(clippy::cast_ptr_alignment)] #![allow(clippy::cast_ptr_alignment)]
mod rtsp_client; mod rtsp_client;

View file

@ -1,10 +1,4 @@
// Copyright (C) 2020 Sebastian Dröge <sebastian@centricular.com> // Take a look at the license at the top of the repository in the LICENSE file.
//
// 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 glib::prelude::*; use glib::prelude::*;
use glib::subclass::prelude::*; use glib::subclass::prelude::*;

View file

@ -1,10 +1,4 @@
// Copyright (C) 2020 Sebastian Dröge <sebastian@centricular.com> // Take a look at the license at the top of the repository in the LICENSE file.
//
// 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 glib::prelude::*; use glib::prelude::*;
use glib::subclass::prelude::*; use glib::subclass::prelude::*;

View file

@ -1,10 +1,4 @@
// Copyright (C) 2020 Sebastian Dröge <sebastian@centricular.com> // Take a look at the license at the top of the repository in the LICENSE file.
//
// 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 glib::prelude::*; use glib::prelude::*;
use glib::subclass::prelude::*; use glib::subclass::prelude::*;

View file

@ -1,10 +1,4 @@
// Copyright (C) 2020 Sebastian Dröge <sebastian@centricular.com> // Take a look at the license at the top of the repository in the LICENSE file.
//
// 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 glib::prelude::*; use glib::prelude::*;
use glib::subclass::prelude::*; use glib::subclass::prelude::*;

View file

@ -1,10 +1,4 @@
// Copyright (C) 2018 Mathieu Duponchelle <mathieu@centricular.com> // Take a look at the license at the top of the repository in the LICENSE file.
//
// 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.
#![cfg_attr(feature = "dox", feature(doc_cfg))] #![cfg_attr(feature = "dox", feature(doc_cfg))]

View file

@ -1,10 +1,4 @@
// Copyright (C) 2018 Sebastian Dröge <sebastian@centricular.com> // Take a look at the license at the top of the repository in the LICENSE file.
//
// 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.
#![cfg_attr(feature = "dox", feature(doc_cfg))] #![cfg_attr(feature = "dox", feature(doc_cfg))]

View file

@ -1,10 +1,4 @@
// Copyright (C) 2018 Sebastian Dröge <sebastian@centricular.com> // Take a look at the license at the top of the repository in the LICENSE file.
//
// 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 std::ffi::CStr; use std::ffi::CStr;
use std::fmt; use std::fmt;

View file

@ -1,10 +1,4 @@
// Copyright (C) 2018 Sebastian Dröge <sebastian@centricular.com> // Take a look at the license at the top of the repository in the LICENSE file.
//
// 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 std::ffi::CStr; use std::ffi::CStr;
use std::fmt; use std::fmt;

View file

@ -1,10 +1,4 @@
// Copyright (C) 2018 Sebastian Dröge <sebastian@centricular.com> // Take a look at the license at the top of the repository in the LICENSE file.
//
// 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 std::ffi::CStr; use std::ffi::CStr;
use std::fmt; use std::fmt;

View file

@ -1,10 +1,4 @@
// Copyright (C) 2018 Sebastian Dröge <sebastian@centricular.com> // Take a look at the license at the top of the repository in the LICENSE file.
//
// 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 std::ffi::CStr; use std::ffi::CStr;
use std::fmt; use std::fmt;

View file

@ -1,10 +1,4 @@
// Copyright (C) 2018 Sebastian Dröge <sebastian@centricular.com> // Take a look at the license at the top of the repository in the LICENSE file.
// //
// // 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 std::borrow::{Borrow, BorrowMut, ToOwned}; use std::borrow::{Borrow, BorrowMut, ToOwned};
use std::ffi::CStr; use std::ffi::CStr;

Some files were not shown because too many files have changed in this diff Show more