From cde587092fef0dbed2c35602f30b79e7b892e766 Mon Sep 17 00:00:00 2001 From: "fbarchard@google.com" Date: Mon, 28 Jan 2013 00:02:35 +0000 Subject: [PATCH] Replace two spaces with one after . BUG=none TEST=lint Review URL: https://webrtc-codereview.appspot.com/1063010 git-svn-id: http://libyuv.googlecode.com/svn/trunk@553 16f28f9a-4ce2-e073-06de-1de4eb20be90 --- README.chromium | 2 +- include/libyuv.h | 2 +- include/libyuv/basic_types.h | 2 +- include/libyuv/compare.h | 2 +- include/libyuv/convert.h | 2 +- include/libyuv/convert_argb.h | 2 +- include/libyuv/convert_from.h | 2 +- include/libyuv/convert_from_argb.h | 2 +- include/libyuv/cpu_id.h | 2 +- include/libyuv/format_conversion.h | 2 +- include/libyuv/mjpeg_decoder.h | 2 +- include/libyuv/planar_functions.h | 2 +- include/libyuv/rotate.h | 2 +- include/libyuv/rotate_argb.h | 2 +- include/libyuv/row.h | 2 +- include/libyuv/scale.h | 2 +- include/libyuv/scale_argb.h | 2 +- include/libyuv/version.h | 4 ++-- include/libyuv/video_common.h | 2 +- libyuv.gyp | 2 +- libyuv_test.gyp | 2 +- source/compare.cc | 2 +- source/compare_common.cc | 2 +- source/compare_neon.cc | 2 +- source/compare_posix.cc | 2 +- source/compare_win.cc | 2 +- source/convert.cc | 2 +- source/convert_argb.cc | 2 +- source/convert_from.cc | 2 +- source/convert_from_argb.cc | 2 +- source/cpu_id.cc | 2 +- source/format_conversion.cc | 2 +- source/memcpy_mips.S | 2 +- source/mjpeg_decoder.cc | 2 +- source/planar_functions.cc | 2 +- source/rotate.cc | 2 +- source/rotate_argb.cc | 2 +- source/rotate_mips.cc | 2 +- source/rotate_neon.cc | 2 +- source/row_any.cc | 2 +- source/row_common.cc | 2 +- source/row_mips.cc | 2 +- source/row_neon.cc | 2 +- source/row_posix.cc | 2 +- source/row_win.cc | 2 +- source/row_x86.asm | 2 +- source/scale.cc | 2 +- source/scale_argb.cc | 2 +- source/scale_argb_neon.cc | 2 +- source/scale_mips.cc | 2 +- source/scale_neon.cc | 2 +- source/video_common.cc | 2 +- unit_test/basictypes_test.cc | 2 +- unit_test/compare_test.cc | 2 +- unit_test/convert_test.cc | 2 +- unit_test/cpu_test.cc | 2 +- unit_test/planar_test.cc | 2 +- unit_test/rotate_argb_test.cc | 2 +- unit_test/rotate_test.cc | 2 +- unit_test/scale_argb_test.cc | 2 +- unit_test/scale_test.cc | 2 +- unit_test/unit_test.cc | 2 +- unit_test/unit_test.h | 2 +- unit_test/version_test.cc | 2 +- unit_test/video_common_test.cc | 2 +- util/compare.cc | 2 +- 66 files changed, 67 insertions(+), 67 deletions(-) diff --git a/README.chromium b/README.chromium index f1e6cf56f..c293b3793 100644 --- a/README.chromium +++ b/README.chromium @@ -1,6 +1,6 @@ Name: libyuv URL: http://code.google.com/p/libyuv/ -Version: 551 +Version: 553 License: BSD License File: LICENSE diff --git a/include/libyuv.h b/include/libyuv.h index bd45c8e1c..c058665a8 100644 --- a/include/libyuv.h +++ b/include/libyuv.h @@ -4,7 +4,7 @@ * 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 + * in the file PATENTS. All contributing project authors may * be found in the AUTHORS file in the root of the source tree. */ diff --git a/include/libyuv/basic_types.h b/include/libyuv/basic_types.h index b66312ab9..f98db20cc 100644 --- a/include/libyuv/basic_types.h +++ b/include/libyuv/basic_types.h @@ -4,7 +4,7 @@ * 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 + * in the file PATENTS. All contributing project authors may * be found in the AUTHORS file in the root of the source tree. */ diff --git a/include/libyuv/compare.h b/include/libyuv/compare.h index 5fd924b8c..5dfac7c86 100644 --- a/include/libyuv/compare.h +++ b/include/libyuv/compare.h @@ -4,7 +4,7 @@ * 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 + * in the file PATENTS. All contributing project authors may * be found in the AUTHORS file in the root of the source tree. */ diff --git a/include/libyuv/convert.h b/include/libyuv/convert.h index 7c1928f56..90b7f222d 100644 --- a/include/libyuv/convert.h +++ b/include/libyuv/convert.h @@ -4,7 +4,7 @@ * 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 + * in the file PATENTS. All contributing project authors may * be found in the AUTHORS file in the root of the source tree. */ diff --git a/include/libyuv/convert_argb.h b/include/libyuv/convert_argb.h index 888d96adf..13e9561e1 100644 --- a/include/libyuv/convert_argb.h +++ b/include/libyuv/convert_argb.h @@ -4,7 +4,7 @@ * 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 + * in the file PATENTS. All contributing project authors may * be found in the AUTHORS file in the root of the source tree. */ diff --git a/include/libyuv/convert_from.h b/include/libyuv/convert_from.h index 014da40dd..b1cf57f7d 100644 --- a/include/libyuv/convert_from.h +++ b/include/libyuv/convert_from.h @@ -4,7 +4,7 @@ * 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 + * in the file PATENTS. All contributing project authors may * be found in the AUTHORS file in the root of the source tree. */ diff --git a/include/libyuv/convert_from_argb.h b/include/libyuv/convert_from_argb.h index 0aa23f438..a7bfe481d 100644 --- a/include/libyuv/convert_from_argb.h +++ b/include/libyuv/convert_from_argb.h @@ -4,7 +4,7 @@ * 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 + * in the file PATENTS. All contributing project authors may * be found in the AUTHORS file in the root of the source tree. */ diff --git a/include/libyuv/cpu_id.h b/include/libyuv/cpu_id.h index 924a139f1..ac9d23731 100644 --- a/include/libyuv/cpu_id.h +++ b/include/libyuv/cpu_id.h @@ -4,7 +4,7 @@ * 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 + * in the file PATENTS. All contributing project authors may * be found in the AUTHORS file in the root of the source tree. */ diff --git a/include/libyuv/format_conversion.h b/include/libyuv/format_conversion.h index 06bd387f1..b18bf0534 100644 --- a/include/libyuv/format_conversion.h +++ b/include/libyuv/format_conversion.h @@ -4,7 +4,7 @@ * 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 + * in the file PATENTS. All contributing project authors may * be found in the AUTHORS file in the root of the source tree. */ diff --git a/include/libyuv/mjpeg_decoder.h b/include/libyuv/mjpeg_decoder.h index 67090cf0b..6089b783a 100644 --- a/include/libyuv/mjpeg_decoder.h +++ b/include/libyuv/mjpeg_decoder.h @@ -4,7 +4,7 @@ * 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 + * in the file PATENTS. All contributing project authors may * be found in the AUTHORS file in the root of the source tree. */ diff --git a/include/libyuv/planar_functions.h b/include/libyuv/planar_functions.h index 93417da9d..3c382ba9c 100644 --- a/include/libyuv/planar_functions.h +++ b/include/libyuv/planar_functions.h @@ -4,7 +4,7 @@ * 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 + * in the file PATENTS. All contributing project authors may * be found in the AUTHORS file in the root of the source tree. */ diff --git a/include/libyuv/rotate.h b/include/libyuv/rotate.h index e7608a2d1..0fbe91db8 100644 --- a/include/libyuv/rotate.h +++ b/include/libyuv/rotate.h @@ -4,7 +4,7 @@ * 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 + * in the file PATENTS. All contributing project authors may * be found in the AUTHORS file in the root of the source tree. */ diff --git a/include/libyuv/rotate_argb.h b/include/libyuv/rotate_argb.h index a2781df37..0aa2a2138 100644 --- a/include/libyuv/rotate_argb.h +++ b/include/libyuv/rotate_argb.h @@ -4,7 +4,7 @@ * 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 + * in the file PATENTS. All contributing project authors may * be found in the AUTHORS file in the root of the source tree. */ diff --git a/include/libyuv/row.h b/include/libyuv/row.h index 7997e5e62..cefb3ef7e 100644 --- a/include/libyuv/row.h +++ b/include/libyuv/row.h @@ -4,7 +4,7 @@ * 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 + * in the file PATENTS. All contributing project authors may * be found in the AUTHORS file in the root of the source tree. */ diff --git a/include/libyuv/scale.h b/include/libyuv/scale.h index 7ced534b5..a1f778f43 100644 --- a/include/libyuv/scale.h +++ b/include/libyuv/scale.h @@ -4,7 +4,7 @@ * 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 + * in the file PATENTS. All contributing project authors may * be found in the AUTHORS file in the root of the source tree. */ diff --git a/include/libyuv/scale_argb.h b/include/libyuv/scale_argb.h index 1af0e1dc3..1c86f27ce 100644 --- a/include/libyuv/scale_argb.h +++ b/include/libyuv/scale_argb.h @@ -4,7 +4,7 @@ * 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 + * in the file PATENTS. All contributing project authors may * be found in the AUTHORS file in the root of the source tree. */ diff --git a/include/libyuv/version.h b/include/libyuv/version.h index e6077bf3a..44f9d734e 100644 --- a/include/libyuv/version.h +++ b/include/libyuv/version.h @@ -4,13 +4,13 @@ * 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 + * in the file PATENTS. All contributing project authors may * be found in the AUTHORS file in the root of the source tree. */ #ifndef INCLUDE_LIBYUV_VERSION_H_ // NOLINT #define INCLUDE_LIBYUV_VERSION_H_ -#define LIBYUV_VERSION 551 +#define LIBYUV_VERSION 553 #endif // INCLUDE_LIBYUV_VERSION_H_ NOLINT diff --git a/include/libyuv/video_common.h b/include/libyuv/video_common.h index 791c0c069..08d89d704 100644 --- a/include/libyuv/video_common.h +++ b/include/libyuv/video_common.h @@ -4,7 +4,7 @@ * 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 + * in the file PATENTS. All contributing project authors may * be found in the AUTHORS file in the root of the source tree. */ diff --git a/libyuv.gyp b/libyuv.gyp index d5680de33..e525c5455 100644 --- a/libyuv.gyp +++ b/libyuv.gyp @@ -3,7 +3,7 @@ # 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 +# in the file PATENTS. All contributing project authors may # be found in the AUTHORS file in the root of the source tree. { diff --git a/libyuv_test.gyp b/libyuv_test.gyp index 77338fd0d..e26151d06 100644 --- a/libyuv_test.gyp +++ b/libyuv_test.gyp @@ -3,7 +3,7 @@ # 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 +# in the file PATENTS. All contributing project authors may # be found in the AUTHORS file in the root of the source tree. { diff --git a/source/compare.cc b/source/compare.cc index a371f6113..06d9dbe6b 100644 --- a/source/compare.cc +++ b/source/compare.cc @@ -4,7 +4,7 @@ * 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 + * in the file PATENTS. All contributing project authors may * be found in the AUTHORS file in the root of the source tree. */ diff --git a/source/compare_common.cc b/source/compare_common.cc index 34050d101..0545785e3 100644 --- a/source/compare_common.cc +++ b/source/compare_common.cc @@ -4,7 +4,7 @@ * 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 + * in the file PATENTS. All contributing project authors may * be found in the AUTHORS file in the root of the source tree. */ diff --git a/source/compare_neon.cc b/source/compare_neon.cc index 7a7eb5fc7..c2cc8d021 100644 --- a/source/compare_neon.cc +++ b/source/compare_neon.cc @@ -4,7 +4,7 @@ * 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 + * in the file PATENTS. All contributing project authors may * be found in the AUTHORS file in the root of the source tree. */ diff --git a/source/compare_posix.cc b/source/compare_posix.cc index b764b6e56..229a08912 100644 --- a/source/compare_posix.cc +++ b/source/compare_posix.cc @@ -4,7 +4,7 @@ * 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 + * in the file PATENTS. All contributing project authors may * be found in the AUTHORS file in the root of the source tree. */ diff --git a/source/compare_win.cc b/source/compare_win.cc index bdf97f8d6..7fb61d7f0 100644 --- a/source/compare_win.cc +++ b/source/compare_win.cc @@ -4,7 +4,7 @@ * 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 + * in the file PATENTS. All contributing project authors may * be found in the AUTHORS file in the root of the source tree. */ diff --git a/source/convert.cc b/source/convert.cc index 574b53661..a284fb814 100644 --- a/source/convert.cc +++ b/source/convert.cc @@ -4,7 +4,7 @@ * 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 + * in the file PATENTS. All contributing project authors may * be found in the AUTHORS file in the root of the source tree. */ diff --git a/source/convert_argb.cc b/source/convert_argb.cc index 0155ceb38..d2c73d48c 100644 --- a/source/convert_argb.cc +++ b/source/convert_argb.cc @@ -4,7 +4,7 @@ * 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 + * in the file PATENTS. All contributing project authors may * be found in the AUTHORS file in the root of the source tree. */ diff --git a/source/convert_from.cc b/source/convert_from.cc index 807d6167d..ecddaab8c 100644 --- a/source/convert_from.cc +++ b/source/convert_from.cc @@ -4,7 +4,7 @@ * 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 + * in the file PATENTS. All contributing project authors may * be found in the AUTHORS file in the root of the source tree. */ diff --git a/source/convert_from_argb.cc b/source/convert_from_argb.cc index 7038f652b..bcaab899a 100644 --- a/source/convert_from_argb.cc +++ b/source/convert_from_argb.cc @@ -4,7 +4,7 @@ * 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 + * in the file PATENTS. All contributing project authors may * be found in the AUTHORS file in the root of the source tree. */ diff --git a/source/cpu_id.cc b/source/cpu_id.cc index eb5e2d2c3..6400518ab 100644 --- a/source/cpu_id.cc +++ b/source/cpu_id.cc @@ -4,7 +4,7 @@ * 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 + * in the file PATENTS. All contributing project authors may * be found in the AUTHORS file in the root of the source tree. */ diff --git a/source/format_conversion.cc b/source/format_conversion.cc index 656d3e563..f80caeafe 100644 --- a/source/format_conversion.cc +++ b/source/format_conversion.cc @@ -4,7 +4,7 @@ * 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 + * in the file PATENTS. All contributing project authors may * be found in the AUTHORS file in the root of the source tree. */ diff --git a/source/memcpy_mips.S b/source/memcpy_mips.S index 29662ab6e..2bf8aa102 100644 --- a/source/memcpy_mips.S +++ b/source/memcpy_mips.S @@ -5,7 +5,7 @@ # 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 +# in the file PATENTS. All contributing project authors may # be found in the AUTHORS file in the root of the source tree. # #if defined(__linux__) && defined(__ELF__) diff --git a/source/mjpeg_decoder.cc b/source/mjpeg_decoder.cc index ffd126a7e..7a4c9329c 100644 --- a/source/mjpeg_decoder.cc +++ b/source/mjpeg_decoder.cc @@ -4,7 +4,7 @@ * 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 + * in the file PATENTS. All contributing project authors may * be found in the AUTHORS file in the root of the source tree. */ diff --git a/source/planar_functions.cc b/source/planar_functions.cc index e041dd10f..31f52b6bb 100644 --- a/source/planar_functions.cc +++ b/source/planar_functions.cc @@ -4,7 +4,7 @@ * 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 + * in the file PATENTS. All contributing project authors may * be found in the AUTHORS file in the root of the source tree. */ diff --git a/source/rotate.cc b/source/rotate.cc index 29faf306c..d141767e9 100644 --- a/source/rotate.cc +++ b/source/rotate.cc @@ -4,7 +4,7 @@ * 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 + * in the file PATENTS. All contributing project authors may * be found in the AUTHORS file in the root of the source tree. */ diff --git a/source/rotate_argb.cc b/source/rotate_argb.cc index d191b7a62..880d1eaf3 100644 --- a/source/rotate_argb.cc +++ b/source/rotate_argb.cc @@ -4,7 +4,7 @@ * 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 + * in the file PATENTS. All contributing project authors may * be found in the AUTHORS file in the root of the source tree. */ diff --git a/source/rotate_mips.cc b/source/rotate_mips.cc index 430e953ee..b4543f694 100644 --- a/source/rotate_mips.cc +++ b/source/rotate_mips.cc @@ -4,7 +4,7 @@ * 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 + * in the file PATENTS. All contributing project authors may * be found in the AUTHORS file in the root of the source tree. */ diff --git a/source/rotate_neon.cc b/source/rotate_neon.cc index a0b3d291f..31ec63e1d 100644 --- a/source/rotate_neon.cc +++ b/source/rotate_neon.cc @@ -4,7 +4,7 @@ * 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 + * in the file PATENTS. All contributing project authors may * be found in the AUTHORS file in the root of the source tree. */ diff --git a/source/row_any.cc b/source/row_any.cc index 43d76d4d2..478da788e 100644 --- a/source/row_any.cc +++ b/source/row_any.cc @@ -4,7 +4,7 @@ * 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 + * in the file PATENTS. All contributing project authors may * be found in the AUTHORS file in the root of the source tree. */ diff --git a/source/row_common.cc b/source/row_common.cc index a24ac074c..614e7ea25 100644 --- a/source/row_common.cc +++ b/source/row_common.cc @@ -4,7 +4,7 @@ * 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 + * in the file PATENTS. All contributing project authors may * be found in the AUTHORS file in the root of the source tree. */ diff --git a/source/row_mips.cc b/source/row_mips.cc index 1ce54ae47..f62466be6 100644 --- a/source/row_mips.cc +++ b/source/row_mips.cc @@ -4,7 +4,7 @@ * 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 + * in the file PATENTS. All contributing project authors may * be found in the AUTHORS file in the root of the source tree. */ diff --git a/source/row_neon.cc b/source/row_neon.cc index fc0887d12..796a2c706 100644 --- a/source/row_neon.cc +++ b/source/row_neon.cc @@ -4,7 +4,7 @@ * 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 + * in the file PATENTS. All contributing project authors may * be found in the AUTHORS file in the root of the source tree. */ diff --git a/source/row_posix.cc b/source/row_posix.cc index ef77eda20..a2b2a93a3 100644 --- a/source/row_posix.cc +++ b/source/row_posix.cc @@ -4,7 +4,7 @@ * 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 + * in the file PATENTS. All contributing project authors may * be found in the AUTHORS file in the root of the source tree. */ diff --git a/source/row_win.cc b/source/row_win.cc index f81d6acec..4a0898ca4 100644 --- a/source/row_win.cc +++ b/source/row_win.cc @@ -4,7 +4,7 @@ * 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 + * in the file PATENTS. All contributing project authors may * be found in the AUTHORS file in the root of the source tree. */ diff --git a/source/row_x86.asm b/source/row_x86.asm index 11650c040..9849e120e 100644 --- a/source/row_x86.asm +++ b/source/row_x86.asm @@ -4,7 +4,7 @@ ; 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 +; in the file PATENTS. All contributing project authors may ; be found in the AUTHORS file in the root of the source tree. ; diff --git a/source/scale.cc b/source/scale.cc index 18ed75a76..50927e8d3 100644 --- a/source/scale.cc +++ b/source/scale.cc @@ -4,7 +4,7 @@ * 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 + * in the file PATENTS. All contributing project authors may * be found in the AUTHORS file in the root of the source tree. */ diff --git a/source/scale_argb.cc b/source/scale_argb.cc index c0a8b8912..c22624fc8 100644 --- a/source/scale_argb.cc +++ b/source/scale_argb.cc @@ -4,7 +4,7 @@ * 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 + * in the file PATENTS. All contributing project authors may * be found in the AUTHORS file in the root of the source tree. */ diff --git a/source/scale_argb_neon.cc b/source/scale_argb_neon.cc index 35dd66115..9a704839b 100644 --- a/source/scale_argb_neon.cc +++ b/source/scale_argb_neon.cc @@ -4,7 +4,7 @@ * 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 + * in the file PATENTS. All contributing project authors may * be found in the AUTHORS file in the root of the source tree. */ diff --git a/source/scale_mips.cc b/source/scale_mips.cc index 8f380d475..397749869 100644 --- a/source/scale_mips.cc +++ b/source/scale_mips.cc @@ -4,7 +4,7 @@ * 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 + * in the file PATENTS. All contributing project authors may * be found in the AUTHORS file in the root of the source tree. */ diff --git a/source/scale_neon.cc b/source/scale_neon.cc index d7bf26654..64997e39c 100644 --- a/source/scale_neon.cc +++ b/source/scale_neon.cc @@ -4,7 +4,7 @@ * 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 + * in the file PATENTS. All contributing project authors may * be found in the AUTHORS file in the root of the source tree. */ diff --git a/source/video_common.cc b/source/video_common.cc index bb7f12871..ed8159953 100644 --- a/source/video_common.cc +++ b/source/video_common.cc @@ -4,7 +4,7 @@ * 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 + * in the file PATENTS. All contributing project authors may * be found in the AUTHORS file in the root of the source tree. */ diff --git a/unit_test/basictypes_test.cc b/unit_test/basictypes_test.cc index 5baa512ad..25d03d593 100644 --- a/unit_test/basictypes_test.cc +++ b/unit_test/basictypes_test.cc @@ -4,7 +4,7 @@ * 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 + * in the file PATENTS. All contributing project authors may * be found in the AUTHORS file in the root of the source tree. */ diff --git a/unit_test/compare_test.cc b/unit_test/compare_test.cc index e74c92d7c..3fb6ca3b8 100644 --- a/unit_test/compare_test.cc +++ b/unit_test/compare_test.cc @@ -4,7 +4,7 @@ * 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 + * in the file PATENTS. All contributing project authors may * be found in the AUTHORS file in the root of the source tree. */ diff --git a/unit_test/convert_test.cc b/unit_test/convert_test.cc index 36aeaf640..648006819 100644 --- a/unit_test/convert_test.cc +++ b/unit_test/convert_test.cc @@ -4,7 +4,7 @@ * 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 + * in the file PATENTS. All contributing project authors may * be found in the AUTHORS file in the root of the source tree. */ diff --git a/unit_test/cpu_test.cc b/unit_test/cpu_test.cc index e6f3906af..a4e40f62f 100644 --- a/unit_test/cpu_test.cc +++ b/unit_test/cpu_test.cc @@ -4,7 +4,7 @@ * 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 + * in the file PATENTS. All contributing project authors may * be found in the AUTHORS file in the root of the source tree. */ diff --git a/unit_test/planar_test.cc b/unit_test/planar_test.cc index c39835c4b..c02d1007a 100644 --- a/unit_test/planar_test.cc +++ b/unit_test/planar_test.cc @@ -4,7 +4,7 @@ * 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 + * in the file PATENTS. All contributing project authors may * be found in the AUTHORS file in the root of the source tree. */ diff --git a/unit_test/rotate_argb_test.cc b/unit_test/rotate_argb_test.cc index 5ae4cb3f3..d07bc7470 100644 --- a/unit_test/rotate_argb_test.cc +++ b/unit_test/rotate_argb_test.cc @@ -4,7 +4,7 @@ * 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 + * in the file PATENTS. All contributing project authors may * be found in the AUTHORS file in the root of the source tree. */ diff --git a/unit_test/rotate_test.cc b/unit_test/rotate_test.cc index a2a61767e..be77989df 100644 --- a/unit_test/rotate_test.cc +++ b/unit_test/rotate_test.cc @@ -4,7 +4,7 @@ * 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 + * in the file PATENTS. All contributing project authors may * be found in the AUTHORS file in the root of the source tree. */ diff --git a/unit_test/scale_argb_test.cc b/unit_test/scale_argb_test.cc index 4650e6cc9..aeac14c63 100644 --- a/unit_test/scale_argb_test.cc +++ b/unit_test/scale_argb_test.cc @@ -4,7 +4,7 @@ * 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 + * in the file PATENTS. All contributing project authors may * be found in the AUTHORS file in the root of the source tree. */ diff --git a/unit_test/scale_test.cc b/unit_test/scale_test.cc index 382dfd254..a8c66826a 100644 --- a/unit_test/scale_test.cc +++ b/unit_test/scale_test.cc @@ -4,7 +4,7 @@ * 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 + * in the file PATENTS. All contributing project authors may * be found in the AUTHORS file in the root of the source tree. */ diff --git a/unit_test/unit_test.cc b/unit_test/unit_test.cc index 62700f3ab..57fda52cf 100644 --- a/unit_test/unit_test.cc +++ b/unit_test/unit_test.cc @@ -4,7 +4,7 @@ * 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 + * in the file PATENTS. All contributing project authors may * be found in the AUTHORS file in the root of the source tree. */ diff --git a/unit_test/unit_test.h b/unit_test/unit_test.h index f5b256a18..f797c8ca0 100644 --- a/unit_test/unit_test.h +++ b/unit_test/unit_test.h @@ -4,7 +4,7 @@ * 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 + * in the file PATENTS. All contributing project authors may * be found in the AUTHORS file in the root of the source tree. */ diff --git a/unit_test/version_test.cc b/unit_test/version_test.cc index 9c9d2b131..cddc0198e 100644 --- a/unit_test/version_test.cc +++ b/unit_test/version_test.cc @@ -4,7 +4,7 @@ * 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 + * in the file PATENTS. All contributing project authors may * be found in the AUTHORS file in the root of the source tree. */ diff --git a/unit_test/video_common_test.cc b/unit_test/video_common_test.cc index dd482b40f..cc1776686 100644 --- a/unit_test/video_common_test.cc +++ b/unit_test/video_common_test.cc @@ -4,7 +4,7 @@ * 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 + * in the file PATENTS. All contributing project authors may * be found in the AUTHORS file in the root of the source tree. */ diff --git a/util/compare.cc b/util/compare.cc index eea1190aa..5fded3bbf 100644 --- a/util/compare.cc +++ b/util/compare.cc @@ -4,7 +4,7 @@ * 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 + * in the file PATENTS. All contributing project authors may * be found in the AUTHORS file in the root of the source tree. */