ref: bb2d935eb8835c022c534343fac86a1490c9f027
parent: 64b469f4f604e8bcf27159e0661d08bcfdac7374
parent: b809ac3c9e5037286c0401897fc83d6305261913
author: James Zern <jzern@google.com>
date: Fri Jan 10 23:08:21 EST 2020
Merge "simple_encode*.cc: add missing copyright"
--- 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"