]> granicus.if.org Git - libvpx/commitdiff
simple_encode*.cc: add missing copyright
authorJames Zern <jzern@google.com>
Sat, 11 Jan 2020 00:47:01 +0000 (16:47 -0800)
committerJames Zern <jzern@google.com>
Sat, 11 Jan 2020 00:47:48 +0000 (16:47 -0800)
Change-Id: I58ddf13698e3892aa591af4196ca03d7c09426c6

test/simple_encode_test.cc
vp9/simple_encode.cc

index 33a66ed156c9c9b03871738e39284d8844c86420..f1e7c46e8f7ede2ddb1b4b8685bf9962025ce777 100644 (file)
@@ -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>
index 80f23844788723614cbf823328eca4a977986bba..34d08573c520e617126574f9891fa29ce370f45c 100644 (file)
@@ -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"