Cleanup copyright headers.

Change-Id: I7ff2b18e085f3fffaa7f25d40e4e50427b808f43
This commit is contained in:
Frank Galligan 2013-12-12 08:36:34 -08:00
parent 802fc78bd7
commit 38536f6b1c
6 changed files with 46 additions and 49 deletions

View File

@ -1,12 +1,12 @@
/* /*
Copyright (c) 2012 The WebM project authors. All Rights Reserved. * Copyright (c) 2013 The WebM project authors. All Rights Reserved.
*
Use of this source code is governed by a BSD-style license * 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 * that can be found in the LICENSE file in the root of the source
tree. An additional intellectual property rights grant can be found * tree. An additional intellectual property rights grant can be found
in the file PATENTS. All contributing project authors may * in the file PATENTS. All contributing project authors may
be found in the AUTHORS file in the root of the source tree. * be found in the AUTHORS file in the root of the source tree.
*/ */
#include "third_party/googletest/src/include/gtest/gtest.h" #include "third_party/googletest/src/include/gtest/gtest.h"
#include "test/codec_factory.h" #include "test/codec_factory.h"

View File

@ -1,12 +1,12 @@
/* /*
* Copyright (c) 2012 The WebM project authors. All Rights Reserved. * Copyright (c) 2013 The WebM project authors. All Rights Reserved.
* *
* Use of this source code is governed by a BSD-style license * 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 * that can be found in the LICENSE file in the root of the source
* tree. An additional intellectual property rights grant can be found * tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contributing project authors may * in the file PATENTS. All contributing project authors may
* be found in the AUTHORS file in the root of the source tree. * be found in the AUTHORS file in the root of the source tree.
*/ */
#include <math.h> #include <math.h>
#include <stdlib.h> #include <stdlib.h>

View File

@ -1,11 +1,11 @@
/* /*
Copyright (c) 2012 The WebM project authors. All Rights Reserved. * Copyright (c) 2013 The WebM project authors. All Rights Reserved.
*
Use of this source code is governed by a BSD-style license * 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 * that can be found in the LICENSE file in the root of the source
tree. An additional intellectual property rights grant can be found * tree. An additional intellectual property rights grant can be found
in the file PATENTS. All contributing project authors may * in the file PATENTS. All contributing project authors may
be found in the AUTHORS file in the root of the source tree. * be found in the AUTHORS file in the root of the source tree.
*/ */
#include <cstdio> #include <cstdio>

View File

@ -1,11 +1,11 @@
/* /*
Copyright (c) 2012 The WebM project authors. All Rights Reserved. * Copyright (c) 2013 The WebM project authors. All Rights Reserved.
*
Use of this source code is governed by a BSD-style license * 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 * that can be found in the LICENSE file in the root of the source
tree. An additional intellectual property rights grant can be found * tree. An additional intellectual property rights grant can be found
in the file PATENTS. All contributing project authors may * in the file PATENTS. All contributing project authors may
be found in the AUTHORS file in the root of the source tree. * be found in the AUTHORS file in the root of the source tree.
*/ */
#include <cstdio> #include <cstdio>

View File

@ -1,13 +1,12 @@
/* /*
* Copyright (c) 2012 The WebM project authors. All Rights Reserved. * Copyright (c) 2013 The WebM project authors. All Rights Reserved.
* *
* Use of this source code is governed by a BSD-style license * 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 * that can be found in the LICENSE file in the root of the source
* tree. An additional intellectual property rights grant can be found * tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contributing project authors may * in the file PATENTS. All contributing project authors may
* be found in the AUTHORS file in the root of the source tree. * be found in the AUTHORS file in the root of the source tree.
*/ */
#include <math.h> #include <math.h>
#include <stddef.h> #include <stddef.h>
@ -16,7 +15,6 @@
#include <string.h> #include <string.h>
#include <sys/types.h> #include <sys/types.h>
extern "C" { extern "C" {
#include "./vp8_rtcd.h" #include "./vp8_rtcd.h"
} }
@ -25,7 +23,6 @@ extern "C" {
#include "third_party/googletest/src/include/gtest/gtest.h" #include "third_party/googletest/src/include/gtest/gtest.h"
#include "vpx/vpx_integer.h" #include "vpx/vpx_integer.h"
namespace { namespace {
const int cospi8sqrt2minus1 = 20091; const int cospi8sqrt2minus1 = 20091;

View File

@ -1,12 +1,12 @@
/* /*
Copyright (c) 2012 The WebM project authors. All Rights Reserved. * Copyright (c) 2013 The WebM project authors. All Rights Reserved.
*
Use of this source code is governed by a BSD-style license * 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 * that can be found in the LICENSE file in the root of the source
tree. An additional intellectual property rights grant can be found * tree. An additional intellectual property rights grant can be found
in the file PATENTS. All contributing project authors may * in the file PATENTS. All contributing project authors may
be found in the AUTHORS file in the root of the source tree. * be found in the AUTHORS file in the root of the source tree.
*/ */
#include "third_party/googletest/src/include/gtest/gtest.h" #include "third_party/googletest/src/include/gtest/gtest.h"
#include "test/codec_factory.h" #include "test/codec_factory.h"