Copyright 2012 -> 2013
authorLouis Brandy <ldbrandy@fb.com>
Wed, 20 Mar 2013 22:09:03 +0000 (15:09 -0700)
committerOwen Yamauchi <oyamauchi@fb.com>
Wed, 27 Mar 2013 21:39:25 +0000 (14:39 -0700)
Summary: See title.

Test Plan: Inspection.

Reviewed By: delong.j@fb.com

FB internal diff: D745883

148 files changed:
folly/ApplyTuple.h
folly/Arena-inl.h
folly/Arena.h
folly/AtomicHashArray-inl.h
folly/AtomicHashArray.h
folly/AtomicHashMap-inl.h
folly/Bits.h
folly/ConcurrentSkipList-inl.h
folly/Conv.cpp
folly/Conv.h
folly/CpuId.h
folly/DiscriminatedPtr.h
folly/DynamicConverter.h
folly/FBVector.h
folly/Fingerprint.h
folly/Foreach.h
folly/Format.cpp
folly/FormatArg.h
folly/GroupVarint.cpp
folly/GroupVarint.h
folly/Histogram-inl.h
folly/Histogram.h
folly/IntrusiveList.h
folly/Likely.h
folly/Logging.h
folly/MapUtil.h
folly/PackedSyncPtr.h
folly/Portability.h
folly/Preprocessor.h
folly/ProducerConsumerQueue.h
folly/RWSpinLock.h
folly/Random.cpp
folly/Random.h
folly/SmallLocks.h
folly/SpookyHashV1.cpp
folly/SpookyHashV1.h
folly/SpookyHashV2.cpp
folly/SpookyHashV2.h
folly/String-inl.h
folly/String.cpp
folly/String.h
folly/Synchronized.h
folly/ThreadCachedArena.cpp
folly/ThreadCachedArena.h
folly/ThreadCachedInt.h
folly/ThreadLocal.h
folly/TimeoutQueue.cpp
folly/TimeoutQueue.h
folly/Unicode.cpp
folly/Unicode.h
folly/build/GenerateFingerprintTables.cpp
folly/detail/AtomicHashUtils.h
folly/detail/BitIteratorDetail.h
folly/detail/BitsDetail.h
folly/detail/DiscriminatedPtrDetail.h
folly/detail/FingerprintPolynomial.h
folly/detail/GroupVarintDetail.h
folly/detail/SlowFingerprint.h
folly/detail/Stats.h
folly/detail/ThreadLocalDetail.h
folly/dynamic.cpp
folly/eventfd.h
folly/experimental/Bits.h
folly/experimental/EventCount.h
folly/experimental/FileGen-inl.h
folly/experimental/TestUtil.cpp
folly/experimental/TestUtil.h
folly/experimental/exception_tracer/ExceptionAbi.h
folly/experimental/exception_tracer/ExceptionTracer.cpp
folly/experimental/exception_tracer/ExceptionTracerTest.cpp
folly/experimental/exception_tracer/StackTrace.c
folly/experimental/exception_tracer/StackTrace.h
folly/experimental/io/FsUtil.cpp
folly/experimental/io/FsUtil.h
folly/experimental/io/HugePageUtil.cpp
folly/experimental/io/HugePages.cpp
folly/experimental/io/HugePages.h
folly/experimental/io/test/FsUtilTest.cpp
folly/experimental/symbolizer/Dwarf.cpp
folly/experimental/symbolizer/Dwarf.h
folly/experimental/symbolizer/Elf-inl.h
folly/experimental/symbolizer/Elf.cpp
folly/experimental/symbolizer/Elf.h
folly/experimental/symbolizer/ElfUtil.cpp
folly/experimental/symbolizer/Symbolizer.cpp
folly/experimental/symbolizer/Symbolizer.h
folly/experimental/symbolizer/SymbolizerTest.cpp
folly/experimental/test/BitsTest.cpp
folly/experimental/test/EventCountTest.cpp
folly/experimental/test/TestUtilTest.cpp
folly/json.cpp
folly/json.h
folly/small_vector.h
folly/sorted_vector_types.h
folly/stats/BucketedTimeSeries-defs.h
folly/stats/BucketedTimeSeries.h
folly/test/ApplyTupleTest.cpp
folly/test/ArenaTest.cpp
folly/test/AtomicHashArrayTest.cpp
folly/test/AtomicHashMapTest.cpp
folly/test/BenchmarkTest.cpp
folly/test/BitIteratorTest.cpp
folly/test/BitsTest.cpp
folly/test/ConcurrentSkipListBenchmark.cpp
folly/test/ConcurrentSkipListTest.cpp
folly/test/ConvTest.cpp
folly/test/CpuIdTest.cpp
folly/test/DiscriminatedPtrTest.cpp
folly/test/DynamicTest.cpp
folly/test/EndianTest.cpp
folly/test/EventFDTest.cpp
folly/test/FBStringLibstdcxxStdexceptTest.cpp
folly/test/FBVectorBenchmark.cpp
folly/test/FBVectorTest.cpp
folly/test/FBVectorTestBenchmarks.cpp.h
folly/test/FingerprintTest.cpp
folly/test/ForeachTest.cpp
folly/test/FormatBenchmark.cpp
folly/test/GroupVarintTest.cpp
folly/test/HistogramBenchmark.cpp
folly/test/HistogramTest.cpp
folly/test/JsonTest.cpp
folly/test/MapUtilTest.cpp
folly/test/PackedSyncPtrTest.cpp
folly/test/PortabilityTest.cpp
folly/test/ProducerConsumerQueueTest.cpp
folly/test/RandomTest.cpp
folly/test/SmallLocksTest.cpp
folly/test/SpookyHashV1Test.cpp
folly/test/SpookyHashV2Test.cpp
folly/test/StringTest.cpp
folly/test/SubprocessTest.cpp
folly/test/SynchronizedTest.cpp
folly/test/SynchronizedTestLib-inl.h
folly/test/SynchronizedTestLib.h
folly/test/ThreadCachedArenaTest.cpp
folly/test/ThreadCachedIntTest.cpp
folly/test/ThreadLocalTest.cpp
folly/test/TimeoutQueueTest.cpp
folly/test/TimeseriesBenchmark.cpp
folly/test/function_benchmark/main.cpp
folly/test/function_benchmark/test_functions.cpp
folly/test/function_benchmark/test_functions.h
folly/test/small_vector_test.cpp
folly/test/sorted_vector_test.cpp
folly/test/stl_tests/Benchmark.cpp
folly/test/stl_tests/OFBVector.h
folly/test/stl_tests/StlVectorTest.cpp

index 5f535b9e054bfa16735db4aad5b898853b0b8ed1..2e49c78afbf745fc83f2a48480d6703a1a8f543f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Facebook, Inc.
+ * Copyright 2013 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index dcd59e855c059160fc8d1c423a22d1ef20fe278a..719a35ec9e76302565549b42dd801db605fbb39f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Facebook, Inc.
+ * Copyright 2013 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 3ddcea9f47b7ee2c3d7d241352e09c273458dbcd..bb43f45e74bc3c4a294daf84b5c99c108982336e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Facebook, Inc.
+ * Copyright 2013 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 8982728b8be6f2623b1dbe6dd417a2aad5b522e1..afb30e93da5377a7a9c59840c583f8807d6371b8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Facebook, Inc.
+ * Copyright 2013 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 69e80dfb2431c5d594a1f7f8a466de701bb07378..56bee6a26cd1a674ea253f968b11ab99e6ed2609 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Facebook, Inc.
+ * Copyright 2013 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index ec90654abdb3ece2e98af7572782fb4eea368e35..e109084dd528aa21f90bea67606d9a1cbd293a0b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Facebook, Inc.
+ * Copyright 2013 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index a88e6349254dd30269447b34ec587d7136124007..b206968bd38a3fc5b3051f681dbe6992535c0ec2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Facebook, Inc.
+ * Copyright 2013 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 750949ad24a695f43a2c35f43b01b05c42085329..62fab5163573ed1b21170c31001ab52c89ad2367 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Facebook, Inc.
+ * Copyright 2013 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index c65ba04a42a57d2e5b08e9df41497d0a354a5ffa..6dfede7ce6487d020974d56ed530ee0cc57662ea 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Facebook, Inc.
+ * Copyright 2013 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 1bf2a39f4aa85c457d35b42978e87126606edc02..4ccacf226185c3e9a37924b97219279d6cec0cf3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Facebook, Inc.
+ * Copyright 2013 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index ef5a35889f14cd4da703657f0f9a46987bbd7218..f11637c0e192bc4648b55a428ec22ad037746be3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Facebook, Inc.
+ * Copyright 2013 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 1332701d3560e53fca8b5fc4b3285f3441196c21..74f4150e84a7ca7ef3e8deacee574049de7586f6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Facebook, Inc.
+ * Copyright 2013 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 7068d88ea0e81918090df6e64ea92f65d0be0a30..3455f64d944022266fc71aaff753ee18eaf1db7b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Facebook, Inc.
+ * Copyright 2013 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 18b1c8cc5f57ea50aaa685c9c7e09c055f691405..fbae7e2c86dc59643fc5738d82eba1979ea1cc95 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Facebook, Inc.
+ * Copyright 2013 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index e665408391ab1acaf7fb5eead0ed0317cc073174..a763473fefea077e920beab190373cb73e8cf991 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Facebook, Inc.
+ * Copyright 2013 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 6b626b37a8b273381feb3858431882e0f88760d3..c86784f87811f2c338669570746707b097fd34e2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Facebook, Inc.
+ * Copyright 2013 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 460f74894777dc71c1751af7c0b600c11edfe3e4..385a9bb8b9d215bd1dfecd7cb78b18ec2a1f08d6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Facebook, Inc.
+ * Copyright 2013 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 99658121956bcfa9d0eaf276435d4f9bd3a13634..c72c03005f799fb9fc8863be9ec3b41c451b652e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Facebook, Inc.
+ * Copyright 2013 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 54b9a9036ae32dc3cfc74144232100287a2a7b4f..2b5462459065218a07813c944b61ae058d34ca57 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Facebook, Inc.
+ * Copyright 2013 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 0ffae3a648d032941d5eae159bfbd0642684654b..e3b452ae8f5ddfd52eef771602ef706ba7a395ee 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Facebook, Inc.
+ * Copyright 2013 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 33ec289473cf73b78123b8670e68036ca9465208..42ff29899541d13f5491e52638ce552f461a540f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Facebook, Inc.
+ * Copyright 2013 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index fb72145047558f86f0e0b694d79b4ee3ee3208a6..3eb34f77267f8e7bca0265a121b4e0eaca8aad87 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Facebook, Inc.
+ * Copyright 2013 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index d9d3c602e818a2ab1242647409c496e8afd690c2..bc687297c6cdfd96e9eec666c8141c28bf5e8dc2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Facebook, Inc.
+ * Copyright 2013 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index c535e8aefac9a0aa6934d1404a84ae4fbbbaac32..09fb993653c4f7dfad1807ff6cc49f6a39e0f1f6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Facebook, Inc.
+ * Copyright 2013 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 378f7e9a6f9f24e04356e2c670def5ab61dfae35..8ffcec79ec30d6618a38c8e163cbc87495c7c79e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Facebook, Inc.
+ * Copyright 2013 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index b4e6dd05f863deb88bc433ad1f236f96d933c85d..fbaf0deb6169502b4fb440e7064d8deaf807d93c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Facebook, Inc.
+ * Copyright 2013 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 2c8745d2a494f72fac9f0e35a66c00d740cd0aca..40d92106e200c0b8e7ffe7a64c94c9cff60ad596 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Facebook, Inc.
+ * Copyright 2013 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index a8d2d9eefa6af8424707c27c52c2511b8ba6c800..14b7c5b081c5178e67f542761597b19796018a4b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Facebook, Inc.
+ * Copyright 2013 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index d0ff34036355378fe0ca4ace00021e46a978ab84..20fafabf9000369753312a6853fac00a5eb32da9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Facebook, Inc.
+ * Copyright 2013 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 670f725436da5be8bcf64b179df7204966e4a3f0..989f8a2fbdc890aff38a0ada94b524dcfbe197f6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Facebook, Inc.
+ * Copyright 2013 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 84eacdafd9d351a0813cdc837f7cb7e8e3b4c474..ab467c5cbc61d0113fafef55f03325dcfab6bf8e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Facebook, Inc.
+ * Copyright 2013 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 981096214504417e9ec4710e306aeef7eff28386..dfb2559cc0015315a919bc3573bdf9fcb3d95ff8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Facebook, Inc.
+ * Copyright 2013 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 6532855ba7a476ebca96e0e22a2660138b4fc1ac..65f8b398e5975c3c5785986f4715c0d8d35ca5d6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Facebook, Inc.
+ * Copyright 2013 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 0aa6f5dee521e0d261982bad5c1c49967f35c636..01387aee724eae06da863f6f48f346db9be4cd9d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Facebook, Inc.
+ * Copyright 2013 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index d8635940fa6d47e69475b17678b13c5dac1fbb8e..0940317fb997f9f641dafb492dd2d72278b9e9c2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Facebook, Inc.
+ * Copyright 2013 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index d1d1a37261acb0ed57314f56bbabc924524cca7c..cbd80d41bf92f9bfb80b7afdcbfdb5d5f6aa81b8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Facebook, Inc.
+ * Copyright 2013 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 42c7a80b25bad0e12abc286cf33c269e9b2e4cc1..6df4fc792ad1bc002c0a69b4f830b3ff01bf1aeb 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Facebook, Inc.
+ * Copyright 2013 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 624077f4352f2ee2b95f9637d0275dde745429a5..b5121addc534be6cda3f7ed8bf8cb999f17ec115 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Facebook, Inc.
+ * Copyright 2013 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 4270ab0853a7f9dcbb246aeca377388dc59d22f7..b9f7c23700580fc875ec3ed8ae77e9baa80b6c22 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Facebook, Inc.
+ * Copyright 2013 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index b413054d8333aa4cd9734611e91cbbd83ba92405..cfcb3582104b67a210cfa847b3830d0b1197e090 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Facebook, Inc.
+ * Copyright 2013 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 90b761e3e1e784a8babd23d61ba96f941c5a7c60..c843eed8b1b5d4768570fc9dd0aa528092e2858e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Facebook, Inc.
+ * Copyright 2013 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 94474037693c15608dadbc73035871cff8a41462..ea1cb84d08be0113c2653a3e3404827af61277a5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Facebook, Inc.
+ * Copyright 2013 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index e81cfa77519faf659fd7f6bda39ca5354f5c9d59..3c09cb5aed5263eb14c9e4707485ff557f209c97 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Facebook, Inc.
+ * Copyright 2013 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 2b87c12179a4bca6345ff5fc0a86829d0485955c..8e9f0aef7915a7e4e78b003e82f1e41ee326a7b2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Facebook, Inc.
+ * Copyright 2013 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index a255f1993e2f5fe77ba765fc0fedd74a6815aa33..69c03d1f020ce7f5214f3eaf7d77c57c0b302125 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Facebook, Inc.
+ * Copyright 2013 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 55431645bfd3c6524ad084216aa8724480544f75..c1181935465e72cd894359ca49bfbcb5bc8b2dfa 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Facebook, Inc.
+ * Copyright 2013 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index f9eea10f5ca78854e5dbfa94cfd9e23fb0c2014e..28621860a1cb0f9c6bea6c42dda62b3b7e499d5e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Facebook, Inc.
+ * Copyright 2013 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index d30192548650a17c63888f0560a70054c3e95448..6473cbbcb12afbca74c48b843c33e97a6692446a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Facebook, Inc.
+ * Copyright 2013 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 7ac48931898e2463558efe1dcaee0deaf3126487..e71cbe1cfff0962dab8692fe5245d0860c4f5b9c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Facebook, Inc.
+ * Copyright 2013 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index b0723a07447ac59490c35abcf36d307dedafa260..d88aa71473f61425ea88ad1a976f7b783130e943 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Facebook, Inc.
+ * Copyright 2013 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index b864406db9294aa574ba18182427c16c051dbef8..3b330f2a4a3c0e93c448238e7f7fa3b26039d004 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Facebook, Inc.
+ * Copyright 2013 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 3ee20c16b67be6139614110e1cebca6f57868bbb..adf6927ce377d963b0e9e5fc03dd1fe9ff25cacb 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Facebook, Inc.
+ * Copyright 2013 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 3cb240004239bb437a93af9521ea18625c351d92..891b84b87546fceedfdd454e48a046fa425e88c0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Facebook, Inc.
+ * Copyright 2013 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 504ed96fd66bd60c4c493eafba22533aaca954a4..59a1a49a8378be0b1c801e74d64997fc251ed02b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Facebook, Inc.
+ * Copyright 2013 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 5cfa9ae8a847d23667826420d87f5ca6b3ebee6b..bca0533434adc483ec7f5384c4488dd4efe93cb4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Facebook, Inc.
+ * Copyright 2013 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 2eb0c2ab311e2937b5a3d34b7da0dc6d9db0086f..9d191422bdd60baad56f6c9157d4588b7bd74bdf 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Facebook, Inc.
+ * Copyright 2013 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 3f90872f70c2bfa138084636d8dc744763df4bc3..3874c2dd7570921f637f5910223c22f1bda305b8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Facebook, Inc.
+ * Copyright 2013 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 63a9136f4ab528c3efb1b387065591f1661c2203..0eb577f0b72e778bc56b352c4aabb5e4b8bf9109 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Facebook, Inc.
+ * Copyright 2013 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 08218256181d02ffe121df771e671b5c20e54e9c..3e5ef06ffc5b7aa2bf1e1c5dc42aad4885c1277b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Facebook, Inc.
+ * Copyright 2013 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 505682f28d1856f6d1fba108431bafd2bcea8f47..0cc9193b0541fc9fbab17a34c602f3348de6dcf5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Facebook, Inc.
+ * Copyright 2013 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 86f20b1218ddf3346e4cc19ad0fb5ce0643fdb31..25ab1032b5ca03ffcbbdadaceb2a3df19229e5e5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Facebook, Inc.
+ * Copyright 2013 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index fdd895d62f10099b48166e374bbf27f9682e5b45..36b66a21f3ad54539710cc2b63c0cc8040a93f24 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Facebook, Inc.
+ * Copyright 2013 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index fd97ddd7723492ee0195c1008e0cf88c24001334..df23d8594103fc723e33afc21f3ae5e338418d9c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Facebook, Inc.
+ * Copyright 2013 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 3316fbf91ac2c8a28d03454a18a4153e78afa4d1..f7469b4678622cd3dfebb137e910f7001237fca3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Facebook, Inc.
+ * Copyright 2013 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index bf4adb4ceca9795bec98d9a9f74f184206cafcf0..d45cc61882a07ffc8e9b033c338b9c605dace2d8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Facebook, Inc.
+ * Copyright 2013 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index d9bcd0429094f1ef0eaa67ca9816c768ed564e1e..c7384fca6ef457d34e055a0ceae4addb3063c41a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Facebook, Inc.
+ * Copyright 2013 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 74d67a97c1ffd0f3dbfdc57a2d221cff54759807..c04061076dc8451e72f2880b342ebea45863b85e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Facebook, Inc.
+ * Copyright 2013 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 6bc79e0f255f895b50fb4003bab1592f56b345d9..73415cfec00a2d369a7ab44c9def43e4862f4789 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Facebook, Inc.
+ * Copyright 2013 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 5fac0dcc169b853ffa8676801e6905f1f1786e51..d79eab853522fe4628b7593c6fe9e653f0cae0af 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Facebook, Inc.
+ * Copyright 2013 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 1d5d27ddf129993572d9b71cc3ac2a38d299c800..d18364bdfd30299654d3dc1e1055bd099c4f3061 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Facebook, Inc.
+ * Copyright 2013 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index fbc4a78e46cc226c605d8173c63eb2c9d3bd1830..a10fb1b99a7309af77b3efd49a8d84c51a808572 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Facebook, Inc.
+ * Copyright 2013 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index f7da51bc77739e3985518cf92678d27b9862679e..6b2ab3c7f983bbc60585062aa8c1a0013463f924 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Facebook, Inc.
+ * Copyright 2013 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index b39116a5a529500d1f823384f88ed1499def6eee..3aa8dc36bd9f48dd3ef6ede903b92ccda8799dd8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Facebook, Inc.
+ * Copyright 2013 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 9b6ca1ed5d0bbca18823b5e086e3c5322d596534..8772b869c0b516265f558d70a8d2c551cf55732f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Facebook, Inc.
+ * Copyright 2013 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index f608b3cde700cb4afacd6e59f13402fc067a927f..1715da99673b0527d2e6ac49f2adff8c5960b8c4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Facebook, Inc.
+ * Copyright 2013 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index cf93ce0bc0046a977e8cd13bff2e930956609840..a16b3f6057dbc8415374292a225236282a902e30 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Facebook, Inc.
+ * Copyright 2013 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 321024c9dc8a314d13be7688f978b43a748d9747..1543973a9f70fa8be57a40010d34af1f7c89dde5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Facebook, Inc.
+ * Copyright 2013 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 28bc3273e801006ef53a11ef73574992bc400855..3c3b8671f2f9cbeba2c4f7ec1d90492695d2b082 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Facebook, Inc.
+ * Copyright 2013 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index d3f9e05ef574fc2bfedfe0d1a197c724998ba1e5..fd78907c524d51a9fa959b5fb5cb926f6204cedd 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Facebook, Inc.
+ * Copyright 2013 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 6074767b8193e8856b0fe1aa6542bbabd9ab6541..3b2615012cddad27e56a2b9d752e485abe7901d8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Facebook, Inc.
+ * Copyright 2013 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index bc0984009e9e72f8c5cc92dc4126f040f1c77272..4bc644d5c691670ca9466d2ca7e1d1f94c24421b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Facebook, Inc.
+ * Copyright 2013 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 0c9177333ef964f13a9c64d9081b79e600903710..efdea9149ccb620ac9631d48abb40e2c3cefb265 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Facebook, Inc.
+ * Copyright 2013 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index a9d6c5519f1bc8783c49788cfac0179f66af554b..5274ac0ff636bc7c5547cfd24d2725e10184df84 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Facebook, Inc.
+ * Copyright 2013 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index e6f32fb9f2b278daa48161c7240b48571aab1350..d1011a53b33cfd1697ef5c4fde1e1c28d14d70cd 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Facebook, Inc.
+ * Copyright 2013 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index aa5280cda7cd28827461eef380bfed262f4e92a1..57bea3bf6746a3748475be332589dcbde3bbd9d4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Facebook, Inc.
+ * Copyright 2013 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 3917b50210ea877b7064567f16d237fcc86eb24a..243626227a736e081477cf28c9944b30d63c9d70 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Facebook, Inc.
+ * Copyright 2013 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 0b5850c5610d597c86a6820cfd7ec553d73218ef..0eff9389a14328c9f817aac17c7b15450b3b8c39 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Facebook, Inc.
+ * Copyright 2013 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index d01510314fa5fb1c6d6927df03d94cbb9a5da4f9..7cd3bee59d32e8f0221fa93ea170f973679bd8e0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Facebook, Inc.
+ * Copyright 2013 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 28c4f9d7f21200063a223f97aea4ab97d9780f87..a821f10cc1717987683b4aadc72fd1c605cb3b9a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Facebook, Inc.
+ * Copyright 2013 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index d28319b29c60ab78b2c8fd3b4b864b23aedee196..27df213fa1188b55bb9722322555cce8b2a1d427 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Facebook, Inc.
+ * Copyright 2013 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 710f3b03eacd747cd08f76c85459b4acaec1dbd5..e0cec4436bebee5291aa670fda97816463e78ebd 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Facebook, Inc.
+ * Copyright 2013 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 87d006627351dd5ffbfffed7164de5ff55f22a7f..f44360d0da22ac4de2728034592bea923d6f0871 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Facebook, Inc.
+ * Copyright 2013 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 45697b865aff6b3df00606f6b632d8e99b7a208f..065cfae4eaff19b31c8102b6414f9f53445f65ca 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Facebook, Inc.
+ * Copyright 2013 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index dd091b76347da431486175e7a4b9ad8c7263fcd8..afe9279cda1c4dbbb5c9cb791ffde3b0bcd4539d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Facebook, Inc.
+ * Copyright 2013 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 28ada12d2c51c216561aba960aae0c0bde6b6515..a4d7c43871d5f7f715f0fd36d70d7f76eac2c4ef 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Facebook, Inc.
+ * Copyright 2013 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 87ca7e5127232158bd3829e3158dfdc158b5343a..ef852b53d003440ea4156bdca070721f65d90d63 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Facebook, Inc.
+ * Copyright 2013 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 51faf457512e920f09283e7c08867a136c571780..cc19df6a18be99a83eb6eaba386d722f83700172 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Facebook, Inc.
+ * Copyright 2013 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 5c59bc0479a8767072dfcc2ff6225c82e0289ffa..488b493fdedba3bb93078e28b239e4a869d0db91 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Facebook, Inc.
+ * Copyright 2013 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index bebaaf941f8fa48e2587bf035d9837c0e3379281..d78684dc4a273e856f177677bf568faa480adf92 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Facebook, Inc.
+ * Copyright 2013 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 84105965221e0d0d48640dbfc90b7a61d9e7369c..2a853e33c458fa78a599218ac15b2dcecbab474b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Facebook, Inc.
+ * Copyright 2013 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 4e87485fd0b9c37a9d1b761a988f3347d1e79ad1..f1cbafa323e0098b111b68742ed2fc2302edbf93 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Facebook, Inc.
+ * Copyright 2013 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 8d2fe5213b88c5640934621bf7291d2162d4b0e6..ce84ba8ae2abc46844072d5ddb26431105251669 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Facebook, Inc.
+ * Copyright 2013 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 25ebdbb7c9b78d42b38920c800cb501c01b48c97..2490161b507f84491128749354c97446402d7ad7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Facebook, Inc.
+ * Copyright 2013 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 9cd0e915b348c1cce4ce8ebfc26bbc45adde7801..78bfea5cfddc7f81e1a63b4b753a36fa47d7e759 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Facebook, Inc.
+ * Copyright 2013 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index bc9f2bd71e793c79ef64dce1e0dbd72db6c135ca..f20fa8359c2f873d63985ccb4c6924d7a5b2d5be 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Facebook, Inc.
+ * Copyright 2013 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index bb31bd5315f7557524273ab393940ec7a1d5eca4..7dd6d0a4b87f8205bf76a69a62f7891d7d44a345 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Facebook, Inc.
+ * Copyright 2013 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 1692f92c7deda89bdbc5737ad7a45c8fe9d1310f..89aa645862440ab17cf2733c0f04533119e67679 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Facebook, Inc.
+ * Copyright 2013 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index f06115a9d5f706879d75fa8f4ca8301f0f6c6ef1..7fb7ac4371642349799458043e7f84ed9dc18c47 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Facebook, Inc.
+ * Copyright 2013 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index ff89c1709d0c4c2a2bb457fcf89795907d769136..f97ad5f9b9abfc4587d61bf3d5e8d187d3ae972e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Facebook, Inc.
+ * Copyright 2013 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index b213960966cf7dc66e5d58928507c2c765d85d0d..e2e5cd81c9b8713bccb39cbd34959ad9cbfa96a7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Facebook, Inc.
+ * Copyright 2013 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 4f0c88418187ced0fc29987c45b377443c974541..c0259fe82d8ae16a6de4b6255ba5a6c3630e19db 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Facebook, Inc.
+ * Copyright 2013 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 67d0c728c32ea23806c2a77a6183195090982fe0..816083cb4e8935a38ab8876502f8912b5397f506 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Facebook, Inc.
+ * Copyright 2013 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index e7976697d79e1e2fcf378ff17ac87a47681daa05..a66eac947342f1346813225938c5848b991ac8b3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Facebook, Inc.
+ * Copyright 2013 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 98212e188c345e68c9302dd191d5d4ecb0893861..68380279916cd0b76f542a181d75357141ec81c7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Facebook, Inc.
+ * Copyright 2013 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index e0ece20ca701ac5dee079b6d4a42e61dc1cd6fe4..a740a0e54f1f330eb45218a7197bf98935448fb9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Facebook, Inc.
+ * Copyright 2013 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 76e97f4c098a2784992fa1cdf0929e42ffab0322..6555750e0203fb1af9e3e92c3fefeb8237eff18a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Facebook, Inc.
+ * Copyright 2013 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 700e87c092658b9d49e2931229975485071ee60f..f51baeafd662dc406cd829b98c79a6bbe3369513 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Facebook, Inc.
+ * Copyright 2013 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 79b124b4818d017fe9bfe79696a6c7d372eb180a..086dd880412a8409a58ce66593681b300fe9a408 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Facebook, Inc.
+ * Copyright 2013 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index cdc693bca77e439d4e68ddc24eff6bab349a705e..1e59016dd3d735c5096e6d0c2924a3b34682349e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Facebook, Inc.
+ * Copyright 2013 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index e463f8d1073cfb19d63591bf8bf14a3028c01f11..50598494cff3c8d2eaa54cb626e5d665662027ed 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Facebook, Inc.
+ * Copyright 2013 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index a5cfd95162d56be4ab72daa466fb286d42ccc4dc..66104b1032ee971f71a19d5261c6da033b994cb1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Facebook, Inc.
+ * Copyright 2013 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 2397f2170777cc0034bc0d561b38d6613582fbaa..ff1c9008649205661c2afa0441e24a41a6fed152 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Facebook, Inc.
+ * Copyright 2013 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 50c51c7618c1ed6a87477e223ed3303d5ee29c87..3c733af3f84f609ccd337e2e8f84426ab1aba2d6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Facebook, Inc.
+ * Copyright 2013 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 23bf00fa5d90aca5341ebb159fd3de58b377df7b..bb1ebc85304b8caa66741ee810d6c59705b761f4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Facebook, Inc.
+ * Copyright 2013 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index a6717dd54967d5a14a525434904e1b4274655c56..f03d63b9a1617abf5aac42d5154b7c0830a01b28 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Facebook, Inc.
+ * Copyright 2013 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index feaf8a630f86b4710ebf8412ed175edbda706808..3138a63c2350777b76bc564e61e6db2ca3ab00ed 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Facebook, Inc.
+ * Copyright 2013 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index c8b96d2d5ad806f2aa942c933eed18be485ddf08..0a3c76d9081f0251cf1f9f3b193c35a55f0f2b51 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Facebook, Inc.
+ * Copyright 2013 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 1de46ff12c52a18dccab34ad82a87cf7db8d4cbb..e7cc04fc1e9c6deb7d0d36410c3596a3cbb98c1d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Facebook, Inc.
+ * Copyright 2013 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 37e9d3735164b98164286725942c0d19bd792036..cdaae438999e08aa56bbf99ad867daa7814b3303 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Facebook, Inc.
+ * Copyright 2013 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index d546a4176b8844f00ad9c9bcbc5bdafd57b8cf4c..cf381101f83840e71cb48d15719a4987a86ed4f3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Facebook, Inc.
+ * Copyright 2013 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 04281c65decde19a080bd2b3f7da101348a7228d..43eed510c82862d4d05c3d66d91fcd08f1e59676 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Facebook, Inc.
+ * Copyright 2013 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 1b7c0079dab7180671cc435314e68e9662f099fe..ef425068e33f7c832830cea281876ebdb5aa71cc 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Facebook, Inc.
+ * Copyright 2013 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index a49429305de1817564f56899bd2ae4a8f20e8fc9..197f8736fdb7b19983ae73aad60fd7bdbb9856ad 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Facebook, Inc.
+ * Copyright 2013 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index aebb839b20323923e09fb49d4c1a2a6334a7536a..b82322dd75e345456041db45ed066d5913d07166 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Facebook, Inc.
+ * Copyright 2013 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index faaef0f9e556b5380024d9bd1347279b034aa5d8..76be80b8d0606c789f834d4effc7900b5f7f489b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Facebook, Inc.
+ * Copyright 2013 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index f5c83cbca1bb2c94e3049d6ef609d068819a8b53..21d222eaea4024b272d4b51a15332e54a7292e37 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Facebook, Inc.
+ * Copyright 2013 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index cfe19e18c5fa8e72f8a8db4eb03dafa8a3d1cbbb..9272fb293e7917b148de8f582118edf480d898e4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Facebook, Inc.
+ * Copyright 2013 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 00f859439e35ad9966617437c44ac965421e7aed..04f4ebc4d61d14c71a635c36baf5105f687afd38 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Facebook, Inc.
+ * Copyright 2013 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 01e63a137f56378698c7f95ea8e79822437adeb0..a384c44b47516590eeb0b2157e3717e125206dae 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Facebook, Inc.
+ * Copyright 2013 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 2ee79354982e962cb84f2872871919e7d69d081c..77aa08271b96d3c86a6dc4b3cdaf22f5e70c7dbf 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Facebook, Inc.
+ * Copyright 2013 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index d23e299d9cdf0cc39c3a17b942272387141e32c4..68c6a16593e4b94f92983eb46b784cedcceb760b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Facebook, Inc.
+ * Copyright 2013 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 887272902f93ec5230b6e890d26dc0c4666bb06c..eccdb97f7a9d656f642b619837d0333c3cb722f5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Facebook, Inc.
+ * Copyright 2013 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index afe1fde610f885cea19cecb91adb792f73646bb1..5320dd05d914de29170a43e6ad02719ad12b5cc0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Facebook, Inc.
+ * Copyright 2013 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 18cb57bf4783fe21a2157f216aa0a30e111c5d82..ad70e628e0e7b1738318cc883f988db29e9b0209 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Facebook, Inc.
+ * Copyright 2013 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index c5e6e43f04029b8f3172f282a3984045ac5a9fd9..2ad5fd8c765c8f96ef5e0c90ddd06500d9df7e1a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Facebook, Inc.
+ * Copyright 2013 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 9bfb5bfa31ece483e082eef10768447149370a65..55a048f1717c8b8ef3ed32ea9d11da804db4dc2f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Facebook, Inc.
+ * Copyright 2013 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index d275ec172173504fb82edf3c87c3adc164ab8efc..88e18273c2233519a4cfcf86786193e58d6106e4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Facebook, Inc.
+ * Copyright 2013 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 9250307d4ee45a0d1753fdfa4db501090b8a763d..84622bee14dd0ab3f47f1e6008a89a3ceb17a8bf 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Facebook, Inc.
+ * Copyright 2013 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.