| Index: native_client_sdk/src/libraries/sdk_util/simple_lock.h
|
| diff --git a/native_client_sdk/src/libraries/sdk_util/simple_lock.h b/native_client_sdk/src/libraries/sdk_util/simple_lock.h
|
| index c236ed6aa052d975d8dca5207942170938d0dfc2..90f0ad9ee6a47caad3ac57b65d10912a080ae44f 100644
|
| --- a/native_client_sdk/src/libraries/sdk_util/simple_lock.h
|
| +++ b/native_client_sdk/src/libraries/sdk_util/simple_lock.h
|
| @@ -1,7 +1,6 @@
|
| -/* 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.
|
| - */
|
| +// 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.
|
|
|
| #ifndef LIBRARIES_SDK_UTIL_SIMPLE_LOCK_H_
|
| #define LIBRARIES_SDK_UTIL_SIMPLE_LOCK_H_
|
| @@ -38,4 +37,3 @@ class SimpleLock {
|
| } // namespace sdk_util
|
|
|
| #endif // LIBRARIES_SDK_UTIL_SIMPLE_LOCK_H_
|
| -
|
|
|