summaryrefslogtreecommitdiff
path: root/test/simple_encode_test.cc
diff options
context:
space:
mode:
authorJames Zern <jzern@google.com>2020-01-10 16:47:01 -0800
committerJames Zern <jzern@google.com>2020-01-10 16:47:48 -0800
commitb809ac3c9e5037286c0401897fc83d6305261913 (patch)
tree5f568d59c785ec4d6ebbad9637fd6267ec2472ed /test/simple_encode_test.cc
parentccb06a9fb15b9c10099cef28ff1240eb9ffa9390 (diff)
downloadlibvpx-b809ac3c9e5037286c0401897fc83d6305261913.tar
libvpx-b809ac3c9e5037286c0401897fc83d6305261913.tar.gz
libvpx-b809ac3c9e5037286c0401897fc83d6305261913.tar.bz2
libvpx-b809ac3c9e5037286c0401897fc83d6305261913.zip
simple_encode*.cc: add missing copyright
Change-Id: I58ddf13698e3892aa591af4196ca03d7c09426c6
Diffstat (limited to 'test/simple_encode_test.cc')
-rw-r--r--test/simple_encode_test.cc10
1 files changed, 10 insertions, 0 deletions
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 <math.h>
#include <memory>
#include <vector>