From b809ac3c9e5037286c0401897fc83d6305261913 Mon Sep 17 00:00:00 2001 From: James Zern Date: Fri, 10 Jan 2020 16:47:01 -0800 Subject: [PATCH] simple_encode*.cc: add missing copyright Change-Id: I58ddf13698e3892aa591af4196ca03d7c09426c6 --- test/simple_encode_test.cc | 10 ++++++++++ vp9/simple_encode.cc | 10 ++++++++++ 2 files changed, 20 insertions(+) diff --git a/test/simple_encode_test.cc b/test/simple_encode_test.cc index 33a66ed15..f1e7c46e8 100644 --- a/test/simple_encode_test.cc +++ b/test/simple_encode_test.cc @@ -1,3 +1,13 @@ +/* + * Copyright (c) 2019 The WebM project authors. All Rights Reserved. + * + * Use of this source code is governed by a BSD-style license + * that can be found in the LICENSE file in the root of the source + * tree. An additional intellectual property rights grant can be found + * in the file PATENTS. All contributing project authors may + * be found in the AUTHORS file in the root of the source tree. + */ + #include #include #include diff --git a/vp9/simple_encode.cc b/vp9/simple_encode.cc index 80f238447..34d08573c 100644 --- a/vp9/simple_encode.cc +++ b/vp9/simple_encode.cc @@ -1,3 +1,13 @@ +/* + * Copyright (c) 2019 The WebM project authors. All Rights Reserved. + * + * Use of this source code is governed by a BSD-style license + * that can be found in the LICENSE file in the root of the source + * tree. An additional intellectual property rights grant can be found + * in the file PATENTS. All contributing project authors may + * be found in the AUTHORS file in the root of the source tree. + */ + #include #include "vp9/common/vp9_onyxc_int.h" #include "vp9/vp9_iface_common.h" -- 2.40.0