From 18b6a2dd5e494d89ff670a5a7bc186d89a8690a5 Mon Sep 17 00:00:00 2001 From: Yedidya Feldblum Date: Fri, 5 Jan 2018 13:29:57 -0800 Subject: [PATCH] Fix copyright lines in folly/synchronization/Baton.h Summary: [Folly] Fix copyright lines in `folly/synchronization/Baton.h`. Reviewed By: meyering Differential Revision: D6665595 fbshipit-source-id: 84aa0c475f01c858d543a047103437c083b3a4ed --- folly/synchronization/Baton.h | 2 +- folly/synchronization/test/BatonBenchmark.cpp | 2 +- folly/synchronization/test/BatonTest.cpp | 2 +- folly/synchronization/test/BatonTestHelpers.h | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/folly/synchronization/Baton.h b/folly/synchronization/Baton.h index 5982c046..2b0f7eb5 100644 --- a/folly/synchronization/Baton.h +++ b/folly/synchronization/Baton.h @@ -1,5 +1,5 @@ /* - * Copyright 2017 Facebook, Inc. + * Copyright 2014-present Facebook, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/folly/synchronization/test/BatonBenchmark.cpp b/folly/synchronization/test/BatonBenchmark.cpp index 8e8ee03d..00609791 100644 --- a/folly/synchronization/test/BatonBenchmark.cpp +++ b/folly/synchronization/test/BatonBenchmark.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2017 Facebook, Inc. + * Copyright 2016-present Facebook, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/folly/synchronization/test/BatonTest.cpp b/folly/synchronization/test/BatonTest.cpp index 4ea0bb08..fc925d6c 100644 --- a/folly/synchronization/test/BatonTest.cpp +++ b/folly/synchronization/test/BatonTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2017 Facebook, Inc. + * Copyright 2014-present Facebook, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/folly/synchronization/test/BatonTestHelpers.h b/folly/synchronization/test/BatonTestHelpers.h index 016de875..61b4e8c3 100644 --- a/folly/synchronization/test/BatonTestHelpers.h +++ b/folly/synchronization/test/BatonTestHelpers.h @@ -1,5 +1,5 @@ /* - * Copyright 2017 Facebook, Inc. + * Copyright 2016-present Facebook, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. -- 2.34.1