]> granicus.if.org Git - libvpx/commitdiff
Cleanup copyright headers.
authorFrank Galligan <fgalligan@google.com>
Thu, 12 Dec 2013 16:36:34 +0000 (08:36 -0800)
committerFrank Galligan <fgalligan@google.com>
Thu, 12 Dec 2013 16:36:34 +0000 (08:36 -0800)
Change-Id: I7ff2b18e085f3fffaa7f25d40e4e50427b808f43

test/error_resilience_test.cc
test/sixtap_predict_test.cc
test/test_vector_test.cc
test/tile_independence_test.cc
test/vp8_fdct4x4_test.cc
test/vp9_lossless_test.cc

index 16d250c766bd05002189dbcc6b5e59255f2e5e84..30c20e91fd6c8c4676ffae5b644050e87a710920 100644 (file)
@@ -1,12 +1,12 @@
 /*
 Copyright (c) 2012 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.
-*/
*  Copyright (c) 2013 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 "third_party/googletest/src/include/gtest/gtest.h"
 #include "test/codec_factory.h"
index 655146dbf892da5dae49b0eb74a995b62e65110d..0f5c0a5e80f22be38d45bfc74de275e2621bf814 100644 (file)
@@ -1,12 +1,12 @@
 /*
-*  Copyright (c) 2012 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.
-*/
+ *  Copyright (c) 2013 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 <stdlib.h>
index ef93b852d2d979fa8c4f5fb4c6b6cc1309586887..6d93bb88f003f452e9a82e62b57a0f3cf9ba4075 100644 (file)
@@ -1,11 +1,11 @@
 /*
Copyright (c) 2012 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.
*  Copyright (c) 2013 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 <cstdio>
index 403dbb6c00a53a5d1e9849f5e8699cd8fdf2f246..863a3669a9fb2bd30bbe5f0a04d99519706a226f 100644 (file)
@@ -1,11 +1,11 @@
 /*
Copyright (c) 2012 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.
*  Copyright (c) 2013 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 <cstdio>
index c8234366827dc52589cd20800077ab3aeac6e20c..25465c53c2f998f2d8d7442d25f698372b84e5a5 100644 (file)
@@ -1,13 +1,12 @@
 /*
-*  Copyright (c) 2012 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.
-*/
-
+ *  Copyright (c) 2013 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 <stddef.h>
@@ -16,7 +15,6 @@
 #include <string.h>
 #include <sys/types.h>
 
-
 extern "C" {
 #include "./vp8_rtcd.h"
 }
@@ -25,7 +23,6 @@ extern "C" {
 #include "third_party/googletest/src/include/gtest/gtest.h"
 #include "vpx/vpx_integer.h"
 
-
 namespace {
 
 const int cospi8sqrt2minus1 = 20091;
index e8c32b41c3dce81f6d96f236aacc018271a9542f..03b89f8df7859d419af927492e9b842fbe528643 100644 (file)
@@ -1,12 +1,12 @@
 /*
 Copyright (c) 2012 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.
-*/
*  Copyright (c) 2013 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 "third_party/googletest/src/include/gtest/gtest.h"
 #include "test/codec_factory.h"