From: Yedidya Feldblum Date: Fri, 5 Jan 2018 03:29:25 +0000 (-0800) Subject: Fix copyright lines for folly/Synchronized.h X-Git-Tag: v2018.01.08.00~13 X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=7ce61a15fcaa6d8b8d8dabedaa05f31048421cd3;p=folly.git 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 --- 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.