]> granicus.if.org Git - libvpx/commitdiff
Add copyright and header guard for simple_encode.h
authorangiebird <angiebird@google.com>
Wed, 13 Nov 2019 21:39:23 +0000 (13:39 -0800)
committerangiebird <angiebird@google.com>
Wed, 20 Nov 2019 18:36:00 +0000 (10:36 -0800)
Change-Id: Ib4502fc35202b36aa25f06c7c2bb5203673faa06

vp9/simple_encode.h

index e97cdb1a2608230e056654523bd398bec74e9444..e4b107c0a2078df7b6f34355f2d8bf05a1732e59 100644 (file)
@@ -1,3 +1,15 @@
+/*
+ *  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.
+ */
+
+#ifndef VPX_VP9_SIMPLE_ENCODE_H_
+#define VPX_VP9_SIMPLE_ENCODE_H_
 #include <memory>
 #include <vector>
 
@@ -69,3 +81,4 @@ class SimpleEncode {
   FILE *file;
   std::unique_ptr<impl> pimpl;
 };
+#endif  // VPX_VP9_SIMPLE_ENCODE