From decf5da6d011ab63e8ef61b06fdbb0635c3d98ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Fri, 7 Jul 2017 14:47:28 +0300 Subject: [PATCH] Add copyright notices --- gstreamer/src/bin.rs | 8 ++++++++ gstreamer/src/element.rs | 8 ++++++++ gstreamer/src/lib.rs | 8 ++++++++ 3 files changed, 24 insertions(+) diff --git a/gstreamer/src/bin.rs b/gstreamer/src/bin.rs index 84b2f28f7..7c6ba1fc3 100644 --- a/gstreamer/src/bin.rs +++ b/gstreamer/src/bin.rs @@ -1,3 +1,11 @@ +// 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. + use Bin; use Element; diff --git a/gstreamer/src/element.rs b/gstreamer/src/element.rs index 889d768d8..3be5c3af4 100644 --- a/gstreamer/src/element.rs +++ b/gstreamer/src/element.rs @@ -1,3 +1,11 @@ +// 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. + use Element; use glib; diff --git a/gstreamer/src/lib.rs b/gstreamer/src/lib.rs index b0dadc47a..82c2c2850 100644 --- a/gstreamer/src/lib.rs +++ b/gstreamer/src/lib.rs @@ -1,3 +1,11 @@ +// 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. + #[macro_use] extern crate bitflags; extern crate libc;