From 38536f6b1c0f92aacbf3fea22558aa04178bda63 Mon Sep 17 00:00:00 2001 From: Frank Galligan Date: Thu, 12 Dec 2013 08:36:34 -0800 Subject: [PATCH] Cleanup copyright headers. Change-Id: I7ff2b18e085f3fffaa7f25d40e4e50427b808f43 --- test/error_resilience_test.cc | 16 ++++++++-------- test/sixtap_predict_test.cc | 16 ++++++++-------- test/test_vector_test.cc | 14 +++++++------- test/tile_independence_test.cc | 14 +++++++------- test/vp8_fdct4x4_test.cc | 19 ++++++++----------- test/vp9_lossless_test.cc | 16 ++++++++-------- 6 files changed, 46 insertions(+), 49 deletions(-) diff --git a/test/error_resilience_test.cc b/test/error_resilience_test.cc index 16d250c76..30c20e91f 100644 --- a/test/error_resilience_test.cc +++ b/test/error_resilience_test.cc @@ -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" diff --git a/test/sixtap_predict_test.cc b/test/sixtap_predict_test.cc index 655146dbf..0f5c0a5e8 100644 --- a/test/sixtap_predict_test.cc +++ b/test/sixtap_predict_test.cc @@ -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 #include diff --git a/test/test_vector_test.cc b/test/test_vector_test.cc index ef93b852d..6d93bb88f 100644 --- a/test/test_vector_test.cc +++ b/test/test_vector_test.cc @@ -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 diff --git a/test/tile_independence_test.cc b/test/tile_independence_test.cc index 403dbb6c0..863a3669a 100644 --- a/test/tile_independence_test.cc +++ b/test/tile_independence_test.cc @@ -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 diff --git a/test/vp8_fdct4x4_test.cc b/test/vp8_fdct4x4_test.cc index c82343668..25465c53c 100644 --- a/test/vp8_fdct4x4_test.cc +++ b/test/vp8_fdct4x4_test.cc @@ -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 #include @@ -16,7 +15,6 @@ #include #include - 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; diff --git a/test/vp9_lossless_test.cc b/test/vp9_lossless_test.cc index e8c32b41c..03b89f8df 100644 --- a/test/vp9_lossless_test.cc +++ b/test/vp9_lossless_test.cc @@ -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"