From ff5a36561af0ba6631bd1ac785440602d64ebc09 Mon Sep 17 00:00:00 2001 From: Guillaume Gomez Date: Tue, 15 Dec 2020 11:53:31 +0100 Subject: [PATCH] Fix license header situation --- gstreamer-app/src/app_sink.rs | 8 +------- gstreamer-app/src/app_src.rs | 8 +------- gstreamer-app/src/lib.rs | 8 +------- gstreamer-audio/src/audio_buffer.rs | 8 +------- gstreamer-audio/src/audio_channel_position.rs | 8 +------- gstreamer-audio/src/audio_decoder.rs | 8 +------- gstreamer-audio/src/audio_encoder.rs | 8 +------- gstreamer-audio/src/audio_format.rs | 8 +------- gstreamer-audio/src/audio_format_info.rs | 8 +------- gstreamer-audio/src/audio_info.rs | 8 +------- gstreamer-audio/src/audio_meta.rs | 9 +-------- gstreamer-audio/src/audio_ring_buffer_spec.rs | 2 ++ gstreamer-audio/src/audio_stream_align.rs | 8 +------- gstreamer-audio/src/functions.rs | 9 +-------- gstreamer-audio/src/lib.rs | 8 +------- gstreamer-audio/src/subclass/audio_decoder.rs | 8 +------- gstreamer-audio/src/subclass/audio_encoder.rs | 8 +------- gstreamer-audio/src/subclass/audio_sink.rs | 2 ++ gstreamer-audio/src/subclass/audio_src.rs | 2 ++ gstreamer-audio/src/subclass/mod.rs | 9 ++------- gstreamer-base/src/adapter.rs | 8 +------- gstreamer-base/src/aggregator.rs | 8 +------- gstreamer-base/src/aggregator_pad.rs | 8 +------- gstreamer-base/src/base_parse.rs | 8 +------- gstreamer-base/src/base_parse_frame.rs | 8 +------- gstreamer-base/src/base_sink.rs | 8 +------- gstreamer-base/src/base_src.rs | 8 +------- gstreamer-base/src/base_transform.rs | 8 +------- gstreamer-base/src/flow_combiner.rs | 8 +------- gstreamer-base/src/functions.rs | 8 +------- gstreamer-base/src/lib.rs | 8 +------- gstreamer-base/src/subclass/aggregator.rs | 8 +------- gstreamer-base/src/subclass/aggregator_pad.rs | 8 +------- gstreamer-base/src/subclass/base_parse.rs | 8 +------- gstreamer-base/src/subclass/base_sink.rs | 8 +------- gstreamer-base/src/subclass/base_src.rs | 8 +------- gstreamer-base/src/subclass/base_transform.rs | 8 +------- gstreamer-base/src/subclass/mod.rs | 10 ++-------- gstreamer-base/src/subclass/push_src.rs | 8 +------- gstreamer-base/src/utils.rs | 8 +------- gstreamer-check/src/harness.rs | 8 +------- gstreamer-check/src/lib.rs | 8 +------- gstreamer-check/src/test_clock.rs | 8 +------- gstreamer-controller/src/control_point.rs | 2 ++ gstreamer-controller/src/lib.rs | 2 ++ gstreamer-editing-services/src/lib.rs | 8 +------- gstreamer-editing-services/src/timeline_element.rs | 8 +------- gstreamer-gl/src/caps_features.rs | 8 +------- gstreamer-gl/src/context.rs | 8 +------- gstreamer-gl/src/gl_context.rs | 8 +------- gstreamer-gl/src/gl_display.rs | 8 +------- gstreamer-gl/src/gl_sync_meta.rs | 2 ++ gstreamer-gl/src/gl_video_frame.rs | 8 +------- gstreamer-gl/src/lib.rs | 9 +-------- gstreamer-net/src/lib.rs | 8 +------- gstreamer-net/src/net_address_meta.rs | 2 ++ gstreamer-net/src/net_client_clock.rs | 8 +------- gstreamer-net/src/net_time_provider.rs | 8 +------- gstreamer-net/src/ntp_clock.rs | 8 +------- gstreamer-net/src/ptp_clock.rs | 8 +------- gstreamer-pbutils/src/discoverer.rs | 9 +-------- gstreamer-pbutils/src/discoverer_stream_info.rs | 9 +-------- gstreamer-pbutils/src/discoverer_video_info.rs | 9 +-------- gstreamer-pbutils/src/encoding_profile.rs | 9 +-------- gstreamer-pbutils/src/functions.rs | 8 +------- gstreamer-pbutils/src/lib.rs | 8 +------- gstreamer-player/src/config.rs | 8 +------- gstreamer-player/src/lib.rs | 8 +------- gstreamer-player/src/player.rs | 8 +------- .../src/player_g_main_context_signal_dispatcher.rs | 8 +------- gstreamer-player/src/player_video_info.rs | 8 +------- .../src/player_video_overlay_video_renderer.rs | 8 +------- gstreamer-player/src/player_visualization.rs | 8 +------- gstreamer-rtp/src/lib.rs | 8 +------- gstreamer-rtp/src/rtp_buffer.rs | 2 ++ gstreamer-rtsp-server/src/lib.rs | 8 +------- gstreamer-rtsp-server/src/rtsp_address_pool.rs | 2 ++ gstreamer-rtsp-server/src/rtsp_auth.rs | 2 ++ gstreamer-rtsp-server/src/rtsp_client.rs | 2 ++ gstreamer-rtsp-server/src/rtsp_context.rs | 8 +------- gstreamer-rtsp-server/src/rtsp_media.rs | 2 ++ gstreamer-rtsp-server/src/rtsp_media_factory.rs | 8 +------- gstreamer-rtsp-server/src/rtsp_server.rs | 2 ++ gstreamer-rtsp-server/src/rtsp_session_pool.rs | 2 ++ gstreamer-rtsp-server/src/rtsp_stream.rs | 2 ++ gstreamer-rtsp-server/src/rtsp_stream_transport.rs | 2 ++ gstreamer-rtsp-server/src/rtsp_thread.rs | 2 ++ gstreamer-rtsp-server/src/rtsp_token.rs | 2 ++ gstreamer-rtsp-server/src/subclass/mod.rs | 9 ++------- gstreamer-rtsp-server/src/subclass/rtsp_client.rs | 8 +------- gstreamer-rtsp-server/src/subclass/rtsp_media.rs | 8 +------- .../src/subclass/rtsp_media_factory.rs | 8 +------- gstreamer-rtsp-server/src/subclass/rtsp_server.rs | 8 +------- gstreamer-rtsp/src/lib.rs | 8 +------- gstreamer-sdp/src/lib.rs | 8 +------- gstreamer-sdp/src/sdp_attribute.rs | 8 +------- gstreamer-sdp/src/sdp_bandwidth.rs | 8 +------- gstreamer-sdp/src/sdp_connection.rs | 8 +------- gstreamer-sdp/src/sdp_key.rs | 8 +------- gstreamer-sdp/src/sdp_media.rs | 8 +------- gstreamer-sdp/src/sdp_message.rs | 8 +------- gstreamer-sdp/src/sdp_origin.rs | 8 +------- gstreamer-sdp/src/sdp_time.rs | 8 +------- gstreamer-sdp/src/sdp_zone.rs | 8 +------- gstreamer-video/src/caps_features.rs | 8 +------- gstreamer-video/src/functions.rs | 8 +------- gstreamer-video/src/lib.rs | 8 +------- gstreamer-video/src/subclass/mod.rs | 9 ++------- gstreamer-video/src/subclass/video_decoder.rs | 9 +-------- gstreamer-video/src/subclass/video_encoder.rs | 9 +-------- gstreamer-video/src/subclass/video_sink.rs | 8 +------- gstreamer-video/src/utils.rs | 8 +------- gstreamer-video/src/video_buffer_pool.rs | 9 +-------- gstreamer-video/src/video_codec_frame.rs | 9 +-------- gstreamer-video/src/video_codec_state.rs | 9 +-------- gstreamer-video/src/video_color_matrix.rs | 2 ++ gstreamer-video/src/video_converter.rs | 8 +------- gstreamer-video/src/video_decoder.rs | 9 +-------- gstreamer-video/src/video_encoder.rs | 10 +--------- gstreamer-video/src/video_event.rs | 8 +------- gstreamer-video/src/video_format.rs | 8 +------- gstreamer-video/src/video_format_info.rs | 8 +------- gstreamer-video/src/video_frame.rs | 8 +------- gstreamer-video/src/video_info.rs | 8 +------- gstreamer-video/src/video_meta.rs | 8 +------- gstreamer-video/src/video_overlay.rs | 8 +------- gstreamer-video/src/video_overlay_composition.rs | 8 +------- gstreamer-video/src/video_rectangle.rs | 8 +------- gstreamer-video/src/video_time_code.rs | 8 +------- gstreamer-video/src/video_time_code_interval.rs | 8 +------- gstreamer-webrtc/src/lib.rs | 8 +------- gstreamer-webrtc/src/web_rtc_data_channel.rs | 8 +------- gstreamer-webrtc/src/web_rtc_session_description.rs | 8 +------- gstreamer/src/allocation_params.rs | 8 +------- gstreamer/src/allocator.rs | 8 +------- gstreamer/src/bin.rs | 8 +------- gstreamer/src/buffer.rs | 8 +------- gstreamer/src/buffer_cursor.rs | 8 +------- gstreamer/src/buffer_pool.rs | 8 +------- gstreamer/src/buffer_serde.rs | 8 +------- gstreamer/src/bufferlist.rs | 8 +------- gstreamer/src/bufferlist_serde.rs | 8 +------- gstreamer/src/bus.rs | 8 +------- gstreamer/src/bus_unix.rs | 8 +------- gstreamer/src/bus_windows.rs | 8 +------- gstreamer/src/caps.rs | 8 +------- gstreamer/src/caps_features.rs | 8 +------- gstreamer/src/caps_features_serde.rs | 8 +------- gstreamer/src/caps_serde.rs | 8 +------- gstreamer/src/child_proxy.rs | 8 +------- gstreamer/src/clock.rs | 8 +------- gstreamer/src/clock_time.rs | 8 +------- gstreamer/src/clock_time_serde.rs | 8 +------- gstreamer/src/context.rs | 8 +------- gstreamer/src/control_binding.rs | 8 +------- gstreamer/src/control_source.rs | 8 +------- gstreamer/src/date_time.rs | 8 +------- gstreamer/src/date_time_serde.rs | 8 +------- gstreamer/src/device_monitor.rs | 8 +------- gstreamer/src/device_provider.rs | 8 +------- gstreamer/src/element.rs | 8 +------- gstreamer/src/enums.rs | 8 +------- gstreamer/src/error.rs | 8 +------- gstreamer/src/event.rs | 8 +------- gstreamer/src/format.rs | 8 +------- gstreamer/src/format_serde.rs | 8 +------- gstreamer/src/functions.rs | 8 +------- gstreamer/src/ghost_pad.rs | 8 +------- gstreamer/src/gobject.rs | 2 ++ gstreamer/src/iterator.rs | 8 +------- gstreamer/src/lib.rs | 8 +------- gstreamer/src/log.rs | 8 +------- gstreamer/src/memory.rs | 8 +------- gstreamer/src/message.rs | 8 +------- gstreamer/src/meta.rs | 8 +------- gstreamer/src/miniobject.rs | 8 +------- gstreamer/src/object.rs | 8 +------- gstreamer/src/pad.rs | 8 +------- gstreamer/src/pad_template.rs | 8 +------- gstreamer/src/param_spec.rs | 8 +------- gstreamer/src/parse_context.rs | 8 +------- gstreamer/src/pipeline.rs | 8 +------- gstreamer/src/plugin.rs | 8 +------- gstreamer/src/plugin_feature.rs | 8 +------- gstreamer/src/promise.rs | 8 +------- gstreamer/src/proxy_pad.rs | 8 +------- gstreamer/src/query.rs | 8 +------- gstreamer/src/sample.rs | 8 +------- gstreamer/src/sample_serde.rs | 8 +------- gstreamer/src/segment.rs | 8 +------- gstreamer/src/segment_serde.rs | 8 +------- gstreamer/src/static_caps.rs | 8 +------- gstreamer/src/static_pad_template.rs | 8 +------- gstreamer/src/stream.rs | 8 +------- gstreamer/src/stream_collection.rs | 8 +------- gstreamer/src/structure.rs | 8 +------- gstreamer/src/structure_serde.rs | 8 +------- gstreamer/src/subclass/bin.rs | 8 +------- gstreamer/src/subclass/child_proxy.rs | 8 +------- gstreamer/src/subclass/clock.rs | 8 +------- gstreamer/src/subclass/device.rs | 8 +------- gstreamer/src/subclass/device_provider.rs | 8 +------- gstreamer/src/subclass/element.rs | 8 +------- gstreamer/src/subclass/error.rs | 8 +------- gstreamer/src/subclass/ghost_pad.rs | 8 +------- gstreamer/src/subclass/mod.rs | 10 ++-------- gstreamer/src/subclass/pad.rs | 8 +------- gstreamer/src/subclass/pipeline.rs | 8 +------- gstreamer/src/subclass/plugin_1_12.rs | 8 +------- gstreamer/src/subclass/plugin_1_14.rs | 8 +------- gstreamer/src/subclass/preset.rs | 8 +------- gstreamer/src/subclass/system_clock.rs | 8 +------- gstreamer/src/subclass/tag_setter.rs | 8 +------- gstreamer/src/subclass/uri_handler.rs | 8 +------- gstreamer/src/tag_setter.rs | 8 +------- gstreamer/src/tags.rs | 8 +------- gstreamer/src/tags_serde.rs | 8 +------- gstreamer/src/toc.rs | 8 +------- gstreamer/src/toc_serde.rs | 8 +------- gstreamer/src/typefind.rs | 8 +------- gstreamer/src/utils.rs | 8 +------- gstreamer/src/value.rs | 8 +------- gstreamer/src/value_serde.rs | 8 +------- 223 files changed, 248 insertions(+), 1438 deletions(-) diff --git a/gstreamer-app/src/app_sink.rs b/gstreamer-app/src/app_sink.rs index 9f04278dd..61cfb3722 100644 --- a/gstreamer-app/src/app_sink.rs +++ b/gstreamer-app/src/app_sink.rs @@ -1,10 +1,4 @@ -// Copyright (C) 2017 Sebastian Dröge -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. use crate::AppSink; use glib::ffi::gpointer; diff --git a/gstreamer-app/src/app_src.rs b/gstreamer-app/src/app_src.rs index 52e641393..fc4904a8c 100644 --- a/gstreamer-app/src/app_src.rs +++ b/gstreamer-app/src/app_src.rs @@ -1,10 +1,4 @@ -// Copyright (C) 2017 Sebastian Dröge -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. use futures_sink::Sink; use glib::ffi::{gboolean, gpointer}; diff --git a/gstreamer-app/src/lib.rs b/gstreamer-app/src/lib.rs index ee74a68b4..04d73cc5d 100644 --- a/gstreamer-app/src/lib.rs +++ b/gstreamer-app/src/lib.rs @@ -1,10 +1,4 @@ -// Copyright (C) 2017 Sebastian Dröge -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. #![cfg_attr(feature = "dox", feature(doc_cfg))] diff --git a/gstreamer-audio/src/audio_buffer.rs b/gstreamer-audio/src/audio_buffer.rs index 3d660079b..219120aa0 100644 --- a/gstreamer-audio/src/audio_buffer.rs +++ b/gstreamer-audio/src/audio_buffer.rs @@ -1,10 +1,4 @@ -// Copyright (C) 2017 Sebastian Dröge -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. use glib::translate::{from_glib, Borrowed, FromGlibPtrNone, ToGlibPtr}; diff --git a/gstreamer-audio/src/audio_channel_position.rs b/gstreamer-audio/src/audio_channel_position.rs index 9684a31e6..01affadec 100644 --- a/gstreamer-audio/src/audio_channel_position.rs +++ b/gstreamer-audio/src/audio_channel_position.rs @@ -1,10 +1,4 @@ -// Copyright (C) 2017 Sebastian Dröge -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. use crate::AudioChannelPosition; diff --git a/gstreamer-audio/src/audio_decoder.rs b/gstreamer-audio/src/audio_decoder.rs index 8d03dbe35..c741dee9d 100644 --- a/gstreamer-audio/src/audio_decoder.rs +++ b/gstreamer-audio/src/audio_decoder.rs @@ -1,10 +1,4 @@ -// Copyright (C) 2019 Sebastian Dröge -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. use crate::AudioDecoder; use crate::AudioInfo; diff --git a/gstreamer-audio/src/audio_encoder.rs b/gstreamer-audio/src/audio_encoder.rs index 7638a3b56..3a99a8373 100644 --- a/gstreamer-audio/src/audio_encoder.rs +++ b/gstreamer-audio/src/audio_encoder.rs @@ -1,10 +1,4 @@ -// Copyright (C) 2019 Sebastian Dröge -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. use crate::AudioEncoder; use glib::object::IsA; diff --git a/gstreamer-audio/src/audio_format.rs b/gstreamer-audio/src/audio_format.rs index f4fbf736b..4cc82962e 100644 --- a/gstreamer-audio/src/audio_format.rs +++ b/gstreamer-audio/src/audio_format.rs @@ -1,10 +1,4 @@ -// Copyright (C) 2017 Sebastian Dröge -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. use std::ffi::CStr; use std::str; diff --git a/gstreamer-audio/src/audio_format_info.rs b/gstreamer-audio/src/audio_format_info.rs index dd7d97c69..fac0ccf66 100644 --- a/gstreamer-audio/src/audio_format_info.rs +++ b/gstreamer-audio/src/audio_format_info.rs @@ -1,10 +1,4 @@ -// Copyright (C) 2017 Sebastian Dröge -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. use std::cmp::Ordering; use std::ffi::CStr; diff --git a/gstreamer-audio/src/audio_info.rs b/gstreamer-audio/src/audio_info.rs index 6e0161750..16e0fee86 100644 --- a/gstreamer-audio/src/audio_info.rs +++ b/gstreamer-audio/src/audio_info.rs @@ -1,10 +1,4 @@ -// Copyright (C) 2017 Sebastian Dröge -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. use glib::translate::{ from_glib, from_glib_full, from_glib_none, FromGlibPtrNone, ToGlib, ToGlibPtr, ToGlibPtrMut, diff --git a/gstreamer-audio/src/audio_meta.rs b/gstreamer-audio/src/audio_meta.rs index e8307a762..43bf5428e 100644 --- a/gstreamer-audio/src/audio_meta.rs +++ b/gstreamer-audio/src/audio_meta.rs @@ -1,11 +1,4 @@ -// Copyright (C) 2018-2020 Sebastian Dröge -// Copyright (C) 2020 Andrew Eikum for CodeWeavers -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. use std::fmt; #[cfg(any(feature = "v1_16", feature = "dox"))] diff --git a/gstreamer-audio/src/audio_ring_buffer_spec.rs b/gstreamer-audio/src/audio_ring_buffer_spec.rs index fa4aeea2a..66b3bf9b0 100644 --- a/gstreamer-audio/src/audio_ring_buffer_spec.rs +++ b/gstreamer-audio/src/audio_ring_buffer_spec.rs @@ -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 glib::translate::*; use gst::Caps; diff --git a/gstreamer-audio/src/audio_stream_align.rs b/gstreamer-audio/src/audio_stream_align.rs index d2fbcc3d7..8c0a9651f 100644 --- a/gstreamer-audio/src/audio_stream_align.rs +++ b/gstreamer-audio/src/audio_stream_align.rs @@ -1,10 +1,4 @@ -// Copyright (C) 2018 Sebastian Dröge -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. use crate::AudioStreamAlign; diff --git a/gstreamer-audio/src/functions.rs b/gstreamer-audio/src/functions.rs index 56d610369..4866463d5 100644 --- a/gstreamer-audio/src/functions.rs +++ b/gstreamer-audio/src/functions.rs @@ -1,11 +1,4 @@ -// Copyright (C) 2017-2020 Sebastian Dröge -// Copyright (C) 2020 Guillaume Desmottes -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. use glib::translate::{from_glib_full, ToGlibPtr}; use glib::ToSendValue; diff --git a/gstreamer-audio/src/lib.rs b/gstreamer-audio/src/lib.rs index 786e10f9f..6dfdd9f8f 100644 --- a/gstreamer-audio/src/lib.rs +++ b/gstreamer-audio/src/lib.rs @@ -1,10 +1,4 @@ -// Copyright (C) 2017 Sebastian Dröge -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. #![cfg_attr(feature = "dox", feature(doc_cfg))] diff --git a/gstreamer-audio/src/subclass/audio_decoder.rs b/gstreamer-audio/src/subclass/audio_decoder.rs index 22d33c410..a379f01ec 100644 --- a/gstreamer-audio/src/subclass/audio_decoder.rs +++ b/gstreamer-audio/src/subclass/audio_decoder.rs @@ -1,10 +1,4 @@ -// Copyright (C) 2019 Sebastian Dröge -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. use glib::subclass::prelude::*; use glib::translate::*; diff --git a/gstreamer-audio/src/subclass/audio_encoder.rs b/gstreamer-audio/src/subclass/audio_encoder.rs index b7edf7292..9c8f65c98 100644 --- a/gstreamer-audio/src/subclass/audio_encoder.rs +++ b/gstreamer-audio/src/subclass/audio_encoder.rs @@ -1,10 +1,4 @@ -// Copyright (C) 2019 Sebastian Dröge -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. use glib::subclass::prelude::*; use glib::translate::*; diff --git a/gstreamer-audio/src/subclass/audio_sink.rs b/gstreamer-audio/src/subclass/audio_sink.rs index 04195ec00..b3d6090ae 100644 --- a/gstreamer-audio/src/subclass/audio_sink.rs +++ b/gstreamer-audio/src/subclass/audio_sink.rs @@ -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::subclass::prelude::*; use glib::translate::*; diff --git a/gstreamer-audio/src/subclass/audio_src.rs b/gstreamer-audio/src/subclass/audio_src.rs index f06076c0d..4dd3b4524 100644 --- a/gstreamer-audio/src/subclass/audio_src.rs +++ b/gstreamer-audio/src/subclass/audio_src.rs @@ -1,3 +1,5 @@ +// Take a look at the license at the top of the repository in the LICENSE file. + use std::mem; use glib::prelude::*; diff --git a/gstreamer-audio/src/subclass/mod.rs b/gstreamer-audio/src/subclass/mod.rs index f7a480d72..0a356e7d2 100644 --- a/gstreamer-audio/src/subclass/mod.rs +++ b/gstreamer-audio/src/subclass/mod.rs @@ -1,10 +1,5 @@ -// Copyright (C) 2019 Sebastian Dröge -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. + #![allow(clippy::cast_ptr_alignment)] mod audio_decoder; diff --git a/gstreamer-base/src/adapter.rs b/gstreamer-base/src/adapter.rs index 9e7edf7e8..b0cbf9c8a 100644 --- a/gstreamer-base/src/adapter.rs +++ b/gstreamer-base/src/adapter.rs @@ -1,10 +1,4 @@ -// Copyright (C) 2017 Sebastian Dröge -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. use crate::Adapter; use glib::translate::*; diff --git a/gstreamer-base/src/aggregator.rs b/gstreamer-base/src/aggregator.rs index a2f8e1b02..01af1466b 100644 --- a/gstreamer-base/src/aggregator.rs +++ b/gstreamer-base/src/aggregator.rs @@ -1,10 +1,4 @@ -// Copyright (C) 2018 Sebastian Dröge -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. use crate::Aggregator; #[cfg(any(feature = "v1_16", feature = "dox"))] diff --git a/gstreamer-base/src/aggregator_pad.rs b/gstreamer-base/src/aggregator_pad.rs index c911d4de5..0a2f4e461 100644 --- a/gstreamer-base/src/aggregator_pad.rs +++ b/gstreamer-base/src/aggregator_pad.rs @@ -1,10 +1,4 @@ -// Copyright (C) 2018 Sebastian Dröge -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. use crate::AggregatorPad; use glib::object::IsA; diff --git a/gstreamer-base/src/base_parse.rs b/gstreamer-base/src/base_parse.rs index 3b82e5660..98c9db2eb 100644 --- a/gstreamer-base/src/base_parse.rs +++ b/gstreamer-base/src/base_parse.rs @@ -1,10 +1,4 @@ -// Copyright (C) 2019 Guillaume Desmottes -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. use crate::BaseParse; use crate::BaseParseFrame; diff --git a/gstreamer-base/src/base_parse_frame.rs b/gstreamer-base/src/base_parse_frame.rs index 0713d2346..a5e13b36f 100644 --- a/gstreamer-base/src/base_parse_frame.rs +++ b/gstreamer-base/src/base_parse_frame.rs @@ -1,10 +1,4 @@ -// Copyright (C) 2019 Guillaume Desmottes -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. use glib::translate::*; use std::convert::TryFrom; diff --git a/gstreamer-base/src/base_sink.rs b/gstreamer-base/src/base_sink.rs index b94c656f7..312a0f9f1 100644 --- a/gstreamer-base/src/base_sink.rs +++ b/gstreamer-base/src/base_sink.rs @@ -1,10 +1,4 @@ -// Copyright (C) 2018 Sebastian Dröge -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. use crate::BaseSink; use glib::object::IsA; diff --git a/gstreamer-base/src/base_src.rs b/gstreamer-base/src/base_src.rs index dc7e9e3e7..8fedf8167 100644 --- a/gstreamer-base/src/base_src.rs +++ b/gstreamer-base/src/base_src.rs @@ -1,10 +1,4 @@ -// Copyright (C) 2018 Sebastian Dröge -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. use glib::object::IsA; use glib::translate::*; diff --git a/gstreamer-base/src/base_transform.rs b/gstreamer-base/src/base_transform.rs index 2bf84f867..7c7a8ada9 100644 --- a/gstreamer-base/src/base_transform.rs +++ b/gstreamer-base/src/base_transform.rs @@ -1,10 +1,4 @@ -// Copyright (C) 2018 Sebastian Dröge -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. use crate::BaseTransform; use glib::object::IsA; diff --git a/gstreamer-base/src/flow_combiner.rs b/gstreamer-base/src/flow_combiner.rs index e756c096e..e75168f1a 100644 --- a/gstreamer-base/src/flow_combiner.rs +++ b/gstreamer-base/src/flow_combiner.rs @@ -1,10 +1,4 @@ -// Copyright (C) 2017 Sebastian Dröge -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. use glib::object::IsA; use glib::translate::*; diff --git a/gstreamer-base/src/functions.rs b/gstreamer-base/src/functions.rs index 092f7c81a..889b36bf6 100644 --- a/gstreamer-base/src/functions.rs +++ b/gstreamer-base/src/functions.rs @@ -1,10 +1,4 @@ -// Copyright (C) 2017 Sebastian Dröge -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. use glib::object::IsA; use glib::translate::*; diff --git a/gstreamer-base/src/lib.rs b/gstreamer-base/src/lib.rs index 7d5211021..d5263e3ec 100644 --- a/gstreamer-base/src/lib.rs +++ b/gstreamer-base/src/lib.rs @@ -1,10 +1,4 @@ -// Copyright (C) 2017 Sebastian Dröge -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. #![cfg_attr(feature = "dox", feature(doc_cfg))] diff --git a/gstreamer-base/src/subclass/aggregator.rs b/gstreamer-base/src/subclass/aggregator.rs index 9aaf83c94..5ccacadbb 100644 --- a/gstreamer-base/src/subclass/aggregator.rs +++ b/gstreamer-base/src/subclass/aggregator.rs @@ -1,10 +1,4 @@ -// Copyright (C) 2017-2019 Sebastian Dröge -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. use glib::prelude::*; use glib::subclass::prelude::*; diff --git a/gstreamer-base/src/subclass/aggregator_pad.rs b/gstreamer-base/src/subclass/aggregator_pad.rs index ababa571c..f467c24aa 100644 --- a/gstreamer-base/src/subclass/aggregator_pad.rs +++ b/gstreamer-base/src/subclass/aggregator_pad.rs @@ -1,10 +1,4 @@ -// Copyright (C) 2018 Sebastian Dröge -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. use glib::prelude::*; use glib::subclass::prelude::*; diff --git a/gstreamer-base/src/subclass/base_parse.rs b/gstreamer-base/src/subclass/base_parse.rs index 1117c9957..94e7e5a73 100644 --- a/gstreamer-base/src/subclass/base_parse.rs +++ b/gstreamer-base/src/subclass/base_parse.rs @@ -1,10 +1,4 @@ -// Copyright (C) 2019 Guillaume Desmottes -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. use std::convert::TryFrom; use std::mem; diff --git a/gstreamer-base/src/subclass/base_sink.rs b/gstreamer-base/src/subclass/base_sink.rs index 21bdedc2c..8396ecd9f 100644 --- a/gstreamer-base/src/subclass/base_sink.rs +++ b/gstreamer-base/src/subclass/base_sink.rs @@ -1,10 +1,4 @@ -// Copyright (C) 2017-2019 Sebastian Dröge -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. use glib::prelude::*; use glib::subclass::prelude::*; diff --git a/gstreamer-base/src/subclass/base_src.rs b/gstreamer-base/src/subclass/base_src.rs index e0f5033c4..dad99de7f 100644 --- a/gstreamer-base/src/subclass/base_src.rs +++ b/gstreamer-base/src/subclass/base_src.rs @@ -1,10 +1,4 @@ -// Copyright (C) 2017-2019 Sebastian Dröge -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. use glib::prelude::*; use glib::subclass::prelude::*; diff --git a/gstreamer-base/src/subclass/base_transform.rs b/gstreamer-base/src/subclass/base_transform.rs index 01899e373..9d5e03b78 100644 --- a/gstreamer-base/src/subclass/base_transform.rs +++ b/gstreamer-base/src/subclass/base_transform.rs @@ -1,10 +1,4 @@ -// Copyright (C) 2017-2019 Sebastian Dröge -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. use crate::prelude::*; diff --git a/gstreamer-base/src/subclass/mod.rs b/gstreamer-base/src/subclass/mod.rs index 0d99fd92a..3cedbb302 100644 --- a/gstreamer-base/src/subclass/mod.rs +++ b/gstreamer-base/src/subclass/mod.rs @@ -1,11 +1,5 @@ -// Copyright (C) 2016-2018 Sebastian Dröge -// 2016 Luis de Bethencourt -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. + #![allow(clippy::cast_ptr_alignment)] mod base_parse; diff --git a/gstreamer-base/src/subclass/push_src.rs b/gstreamer-base/src/subclass/push_src.rs index 96fbfaffc..fe0b161ab 100644 --- a/gstreamer-base/src/subclass/push_src.rs +++ b/gstreamer-base/src/subclass/push_src.rs @@ -1,10 +1,4 @@ -// Copyright (C) 2020 Sebastian Dröge -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. use glib::prelude::*; use glib::subclass::prelude::*; diff --git a/gstreamer-base/src/utils.rs b/gstreamer-base/src/utils.rs index 519d6c59b..8aa113cfd 100644 --- a/gstreamer-base/src/utils.rs +++ b/gstreamer-base/src/utils.rs @@ -1,10 +1,4 @@ -// Copyright (C) 2017 Sebastian Dröge -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. use glib::translate::mut_override; diff --git a/gstreamer-check/src/harness.rs b/gstreamer-check/src/harness.rs index 028516d63..97254b8d4 100644 --- a/gstreamer-check/src/harness.rs +++ b/gstreamer-check/src/harness.rs @@ -1,10 +1,4 @@ -// Copyright (C) 2018 Sebastian Dröge -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. use crate::TestClock; use glib::object::IsA; diff --git a/gstreamer-check/src/lib.rs b/gstreamer-check/src/lib.rs index ab44aff08..c4dcf693f 100644 --- a/gstreamer-check/src/lib.rs +++ b/gstreamer-check/src/lib.rs @@ -1,10 +1,4 @@ -// Copyright (C) 2018 Sebastian Dröge -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. #![cfg_attr(feature = "dox", feature(doc_cfg))] diff --git a/gstreamer-check/src/test_clock.rs b/gstreamer-check/src/test_clock.rs index a7afc12d2..6d8578fae 100644 --- a/gstreamer-check/src/test_clock.rs +++ b/gstreamer-check/src/test_clock.rs @@ -1,10 +1,4 @@ -// Copyright (C) 2018 Sebastian Dröge -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. use crate::TestClock; use glib::translate::*; diff --git a/gstreamer-controller/src/control_point.rs b/gstreamer-controller/src/control_point.rs index c24f6fc16..19ab019dd 100644 --- a/gstreamer-controller/src/control_point.rs +++ b/gstreamer-controller/src/control_point.rs @@ -1,3 +1,5 @@ +// Take a look at the license at the top of the repository in the LICENSE file. + use glib::translate::*; glib::glib_wrapper! { diff --git a/gstreamer-controller/src/lib.rs b/gstreamer-controller/src/lib.rs index 65c4248e7..333ceed38 100644 --- a/gstreamer-controller/src/lib.rs +++ b/gstreamer-controller/src/lib.rs @@ -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))] pub use ffi; diff --git a/gstreamer-editing-services/src/lib.rs b/gstreamer-editing-services/src/lib.rs index d5755e085..afa9e880f 100644 --- a/gstreamer-editing-services/src/lib.rs +++ b/gstreamer-editing-services/src/lib.rs @@ -1,10 +1,4 @@ -// Copyright (C) 2018 Thibault Saunier -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. #![cfg_attr(feature = "dox", feature(doc_cfg))] diff --git a/gstreamer-editing-services/src/timeline_element.rs b/gstreamer-editing-services/src/timeline_element.rs index db1fc059f..763382b65 100644 --- a/gstreamer-editing-services/src/timeline_element.rs +++ b/gstreamer-editing-services/src/timeline_element.rs @@ -1,10 +1,4 @@ -// Copyright (C) 2018 Thibault Saunier -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. use crate::TimelineElement; use glib::object::IsA; diff --git a/gstreamer-gl/src/caps_features.rs b/gstreamer-gl/src/caps_features.rs index 3e7e5e254..6dd3f8409 100644 --- a/gstreamer-gl/src/caps_features.rs +++ b/gstreamer-gl/src/caps_features.rs @@ -1,10 +1,4 @@ -// Copyright (C) 2018 Víctor Jáquez -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. use gst::CapsFeatures; use std::ffi::CStr; diff --git a/gstreamer-gl/src/context.rs b/gstreamer-gl/src/context.rs index 989fd8837..9c1450172 100644 --- a/gstreamer-gl/src/context.rs +++ b/gstreamer-gl/src/context.rs @@ -1,10 +1,4 @@ -// Copyright (C) 2018 Víctor Jáquez -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. use crate::GLDisplay; use glib::translate::*; diff --git a/gstreamer-gl/src/gl_context.rs b/gstreamer-gl/src/gl_context.rs index 6b39489ac..5d26a38d5 100644 --- a/gstreamer-gl/src/gl_context.rs +++ b/gstreamer-gl/src/gl_context.rs @@ -1,10 +1,4 @@ -// Copyright (C) 2018 Víctor Jáquez -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. use crate::GLContext; use crate::GLDisplay; diff --git a/gstreamer-gl/src/gl_display.rs b/gstreamer-gl/src/gl_display.rs index 3b17accf9..410fd62ff 100644 --- a/gstreamer-gl/src/gl_display.rs +++ b/gstreamer-gl/src/gl_display.rs @@ -1,10 +1,4 @@ -// Copyright (C) 2018 Víctor Jáquez -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. use std::ffi::CStr; diff --git a/gstreamer-gl/src/gl_sync_meta.rs b/gstreamer-gl/src/gl_sync_meta.rs index 238418ef0..a6298aabb 100644 --- a/gstreamer-gl/src/gl_sync_meta.rs +++ b/gstreamer-gl/src/gl_sync_meta.rs @@ -1,3 +1,5 @@ +// Take a look at the license at the top of the repository in the LICENSE file. + use std::fmt; use glib::translate::*; diff --git a/gstreamer-gl/src/gl_video_frame.rs b/gstreamer-gl/src/gl_video_frame.rs index 898576ce0..befacef2d 100644 --- a/gstreamer-gl/src/gl_video_frame.rs +++ b/gstreamer-gl/src/gl_video_frame.rs @@ -1,10 +1,4 @@ -// Copyright (C) 2018 Víctor Jáquez -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. use glib::translate::{from_glib, ToGlibPtr}; use gst_video::video_frame::Readable; diff --git a/gstreamer-gl/src/lib.rs b/gstreamer-gl/src/lib.rs index 9294c0e7e..660680be8 100644 --- a/gstreamer-gl/src/lib.rs +++ b/gstreamer-gl/src/lib.rs @@ -1,11 +1,4 @@ -// Copyright (C) 2018 Sebastian Dröge -// 2018 Víctor M. Jáquez L. -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. #![cfg_attr(feature = "dox", feature(doc_cfg))] diff --git a/gstreamer-net/src/lib.rs b/gstreamer-net/src/lib.rs index 6edb38807..e2af3f18b 100644 --- a/gstreamer-net/src/lib.rs +++ b/gstreamer-net/src/lib.rs @@ -1,10 +1,4 @@ -// Copyright (C) 2017 Sebastian Dröge -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. #![cfg_attr(feature = "dox", feature(doc_cfg))] diff --git a/gstreamer-net/src/net_address_meta.rs b/gstreamer-net/src/net_address_meta.rs index dba06068c..e58709df2 100644 --- a/gstreamer-net/src/net_address_meta.rs +++ b/gstreamer-net/src/net_address_meta.rs @@ -1,3 +1,5 @@ +// Take a look at the license at the top of the repository in the LICENSE file. + use std::fmt; use glib::translate::*; diff --git a/gstreamer-net/src/net_client_clock.rs b/gstreamer-net/src/net_client_clock.rs index 5910c5315..c05e564b3 100644 --- a/gstreamer-net/src/net_client_clock.rs +++ b/gstreamer-net/src/net_client_clock.rs @@ -1,10 +1,4 @@ -// Copyright (C) 2018 Sebastian Dröge -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. use crate::NetClientClock; diff --git a/gstreamer-net/src/net_time_provider.rs b/gstreamer-net/src/net_time_provider.rs index 7dfe2cadd..70106565e 100644 --- a/gstreamer-net/src/net_time_provider.rs +++ b/gstreamer-net/src/net_time_provider.rs @@ -1,10 +1,4 @@ -// Copyright (C) 2018 Sebastian Dröge -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. use crate::NetTimeProvider; diff --git a/gstreamer-net/src/ntp_clock.rs b/gstreamer-net/src/ntp_clock.rs index 4e0a92065..fc9a014f2 100644 --- a/gstreamer-net/src/ntp_clock.rs +++ b/gstreamer-net/src/ntp_clock.rs @@ -1,10 +1,4 @@ -// Copyright (C) 2018 Sebastian Dröge -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. use crate::NtpClock; diff --git a/gstreamer-net/src/ptp_clock.rs b/gstreamer-net/src/ptp_clock.rs index 11d907edc..c0fa7951d 100644 --- a/gstreamer-net/src/ptp_clock.rs +++ b/gstreamer-net/src/ptp_clock.rs @@ -1,10 +1,4 @@ -// Copyright (C) 2018 Sebastian Dröge -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. use crate::PtpClock; diff --git a/gstreamer-pbutils/src/discoverer.rs b/gstreamer-pbutils/src/discoverer.rs index 81216fc41..5a6f92f78 100644 --- a/gstreamer-pbutils/src/discoverer.rs +++ b/gstreamer-pbutils/src/discoverer.rs @@ -1,11 +1,4 @@ -// Copyright (C) 2018 Thiago Santos -// Sebastian Dröge -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. use crate::auto::Discoverer; diff --git a/gstreamer-pbutils/src/discoverer_stream_info.rs b/gstreamer-pbutils/src/discoverer_stream_info.rs index d226c7838..282a4ba63 100644 --- a/gstreamer-pbutils/src/discoverer_stream_info.rs +++ b/gstreamer-pbutils/src/discoverer_stream_info.rs @@ -1,11 +1,4 @@ -// Copyright (C) 2018 Thiago Santos -// Sebastian Dröge -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. use crate::DiscovererStreamInfo; use crate::DiscovererStreamInfoExt; diff --git a/gstreamer-pbutils/src/discoverer_video_info.rs b/gstreamer-pbutils/src/discoverer_video_info.rs index 313ee1623..540589a15 100644 --- a/gstreamer-pbutils/src/discoverer_video_info.rs +++ b/gstreamer-pbutils/src/discoverer_video_info.rs @@ -1,11 +1,4 @@ -// Copyright (C) 2018 Thiago Santos -// Sebastian Dröge -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. use crate::DiscovererVideoInfo; diff --git a/gstreamer-pbutils/src/encoding_profile.rs b/gstreamer-pbutils/src/encoding_profile.rs index 02f96ca47..287add075 100644 --- a/gstreamer-pbutils/src/encoding_profile.rs +++ b/gstreamer-pbutils/src/encoding_profile.rs @@ -1,11 +1,4 @@ -// Copyright (C) 2018 Thiago Santos -// Sebastian Dröge -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. use thiserror::Error; diff --git a/gstreamer-pbutils/src/functions.rs b/gstreamer-pbutils/src/functions.rs index 9ffc62a39..259cbd196 100644 --- a/gstreamer-pbutils/src/functions.rs +++ b/gstreamer-pbutils/src/functions.rs @@ -1,10 +1,4 @@ -// Copyright (C) 2018 Sebastian Dröge -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. use glib::translate::*; use std::ptr; diff --git a/gstreamer-pbutils/src/lib.rs b/gstreamer-pbutils/src/lib.rs index 596ff21c3..138eeb8de 100644 --- a/gstreamer-pbutils/src/lib.rs +++ b/gstreamer-pbutils/src/lib.rs @@ -1,10 +1,4 @@ -// Copyright (C) 2017 Sebastian Dröge -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. #![cfg_attr(feature = "dox", feature(doc_cfg))] diff --git a/gstreamer-player/src/config.rs b/gstreamer-player/src/config.rs index 12e8c68c2..0dba4081f 100644 --- a/gstreamer-player/src/config.rs +++ b/gstreamer-player/src/config.rs @@ -1,10 +1,4 @@ -// Copyright (C) 2017 Sebastian Dröge -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. use glib::translate::*; diff --git a/gstreamer-player/src/lib.rs b/gstreamer-player/src/lib.rs index af958e146..6f916b03a 100644 --- a/gstreamer-player/src/lib.rs +++ b/gstreamer-player/src/lib.rs @@ -1,10 +1,4 @@ -// Copyright (C) 2017 Sebastian Dröge -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. #![cfg_attr(feature = "dox", feature(doc_cfg))] diff --git a/gstreamer-player/src/player.rs b/gstreamer-player/src/player.rs index 489c88afe..d3019f6d8 100644 --- a/gstreamer-player/src/player.rs +++ b/gstreamer-player/src/player.rs @@ -1,10 +1,4 @@ -// Copyright (C) 2017 Sebastian Dröge -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. use crate::Player; use crate::PlayerSignalDispatcher; diff --git a/gstreamer-player/src/player_g_main_context_signal_dispatcher.rs b/gstreamer-player/src/player_g_main_context_signal_dispatcher.rs index 5e70bc630..1b12bee94 100644 --- a/gstreamer-player/src/player_g_main_context_signal_dispatcher.rs +++ b/gstreamer-player/src/player_g_main_context_signal_dispatcher.rs @@ -1,10 +1,4 @@ -// Copyright (C) 2017 Sebastian Dröge -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. use crate::PlayerGMainContextSignalDispatcher; use glib::translate::*; diff --git a/gstreamer-player/src/player_video_info.rs b/gstreamer-player/src/player_video_info.rs index a4a2fd8bb..d3634900d 100644 --- a/gstreamer-player/src/player_video_info.rs +++ b/gstreamer-player/src/player_video_info.rs @@ -1,10 +1,4 @@ -// Copyright (C) 2017 Sebastian Dröge -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. use crate::PlayerVideoInfo; use glib::translate::*; diff --git a/gstreamer-player/src/player_video_overlay_video_renderer.rs b/gstreamer-player/src/player_video_overlay_video_renderer.rs index cd5e4556f..41b09920b 100644 --- a/gstreamer-player/src/player_video_overlay_video_renderer.rs +++ b/gstreamer-player/src/player_video_overlay_video_renderer.rs @@ -1,10 +1,4 @@ -// Copyright (C) 2017 Sebastian Dröge -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. use crate::PlayerVideoOverlayVideoRenderer; use glib::translate::*; diff --git a/gstreamer-player/src/player_visualization.rs b/gstreamer-player/src/player_visualization.rs index d334563ae..e7efff7b9 100644 --- a/gstreamer-player/src/player_visualization.rs +++ b/gstreamer-player/src/player_visualization.rs @@ -1,10 +1,4 @@ -// Copyright (C) 2018 Philippe Normand -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. use glib::translate::*; use std::ffi::CStr; diff --git a/gstreamer-rtp/src/lib.rs b/gstreamer-rtp/src/lib.rs index 1f7b36e7f..43033f90d 100644 --- a/gstreamer-rtp/src/lib.rs +++ b/gstreamer-rtp/src/lib.rs @@ -1,10 +1,4 @@ -// Copyright (C) 2018 Sebastian Dröge -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. #![cfg_attr(feature = "dox", feature(doc_cfg))] diff --git a/gstreamer-rtp/src/rtp_buffer.rs b/gstreamer-rtp/src/rtp_buffer.rs index 396e6cdec..6b19eafac 100644 --- a/gstreamer-rtp/src/rtp_buffer.rs +++ b/gstreamer-rtp/src/rtp_buffer.rs @@ -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 std::fmt; use std::marker::PhantomData; diff --git a/gstreamer-rtsp-server/src/lib.rs b/gstreamer-rtsp-server/src/lib.rs index 6b17879b4..b4e1673db 100644 --- a/gstreamer-rtsp-server/src/lib.rs +++ b/gstreamer-rtsp-server/src/lib.rs @@ -1,10 +1,4 @@ -// Copyright (C) 2018 Mathieu Duponchelle -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. #![cfg_attr(feature = "dox", feature(doc_cfg))] diff --git a/gstreamer-rtsp-server/src/rtsp_address_pool.rs b/gstreamer-rtsp-server/src/rtsp_address_pool.rs index bb9f41dc9..29d17c3b4 100644 --- a/gstreamer-rtsp-server/src/rtsp_address_pool.rs +++ b/gstreamer-rtsp-server/src/rtsp_address_pool.rs @@ -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::RTSPAddressPool; use crate::RTSPAddressPoolResult; diff --git a/gstreamer-rtsp-server/src/rtsp_auth.rs b/gstreamer-rtsp-server/src/rtsp_auth.rs index 9805e9648..48810f6ee 100644 --- a/gstreamer-rtsp-server/src/rtsp_auth.rs +++ b/gstreamer-rtsp-server/src/rtsp_auth.rs @@ -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::IsA; use glib::signal::connect_raw; diff --git a/gstreamer-rtsp-server/src/rtsp_client.rs b/gstreamer-rtsp-server/src/rtsp_client.rs index aa63b3fed..916a9c43c 100644 --- a/gstreamer-rtsp-server/src/rtsp_client.rs +++ b/gstreamer-rtsp-server/src/rtsp_client.rs @@ -1,3 +1,5 @@ +// Take a look at the license at the top of the repository in the LICENSE file. + use crate::RTSPClient; use glib::object::IsA; use glib::source::SourceId; diff --git a/gstreamer-rtsp-server/src/rtsp_context.rs b/gstreamer-rtsp-server/src/rtsp_context.rs index fe0177989..0ac7eadcd 100644 --- a/gstreamer-rtsp-server/src/rtsp_context.rs +++ b/gstreamer-rtsp-server/src/rtsp_context.rs @@ -1,10 +1,4 @@ -// Copyright (C) 2018 Sebastian Dröge -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. use glib::translate::*; use std::ptr; diff --git a/gstreamer-rtsp-server/src/rtsp_media.rs b/gstreamer-rtsp-server/src/rtsp_media.rs index 57fd6ea00..b161ab222 100644 --- a/gstreamer-rtsp-server/src/rtsp_media.rs +++ b/gstreamer-rtsp-server/src/rtsp_media.rs @@ -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::translate::*; diff --git a/gstreamer-rtsp-server/src/rtsp_media_factory.rs b/gstreamer-rtsp-server/src/rtsp_media_factory.rs index 5f735dcce..82bd6f38d 100644 --- a/gstreamer-rtsp-server/src/rtsp_media_factory.rs +++ b/gstreamer-rtsp-server/src/rtsp_media_factory.rs @@ -1,10 +1,4 @@ -// Copyright (C) 2018 Sebastian Dröge -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. use crate::RTSPMediaFactory; diff --git a/gstreamer-rtsp-server/src/rtsp_server.rs b/gstreamer-rtsp-server/src/rtsp_server.rs index b83f3a975..572381a07 100644 --- a/gstreamer-rtsp-server/src/rtsp_server.rs +++ b/gstreamer-rtsp-server/src/rtsp_server.rs @@ -1,3 +1,5 @@ +// Take a look at the license at the top of the repository in the LICENSE file. + use crate::RTSPServer; use glib::object::IsA; use glib::source::SourceId; diff --git a/gstreamer-rtsp-server/src/rtsp_session_pool.rs b/gstreamer-rtsp-server/src/rtsp_session_pool.rs index 1dbf64447..f240171ec 100644 --- a/gstreamer-rtsp-server/src/rtsp_session_pool.rs +++ b/gstreamer-rtsp-server/src/rtsp_session_pool.rs @@ -1,3 +1,5 @@ +// Take a look at the license at the top of the repository in the LICENSE file. + use crate::RTSPSessionPool; use glib::ffi::{gboolean, gpointer}; use glib::object::IsA; diff --git a/gstreamer-rtsp-server/src/rtsp_stream.rs b/gstreamer-rtsp-server/src/rtsp_stream.rs index 5644f5014..edb3a8313 100644 --- a/gstreamer-rtsp-server/src/rtsp_stream.rs +++ b/gstreamer-rtsp-server/src/rtsp_stream.rs @@ -1,3 +1,5 @@ +// Take a look at the license at the top of the repository in the LICENSE file. + use crate::RTSPStream; use glib::object::IsA; use glib::translate::*; diff --git a/gstreamer-rtsp-server/src/rtsp_stream_transport.rs b/gstreamer-rtsp-server/src/rtsp_stream_transport.rs index 33fe71798..df84d577d 100644 --- a/gstreamer-rtsp-server/src/rtsp_stream_transport.rs +++ b/gstreamer-rtsp-server/src/rtsp_stream_transport.rs @@ -1,3 +1,5 @@ +// Take a look at the license at the top of the repository in the LICENSE file. + use crate::RTSPStreamTransport; use glib::object::IsA; use glib::translate::*; diff --git a/gstreamer-rtsp-server/src/rtsp_thread.rs b/gstreamer-rtsp-server/src/rtsp_thread.rs index 85c6803b0..e22560296 100644 --- a/gstreamer-rtsp-server/src/rtsp_thread.rs +++ b/gstreamer-rtsp-server/src/rtsp_thread.rs @@ -1,3 +1,5 @@ +// Take a look at the license at the top of the repository in the LICENSE file. + use glib::translate::*; gst::gst_define_mini_object_wrapper!(RTSPThread, RTSPThreadRef, ffi::GstRTSPThread, || { diff --git a/gstreamer-rtsp-server/src/rtsp_token.rs b/gstreamer-rtsp-server/src/rtsp_token.rs index 1df088a07..904437dc6 100644 --- a/gstreamer-rtsp-server/src/rtsp_token.rs +++ b/gstreamer-rtsp-server/src/rtsp_token.rs @@ -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::value::ToSendValue; diff --git a/gstreamer-rtsp-server/src/subclass/mod.rs b/gstreamer-rtsp-server/src/subclass/mod.rs index dd7f12736..0435c4d7b 100644 --- a/gstreamer-rtsp-server/src/subclass/mod.rs +++ b/gstreamer-rtsp-server/src/subclass/mod.rs @@ -1,10 +1,5 @@ -// Copyright (C) 2020 Sebastian Dröge -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. + #![allow(clippy::cast_ptr_alignment)] mod rtsp_client; diff --git a/gstreamer-rtsp-server/src/subclass/rtsp_client.rs b/gstreamer-rtsp-server/src/subclass/rtsp_client.rs index 6a864960b..adcd35956 100644 --- a/gstreamer-rtsp-server/src/subclass/rtsp_client.rs +++ b/gstreamer-rtsp-server/src/subclass/rtsp_client.rs @@ -1,10 +1,4 @@ -// Copyright (C) 2020 Sebastian Dröge -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. use glib::prelude::*; use glib::subclass::prelude::*; diff --git a/gstreamer-rtsp-server/src/subclass/rtsp_media.rs b/gstreamer-rtsp-server/src/subclass/rtsp_media.rs index 5a11488ff..cac88b63c 100644 --- a/gstreamer-rtsp-server/src/subclass/rtsp_media.rs +++ b/gstreamer-rtsp-server/src/subclass/rtsp_media.rs @@ -1,10 +1,4 @@ -// Copyright (C) 2020 Sebastian Dröge -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. use glib::prelude::*; use glib::subclass::prelude::*; diff --git a/gstreamer-rtsp-server/src/subclass/rtsp_media_factory.rs b/gstreamer-rtsp-server/src/subclass/rtsp_media_factory.rs index 61f89cce0..e9dbce425 100644 --- a/gstreamer-rtsp-server/src/subclass/rtsp_media_factory.rs +++ b/gstreamer-rtsp-server/src/subclass/rtsp_media_factory.rs @@ -1,10 +1,4 @@ -// Copyright (C) 2020 Sebastian Dröge -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. use glib::prelude::*; use glib::subclass::prelude::*; diff --git a/gstreamer-rtsp-server/src/subclass/rtsp_server.rs b/gstreamer-rtsp-server/src/subclass/rtsp_server.rs index a49191c6b..e4d0510d5 100644 --- a/gstreamer-rtsp-server/src/subclass/rtsp_server.rs +++ b/gstreamer-rtsp-server/src/subclass/rtsp_server.rs @@ -1,10 +1,4 @@ -// Copyright (C) 2020 Sebastian Dröge -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. use glib::prelude::*; use glib::subclass::prelude::*; diff --git a/gstreamer-rtsp/src/lib.rs b/gstreamer-rtsp/src/lib.rs index 9b8bfa794..8dbb36a9d 100644 --- a/gstreamer-rtsp/src/lib.rs +++ b/gstreamer-rtsp/src/lib.rs @@ -1,10 +1,4 @@ -// Copyright (C) 2018 Mathieu Duponchelle -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. #![cfg_attr(feature = "dox", feature(doc_cfg))] diff --git a/gstreamer-sdp/src/lib.rs b/gstreamer-sdp/src/lib.rs index cf6a2cf07..8938e22c9 100644 --- a/gstreamer-sdp/src/lib.rs +++ b/gstreamer-sdp/src/lib.rs @@ -1,10 +1,4 @@ -// Copyright (C) 2018 Sebastian Dröge -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. #![cfg_attr(feature = "dox", feature(doc_cfg))] diff --git a/gstreamer-sdp/src/sdp_attribute.rs b/gstreamer-sdp/src/sdp_attribute.rs index a96953437..13749acc7 100644 --- a/gstreamer-sdp/src/sdp_attribute.rs +++ b/gstreamer-sdp/src/sdp_attribute.rs @@ -1,10 +1,4 @@ -// Copyright (C) 2018 Sebastian Dröge -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. use std::ffi::CStr; use std::fmt; diff --git a/gstreamer-sdp/src/sdp_bandwidth.rs b/gstreamer-sdp/src/sdp_bandwidth.rs index 2f6248108..8b16177e2 100644 --- a/gstreamer-sdp/src/sdp_bandwidth.rs +++ b/gstreamer-sdp/src/sdp_bandwidth.rs @@ -1,10 +1,4 @@ -// Copyright (C) 2018 Sebastian Dröge -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. use std::ffi::CStr; use std::fmt; diff --git a/gstreamer-sdp/src/sdp_connection.rs b/gstreamer-sdp/src/sdp_connection.rs index 2dd21cf5a..72c177293 100644 --- a/gstreamer-sdp/src/sdp_connection.rs +++ b/gstreamer-sdp/src/sdp_connection.rs @@ -1,10 +1,4 @@ -// Copyright (C) 2018 Sebastian Dröge -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. use std::ffi::CStr; use std::fmt; diff --git a/gstreamer-sdp/src/sdp_key.rs b/gstreamer-sdp/src/sdp_key.rs index 7be7e819d..5610a4d76 100644 --- a/gstreamer-sdp/src/sdp_key.rs +++ b/gstreamer-sdp/src/sdp_key.rs @@ -1,10 +1,4 @@ -// Copyright (C) 2018 Sebastian Dröge -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. use std::ffi::CStr; use std::fmt; diff --git a/gstreamer-sdp/src/sdp_media.rs b/gstreamer-sdp/src/sdp_media.rs index 9a4b7edfc..892ff6a01 100644 --- a/gstreamer-sdp/src/sdp_media.rs +++ b/gstreamer-sdp/src/sdp_media.rs @@ -1,10 +1,4 @@ -// Copyright (C) 2018 Sebastian Dröge -// // -// // Licensed under the Apache License, Version 2.0 or the MIT license -// // , at your -// // option. This file may not be copied, modified, or distributed -// // except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. use std::borrow::{Borrow, BorrowMut, ToOwned}; use std::ffi::CStr; diff --git a/gstreamer-sdp/src/sdp_message.rs b/gstreamer-sdp/src/sdp_message.rs index 170e849a8..f65283d71 100644 --- a/gstreamer-sdp/src/sdp_message.rs +++ b/gstreamer-sdp/src/sdp_message.rs @@ -1,10 +1,4 @@ -// Copyright (C) 2018 Sebastian Dröge -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. use std::borrow::{Borrow, BorrowMut, ToOwned}; use std::ffi::CStr; diff --git a/gstreamer-sdp/src/sdp_origin.rs b/gstreamer-sdp/src/sdp_origin.rs index 350e5b8dd..ee51509d8 100644 --- a/gstreamer-sdp/src/sdp_origin.rs +++ b/gstreamer-sdp/src/sdp_origin.rs @@ -1,10 +1,4 @@ -// Copyright (C) 2018 Sebastian Dröge -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. use std::ffi::CStr; use std::fmt; diff --git a/gstreamer-sdp/src/sdp_time.rs b/gstreamer-sdp/src/sdp_time.rs index a13a9e256..7d72e2a56 100644 --- a/gstreamer-sdp/src/sdp_time.rs +++ b/gstreamer-sdp/src/sdp_time.rs @@ -1,10 +1,4 @@ -// Copyright (C) 2018 Sebastian Dröge -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. use std::ffi::CStr; use std::fmt; diff --git a/gstreamer-sdp/src/sdp_zone.rs b/gstreamer-sdp/src/sdp_zone.rs index aa6615f13..63aa76bbb 100644 --- a/gstreamer-sdp/src/sdp_zone.rs +++ b/gstreamer-sdp/src/sdp_zone.rs @@ -1,10 +1,4 @@ -// Copyright (C) 2018 Sebastian Dröge -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. use std::ffi::CStr; use std::fmt; diff --git a/gstreamer-video/src/caps_features.rs b/gstreamer-video/src/caps_features.rs index 45e241f2c..434d7e185 100644 --- a/gstreamer-video/src/caps_features.rs +++ b/gstreamer-video/src/caps_features.rs @@ -1,10 +1,4 @@ -// Copyright (C) 2020 Mathieu Duponchelle -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. use gst::CapsFeatures; use std::ffi::CStr; diff --git a/gstreamer-video/src/functions.rs b/gstreamer-video/src/functions.rs index 517130ec0..03f5244d2 100644 --- a/gstreamer-video/src/functions.rs +++ b/gstreamer-video/src/functions.rs @@ -1,10 +1,4 @@ -// Copyright (C) 2017 Sebastian Dröge -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. use glib::translate::{from_glib, from_glib_full, ToGlib, ToGlibPtr}; use glib::ToSendValue; diff --git a/gstreamer-video/src/lib.rs b/gstreamer-video/src/lib.rs index 5a37cadb5..4546a852a 100644 --- a/gstreamer-video/src/lib.rs +++ b/gstreamer-video/src/lib.rs @@ -1,10 +1,4 @@ -// Copyright (C) 2017 Sebastian Dröge -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. #![cfg_attr(feature = "dox", feature(doc_cfg))] diff --git a/gstreamer-video/src/subclass/mod.rs b/gstreamer-video/src/subclass/mod.rs index 5567c61c1..fc05b0c56 100644 --- a/gstreamer-video/src/subclass/mod.rs +++ b/gstreamer-video/src/subclass/mod.rs @@ -1,10 +1,5 @@ -// Copyright (C) 2019 Philippe Normand -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. + #![allow(clippy::cast_ptr_alignment)] mod video_decoder; diff --git a/gstreamer-video/src/subclass/video_decoder.rs b/gstreamer-video/src/subclass/video_decoder.rs index 3d87ce8bf..62bb5b724 100644 --- a/gstreamer-video/src/subclass/video_decoder.rs +++ b/gstreamer-video/src/subclass/video_decoder.rs @@ -1,11 +1,4 @@ -// Copyright (C) 2019 Philippe Normand -// Copyright (C) 2019 Guillaume Desmottes -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. use glib::prelude::*; use glib::subclass::prelude::*; diff --git a/gstreamer-video/src/subclass/video_encoder.rs b/gstreamer-video/src/subclass/video_encoder.rs index 77c956d91..3ac65ddfc 100644 --- a/gstreamer-video/src/subclass/video_encoder.rs +++ b/gstreamer-video/src/subclass/video_encoder.rs @@ -1,11 +1,4 @@ -// Copyright (C) 2019 Philippe Normand -// Copyright (C) 2019 Guillaume Desmottes -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. use glib::prelude::*; use glib::subclass::prelude::*; diff --git a/gstreamer-video/src/subclass/video_sink.rs b/gstreamer-video/src/subclass/video_sink.rs index 6524fbadc..db8918bba 100644 --- a/gstreamer-video/src/subclass/video_sink.rs +++ b/gstreamer-video/src/subclass/video_sink.rs @@ -1,10 +1,4 @@ -// Copyright (C) 2020 François Laignel -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. use glib::prelude::*; use glib::subclass::prelude::*; diff --git a/gstreamer-video/src/utils.rs b/gstreamer-video/src/utils.rs index c329bca99..91fdeff60 100644 --- a/gstreamer-video/src/utils.rs +++ b/gstreamer-video/src/utils.rs @@ -1,10 +1,4 @@ -// Copyright (C) 2019 Guillaume Desmottes -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. pub trait HasStreamLock { fn get_stream_lock(&self) -> *mut glib::ffi::GRecMutex; diff --git a/gstreamer-video/src/video_buffer_pool.rs b/gstreamer-video/src/video_buffer_pool.rs index bdf49b898..7d44f1cef 100644 --- a/gstreamer-video/src/video_buffer_pool.rs +++ b/gstreamer-video/src/video_buffer_pool.rs @@ -1,11 +1,4 @@ -// Copyright (C) 2019 Guillaume Desmottes -// Copyright (C) 2019 Vivia Nikolaidou -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. use std::ffi::CStr; use std::mem; diff --git a/gstreamer-video/src/video_codec_frame.rs b/gstreamer-video/src/video_codec_frame.rs index 3fbbd2a14..7e700bdfd 100644 --- a/gstreamer-video/src/video_codec_frame.rs +++ b/gstreamer-video/src/video_codec_frame.rs @@ -1,11 +1,4 @@ -// Copyright (C) 2017 Thibault Saunier -// Copyright (C) 2019 Guillaume Desmottes -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. use crate::utils::HasStreamLock; use crate::VideoCodecFrameFlags; diff --git a/gstreamer-video/src/video_codec_state.rs b/gstreamer-video/src/video_codec_state.rs index d13226851..95f721793 100644 --- a/gstreamer-video/src/video_codec_state.rs +++ b/gstreamer-video/src/video_codec_state.rs @@ -1,11 +1,4 @@ -// Copyright (C) 2017 Thibault Saunier -// Copyright (C) 2019 Guillaume Desmottes -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. use crate::utils::HasStreamLock; use glib::translate::*; diff --git a/gstreamer-video/src/video_color_matrix.rs b/gstreamer-video/src/video_color_matrix.rs index ee215f068..99e4ad549 100644 --- a/gstreamer-video/src/video_color_matrix.rs +++ b/gstreamer-video/src/video_color_matrix.rs @@ -1,3 +1,5 @@ +// Take a look at the license at the top of the repository in the LICENSE file. + use std::mem; use glib::translate::ToGlib; diff --git a/gstreamer-video/src/video_converter.rs b/gstreamer-video/src/video_converter.rs index e40634431..3bcfcbbab 100644 --- a/gstreamer-video/src/video_converter.rs +++ b/gstreamer-video/src/video_converter.rs @@ -1,10 +1,4 @@ -// Copyright (C) 2020 Sebastian Dröge -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. use glib::translate::ToGlibPtr; diff --git a/gstreamer-video/src/video_decoder.rs b/gstreamer-video/src/video_decoder.rs index 250f7dc04..98763af29 100644 --- a/gstreamer-video/src/video_decoder.rs +++ b/gstreamer-video/src/video_decoder.rs @@ -1,11 +1,4 @@ -// Copyright (C) 2019 Philippe Normand -// Copyright (C) 2019 Guillaume Desmottes -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. use crate::utils::HasStreamLock; use crate::video_codec_state::{InNegotiation, Readable, VideoCodecState, VideoCodecStateContext}; diff --git a/gstreamer-video/src/video_encoder.rs b/gstreamer-video/src/video_encoder.rs index 9d21c1ad9..db26ce455 100644 --- a/gstreamer-video/src/video_encoder.rs +++ b/gstreamer-video/src/video_encoder.rs @@ -1,12 +1,4 @@ -// Copyright (C) 2019 Philippe Normand -// Copyright (C) 2019 Guillaume Desmottes -// Copyright (C) 2019 Sebastian Dröge -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. use crate::utils::HasStreamLock; use crate::video_codec_state::{InNegotiation, Readable, VideoCodecState, VideoCodecStateContext}; diff --git a/gstreamer-video/src/video_event.rs b/gstreamer-video/src/video_event.rs index 0b5ddfba7..d2e7c064d 100644 --- a/gstreamer-video/src/video_event.rs +++ b/gstreamer-video/src/video_event.rs @@ -1,10 +1,4 @@ -// Copyright (C) 2017 Sebastian Dröge -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. use glib::translate::{from_glib, from_glib_full, ToGlib}; use glib::ToSendValue; diff --git a/gstreamer-video/src/video_format.rs b/gstreamer-video/src/video_format.rs index 12082bfe5..1c448cb10 100644 --- a/gstreamer-video/src/video_format.rs +++ b/gstreamer-video/src/video_format.rs @@ -1,10 +1,4 @@ -// Copyright (C) 2017 Sebastian Dröge -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. use once_cell::sync::Lazy; use std::ffi::CStr; diff --git a/gstreamer-video/src/video_format_info.rs b/gstreamer-video/src/video_format_info.rs index 5639a152a..d6c8727af 100644 --- a/gstreamer-video/src/video_format_info.rs +++ b/gstreamer-video/src/video_format_info.rs @@ -1,10 +1,4 @@ -// Copyright (C) 2017 Sebastian Dröge -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. use std::cmp::Ordering; use std::ffi::CStr; diff --git a/gstreamer-video/src/video_frame.rs b/gstreamer-video/src/video_frame.rs index 388ed4684..db797d062 100644 --- a/gstreamer-video/src/video_frame.rs +++ b/gstreamer-video/src/video_frame.rs @@ -1,10 +1,4 @@ -// Copyright (C) 2017 Sebastian Dröge -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. use glib::translate::{from_glib, from_glib_none, Borrowed, ToGlibPtr}; diff --git a/gstreamer-video/src/video_info.rs b/gstreamer-video/src/video_info.rs index a2b534e84..0b36519a7 100644 --- a/gstreamer-video/src/video_info.rs +++ b/gstreamer-video/src/video_info.rs @@ -1,10 +1,4 @@ -// Copyright (C) 2017 Sebastian Dröge -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. use glib::translate::{ from_glib, from_glib_full, from_glib_none, FromGlib, FromGlibPtrFull, FromGlibPtrNone, ToGlib, diff --git a/gstreamer-video/src/video_meta.rs b/gstreamer-video/src/video_meta.rs index 9683e19ae..7ea6e254e 100644 --- a/gstreamer-video/src/video_meta.rs +++ b/gstreamer-video/src/video_meta.rs @@ -1,10 +1,4 @@ -// Copyright (C) 2018 Sebastian Dröge -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. use std::fmt; use std::ptr; diff --git a/gstreamer-video/src/video_overlay.rs b/gstreamer-video/src/video_overlay.rs index c4e4c7db4..dabd89be1 100644 --- a/gstreamer-video/src/video_overlay.rs +++ b/gstreamer-video/src/video_overlay.rs @@ -1,10 +1,4 @@ -// Copyright (C) 2017 Sebastian Dröge -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. use crate::VideoOverlay; use glib::translate::*; diff --git a/gstreamer-video/src/video_overlay_composition.rs b/gstreamer-video/src/video_overlay_composition.rs index dda471628..331c2cfbc 100644 --- a/gstreamer-video/src/video_overlay_composition.rs +++ b/gstreamer-video/src/video_overlay_composition.rs @@ -1,10 +1,4 @@ -// Copyright (C) 2018 Sebastian Dröge -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. use std::fmt; use std::mem; diff --git a/gstreamer-video/src/video_rectangle.rs b/gstreamer-video/src/video_rectangle.rs index 08caadb80..d69d4d38a 100644 --- a/gstreamer-video/src/video_rectangle.rs +++ b/gstreamer-video/src/video_rectangle.rs @@ -1,10 +1,4 @@ -// Copyright (C) 2017 Philippe Normand or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. use glib::translate::ToGlib; diff --git a/gstreamer-video/src/video_time_code.rs b/gstreamer-video/src/video_time_code.rs index 577beadf7..eed72e1e1 100644 --- a/gstreamer-video/src/video_time_code.rs +++ b/gstreamer-video/src/video_time_code.rs @@ -1,10 +1,4 @@ -// Copyright (C) 2018 Sebastian Dröge -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. use glib::prelude::*; use glib::translate::*; diff --git a/gstreamer-video/src/video_time_code_interval.rs b/gstreamer-video/src/video_time_code_interval.rs index 059ad645e..3d0e12a82 100644 --- a/gstreamer-video/src/video_time_code_interval.rs +++ b/gstreamer-video/src/video_time_code_interval.rs @@ -1,10 +1,4 @@ -// Copyright (C) 2018 Sebastian Dröge -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. use glib::prelude::*; use glib::translate::*; diff --git a/gstreamer-webrtc/src/lib.rs b/gstreamer-webrtc/src/lib.rs index b30ab1a1e..8417ad788 100644 --- a/gstreamer-webrtc/src/lib.rs +++ b/gstreamer-webrtc/src/lib.rs @@ -1,10 +1,4 @@ -// Copyright (C) 2018 Sebastian Dröge -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. #![cfg_attr(feature = "dox", feature(doc_cfg))] diff --git a/gstreamer-webrtc/src/web_rtc_data_channel.rs b/gstreamer-webrtc/src/web_rtc_data_channel.rs index 33414307a..62c4c5090 100644 --- a/gstreamer-webrtc/src/web_rtc_data_channel.rs +++ b/gstreamer-webrtc/src/web_rtc_data_channel.rs @@ -1,10 +1,4 @@ -// Copyright (C) 2020 Sebastian Dröge -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. use crate::WebRTCDataChannel; use glib::translate::*; diff --git a/gstreamer-webrtc/src/web_rtc_session_description.rs b/gstreamer-webrtc/src/web_rtc_session_description.rs index 647332810..5482de64b 100644 --- a/gstreamer-webrtc/src/web_rtc_session_description.rs +++ b/gstreamer-webrtc/src/web_rtc_session_description.rs @@ -1,10 +1,4 @@ -// Copyright (C) 2018 Sebastian Dröge -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. use crate::WebRTCSDPType; use crate::WebRTCSessionDescription; diff --git a/gstreamer/src/allocation_params.rs b/gstreamer/src/allocation_params.rs index 4e8329a65..596a92fd6 100644 --- a/gstreamer/src/allocation_params.rs +++ b/gstreamer/src/allocation_params.rs @@ -1,10 +1,4 @@ -// Copyright (C) 2019 Vivia Nikolaidou -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. use std::mem; diff --git a/gstreamer/src/allocator.rs b/gstreamer/src/allocator.rs index 8da69eaf1..5356e2211 100644 --- a/gstreamer/src/allocator.rs +++ b/gstreamer/src/allocator.rs @@ -1,10 +1,4 @@ -// Copyright (C) 2019 Vivia Nikolaidou -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. use std::ptr; diff --git a/gstreamer/src/bin.rs b/gstreamer/src/bin.rs index 1428db5b2..2e339b55e 100644 --- a/gstreamer/src/bin.rs +++ b/gstreamer/src/bin.rs @@ -1,10 +1,4 @@ -// Copyright (C) 2017 Sebastian Dröge -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. use crate::Bin; use crate::BinFlags; diff --git a/gstreamer/src/buffer.rs b/gstreamer/src/buffer.rs index 0d9caee9d..1da1eb4bc 100644 --- a/gstreamer/src/buffer.rs +++ b/gstreamer/src/buffer.rs @@ -1,10 +1,4 @@ -// Copyright (C) 2016-2020 Sebastian Dröge -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. use std::fmt; use std::marker::PhantomData; diff --git a/gstreamer/src/buffer_cursor.rs b/gstreamer/src/buffer_cursor.rs index 46f8899ee..82df0ca97 100644 --- a/gstreamer/src/buffer_cursor.rs +++ b/gstreamer/src/buffer_cursor.rs @@ -1,10 +1,4 @@ -// Copyright (C) 2020 Sebastian Dröge -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. use std::fmt; use std::io; diff --git a/gstreamer/src/buffer_pool.rs b/gstreamer/src/buffer_pool.rs index eab92dc23..9b267d3b6 100644 --- a/gstreamer/src/buffer_pool.rs +++ b/gstreamer/src/buffer_pool.rs @@ -1,10 +1,4 @@ -// Copyright (C) 2018 Sebastian Dröge -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. use crate::AllocationParams; use crate::Allocator; diff --git a/gstreamer/src/buffer_serde.rs b/gstreamer/src/buffer_serde.rs index 472464ab0..58c2b4c5c 100644 --- a/gstreamer/src/buffer_serde.rs +++ b/gstreamer/src/buffer_serde.rs @@ -1,10 +1,4 @@ -// Copyright (C) 2018 François Laignel -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. use serde::de::{Deserialize, Deserializer}; use serde::ser; diff --git a/gstreamer/src/bufferlist.rs b/gstreamer/src/bufferlist.rs index 8b21067f2..3c2c43cb9 100644 --- a/gstreamer/src/bufferlist.rs +++ b/gstreamer/src/bufferlist.rs @@ -1,10 +1,4 @@ -// Copyright (C) 2017 Sebastian Dröge -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. use glib::translate::{from_glib, from_glib_full, from_glib_none, ToGlib}; use std::fmt; diff --git a/gstreamer/src/bufferlist_serde.rs b/gstreamer/src/bufferlist_serde.rs index f96db3b78..770d19617 100644 --- a/gstreamer/src/bufferlist_serde.rs +++ b/gstreamer/src/bufferlist_serde.rs @@ -1,10 +1,4 @@ -// Copyright (C) 2018 François Laignel -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. use serde::de::{Deserialize, Deserializer, SeqAccess, Visitor}; use serde::ser::{Serialize, SerializeSeq, Serializer}; diff --git a/gstreamer/src/bus.rs b/gstreamer/src/bus.rs index 39da5b85c..1b49e6fdf 100644 --- a/gstreamer/src/bus.rs +++ b/gstreamer/src/bus.rs @@ -1,10 +1,4 @@ -// Copyright (C) 2017 Sebastian Dröge -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. use futures_channel::mpsc::{self, UnboundedReceiver}; use futures_core::Stream; diff --git a/gstreamer/src/bus_unix.rs b/gstreamer/src/bus_unix.rs index cf3b31459..a1c89ea79 100644 --- a/gstreamer/src/bus_unix.rs +++ b/gstreamer/src/bus_unix.rs @@ -1,10 +1,4 @@ -// Copyright (C) 2016-2018 Sebastian Dröge -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. cfg_if::cfg_if! { if #[cfg(unix)] { diff --git a/gstreamer/src/bus_windows.rs b/gstreamer/src/bus_windows.rs index 6675b1817..c97b0f028 100644 --- a/gstreamer/src/bus_windows.rs +++ b/gstreamer/src/bus_windows.rs @@ -1,10 +1,4 @@ -// Copyright (C) 2016-2018 Sebastian Dröge -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. cfg_if::cfg_if! { if #[cfg(windows)] { diff --git a/gstreamer/src/caps.rs b/gstreamer/src/caps.rs index 0c45ebd01..a3ec5b5f8 100644 --- a/gstreamer/src/caps.rs +++ b/gstreamer/src/caps.rs @@ -1,10 +1,4 @@ -// Copyright (C) 2016-2017 Sebastian Dröge -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. use crate::caps_features::*; use crate::structure::*; diff --git a/gstreamer/src/caps_features.rs b/gstreamer/src/caps_features.rs index 2e30862a5..8b4836f27 100644 --- a/gstreamer/src/caps_features.rs +++ b/gstreamer/src/caps_features.rs @@ -1,10 +1,4 @@ -// Copyright (C) 2018 Sebastian Dröge -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. use std::borrow::{Borrow, BorrowMut, ToOwned}; use std::ffi::CStr; diff --git a/gstreamer/src/caps_features_serde.rs b/gstreamer/src/caps_features_serde.rs index 068e75ede..f76df3c0f 100644 --- a/gstreamer/src/caps_features_serde.rs +++ b/gstreamer/src/caps_features_serde.rs @@ -1,10 +1,4 @@ -// Copyright (C) 2018 Sebastian Dröge -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. use serde::de; use serde::de::{Deserialize, Deserializer, EnumAccess, SeqAccess, VariantAccess, Visitor}; diff --git a/gstreamer/src/caps_serde.rs b/gstreamer/src/caps_serde.rs index 247e9d2b7..c124ca140 100644 --- a/gstreamer/src/caps_serde.rs +++ b/gstreamer/src/caps_serde.rs @@ -1,10 +1,4 @@ -// Copyright (C) 2018 François Laignel -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. use serde::de; use serde::de::{Deserialize, Deserializer, EnumAccess, SeqAccess, VariantAccess, Visitor}; diff --git a/gstreamer/src/child_proxy.rs b/gstreamer/src/child_proxy.rs index e80717646..de7180b39 100644 --- a/gstreamer/src/child_proxy.rs +++ b/gstreamer/src/child_proxy.rs @@ -1,10 +1,4 @@ -// Copyright (C) 2017 Sebastian Dröge -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. use crate::ChildProxy; use glib::object::IsA; diff --git a/gstreamer/src/clock.rs b/gstreamer/src/clock.rs index a7b0d2f23..3b1723bbd 100644 --- a/gstreamer/src/clock.rs +++ b/gstreamer/src/clock.rs @@ -1,10 +1,4 @@ -// Copyright (C) 2017 Sebastian Dröge -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. use crate::Clock; use crate::ClockEntryType; diff --git a/gstreamer/src/clock_time.rs b/gstreamer/src/clock_time.rs index 8c5a38a6e..c5551ba23 100644 --- a/gstreamer/src/clock_time.rs +++ b/gstreamer/src/clock_time.rs @@ -1,10 +1,4 @@ -// Copyright (C) 2017 Sebastian Dröge -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. use glib::translate::*; use std::time::Duration; diff --git a/gstreamer/src/clock_time_serde.rs b/gstreamer/src/clock_time_serde.rs index 222603af6..51343dc16 100644 --- a/gstreamer/src/clock_time_serde.rs +++ b/gstreamer/src/clock_time_serde.rs @@ -1,10 +1,4 @@ -// Copyright (C) 2018 François Laignel -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. use serde::de; use serde::de::{Deserialize, Deserializer, Visitor}; diff --git a/gstreamer/src/context.rs b/gstreamer/src/context.rs index c61d2af08..6b0d38742 100644 --- a/gstreamer/src/context.rs +++ b/gstreamer/src/context.rs @@ -1,10 +1,4 @@ -// Copyright (C) 2017 Sebastian Dröge -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. use std::ffi::CStr; use std::fmt; diff --git a/gstreamer/src/control_binding.rs b/gstreamer/src/control_binding.rs index 1eb544e4a..e1d7c37fd 100644 --- a/gstreamer/src/control_binding.rs +++ b/gstreamer/src/control_binding.rs @@ -1,10 +1,4 @@ -// Copyright (C) 2017 Sebastian Dröge -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. use crate::ClockTime; use crate::ControlBinding; diff --git a/gstreamer/src/control_source.rs b/gstreamer/src/control_source.rs index 7d80eba79..5eb35ad15 100644 --- a/gstreamer/src/control_source.rs +++ b/gstreamer/src/control_source.rs @@ -1,10 +1,4 @@ -// Copyright (C) 2017 Sebastian Dröge -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. use crate::ClockTime; use crate::ControlSource; diff --git a/gstreamer/src/date_time.rs b/gstreamer/src/date_time.rs index cf488f8c2..ea282ee10 100644 --- a/gstreamer/src/date_time.rs +++ b/gstreamer/src/date_time.rs @@ -1,10 +1,4 @@ -// Copyright (C) 2017 Sebastian Dröge -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. use glib::translate::*; use std::cmp; diff --git a/gstreamer/src/date_time_serde.rs b/gstreamer/src/date_time_serde.rs index 3925ea6d8..b9d832645 100644 --- a/gstreamer/src/date_time_serde.rs +++ b/gstreamer/src/date_time_serde.rs @@ -1,10 +1,4 @@ -// Copyright (C) 2018 François Laignel -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. use std::convert::{TryFrom, TryInto}; diff --git a/gstreamer/src/device_monitor.rs b/gstreamer/src/device_monitor.rs index da1e9b7e1..4a7f7e8b5 100644 --- a/gstreamer/src/device_monitor.rs +++ b/gstreamer/src/device_monitor.rs @@ -1,10 +1,4 @@ -// Copyright (C) 2018-2019 Sebastian Dröge -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. use crate::Caps; use crate::DeviceMonitor; diff --git a/gstreamer/src/device_provider.rs b/gstreamer/src/device_provider.rs index 5416abe62..35efc6f2b 100644 --- a/gstreamer/src/device_provider.rs +++ b/gstreamer/src/device_provider.rs @@ -1,10 +1,4 @@ -// Copyright (C) 2017 Sebastian Dröge -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. use crate::DeviceProvider; use crate::Plugin; diff --git a/gstreamer/src/element.rs b/gstreamer/src/element.rs index 6893daeea..36a858d28 100644 --- a/gstreamer/src/element.rs +++ b/gstreamer/src/element.rs @@ -1,10 +1,4 @@ -// Copyright (C) 2017 Sebastian Dröge -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. use crate::Element; diff --git a/gstreamer/src/enums.rs b/gstreamer/src/enums.rs index c168cc673..7cf17f9be 100644 --- a/gstreamer/src/enums.rs +++ b/gstreamer/src/enums.rs @@ -1,10 +1,4 @@ -// Copyright (C) 2017 Sebastian Dröge -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. use crate::ClockReturn; use crate::FlowReturn; diff --git a/gstreamer/src/error.rs b/gstreamer/src/error.rs index eef6c6809..af2a97e9f 100644 --- a/gstreamer/src/error.rs +++ b/gstreamer/src/error.rs @@ -1,10 +1,4 @@ -// Copyright (C) 2016-2017 Sebastian Dröge -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. use thiserror::Error; diff --git a/gstreamer/src/event.rs b/gstreamer/src/event.rs index 9999c26db..ee359e0f2 100644 --- a/gstreamer/src/event.rs +++ b/gstreamer/src/event.rs @@ -1,10 +1,4 @@ -// Copyright (C) 2017 Sebastian Dröge -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. use crate::structure::*; use crate::GenericFormattedValue; diff --git a/gstreamer/src/format.rs b/gstreamer/src/format.rs index e99495850..9f00e3e2f 100644 --- a/gstreamer/src/format.rs +++ b/gstreamer/src/format.rs @@ -1,10 +1,4 @@ -// Copyright (C) 2017 Sebastian Dröge -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. use crate::ClockTime; use crate::Format; diff --git a/gstreamer/src/format_serde.rs b/gstreamer/src/format_serde.rs index ae3e18d78..5a974df6a 100644 --- a/gstreamer/src/format_serde.rs +++ b/gstreamer/src/format_serde.rs @@ -1,10 +1,4 @@ -// Copyright (C) 2018 François Laignel -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. use serde::de::{Deserialize, Deserializer}; use serde::ser::{Serialize, Serializer}; diff --git a/gstreamer/src/functions.rs b/gstreamer/src/functions.rs index 8541d8a68..a4ef874a5 100644 --- a/gstreamer/src/functions.rs +++ b/gstreamer/src/functions.rs @@ -1,10 +1,4 @@ -// Copyright (C) 2017 Sebastian Dröge -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. use crate::auto::functions::parse_bin_from_description; use glib::translate::*; diff --git a/gstreamer/src/ghost_pad.rs b/gstreamer/src/ghost_pad.rs index c2912eadf..98326b150 100644 --- a/gstreamer/src/ghost_pad.rs +++ b/gstreamer/src/ghost_pad.rs @@ -1,10 +1,4 @@ -// Copyright (C) 2017 Sebastian Dröge -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. use crate::FlowError; use crate::FlowSuccess; diff --git a/gstreamer/src/gobject.rs b/gstreamer/src/gobject.rs index 78e6b8f43..b15f3b566 100644 --- a/gstreamer/src/gobject.rs +++ b/gstreamer/src/gobject.rs @@ -1,3 +1,5 @@ +// Take a look at the license at the top of the repository in the LICENSE file. + use glib::translate::ToGlibPtr; use glib::IsA; diff --git a/gstreamer/src/iterator.rs b/gstreamer/src/iterator.rs index fa9340bf4..280d86a4e 100644 --- a/gstreamer/src/iterator.rs +++ b/gstreamer/src/iterator.rs @@ -1,10 +1,4 @@ -// Copyright (C) 2017 Sebastian Dröge -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. use glib::ffi::{gconstpointer, gpointer}; use glib::translate::*; diff --git a/gstreamer/src/lib.rs b/gstreamer/src/lib.rs index 9d7e37916..bde11e7fb 100644 --- a/gstreamer/src/lib.rs +++ b/gstreamer/src/lib.rs @@ -1,10 +1,4 @@ -// Copyright (C) 2017 Sebastian Dröge -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. #![cfg_attr(feature = "dox", feature(doc_cfg))] #![recursion_limit = "256"] diff --git a/gstreamer/src/log.rs b/gstreamer/src/log.rs index 98dd9696a..7bcf1d829 100644 --- a/gstreamer/src/log.rs +++ b/gstreamer/src/log.rs @@ -1,10 +1,4 @@ -// Copyright (C) 2016-2017 Sebastian Dröge -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. use crate::DebugLevel; diff --git a/gstreamer/src/memory.rs b/gstreamer/src/memory.rs index d4ca4f08b..f6ba7b6d8 100644 --- a/gstreamer/src/memory.rs +++ b/gstreamer/src/memory.rs @@ -1,10 +1,4 @@ -// Copyright (C) 2019 Vivia Nikolaidou -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. use std::fmt; use std::marker::PhantomData; diff --git a/gstreamer/src/message.rs b/gstreamer/src/message.rs index 23098d7d1..762d4bd7b 100644 --- a/gstreamer/src/message.rs +++ b/gstreamer/src/message.rs @@ -1,10 +1,4 @@ -// Copyright (C) 2016-2017 Sebastian Dröge -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. use crate::structure::*; use crate::GenericFormattedValue; diff --git a/gstreamer/src/meta.rs b/gstreamer/src/meta.rs index 3d0d71d44..3b36c3ee2 100644 --- a/gstreamer/src/meta.rs +++ b/gstreamer/src/meta.rs @@ -1,10 +1,4 @@ -// Copyright (C) 2018 Sebastian Dröge -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. use std::fmt; use std::marker::PhantomData; diff --git a/gstreamer/src/miniobject.rs b/gstreamer/src/miniobject.rs index 32dc22c14..e91a31088 100644 --- a/gstreamer/src/miniobject.rs +++ b/gstreamer/src/miniobject.rs @@ -1,10 +1,4 @@ -// Copyright (C) 2016-2020 Sebastian Dröge -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. #[macro_export] macro_rules! gst_define_mini_object_wrapper( diff --git a/gstreamer/src/object.rs b/gstreamer/src/object.rs index 9eb106175..96f9088fc 100644 --- a/gstreamer/src/object.rs +++ b/gstreamer/src/object.rs @@ -1,10 +1,4 @@ -// Copyright (C) 2017 Sebastian Dröge -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. use glib::object::{Cast, ObjectExt}; use glib::signal::SignalHandlerId; diff --git a/gstreamer/src/pad.rs b/gstreamer/src/pad.rs index 2d394e234..c81c697b0 100644 --- a/gstreamer/src/pad.rs +++ b/gstreamer/src/pad.rs @@ -1,10 +1,4 @@ -// Copyright (C) 2017 Sebastian Dröge -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. use crate::Buffer; use crate::BufferList; diff --git a/gstreamer/src/pad_template.rs b/gstreamer/src/pad_template.rs index ab10cf56d..f9d42ba7b 100644 --- a/gstreamer/src/pad_template.rs +++ b/gstreamer/src/pad_template.rs @@ -1,10 +1,4 @@ -// Copyright (C) 2018 Sebastian Dröge -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. use crate::PadTemplate; #[cfg(any(feature = "v1_14", feature = "dox"))] diff --git a/gstreamer/src/param_spec.rs b/gstreamer/src/param_spec.rs index 5ea65cc1e..996a41f4b 100644 --- a/gstreamer/src/param_spec.rs +++ b/gstreamer/src/param_spec.rs @@ -1,10 +1,4 @@ -// Copyright (C) 2018 Sebastian Dröge -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. use glib::translate::*; diff --git a/gstreamer/src/parse_context.rs b/gstreamer/src/parse_context.rs index a9a0917ff..aa2d24274 100644 --- a/gstreamer/src/parse_context.rs +++ b/gstreamer/src/parse_context.rs @@ -1,10 +1,4 @@ -// Copyright (C) 2017 Sebastian Dröge -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. use glib::translate::*; diff --git a/gstreamer/src/pipeline.rs b/gstreamer/src/pipeline.rs index e948092ec..9b6a6ebc1 100644 --- a/gstreamer/src/pipeline.rs +++ b/gstreamer/src/pipeline.rs @@ -1,10 +1,4 @@ -// Copyright (c) 2019 Vivia Nikolaidou -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. use glib::translate::*; use glib::IsA; diff --git a/gstreamer/src/plugin.rs b/gstreamer/src/plugin.rs index 015f19bf2..6ccc09a1a 100644 --- a/gstreamer/src/plugin.rs +++ b/gstreamer/src/plugin.rs @@ -1,10 +1,4 @@ -// Copyright (C) 2017 Sebastian Dröge -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. use crate::Plugin; use crate::PluginFlags; diff --git a/gstreamer/src/plugin_feature.rs b/gstreamer/src/plugin_feature.rs index 780f1e3c5..774aeeef7 100644 --- a/gstreamer/src/plugin_feature.rs +++ b/gstreamer/src/plugin_feature.rs @@ -1,10 +1,4 @@ -// Copyright (C) 2019 Guillaume Desmottes -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. use crate::PluginFeature; use crate::Rank; diff --git a/gstreamer/src/promise.rs b/gstreamer/src/promise.rs index 6ef722a20..4f5f1787b 100644 --- a/gstreamer/src/promise.rs +++ b/gstreamer/src/promise.rs @@ -1,10 +1,4 @@ -// Copyright (C) 2018 Sebastian Dröge -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. use crate::PromiseResult; use crate::Structure; diff --git a/gstreamer/src/proxy_pad.rs b/gstreamer/src/proxy_pad.rs index 8ae8b50da..5c47c9ab4 100644 --- a/gstreamer/src/proxy_pad.rs +++ b/gstreamer/src/proxy_pad.rs @@ -1,10 +1,4 @@ -// Copyright (C) 2017 Sebastian Dröge -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. use crate::Buffer; use crate::BufferList; diff --git a/gstreamer/src/query.rs b/gstreamer/src/query.rs index e51431d95..07d6d8dcb 100644 --- a/gstreamer/src/query.rs +++ b/gstreamer/src/query.rs @@ -1,10 +1,4 @@ -// Copyright (C) 2016-2017 Sebastian Dröge -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. use crate::structure::*; use crate::GenericFormattedValue; diff --git a/gstreamer/src/sample.rs b/gstreamer/src/sample.rs index 1f2353670..b8085778a 100644 --- a/gstreamer/src/sample.rs +++ b/gstreamer/src/sample.rs @@ -1,10 +1,4 @@ -// Copyright (C) 2017 Sebastian Dröge -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. use std::fmt; use std::ptr; diff --git a/gstreamer/src/sample_serde.rs b/gstreamer/src/sample_serde.rs index da3ee734a..13e0b43f0 100644 --- a/gstreamer/src/sample_serde.rs +++ b/gstreamer/src/sample_serde.rs @@ -1,10 +1,4 @@ -// Copyright (C) 2018 François Laignel -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. use serde::de::{Deserialize, Deserializer}; use serde::ser::{Serialize, SerializeStruct, Serializer}; diff --git a/gstreamer/src/segment.rs b/gstreamer/src/segment.rs index 763b679f5..0f1b2b8ad 100644 --- a/gstreamer/src/segment.rs +++ b/gstreamer/src/segment.rs @@ -1,10 +1,4 @@ -// Copyright (C) 2017 Sebastian Dröge -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. use crate::Format; use crate::FormattedValue; diff --git a/gstreamer/src/segment_serde.rs b/gstreamer/src/segment_serde.rs index d3d4a2316..3067a8f9b 100644 --- a/gstreamer/src/segment_serde.rs +++ b/gstreamer/src/segment_serde.rs @@ -1,10 +1,4 @@ -// Copyright (C) 2018 François Laignel -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. use serde::de; use serde::de::{Deserialize, Deserializer}; diff --git a/gstreamer/src/static_caps.rs b/gstreamer/src/static_caps.rs index c770b7324..9db889a10 100644 --- a/gstreamer/src/static_caps.rs +++ b/gstreamer/src/static_caps.rs @@ -1,10 +1,4 @@ -// Copyright (C) 2017 Sebastian Dröge -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. use crate::Caps; diff --git a/gstreamer/src/static_pad_template.rs b/gstreamer/src/static_pad_template.rs index 624a1c70a..e7cb2dca6 100644 --- a/gstreamer/src/static_pad_template.rs +++ b/gstreamer/src/static_pad_template.rs @@ -1,10 +1,4 @@ -// Copyright (C) 2017 Sebastian Dröge -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. use crate::Caps; use crate::PadTemplate; diff --git a/gstreamer/src/stream.rs b/gstreamer/src/stream.rs index c92d14fa0..866da0b4a 100644 --- a/gstreamer/src/stream.rs +++ b/gstreamer/src/stream.rs @@ -1,10 +1,4 @@ -// Copyright (C) 2018 Sebastian Dröge -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. use crate::Caps; use crate::Stream; diff --git a/gstreamer/src/stream_collection.rs b/gstreamer/src/stream_collection.rs index c826e460f..19d36d72c 100644 --- a/gstreamer/src/stream_collection.rs +++ b/gstreamer/src/stream_collection.rs @@ -1,10 +1,4 @@ -// Copyright (C) 2017 Sebastian Dröge -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. use crate::Stream; use crate::StreamCollection; diff --git a/gstreamer/src/structure.rs b/gstreamer/src/structure.rs index 225e3eb7e..26c48d7f1 100644 --- a/gstreamer/src/structure.rs +++ b/gstreamer/src/structure.rs @@ -1,10 +1,4 @@ -// Copyright (C) 2016-2017 Sebastian Dröge -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. use std::borrow::{Borrow, BorrowMut, ToOwned}; use std::ffi::CStr; diff --git a/gstreamer/src/structure_serde.rs b/gstreamer/src/structure_serde.rs index 96a77abaa..45a8e7e59 100644 --- a/gstreamer/src/structure_serde.rs +++ b/gstreamer/src/structure_serde.rs @@ -1,10 +1,4 @@ -// Copyright (C) 2018 François Laignel -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. use glib::{Date, ToValue}; diff --git a/gstreamer/src/subclass/bin.rs b/gstreamer/src/subclass/bin.rs index e3b4f531e..6cc120cad 100644 --- a/gstreamer/src/subclass/bin.rs +++ b/gstreamer/src/subclass/bin.rs @@ -1,10 +1,4 @@ -// Copyright (C) 2017,2018 Sebastian Dröge -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. use glib::prelude::*; use glib::translate::*; diff --git a/gstreamer/src/subclass/child_proxy.rs b/gstreamer/src/subclass/child_proxy.rs index 2d92d1c20..f44506827 100644 --- a/gstreamer/src/subclass/child_proxy.rs +++ b/gstreamer/src/subclass/child_proxy.rs @@ -1,10 +1,4 @@ -// Copyright (C) 2018 Sebastian Dröge -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. use glib::prelude::*; use glib::subclass::prelude::*; diff --git a/gstreamer/src/subclass/clock.rs b/gstreamer/src/subclass/clock.rs index 85fd7d228..2fad54a4f 100644 --- a/gstreamer/src/subclass/clock.rs +++ b/gstreamer/src/subclass/clock.rs @@ -1,10 +1,4 @@ -// Copyright (C) 2019 Sebastian Dröge -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. use glib::prelude::*; use glib::subclass::prelude::*; diff --git a/gstreamer/src/subclass/device.rs b/gstreamer/src/subclass/device.rs index a880bc47d..458362cac 100644 --- a/gstreamer/src/subclass/device.rs +++ b/gstreamer/src/subclass/device.rs @@ -1,10 +1,4 @@ -// Copyright (C) 2019 Sebastian Dröge -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. use glib::prelude::*; use glib::subclass::prelude::*; diff --git a/gstreamer/src/subclass/device_provider.rs b/gstreamer/src/subclass/device_provider.rs index 5f387c6ef..3502a3351 100644 --- a/gstreamer/src/subclass/device_provider.rs +++ b/gstreamer/src/subclass/device_provider.rs @@ -1,10 +1,4 @@ -// Copyright (C) 2019 Sebastian Dröge -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. use glib::prelude::*; use glib::subclass::prelude::*; diff --git a/gstreamer/src/subclass/element.rs b/gstreamer/src/subclass/element.rs index 020e510d2..eede8a90f 100644 --- a/gstreamer/src/subclass/element.rs +++ b/gstreamer/src/subclass/element.rs @@ -1,10 +1,4 @@ -// Copyright (C) 2017-2019 Sebastian Dröge -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. use super::prelude::*; use crate::prelude::*; diff --git a/gstreamer/src/subclass/error.rs b/gstreamer/src/subclass/error.rs index 05a65b10b..0650d7a3e 100644 --- a/gstreamer/src/subclass/error.rs +++ b/gstreamer/src/subclass/error.rs @@ -1,10 +1,4 @@ -// Copyright (C) 2016-2018 Sebastian Dröge -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. use thiserror::Error; diff --git a/gstreamer/src/subclass/ghost_pad.rs b/gstreamer/src/subclass/ghost_pad.rs index ab1216ba3..9b24c4aa2 100644 --- a/gstreamer/src/subclass/ghost_pad.rs +++ b/gstreamer/src/subclass/ghost_pad.rs @@ -1,10 +1,4 @@ -// Copyright (C) 2018 Sebastian Dröge -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. use super::prelude::*; use glib::subclass::prelude::*; diff --git a/gstreamer/src/subclass/mod.rs b/gstreamer/src/subclass/mod.rs index c30aad6aa..9f27f78d7 100644 --- a/gstreamer/src/subclass/mod.rs +++ b/gstreamer/src/subclass/mod.rs @@ -1,11 +1,5 @@ -// Copyright (C) 2016-2018 Sebastian Dröge -// 2016 Luis de Bethencourt -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. + #![allow(clippy::cast_ptr_alignment)] #[macro_use] diff --git a/gstreamer/src/subclass/pad.rs b/gstreamer/src/subclass/pad.rs index d5c85acaf..40590ccd5 100644 --- a/gstreamer/src/subclass/pad.rs +++ b/gstreamer/src/subclass/pad.rs @@ -1,10 +1,4 @@ -// Copyright (C) 2018 Sebastian Dröge -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. use glib::prelude::*; use glib::subclass::prelude::*; diff --git a/gstreamer/src/subclass/pipeline.rs b/gstreamer/src/subclass/pipeline.rs index e30701e58..0b30ee149 100644 --- a/gstreamer/src/subclass/pipeline.rs +++ b/gstreamer/src/subclass/pipeline.rs @@ -1,10 +1,4 @@ -// Copyright (C) 2017,2018 Sebastian Dröge -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. use super::prelude::*; use glib::subclass::prelude::*; diff --git a/gstreamer/src/subclass/plugin_1_12.rs b/gstreamer/src/subclass/plugin_1_12.rs index c79be8401..2cba39066 100644 --- a/gstreamer/src/subclass/plugin_1_12.rs +++ b/gstreamer/src/subclass/plugin_1_12.rs @@ -1,10 +1,4 @@ -// Copyright (C) 2016-2018 Sebastian Dröge -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. pub const MAJOR_VERSION: i32 = 1; diff --git a/gstreamer/src/subclass/plugin_1_14.rs b/gstreamer/src/subclass/plugin_1_14.rs index 60ca2d720..4d02d25f0 100644 --- a/gstreamer/src/subclass/plugin_1_14.rs +++ b/gstreamer/src/subclass/plugin_1_14.rs @@ -1,10 +1,4 @@ -// Copyright (C) 2016-2018 Sebastian Dröge -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. pub const MAJOR_VERSION: i32 = 1; diff --git a/gstreamer/src/subclass/preset.rs b/gstreamer/src/subclass/preset.rs index 0902578df..1b5b07d15 100644 --- a/gstreamer/src/subclass/preset.rs +++ b/gstreamer/src/subclass/preset.rs @@ -1,10 +1,4 @@ -// Copyright (C) 2019 Sebastian Dröge -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. use glib::subclass::prelude::*; diff --git a/gstreamer/src/subclass/system_clock.rs b/gstreamer/src/subclass/system_clock.rs index 67bf6a0c4..ffc44954c 100644 --- a/gstreamer/src/subclass/system_clock.rs +++ b/gstreamer/src/subclass/system_clock.rs @@ -1,10 +1,4 @@ -// Copyright (C) 2019 Sebastian Dröge -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. use super::prelude::*; use glib::subclass::prelude::*; diff --git a/gstreamer/src/subclass/tag_setter.rs b/gstreamer/src/subclass/tag_setter.rs index c2ed18fb2..ab827bde4 100644 --- a/gstreamer/src/subclass/tag_setter.rs +++ b/gstreamer/src/subclass/tag_setter.rs @@ -1,10 +1,4 @@ -// Copyright (C) 2019 Sebastian Dröge -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. use glib::subclass::prelude::*; diff --git a/gstreamer/src/subclass/uri_handler.rs b/gstreamer/src/subclass/uri_handler.rs index 6dc3eae39..7f38b7440 100644 --- a/gstreamer/src/subclass/uri_handler.rs +++ b/gstreamer/src/subclass/uri_handler.rs @@ -1,10 +1,4 @@ -// Copyright (C) 2017-2018 Sebastian Dröge -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. use glib::prelude::*; use glib::translate::*; diff --git a/gstreamer/src/tag_setter.rs b/gstreamer/src/tag_setter.rs index cf2abb1fc..17337502c 100644 --- a/gstreamer/src/tag_setter.rs +++ b/gstreamer/src/tag_setter.rs @@ -1,10 +1,4 @@ -// Copyright (C) 2017 Sebastian Dröge -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. use crate::tags::*; use crate::TagMergeMode; diff --git a/gstreamer/src/tags.rs b/gstreamer/src/tags.rs index b64e576b7..f3e6fec1d 100644 --- a/gstreamer/src/tags.rs +++ b/gstreamer/src/tags.rs @@ -1,10 +1,4 @@ -// Copyright (C) 2016-2018 Sebastian Dröge -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. use std::ffi::CStr; use std::fmt; diff --git a/gstreamer/src/tags_serde.rs b/gstreamer/src/tags_serde.rs index 0b4afa652..ede4763dc 100644 --- a/gstreamer/src/tags_serde.rs +++ b/gstreamer/src/tags_serde.rs @@ -1,10 +1,4 @@ -// Copyright (C) 2018 François Laignel -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. use glib::translate::{from_glib, ToGlibPtr}; use glib::{Date, SendValue, ToValue}; diff --git a/gstreamer/src/toc.rs b/gstreamer/src/toc.rs index 117ea09c5..5c9ec3abc 100644 --- a/gstreamer/src/toc.rs +++ b/gstreamer/src/toc.rs @@ -1,10 +1,4 @@ -// Copyright (C) 2016-2017 Sebastian Dröge -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. use std::ffi::CStr; use std::fmt; diff --git a/gstreamer/src/toc_serde.rs b/gstreamer/src/toc_serde.rs index dedcac69f..b790c9958 100644 --- a/gstreamer/src/toc_serde.rs +++ b/gstreamer/src/toc_serde.rs @@ -1,10 +1,4 @@ -// Copyright (C) 2018 François Laignel -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. use serde::de::{Deserialize, Deserializer}; use serde::ser::{Serialize, SerializeStruct, Serializer}; diff --git a/gstreamer/src/typefind.rs b/gstreamer/src/typefind.rs index 043367121..0be5858d3 100644 --- a/gstreamer/src/typefind.rs +++ b/gstreamer/src/typefind.rs @@ -1,10 +1,4 @@ -// Copyright (C) 2017 Sebastian Dröge -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. use crate::Caps; use crate::Plugin; diff --git a/gstreamer/src/utils.rs b/gstreamer/src/utils.rs index 519d6c59b..8aa113cfd 100644 --- a/gstreamer/src/utils.rs +++ b/gstreamer/src/utils.rs @@ -1,10 +1,4 @@ -// Copyright (C) 2017 Sebastian Dröge -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. use glib::translate::mut_override; diff --git a/gstreamer/src/value.rs b/gstreamer/src/value.rs index d30fd4024..d4e552597 100644 --- a/gstreamer/src/value.rs +++ b/gstreamer/src/value.rs @@ -1,10 +1,4 @@ -// Copyright (C) 2017 Sebastian Dröge -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. use num_rational::Rational32; use std::borrow::{Borrow, Cow}; diff --git a/gstreamer/src/value_serde.rs b/gstreamer/src/value_serde.rs index 7a0824779..ff3ba4fc7 100644 --- a/gstreamer/src/value_serde.rs +++ b/gstreamer/src/value_serde.rs @@ -1,10 +1,4 @@ -// Copyright (C) 2018 François Laignel -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// Take a look at the license at the top of the repository in the LICENSE file. use glib::{Date, StaticType, ToValue};