shithub: libvpx

Download patch

ref: b809ac3c9e5037286c0401897fc83d6305261913
parent: ccb06a9fb15b9c10099cef28ff1240eb9ffa9390
author: James Zern <jzern@google.com>
date: Fri Jan 10 11:47:01 EST 2020

simple_encode*.cc: add missing copyright

Change-Id: I58ddf13698e3892aa591af4196ca03d7c09426c6

--- 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 <math.h>
 #include <memory>
 #include <vector>
--- 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 <vector>
 #include "vp9/common/vp9_onyxc_int.h"
 #include "vp9/vp9_iface_common.h"