From b0c97975894a5eebebf9d93147cdd941a3accb63 Mon Sep 17 00:00:00 2001 From: "fbarchard@google.com" Date: Wed, 8 Aug 2012 19:04:24 +0000 Subject: [PATCH] Update Copyright notice to follow new chromium conventions. BUG=63 TEST=none Review URL: https://webrtc-codereview.appspot.com/730004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@314 16f28f9a-4ce2-e073-06de-1de4eb20be90 --- LICENSE | 2 +- 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/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/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/convert.cc | 2 +- source/convert_argb.cc | 2 +- source/convert_from.cc | 2 +- source/cpu_id.cc | 2 +- source/format_conversion.cc | 2 +- source/mjpeg_decoder.cc | 2 +- source/planar_functions.cc | 2 +- source/rotate.cc | 2 +- source/rotate_argb.cc | 2 +- source/rotate_neon.cc | 2 +- source/rotate_priv.h | 2 +- source/row.h | 2 +- source/row_common.cc | 2 +- source/row_neon.cc | 2 +- source/row_posix.cc | 2 +- source/row_win.cc | 2 +- source/scale.cc | 2 +- source/scale_argb.cc | 2 +- source/video_common.cc | 2 +- unit_test/compare_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 +- util/compare.cc | 2 +- 51 files changed, 52 insertions(+), 52 deletions(-) diff --git a/LICENSE b/LICENSE index 0092688cf..c911747a6 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2011, The LibYuv project authors. All rights reserved. +Copyright 2011 The LibYuv Project Authors. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are diff --git a/README.chromium b/README.chromium index 863fc49e8..adab2a77c 100644 --- a/README.chromium +++ b/README.chromium @@ -1,6 +1,6 @@ Name: libyuv URL: http://code.google.com/p/libyuv/ -Version: 313 +Version: 314 License: BSD License File: LICENSE diff --git a/include/libyuv.h b/include/libyuv.h index d236bbe0f..06f26aae4 100644 --- a/include/libyuv.h +++ b/include/libyuv.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011 The LibYuv project authors. All Rights Reserved. + * Copyright 2011 The LibYuv 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 diff --git a/include/libyuv/basic_types.h b/include/libyuv/basic_types.h index 133642406..2a8752f30 100644 --- a/include/libyuv/basic_types.h +++ b/include/libyuv/basic_types.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011 The LibYuv project authors. All Rights Reserved. + * Copyright 2011 The LibYuv 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 diff --git a/include/libyuv/compare.h b/include/libyuv/compare.h index 73723be6a..9dbb0c55e 100644 --- a/include/libyuv/compare.h +++ b/include/libyuv/compare.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011 The LibYuv project authors. All Rights Reserved. + * Copyright 2011 The LibYuv 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 diff --git a/include/libyuv/convert.h b/include/libyuv/convert.h index fda151597..96843f989 100644 --- a/include/libyuv/convert.h +++ b/include/libyuv/convert.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011 The LibYuv project authors. All Rights Reserved. + * Copyright 2011 The LibYuv 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 diff --git a/include/libyuv/convert_argb.h b/include/libyuv/convert_argb.h index 1732d83fc..47ca947c9 100644 --- a/include/libyuv/convert_argb.h +++ b/include/libyuv/convert_argb.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The LibYuv project authors. All Rights Reserved. + * Copyright 2012 The LibYuv 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 diff --git a/include/libyuv/convert_from.h b/include/libyuv/convert_from.h index afb8d07d7..c6eb8947e 100644 --- a/include/libyuv/convert_from.h +++ b/include/libyuv/convert_from.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011 The LibYuv project authors. All Rights Reserved. + * Copyright 2011 The LibYuv 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 diff --git a/include/libyuv/cpu_id.h b/include/libyuv/cpu_id.h index 75e37a23b..e96438388 100644 --- a/include/libyuv/cpu_id.h +++ b/include/libyuv/cpu_id.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011 The LibYuv project authors. All Rights Reserved. + * Copyright 2011 The LibYuv 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 diff --git a/include/libyuv/format_conversion.h b/include/libyuv/format_conversion.h index e221d2b77..b91cdd715 100644 --- a/include/libyuv/format_conversion.h +++ b/include/libyuv/format_conversion.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011 The LibYuv project authors. All Rights Reserved. + * Copyright 2011 The LibYuv 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 diff --git a/include/libyuv/mjpeg_decoder.h b/include/libyuv/mjpeg_decoder.h index 97a48946d..c8576e92c 100644 --- a/include/libyuv/mjpeg_decoder.h +++ b/include/libyuv/mjpeg_decoder.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The LibYuv project authors. All Rights Reserved. + * Copyright 2012 The LibYuv 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 diff --git a/include/libyuv/planar_functions.h b/include/libyuv/planar_functions.h index ab5e86c18..8020aa76e 100644 --- a/include/libyuv/planar_functions.h +++ b/include/libyuv/planar_functions.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011 The LibYuv project authors. All Rights Reserved. + * Copyright 2011 The LibYuv 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 diff --git a/include/libyuv/rotate.h b/include/libyuv/rotate.h index 335d365d1..8766ec3a2 100644 --- a/include/libyuv/rotate.h +++ b/include/libyuv/rotate.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011 The LibYuv project authors. All Rights Reserved. + * Copyright 2011 The LibYuv 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 diff --git a/include/libyuv/rotate_argb.h b/include/libyuv/rotate_argb.h index 0e20bd5d1..54fbc691d 100644 --- a/include/libyuv/rotate_argb.h +++ b/include/libyuv/rotate_argb.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The LibYuv project authors. All Rights Reserved. + * Copyright 2012 The LibYuv 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 diff --git a/include/libyuv/scale.h b/include/libyuv/scale.h index 520c4af21..e7e7c3894 100644 --- a/include/libyuv/scale.h +++ b/include/libyuv/scale.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011 The LibYuv project authors. All Rights Reserved. + * Copyright 2011 The LibYuv 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 diff --git a/include/libyuv/scale_argb.h b/include/libyuv/scale_argb.h index df6533a09..cc11c4e05 100644 --- a/include/libyuv/scale_argb.h +++ b/include/libyuv/scale_argb.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The LibYuv project authors. All Rights Reserved. + * Copyright 2012 The LibYuv 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 diff --git a/include/libyuv/version.h b/include/libyuv/version.h index 7705637fd..fe51fd0c0 100644 --- a/include/libyuv/version.h +++ b/include/libyuv/version.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The LibYuv project authors. All Rights Reserved. + * Copyright 2012 The LibYuv 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 @@ -11,6 +11,6 @@ #ifndef INCLUDE_LIBYUV_VERSION_H_ // NOLINT #define INCLUDE_LIBYUV_VERSION_H_ -#define LIBYUV_VERSION 313 +#define LIBYUV_VERSION 314 #endif // INCLUDE_LIBYUV_VERSION_H_ NOLINT diff --git a/include/libyuv/video_common.h b/include/libyuv/video_common.h index 087e4a483..49b753284 100644 --- a/include/libyuv/video_common.h +++ b/include/libyuv/video_common.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011 The LibYuv project authors. All Rights Reserved. + * Copyright 2011 The LibYuv 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 diff --git a/libyuv.gyp b/libyuv.gyp index 77b33b62e..f399adf91 100644 --- a/libyuv.gyp +++ b/libyuv.gyp @@ -1,4 +1,4 @@ -# Copyright (c) 2011 The LibYuv project authors. All Rights Reserved. +# Copyright 2011 The LibYuv 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 diff --git a/libyuv_test.gyp b/libyuv_test.gyp index d368012d7..5319038e9 100644 --- a/libyuv_test.gyp +++ b/libyuv_test.gyp @@ -1,4 +1,4 @@ -# Copyright (c) 2011 The LibYuv project authors. All Rights Reserved. +# Copyright 2011 The LibYuv 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 diff --git a/source/compare.cc b/source/compare.cc index 68a42ba82..d645ddcb0 100644 --- a/source/compare.cc +++ b/source/compare.cc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011 The LibYuv project authors. All Rights Reserved. + * Copyright 2011 The LibYuv 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 diff --git a/source/convert.cc b/source/convert.cc index dbed9601c..baab99cc4 100644 --- a/source/convert.cc +++ b/source/convert.cc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011 The LibYuv project authors. All Rights Reserved. + * Copyright 2011 The LibYuv 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 diff --git a/source/convert_argb.cc b/source/convert_argb.cc index e0506bcee..f9b502299 100644 --- a/source/convert_argb.cc +++ b/source/convert_argb.cc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011 The LibYuv project authors. All Rights Reserved. + * Copyright 2011 The LibYuv 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 diff --git a/source/convert_from.cc b/source/convert_from.cc index 6725419d1..6ba1d9559 100644 --- a/source/convert_from.cc +++ b/source/convert_from.cc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The LibYuv project authors. All Rights Reserved. + * Copyright 2012 The LibYuv 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 diff --git a/source/cpu_id.cc b/source/cpu_id.cc index 53388bf21..3f566ee4e 100644 --- a/source/cpu_id.cc +++ b/source/cpu_id.cc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011 The LibYuv project authors. All Rights Reserved. + * Copyright 2011 The LibYuv 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 diff --git a/source/format_conversion.cc b/source/format_conversion.cc index d45a719bb..7d19c5d47 100644 --- a/source/format_conversion.cc +++ b/source/format_conversion.cc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011 The LibYuv project authors. All Rights Reserved. + * Copyright 2011 The LibYuv 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 diff --git a/source/mjpeg_decoder.cc b/source/mjpeg_decoder.cc index 9a411bd44..47840116b 100644 --- a/source/mjpeg_decoder.cc +++ b/source/mjpeg_decoder.cc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The LibYuv project authors. All Rights Reserved. + * Copyright 2012 The LibYuv 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 diff --git a/source/planar_functions.cc b/source/planar_functions.cc index fd5ac81f9..ffe3cde37 100644 --- a/source/planar_functions.cc +++ b/source/planar_functions.cc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011 The LibYuv project authors. All Rights Reserved. + * Copyright 2011 The LibYuv 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 diff --git a/source/rotate.cc b/source/rotate.cc index 309382325..330fd99f1 100644 --- a/source/rotate.cc +++ b/source/rotate.cc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011 The LibYuv project authors. All Rights Reserved. + * Copyright 2011 The LibYuv 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 diff --git a/source/rotate_argb.cc b/source/rotate_argb.cc index a45672bdf..2202e3b7d 100644 --- a/source/rotate_argb.cc +++ b/source/rotate_argb.cc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The LibYuv project authors. All Rights Reserved. + * Copyright 2012 The LibYuv 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 diff --git a/source/rotate_neon.cc b/source/rotate_neon.cc index af790aeee..05562cc19 100644 --- a/source/rotate_neon.cc +++ b/source/rotate_neon.cc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011 The LibYuv project authors. All Rights Reserved. + * Copyright 2011 The LibYuv 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 diff --git a/source/rotate_priv.h b/source/rotate_priv.h index 6c48bbf7b..193faf103 100644 --- a/source/rotate_priv.h +++ b/source/rotate_priv.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011 The LibYuv project authors. All Rights Reserved. + * Copyright 2011 The LibYuv 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 diff --git a/source/row.h b/source/row.h index e7fe86fd8..1c9f4090d 100644 --- a/source/row.h +++ b/source/row.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011 The LibYuv project authors. All Rights Reserved. + * Copyright 2011 The LibYuv 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 diff --git a/source/row_common.cc b/source/row_common.cc index 9592555ea..77c86b01f 100644 --- a/source/row_common.cc +++ b/source/row_common.cc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011 The LibYuv project authors. All Rights Reserved. + * Copyright 2011 The LibYuv 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 diff --git a/source/row_neon.cc b/source/row_neon.cc index 8f3500cf4..a44bda0f0 100644 --- a/source/row_neon.cc +++ b/source/row_neon.cc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011 The LibYuv project authors. All Rights Reserved. + * Copyright 2011 The LibYuv 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 diff --git a/source/row_posix.cc b/source/row_posix.cc index c46df674a..06aefb516 100644 --- a/source/row_posix.cc +++ b/source/row_posix.cc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011 The LibYuv project authors. All Rights Reserved. + * Copyright 2011 The LibYuv 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 diff --git a/source/row_win.cc b/source/row_win.cc index 2a0a97c0d..5de63711e 100644 --- a/source/row_win.cc +++ b/source/row_win.cc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011 The LibYuv project authors. All Rights Reserved. + * Copyright 2011 The LibYuv 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 diff --git a/source/scale.cc b/source/scale.cc index c1eedb5dd..5984befdb 100644 --- a/source/scale.cc +++ b/source/scale.cc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011 The LibYuv project authors. All Rights Reserved. + * Copyright 2011 The LibYuv 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 diff --git a/source/scale_argb.cc b/source/scale_argb.cc index 030f6b4c3..48e48adc7 100644 --- a/source/scale_argb.cc +++ b/source/scale_argb.cc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011 The LibYuv project authors. All Rights Reserved. + * Copyright 2011 The LibYuv 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 diff --git a/source/video_common.cc b/source/video_common.cc index 4cce18692..84eb941ec 100644 --- a/source/video_common.cc +++ b/source/video_common.cc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011 The LibYuv project authors. All Rights Reserved. + * Copyright 2011 The LibYuv 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 diff --git a/unit_test/compare_test.cc b/unit_test/compare_test.cc index f1f046b43..cbccde85b 100644 --- a/unit_test/compare_test.cc +++ b/unit_test/compare_test.cc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011 The LibYuv project authors. All Rights Reserved. + * Copyright 2011 The LibYuv 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 diff --git a/unit_test/cpu_test.cc b/unit_test/cpu_test.cc index 27dfbfddf..388702fb0 100644 --- a/unit_test/cpu_test.cc +++ b/unit_test/cpu_test.cc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The LibYuv project authors. All Rights Reserved. + * Copyright 2012 The LibYuv 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 diff --git a/unit_test/planar_test.cc b/unit_test/planar_test.cc index 84cfd48a0..0ac5d5f16 100644 --- a/unit_test/planar_test.cc +++ b/unit_test/planar_test.cc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011 The LibYuv project authors. All Rights Reserved. + * Copyright 2011 The LibYuv 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 diff --git a/unit_test/rotate_argb_test.cc b/unit_test/rotate_argb_test.cc index fe0d19c97..450f95d34 100644 --- a/unit_test/rotate_argb_test.cc +++ b/unit_test/rotate_argb_test.cc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The LibYuv project authors. All Rights Reserved. + * Copyright 2012 The LibYuv 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 diff --git a/unit_test/rotate_test.cc b/unit_test/rotate_test.cc index 5539fa598..c363700c7 100644 --- a/unit_test/rotate_test.cc +++ b/unit_test/rotate_test.cc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011 The LibYuv project authors. All Rights Reserved. + * Copyright 2011 The LibYuv 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 diff --git a/unit_test/scale_argb_test.cc b/unit_test/scale_argb_test.cc index 571ca552e..51d7b1086 100644 --- a/unit_test/scale_argb_test.cc +++ b/unit_test/scale_argb_test.cc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011 The LibYuv project authors. All Rights Reserved. + * Copyright 2011 The LibYuv 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 diff --git a/unit_test/scale_test.cc b/unit_test/scale_test.cc index c44f722c6..6495b3204 100644 --- a/unit_test/scale_test.cc +++ b/unit_test/scale_test.cc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011 The LibYuv project authors. All Rights Reserved. + * Copyright 2011 The LibYuv 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 diff --git a/unit_test/unit_test.cc b/unit_test/unit_test.cc index d6ea03122..029372c3d 100644 --- a/unit_test/unit_test.cc +++ b/unit_test/unit_test.cc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011 The LibYuv project authors. All Rights Reserved. + * Copyright 2011 The LibYuv 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 diff --git a/unit_test/unit_test.h b/unit_test/unit_test.h index 1d072e44a..a49d5ba42 100644 --- a/unit_test/unit_test.h +++ b/unit_test/unit_test.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011 The LibYuv project authors. All Rights Reserved. + * Copyright 2011 The LibYuv 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 diff --git a/unit_test/version_test.cc b/unit_test/version_test.cc index 17069181c..237dfe3df 100644 --- a/unit_test/version_test.cc +++ b/unit_test/version_test.cc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The LibYuv project authors. All Rights Reserved. + * Copyright 2012 The LibYuv 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 diff --git a/util/compare.cc b/util/compare.cc index 968ec3c30..26e3078f2 100644 --- a/util/compare.cc +++ b/util/compare.cc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The LibYuv project authors. All Rights Reserved. + * Copyright 2012 The LibYuv 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