From 1bec6aa682314025978b14d1ddb8d7c777e6b5ba Mon Sep 17 00:00:00 2001 From: Kondapally Kalyan Date: Fri, 30 Aug 2013 20:40:53 +0300 Subject: [PATCH 1/2] Fix auhors list. --- impl/desktop_factory_wayland.cc | 2 +- impl/desktop_factory_wayland.h | 2 +- impl/desktop_root_window_host_wayland.cc | 1 + impl/desktop_root_window_host_wayland.h | 1 + impl/desktop_screen_wayland.cc | 2 +- impl/desktop_screen_wayland.h | 2 +- impl/event_factory_wayland.cc | 2 +- impl/event_factory_wayland.h | 2 +- impl/surface_factory_wayland.cc | 2 +- impl/surface_factory_wayland.h | 2 +- ozone_impl.gyp | 1 + wayland.gyp | 1 + wayland/cursor.cc | 2 +- wayland/cursor.h | 2 +- wayland/display.cc | 3 ++- wayland/display.h | 3 ++- wayland/global.h | 2 +- wayland/input_device.cc | 3 ++- wayland/input_device.h | 3 ++- wayland/input_method_event_filter.cc | 2 +- wayland/input_method_event_filter.h | 2 +- wayland/kbd_conversion.cc | 3 ++- wayland/kbd_conversion.h | 3 ++- wayland/screen.cc | 3 ++- wayland/screen.h | 3 ++- wayland/surface.cc | 2 +- wayland/surface.h | 2 +- wayland/task.cc | 3 ++- wayland/task.h | 3 ++- wayland/window.cc | 3 ++- wayland/window.h | 3 ++- 31 files changed, 43 insertions(+), 27 deletions(-) diff --git a/impl/desktop_factory_wayland.cc b/impl/desktop_factory_wayland.cc index e1224d69..39611bf7 100644 --- a/impl/desktop_factory_wayland.cc +++ b/impl/desktop_factory_wayland.cc @@ -1,4 +1,4 @@ -// Copyright (c) 2013 The Chromium Authors. All rights reserved. +// Copyright (C) 2013 Intel Corporation. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/impl/desktop_factory_wayland.h b/impl/desktop_factory_wayland.h index c97b8dc4..9aa6d90a 100644 --- a/impl/desktop_factory_wayland.h +++ b/impl/desktop_factory_wayland.h @@ -1,4 +1,4 @@ -// Copyright (c) 2013 The Chromium Authors. All rights reserved. +// Copyright (C) 2013 Intel Corporation. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/impl/desktop_root_window_host_wayland.cc b/impl/desktop_root_window_host_wayland.cc index 5f6b9af5..f3f24440 100644 --- a/impl/desktop_root_window_host_wayland.cc +++ b/impl/desktop_root_window_host_wayland.cc @@ -1,4 +1,5 @@ // Copyright (c) 2013 The Chromium Authors. All rights reserved. +// Copyright (C) 2013 Intel Corporation. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/impl/desktop_root_window_host_wayland.h b/impl/desktop_root_window_host_wayland.h index 394d2633..c817ee18 100644 --- a/impl/desktop_root_window_host_wayland.h +++ b/impl/desktop_root_window_host_wayland.h @@ -1,4 +1,5 @@ // Copyright (c) 2013 The Chromium Authors. All rights reserved. +// Copyright (C) 2013 Intel Corporation. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/impl/desktop_screen_wayland.cc b/impl/desktop_screen_wayland.cc index c4c447b6..096f9a08 100644 --- a/impl/desktop_screen_wayland.cc +++ b/impl/desktop_screen_wayland.cc @@ -1,4 +1,4 @@ -// Copyright (c) 2013 The Chromium Authors. All rights reserved. +// Copyright (C) 2013 Intel Corporation. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/impl/desktop_screen_wayland.h b/impl/desktop_screen_wayland.h index f117344d..f81230fd 100644 --- a/impl/desktop_screen_wayland.h +++ b/impl/desktop_screen_wayland.h @@ -1,4 +1,4 @@ -// Copyright (c) 2013 The Chromium Authors. All rights reserved. +// Copyright (C) 2013 Intel Corporation. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/impl/event_factory_wayland.cc b/impl/event_factory_wayland.cc index 35c48e70..34984ffb 100644 --- a/impl/event_factory_wayland.cc +++ b/impl/event_factory_wayland.cc @@ -1,4 +1,4 @@ -// Copyright (c) 2013 The Chromium Authors. All rights reserved. +// Copyright (C) 2013 Intel Corporation. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/impl/event_factory_wayland.h b/impl/event_factory_wayland.h index a27d5c28..db431199 100644 --- a/impl/event_factory_wayland.h +++ b/impl/event_factory_wayland.h @@ -1,4 +1,4 @@ -// Copyright (c) 2013 The Chromium Authors. All rights reserved. +// Copyright (C) 2013 Intel Corporation. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/impl/surface_factory_wayland.cc b/impl/surface_factory_wayland.cc index a74818e7..c27e7386 100644 --- a/impl/surface_factory_wayland.cc +++ b/impl/surface_factory_wayland.cc @@ -1,4 +1,4 @@ -// Copyright (c) 2013 The Chromium Authors. All rights reserved. +// Copyright (C) 2013 Intel Corporation. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/impl/surface_factory_wayland.h b/impl/surface_factory_wayland.h index eafb934d..519ab481 100644 --- a/impl/surface_factory_wayland.h +++ b/impl/surface_factory_wayland.h @@ -1,4 +1,4 @@ -// Copyright (c) 2013 The Chromium Authors. All rights reserved. +// Copyright (C) 2013 Intel Corporation. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/ozone_impl.gyp b/ozone_impl.gyp index feb2c7a2..4f083e88 100644 --- a/ozone_impl.gyp +++ b/ozone_impl.gyp @@ -1,4 +1,5 @@ # Copyright (c) 2013 The Chromium Authors. All rights reserved. +# Copyright (C) 2013 Intel Corporation. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/wayland.gyp b/wayland.gyp index 89729c35..db0be182 100644 --- a/wayland.gyp +++ b/wayland.gyp @@ -1,4 +1,5 @@ # Copyright 2013 The Chromium Authors. All rights reserved. +# Copyright (C) 2013 Intel Corporation. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/wayland/cursor.cc b/wayland/cursor.cc index 426be177..d0bb112f 100644 --- a/wayland/cursor.cc +++ b/wayland/cursor.cc @@ -1,4 +1,4 @@ -// Copyright 2013 The Chromium Authors. All rights reserved. +// Copyright (C) 2013 Intel Corporation. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/wayland/cursor.h b/wayland/cursor.h index b186a525..4abe5094 100644 --- a/wayland/cursor.h +++ b/wayland/cursor.h @@ -1,4 +1,4 @@ -// Copyright 2013 The Chromium Authors. All rights reserved. +// Copyright (C) 2013 Intel Corporation. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/wayland/display.cc b/wayland/display.cc index 1a18505c..1a891cf3 100644 --- a/wayland/display.cc +++ b/wayland/display.cc @@ -1,4 +1,5 @@ -// Copyright 2013 The Chromium Authors. All rights reserved. +// Copyright (c) 2013 The Chromium Authors. All rights reserved. +// Copyright (C) 2013 Intel Corporation. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/wayland/display.h b/wayland/display.h index 5211155c..d0d14a72 100644 --- a/wayland/display.h +++ b/wayland/display.h @@ -1,4 +1,5 @@ -// Copyright 2013 The Chromium Authors. All rights reserved. +// Copyright (c) 2013 The Chromium Authors. All rights reserved. +// Copyright (C) 2013 Intel Corporation. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/wayland/global.h b/wayland/global.h index 13318eca..2aab6e74 100644 --- a/wayland/global.h +++ b/wayland/global.h @@ -1,4 +1,4 @@ -// Copyright 2013 The Chromium Authors. All rights reserved. +// Copyright (C) 2013 Intel Corporation. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/wayland/input_device.cc b/wayland/input_device.cc index f7faf684..3cb5ee61 100644 --- a/wayland/input_device.cc +++ b/wayland/input_device.cc @@ -1,4 +1,5 @@ -// Copyright 2013 The Chromium Authors. All rights reserved. +// Copyright (c) 2013 The Chromium Authors. All rights reserved. +// Copyright (C) 2013 Intel Corporation. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/wayland/input_device.h b/wayland/input_device.h index ed2234cf..3730143c 100644 --- a/wayland/input_device.h +++ b/wayland/input_device.h @@ -1,4 +1,5 @@ -// Copyright 2013 The Chromium Authors. All rights reserved. +// Copyright (c) 2013 The Chromium Authors. All rights reserved. +// Copyright (C) 2013 Intel Corporation. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/wayland/input_method_event_filter.cc b/wayland/input_method_event_filter.cc index 71d6ad62..ffb58b9f 100644 --- a/wayland/input_method_event_filter.cc +++ b/wayland/input_method_event_filter.cc @@ -1,4 +1,4 @@ -// Copyright 2013 The Chromium Authors. All rights reserved. +// Copyright (c) 2013 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/wayland/input_method_event_filter.h b/wayland/input_method_event_filter.h index 9170f870..d44c5576 100644 --- a/wayland/input_method_event_filter.h +++ b/wayland/input_method_event_filter.h @@ -1,4 +1,4 @@ -// Copyright 2013 The Chromium Authors. All rights reserved. +// Copyright (c) 2013 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/wayland/kbd_conversion.cc b/wayland/kbd_conversion.cc index f310713b..760d0b84 100644 --- a/wayland/kbd_conversion.cc +++ b/wayland/kbd_conversion.cc @@ -1,4 +1,5 @@ -// Copyright 2013 The Chromium Authors. All rights reserved. +// Copyright (c) 2013 The Chromium Authors. All rights reserved. +// Copyright (C) 2013 Intel Corporation. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/wayland/kbd_conversion.h b/wayland/kbd_conversion.h index cca77055..c7b35e76 100644 --- a/wayland/kbd_conversion.h +++ b/wayland/kbd_conversion.h @@ -1,4 +1,5 @@ -// Copyright 2013 The Chromium Authors. All rights reserved. +// Copyright (c) 2013 The Chromium Authors. All rights reserved. +// Copyright (C) 2013 Intel Corporation. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/wayland/screen.cc b/wayland/screen.cc index bf202430..35f02acf 100644 --- a/wayland/screen.cc +++ b/wayland/screen.cc @@ -1,4 +1,5 @@ -// Copyright 2013 The Chromium Authors. All rights reserved. +// Copyright (c) 2013 The Chromium Authors. All rights reserved. +// Copyright (C) 2013 Intel Corporation. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/wayland/screen.h b/wayland/screen.h index dd07c49d..288364a7 100644 --- a/wayland/screen.h +++ b/wayland/screen.h @@ -1,4 +1,5 @@ -// Copyright 2013 The Chromium Authors. All rights reserved. +// Copyright (c) 2013 The Chromium Authors. All rights reserved. +// Copyright (C) 2013 Intel Corporation. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/wayland/surface.cc b/wayland/surface.cc index 7ef11960..609713e8 100644 --- a/wayland/surface.cc +++ b/wayland/surface.cc @@ -1,4 +1,4 @@ -// Copyright 2013 The Chromium Authors. All rights reserved. +// Copyright (C) 2013 Intel Corporation. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/wayland/surface.h b/wayland/surface.h index 08efdad5..f369e193 100644 --- a/wayland/surface.h +++ b/wayland/surface.h @@ -1,4 +1,4 @@ -// Copyright 2013 The Chromium Authors. All rights reserved. +// Copyright (C) 2013 Intel Corporation. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/wayland/task.cc b/wayland/task.cc index 9c93563c..21945089 100644 --- a/wayland/task.cc +++ b/wayland/task.cc @@ -1,4 +1,5 @@ -// Copyright 2013 The Chromium Authors. All rights reserved. +// Copyright (c) 2013 The Chromium Authors. All rights reserved. +// Copyright (C) 2013 Intel Corporation. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/wayland/task.h b/wayland/task.h index 13dfcbe8..cd95aa36 100644 --- a/wayland/task.h +++ b/wayland/task.h @@ -1,4 +1,5 @@ -// Copyright 2013 The Chromium Authors. All rights reserved. +// Copyright (c) 2013 The Chromium Authors. All rights reserved. +// Copyright (C) 2013 Intel Corporation. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/wayland/window.cc b/wayland/window.cc index df17da7e..9408d754 100644 --- a/wayland/window.cc +++ b/wayland/window.cc @@ -1,4 +1,5 @@ -// Copyright 2013 The Chromium Authors. All rights reserved. +// Copyright (c) 2013 The Chromium Authors. All rights reserved. +// Copyright (C) 2013 Intel Corporation. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/wayland/window.h b/wayland/window.h index a88ad478..27804a22 100644 --- a/wayland/window.h +++ b/wayland/window.h @@ -1,4 +1,5 @@ -// Copyright 2013 The Chromium Authors. All rights reserved. +// Copyright (c) 2013 The Chromium Authors. All rights reserved. +// Copyright (C) 2013 Intel Corporation. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. From db364aa9bc754cfc8d9aa18bc2ff1f46dc0452a9 Mon Sep 17 00:00:00 2001 From: Kondapally Kalyan Date: Fri, 30 Aug 2013 21:34:12 +0300 Subject: [PATCH 2/2] Fix Authors List. Take into account review comments: Removed (c) after CopyRight. --- impl/desktop_factory_wayland.cc | 2 +- impl/desktop_factory_wayland.h | 2 +- impl/desktop_root_window_host_wayland.cc | 4 ++-- impl/desktop_root_window_host_wayland.h | 4 ++-- impl/desktop_screen_wayland.cc | 2 +- impl/desktop_screen_wayland.h | 2 +- impl/event_factory_wayland.cc | 2 +- impl/event_factory_wayland.h | 2 +- impl/surface_factory_wayland.cc | 2 +- impl/surface_factory_wayland.h | 2 +- ozone_impl.gyp | 4 ++-- wayland.gyp | 2 +- wayland/cursor.cc | 2 +- wayland/cursor.h | 2 +- wayland/display.cc | 4 ++-- wayland/display.h | 4 ++-- wayland/global.h | 2 +- wayland/input_device.cc | 4 ++-- wayland/input_device.h | 4 ++-- wayland/input_method_event_filter.cc | 2 +- wayland/input_method_event_filter.h | 2 +- wayland/kbd_conversion.cc | 4 ++-- wayland/kbd_conversion.h | 4 ++-- wayland/screen.cc | 4 ++-- wayland/screen.h | 4 ++-- wayland/surface.cc | 2 +- wayland/surface.h | 2 +- wayland/task.cc | 4 ++-- wayland/task.h | 4 ++-- wayland/window.cc | 4 ++-- wayland/window.h | 4 ++-- 31 files changed, 46 insertions(+), 46 deletions(-) diff --git a/impl/desktop_factory_wayland.cc b/impl/desktop_factory_wayland.cc index 39611bf7..b6829f52 100644 --- a/impl/desktop_factory_wayland.cc +++ b/impl/desktop_factory_wayland.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2013 Intel Corporation. All rights reserved. +// Copyright 2013 Intel Corporation. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/impl/desktop_factory_wayland.h b/impl/desktop_factory_wayland.h index 9aa6d90a..88f3fcb3 100644 --- a/impl/desktop_factory_wayland.h +++ b/impl/desktop_factory_wayland.h @@ -1,4 +1,4 @@ -// Copyright (C) 2013 Intel Corporation. All rights reserved. +// Copyright 2013 Intel Corporation. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/impl/desktop_root_window_host_wayland.cc b/impl/desktop_root_window_host_wayland.cc index f3f24440..9ad1fe9f 100644 --- a/impl/desktop_root_window_host_wayland.cc +++ b/impl/desktop_root_window_host_wayland.cc @@ -1,5 +1,5 @@ -// Copyright (c) 2013 The Chromium Authors. All rights reserved. -// Copyright (C) 2013 Intel Corporation. All rights reserved. +// Copyright 2013 The Chromium Authors. All rights reserved. +// Copyright 2013 Intel Corporation. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/impl/desktop_root_window_host_wayland.h b/impl/desktop_root_window_host_wayland.h index c817ee18..76bffde5 100644 --- a/impl/desktop_root_window_host_wayland.h +++ b/impl/desktop_root_window_host_wayland.h @@ -1,5 +1,5 @@ -// Copyright (c) 2013 The Chromium Authors. All rights reserved. -// Copyright (C) 2013 Intel Corporation. All rights reserved. +// Copyright 2013 The Chromium Authors. All rights reserved. +// Copyright 2013 Intel Corporation. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/impl/desktop_screen_wayland.cc b/impl/desktop_screen_wayland.cc index 096f9a08..1a257504 100644 --- a/impl/desktop_screen_wayland.cc +++ b/impl/desktop_screen_wayland.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2013 Intel Corporation. All rights reserved. +// Copyright 2013 Intel Corporation. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/impl/desktop_screen_wayland.h b/impl/desktop_screen_wayland.h index f81230fd..1e96533c 100644 --- a/impl/desktop_screen_wayland.h +++ b/impl/desktop_screen_wayland.h @@ -1,4 +1,4 @@ -// Copyright (C) 2013 Intel Corporation. All rights reserved. +// Copyright 2013 Intel Corporation. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/impl/event_factory_wayland.cc b/impl/event_factory_wayland.cc index 34984ffb..229745c1 100644 --- a/impl/event_factory_wayland.cc +++ b/impl/event_factory_wayland.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2013 Intel Corporation. All rights reserved. +// Copyright 2013 Intel Corporation. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/impl/event_factory_wayland.h b/impl/event_factory_wayland.h index db431199..01989e1b 100644 --- a/impl/event_factory_wayland.h +++ b/impl/event_factory_wayland.h @@ -1,4 +1,4 @@ -// Copyright (C) 2013 Intel Corporation. All rights reserved. +// Copyright 2013 Intel Corporation. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/impl/surface_factory_wayland.cc b/impl/surface_factory_wayland.cc index c27e7386..c26eafe4 100644 --- a/impl/surface_factory_wayland.cc +++ b/impl/surface_factory_wayland.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2013 Intel Corporation. All rights reserved. +// Copyright 2013 Intel Corporation. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/impl/surface_factory_wayland.h b/impl/surface_factory_wayland.h index 519ab481..34ed561c 100644 --- a/impl/surface_factory_wayland.h +++ b/impl/surface_factory_wayland.h @@ -1,4 +1,4 @@ -// Copyright (C) 2013 Intel Corporation. All rights reserved. +// Copyright 2013 Intel Corporation. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/ozone_impl.gyp b/ozone_impl.gyp index 4f083e88..0d9d94f5 100644 --- a/ozone_impl.gyp +++ b/ozone_impl.gyp @@ -1,5 +1,5 @@ -# Copyright (c) 2013 The Chromium Authors. All rights reserved. -# Copyright (C) 2013 Intel Corporation. All rights reserved. +# Copyright 2013 The Chromium Authors. All rights reserved. +# Copyright 2013 Intel Corporation. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/wayland.gyp b/wayland.gyp index db0be182..acabead4 100644 --- a/wayland.gyp +++ b/wayland.gyp @@ -1,5 +1,5 @@ # Copyright 2013 The Chromium Authors. All rights reserved. -# Copyright (C) 2013 Intel Corporation. All rights reserved. +# Copyright 2013 Intel Corporation. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/wayland/cursor.cc b/wayland/cursor.cc index d0bb112f..b4dd9c4f 100644 --- a/wayland/cursor.cc +++ b/wayland/cursor.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2013 Intel Corporation. All rights reserved. +// Copyright 2013 Intel Corporation. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/wayland/cursor.h b/wayland/cursor.h index 4abe5094..3c2142ab 100644 --- a/wayland/cursor.h +++ b/wayland/cursor.h @@ -1,4 +1,4 @@ -// Copyright (C) 2013 Intel Corporation. All rights reserved. +// Copyright 2013 Intel Corporation. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/wayland/display.cc b/wayland/display.cc index 1a891cf3..8b2355cd 100644 --- a/wayland/display.cc +++ b/wayland/display.cc @@ -1,5 +1,5 @@ -// Copyright (c) 2013 The Chromium Authors. All rights reserved. -// Copyright (C) 2013 Intel Corporation. All rights reserved. +// Copyright 2013 The Chromium Authors. All rights reserved. +// Copyright 2013 Intel Corporation. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/wayland/display.h b/wayland/display.h index d0d14a72..ed0b7d4e 100644 --- a/wayland/display.h +++ b/wayland/display.h @@ -1,5 +1,5 @@ -// Copyright (c) 2013 The Chromium Authors. All rights reserved. -// Copyright (C) 2013 Intel Corporation. All rights reserved. +// Copyright 2013 The Chromium Authors. All rights reserved. +// Copyright 2013 Intel Corporation. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/wayland/global.h b/wayland/global.h index 2aab6e74..d49e1c8e 100644 --- a/wayland/global.h +++ b/wayland/global.h @@ -1,4 +1,4 @@ -// Copyright (C) 2013 Intel Corporation. All rights reserved. +// Copyright 2013 Intel Corporation. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/wayland/input_device.cc b/wayland/input_device.cc index 3cb5ee61..6fa9c0fa 100644 --- a/wayland/input_device.cc +++ b/wayland/input_device.cc @@ -1,5 +1,5 @@ -// Copyright (c) 2013 The Chromium Authors. All rights reserved. -// Copyright (C) 2013 Intel Corporation. All rights reserved. +// Copyright 2013 The Chromium Authors. All rights reserved. +// Copyright 2013 Intel Corporation. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/wayland/input_device.h b/wayland/input_device.h index 3730143c..a8793d0b 100644 --- a/wayland/input_device.h +++ b/wayland/input_device.h @@ -1,5 +1,5 @@ -// Copyright (c) 2013 The Chromium Authors. All rights reserved. -// Copyright (C) 2013 Intel Corporation. All rights reserved. +// Copyright 2013 The Chromium Authors. All rights reserved. +// Copyright 2013 Intel Corporation. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/wayland/input_method_event_filter.cc b/wayland/input_method_event_filter.cc index ffb58b9f..71d6ad62 100644 --- a/wayland/input_method_event_filter.cc +++ b/wayland/input_method_event_filter.cc @@ -1,4 +1,4 @@ -// Copyright (c) 2013 The Chromium Authors. All rights reserved. +// Copyright 2013 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/wayland/input_method_event_filter.h b/wayland/input_method_event_filter.h index d44c5576..9170f870 100644 --- a/wayland/input_method_event_filter.h +++ b/wayland/input_method_event_filter.h @@ -1,4 +1,4 @@ -// Copyright (c) 2013 The Chromium Authors. All rights reserved. +// Copyright 2013 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/wayland/kbd_conversion.cc b/wayland/kbd_conversion.cc index 760d0b84..5ba3b70b 100644 --- a/wayland/kbd_conversion.cc +++ b/wayland/kbd_conversion.cc @@ -1,5 +1,5 @@ -// Copyright (c) 2013 The Chromium Authors. All rights reserved. -// Copyright (C) 2013 Intel Corporation. All rights reserved. +// Copyright 2013 The Chromium Authors. All rights reserved. +// Copyright 2013 Intel Corporation. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/wayland/kbd_conversion.h b/wayland/kbd_conversion.h index c7b35e76..0202cd09 100644 --- a/wayland/kbd_conversion.h +++ b/wayland/kbd_conversion.h @@ -1,5 +1,5 @@ -// Copyright (c) 2013 The Chromium Authors. All rights reserved. -// Copyright (C) 2013 Intel Corporation. All rights reserved. +// Copyright 2013 The Chromium Authors. All rights reserved. +// Copyright 2013 Intel Corporation. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/wayland/screen.cc b/wayland/screen.cc index 35f02acf..5aee845b 100644 --- a/wayland/screen.cc +++ b/wayland/screen.cc @@ -1,5 +1,5 @@ -// Copyright (c) 2013 The Chromium Authors. All rights reserved. -// Copyright (C) 2013 Intel Corporation. All rights reserved. +// Copyright 2013 The Chromium Authors. All rights reserved. +// Copyright 2013 Intel Corporation. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/wayland/screen.h b/wayland/screen.h index 288364a7..5d27b3b7 100644 --- a/wayland/screen.h +++ b/wayland/screen.h @@ -1,5 +1,5 @@ -// Copyright (c) 2013 The Chromium Authors. All rights reserved. -// Copyright (C) 2013 Intel Corporation. All rights reserved. +// Copyright 2013 The Chromium Authors. All rights reserved. +// Copyright 2013 Intel Corporation. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/wayland/surface.cc b/wayland/surface.cc index 609713e8..f925ead5 100644 --- a/wayland/surface.cc +++ b/wayland/surface.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2013 Intel Corporation. All rights reserved. +// Copyright 2013 Intel Corporation. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/wayland/surface.h b/wayland/surface.h index f369e193..a9c4f00d 100644 --- a/wayland/surface.h +++ b/wayland/surface.h @@ -1,4 +1,4 @@ -// Copyright (C) 2013 Intel Corporation. All rights reserved. +// Copyright 2013 Intel Corporation. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/wayland/task.cc b/wayland/task.cc index 21945089..8d4bfc6a 100644 --- a/wayland/task.cc +++ b/wayland/task.cc @@ -1,5 +1,5 @@ -// Copyright (c) 2013 The Chromium Authors. All rights reserved. -// Copyright (C) 2013 Intel Corporation. All rights reserved. +// Copyright 2013 The Chromium Authors. All rights reserved. +// Copyright 2013 Intel Corporation. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/wayland/task.h b/wayland/task.h index cd95aa36..58275556 100644 --- a/wayland/task.h +++ b/wayland/task.h @@ -1,5 +1,5 @@ -// Copyright (c) 2013 The Chromium Authors. All rights reserved. -// Copyright (C) 2013 Intel Corporation. All rights reserved. +// Copyright 2013 The Chromium Authors. All rights reserved. +// Copyright 2013 Intel Corporation. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/wayland/window.cc b/wayland/window.cc index 9408d754..d857514a 100644 --- a/wayland/window.cc +++ b/wayland/window.cc @@ -1,5 +1,5 @@ -// Copyright (c) 2013 The Chromium Authors. All rights reserved. -// Copyright (C) 2013 Intel Corporation. All rights reserved. +// Copyright 2013 The Chromium Authors. All rights reserved. +// Copyright 2013 Intel Corporation. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/wayland/window.h b/wayland/window.h index 27804a22..4a952b68 100644 --- a/wayland/window.h +++ b/wayland/window.h @@ -1,5 +1,5 @@ -// Copyright (c) 2013 The Chromium Authors. All rights reserved. -// Copyright (C) 2013 Intel Corporation. All rights reserved. +// Copyright 2013 The Chromium Authors. All rights reserved. +// Copyright 2013 Intel Corporation. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file.