From 454829ac74176c4caf834ebd2b5c8a941fdf9d7f Mon Sep 17 00:00:00 2001 From: Yedidya Feldblum Date: Sun, 31 Dec 2017 23:56:43 -0800 Subject: [PATCH] Fix some copyright lines in folly/ Summary: [Folly] Fix some copyright lines in `folly/`. (Note: this ignores all push blocking failures!) Reviewed By: Orvid Differential Revision: D6648215 fbshipit-source-id: 6fc446028ff79aa44116424e86ad454077717f8e --- folly/Conv.cpp | 2 +- folly/Conv.h | 2 +- folly/Format-inl.h | 2 +- folly/Format.cpp | 2 +- folly/Format.h | 2 +- folly/FormatArg.cpp | 2 +- folly/FormatArg.h | 2 +- folly/FormatTraits.h | 2 +- folly/test/ConvBenchmark.cpp | 2 +- folly/test/ConvTest.cpp | 2 +- folly/test/FormatBenchmark.cpp | 2 +- folly/test/FormatOtherTest.cpp | 2 +- folly/test/FormatTest.cpp | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) diff --git a/folly/Conv.cpp b/folly/Conv.cpp index b15d44d9..9dcdf11c 100644 --- a/folly/Conv.cpp +++ b/folly/Conv.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/Conv.h b/folly/Conv.h index 25c513f7..61e50e37 100644 --- a/folly/Conv.h +++ b/folly/Conv.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/Format-inl.h b/folly/Format-inl.h index b97375c1..ec5eb356 100644 --- a/folly/Format-inl.h +++ b/folly/Format-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/Format.cpp b/folly/Format.cpp index 9ad5395e..aed192bf 100644 --- a/folly/Format.cpp +++ b/folly/Format.cpp @@ -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/Format.h b/folly/Format.h index b8df86fb..5980639b 100644 --- a/folly/Format.h +++ b/folly/Format.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/FormatArg.cpp b/folly/FormatArg.cpp index fd33a048..65b0dcc5 100644 --- a/folly/FormatArg.cpp +++ b/folly/FormatArg.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/FormatArg.h b/folly/FormatArg.h index a6d4fb63..df1054e1 100644 --- a/folly/FormatArg.h +++ b/folly/FormatArg.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/FormatTraits.h b/folly/FormatTraits.h index 4b80112e..4937f6c9 100644 --- a/folly/FormatTraits.h +++ b/folly/FormatTraits.h @@ -1,5 +1,5 @@ /* - * Copyright 2017 Facebook, Inc. + * Copyright 2015-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/ConvBenchmark.cpp b/folly/test/ConvBenchmark.cpp index 5cf2a47a..90100457 100644 --- a/folly/test/ConvBenchmark.cpp +++ b/folly/test/ConvBenchmark.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/ConvTest.cpp b/folly/test/ConvTest.cpp index 8fe065b0..6e50985c 100644 --- a/folly/test/ConvTest.cpp +++ b/folly/test/ConvTest.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/FormatBenchmark.cpp b/folly/test/FormatBenchmark.cpp index 90fa698d..8487438f 100644 --- a/folly/test/FormatBenchmark.cpp +++ b/folly/test/FormatBenchmark.cpp @@ -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/FormatOtherTest.cpp b/folly/test/FormatOtherTest.cpp index 35b39263..427d01d7 100644 --- a/folly/test/FormatOtherTest.cpp +++ b/folly/test/FormatOtherTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2017 Facebook, Inc. + * Copyright 2015-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/FormatTest.cpp b/folly/test/FormatTest.cpp index e84bc862..40f77729 100644 --- a/folly/test/FormatTest.cpp +++ b/folly/test/FormatTest.cpp @@ -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