summaryrefslogtreecommitdiff
path: root/vp9/simple_encode.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 /vp9/simple_encode.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 'vp9/simple_encode.cc')
-rw-r--r--vp9/simple_encode.cc10
1 files changed, 10 insertions, 0 deletions
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 <vector>
#include "vp9/common/vp9_onyxc_int.h"
#include "vp9/vp9_iface_common.h"