From 7ce61a15fcaa6d8b8d8dabedaa05f31048421cd3 Mon Sep 17 00:00:00 2001 From: Yedidya Feldblum Date: Thu, 4 Jan 2018 19:29:25 -0800 Subject: [PATCH] Fix copyright lines for folly/Synchronized.h Summary: [Folly] Fix copyright lines for `folly/Synchronized.h`. Reviewed By: meyering Differential Revision: D6664326 fbshipit-source-id: 71a0fc17358e41dfc751b8bcb0736c288975a4a0 --- folly/Synchronized.h | 2 +- folly/SynchronizedPtr.h | 2 +- folly/test/SynchronizedPtrTest.cpp | 2 +- folly/test/SynchronizedTest.cpp | 2 +- folly/test/SynchronizedTestLib-inl.h | 2 +- folly/test/SynchronizedTestLib.h | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/folly/Synchronized.h b/folly/Synchronized.h index 238b2d8e..094dcdf0 100644 --- a/folly/Synchronized.h +++ b/folly/Synchronized.h @@ -1,5 +1,5 @@ /* - * Copyright 2017 Facebook, Inc. + * Copyright 2011-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/SynchronizedPtr.h b/folly/SynchronizedPtr.h index 9a9ea12c..b3790818 100644 --- a/folly/SynchronizedPtr.h +++ b/folly/SynchronizedPtr.h @@ -1,5 +1,5 @@ /* - * Copyright 2004-present Facebook, Inc. + * Copyright 2017-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/test/SynchronizedPtrTest.cpp b/folly/test/SynchronizedPtrTest.cpp index ab593e2d..5198bdbf 100644 --- a/folly/test/SynchronizedPtrTest.cpp +++ b/folly/test/SynchronizedPtrTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2017 Facebook, Inc. + * Copyright 2017-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/test/SynchronizedTest.cpp b/folly/test/SynchronizedTest.cpp index db0f9c93..b1db69b5 100644 --- a/folly/test/SynchronizedTest.cpp +++ b/folly/test/SynchronizedTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2017 Facebook, Inc. + * Copyright 2011-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/test/SynchronizedTestLib-inl.h b/folly/test/SynchronizedTestLib-inl.h index 4a32f7a0..27b5d0d3 100644 --- a/folly/test/SynchronizedTestLib-inl.h +++ b/folly/test/SynchronizedTestLib-inl.h @@ -1,5 +1,5 @@ /* - * Copyright 2017 Facebook, Inc. + * Copyright 2012-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/test/SynchronizedTestLib.h b/folly/test/SynchronizedTestLib.h index 3eb2a6e3..ed4868f8 100644 --- a/folly/test/SynchronizedTestLib.h +++ b/folly/test/SynchronizedTestLib.h @@ -1,5 +1,5 @@ /* - * Copyright 2017 Facebook, Inc. + * Copyright 2012-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