summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/simple_encode_test.cc10
-rw-r--r--vp9/simple_encode.cc10
2 files changed, 20 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>
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"