From 1cecb1c8ab4a0129fdb34d4552f4f9541056804e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Mon, 8 Oct 2018 09:22:32 +0300 Subject: [PATCH] Add copyright header --- gstreamer-pbutils/src/encoding_profile.rs | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/gstreamer-pbutils/src/encoding_profile.rs b/gstreamer-pbutils/src/encoding_profile.rs index 7e096f932..dccc4372b 100644 --- a/gstreamer-pbutils/src/encoding_profile.rs +++ b/gstreamer-pbutils/src/encoding_profile.rs @@ -1,3 +1,12 @@ +// 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. + use ffi; use glib; use gst;