Copyright 2014->2015
authorNicholas Ormrod <njormrod@fb.com>
Thu, 26 Feb 2015 21:00:59 +0000 (13:00 -0800)
committerAlecs King <int@fb.com>
Tue, 3 Mar 2015 03:30:28 +0000 (19:30 -0800)
Summary:
Update copyright notices in folly to 2015

find folly/ -type f | xargs sed -i 's/Copyright 2014 Facebook, Inc./Copyright 2015 Facebook, Inc./g'find . -type f | xargs sed -i 's/Copyright 2014 Facebook, Inc./Copyright 2015 Facebook, Inc./g'

Test Plan:
fbconfig -r folly && fbmake runtests

Reviewed By: markisaa@fb.com

Subscribers: ldbrandy, shilin, sdwilsh, fugalh, njormrod, folly-diffs@, jsedgwick, yfeldblum

FB internal diff: D1869183

Signature: t1:1869183:1424823514:a2dd33741a86bf099d5c9e3d8702e6cca6dd672f

486 files changed:
folly/ApplyTuple.h
folly/Arena-inl.h
folly/Arena.h
folly/AtomicBitSet.h
folly/AtomicHashArray-inl.h
folly/AtomicHashArray.h
folly/AtomicHashMap-inl.h
folly/AtomicHashMap.h
folly/AtomicStruct.h
folly/Baton.h
folly/Benchmark.cpp
folly/Benchmark.h
folly/Bits.cpp
folly/Bits.h
folly/CPortability.h
folly/Checksum.cpp
folly/Checksum.h
folly/Chrono.h
folly/ConcurrentSkipList-inl.h
folly/ConcurrentSkipList.h
folly/Conv.cpp
folly/Conv.h
folly/CpuId.h
folly/Demangle.cpp
folly/Demangle.h
folly/DiscriminatedPtr.h
folly/DynamicConverter.h
folly/EvictingCacheMap.h
folly/Exception.h
folly/ExceptionWrapper.h
folly/Executor.h
folly/FBString.h
folly/FBVector.h
folly/File.cpp
folly/File.h
folly/FileUtil.cpp
folly/FileUtil.h
folly/Fingerprint.h
folly/Foreach.h
folly/Format-inl.h
folly/Format.cpp
folly/Format.h
folly/FormatArg.h
folly/GroupVarint.cpp
folly/GroupVarint.h
folly/Hash.h
folly/IPAddress.cpp
folly/IPAddress.h
folly/IPAddressException.h
folly/IPAddressV4.cpp
folly/IPAddressV4.h
folly/IPAddressV6.cpp
folly/IPAddressV6.h
folly/IndexedMemPool.h
folly/IntrusiveList.h
folly/Lazy.h
folly/LifoSem.cpp
folly/LifoSem.h
folly/Likely.h
folly/Logging.h
folly/MPMCPipeline.h
folly/MPMCQueue.h
folly/MacAddress.cpp
folly/MacAddress.h
folly/Malloc.cpp
folly/Malloc.h
folly/MapUtil.h
folly/Memory.h
folly/MemoryMapping.cpp
folly/MemoryMapping.h
folly/Merge.h
folly/MoveWrapper.h
folly/Optional.h
folly/PackedSyncPtr.h
folly/Padded.h
folly/Portability.h
folly/Preprocessor.h
folly/ProducerConsumerQueue.h
folly/RWSpinLock.h
folly/Random-inl.h
folly/Random.cpp
folly/Random.h
folly/Range.cpp
folly/Range.h
folly/SafeAssert.cpp
folly/SafeAssert.h
folly/ScopeGuard.h
folly/SmallLocks.h
folly/SocketAddress.cpp
folly/SocketAddress.h
folly/SpinLock.h
folly/SpookyHashV1.cpp
folly/SpookyHashV1.h
folly/SpookyHashV2.cpp
folly/SpookyHashV2.h
folly/String-inl.h
folly/String.cpp
folly/String.h
folly/Subprocess.cpp
folly/Subprocess.h
folly/Synchronized.h
folly/ThreadCachedArena.cpp
folly/ThreadCachedArena.h
folly/ThreadCachedInt.h
folly/ThreadLocal.h
folly/ThreadName.h
folly/TimeoutQueue.cpp
folly/TimeoutQueue.h
folly/Traits.h
folly/Unicode.cpp
folly/Unicode.h
folly/Uri-inl.h
folly/Uri.cpp
folly/Uri.h
folly/Varint.h
folly/Version.cpp
folly/VersionCheck.h
folly/build/GenerateFingerprintTables.cpp
folly/detail/AtomicHashUtils.h
folly/detail/BitIteratorDetail.h
folly/detail/BitsDetail.h
folly/detail/CacheLocality.cpp
folly/detail/CacheLocality.h
folly/detail/ChecksumDetail.h
folly/detail/Clock.cpp
folly/detail/Clock.h
folly/detail/DiscriminatedPtrDetail.h
folly/detail/ExceptionWrapper.h
folly/detail/FileUtilDetail.h
folly/detail/FingerprintPolynomial.h
folly/detail/FunctionalExcept.cpp
folly/detail/FunctionalExcept.h
folly/detail/Futex.cpp
folly/detail/Futex.h
folly/detail/GroupVarintDetail.h
folly/detail/IPAddress.h
folly/detail/MPMCPipelineDetail.h
folly/detail/Malloc.h
folly/detail/MallocImpl.cpp
folly/detail/MemoryIdler.cpp
folly/detail/MemoryIdler.h
folly/detail/SlowFingerprint.h
folly/detail/SpinLockImpl.h
folly/detail/Stats.h
folly/detail/ThreadLocalDetail.h
folly/detail/UncaughtExceptionCounter.h
folly/dynamic-inl.h
folly/dynamic.cpp
folly/dynamic.h
folly/experimental/Bits.h
folly/experimental/EliasFanoCoding.h
folly/experimental/EventCount.h
folly/experimental/Singleton.cpp
folly/experimental/Singleton.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/ExceptionTracer.h
folly/experimental/exception_tracer/ExceptionTracerBenchmark.cpp
folly/experimental/exception_tracer/ExceptionTracerLib.cpp
folly/experimental/exception_tracer/ExceptionTracerTest.cpp
folly/experimental/exception_tracer/StackTrace.cpp
folly/experimental/exception_tracer/StackTrace.h
folly/experimental/io/AsyncIO.cpp
folly/experimental/io/AsyncIO.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/AsyncIOTest.cpp
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/ElfCache.cpp
folly/experimental/symbolizer/ElfCache.h
folly/experimental/symbolizer/ElfUtil.cpp
folly/experimental/symbolizer/LineReader.cpp
folly/experimental/symbolizer/LineReader.h
folly/experimental/symbolizer/SignalHandler.cpp
folly/experimental/symbolizer/SignalHandler.h
folly/experimental/symbolizer/StackTrace.cpp
folly/experimental/symbolizer/StackTrace.h
folly/experimental/symbolizer/Symbolizer.cpp
folly/experimental/symbolizer/Symbolizer.h
folly/experimental/symbolizer/test/Crash.cpp
folly/experimental/symbolizer/test/DwarfTests.cpp
folly/experimental/symbolizer/test/ElfTests.cpp
folly/experimental/symbolizer/test/LineReaderTest.cpp
folly/experimental/symbolizer/test/SignalHandlerTest.cpp
folly/experimental/symbolizer/test/SignalHandlerTest.h
folly/experimental/symbolizer/test/StackTraceTest.cpp
folly/experimental/symbolizer/test/SymbolizerTest.cpp
folly/experimental/test/BitsBenchmark.cpp
folly/experimental/test/BitsTest.cpp
folly/experimental/test/CodingTestUtils.h
folly/experimental/test/EliasFanoCodingTest.cpp
folly/experimental/test/EventCountTest.cpp
folly/experimental/test/SingletonTest.cpp
folly/experimental/test/TestUtilTest.cpp
folly/futures/Deprecated.h
folly/futures/Future-inl.h
folly/futures/Future.cpp
folly/futures/Future.h
folly/futures/FutureException.h
folly/futures/InlineExecutor.cpp
folly/futures/InlineExecutor.h
folly/futures/ManualExecutor.cpp
folly/futures/ManualExecutor.h
folly/futures/OpaqueCallbackShunt.h
folly/futures/Promise-inl.h
folly/futures/Promise.h
folly/futures/QueuedImmediateExecutor.cpp
folly/futures/QueuedImmediateExecutor.h
folly/futures/ScheduledExecutor.h
folly/futures/Timekeeper.h
folly/futures/Try-inl.h
folly/futures/Try.h
folly/futures/detail/Core.h
folly/futures/detail/FSM.h
folly/futures/detail/ThreadWheelTimekeeper.cpp
folly/futures/detail/ThreadWheelTimekeeper.h
folly/futures/detail/Types.h
folly/futures/test/Benchmark.cpp
folly/futures/test/ClientCompile.cpp
folly/futures/test/ExecutorTest.cpp
folly/futures/test/FSM.cpp
folly/futures/test/FutureTest.cpp
folly/futures/test/Interrupts.cpp
folly/futures/test/Thens.h
folly/futures/test/TimekeeperTest.cpp
folly/futures/test/Try.cpp
folly/futures/test/ViaTest.cpp
folly/futures/test/main.cpp
folly/gen/Base-inl.h
folly/gen/Base.h
folly/gen/Combine-inl.h
folly/gen/Combine.h
folly/gen/Core-inl.h
folly/gen/Core.h
folly/gen/File-inl.h
folly/gen/File.h
folly/gen/Parallel-inl.h
folly/gen/Parallel.h
folly/gen/ParallelMap-inl.h
folly/gen/ParallelMap.h
folly/gen/String-inl.h
folly/gen/String.h
folly/gen/test/BaseBenchmark.cpp
folly/gen/test/BaseTest.cpp
folly/gen/test/Bench.h
folly/gen/test/CombineTest.cpp
folly/gen/test/FileBenchmark.cpp
folly/gen/test/FileTest.cpp
folly/gen/test/ParallelBenchmark.cpp
folly/gen/test/ParallelMapBenchmark.cpp
folly/gen/test/ParallelMapTest.cpp
folly/gen/test/ParallelTest.cpp
folly/gen/test/StringBenchmark.cpp
folly/gen/test/StringTest.cpp
folly/io/Compression.cpp
folly/io/Compression.h
folly/io/Cursor-defs.h
folly/io/Cursor.h
folly/io/IOBuf.cpp
folly/io/IOBuf.h
folly/io/IOBufQueue.cpp
folly/io/IOBufQueue.h
folly/io/RecordIO-inl.h
folly/io/RecordIO.cpp
folly/io/RecordIO.h
folly/io/ShutdownSocketSet.cpp
folly/io/ShutdownSocketSet.h
folly/io/TypedIOBuf.h
folly/io/async/AsyncSSLSocket.cpp
folly/io/async/AsyncSSLSocket.h
folly/io/async/AsyncServerSocket.cpp
folly/io/async/AsyncServerSocket.h
folly/io/async/AsyncSocket.cpp
folly/io/async/AsyncSocket.h
folly/io/async/AsyncSocketException.h
folly/io/async/AsyncTimeout.cpp
folly/io/async/AsyncTimeout.h
folly/io/async/AsyncTransport.h
folly/io/async/AsyncUDPServerSocket.h
folly/io/async/AsyncUDPSocket.cpp
folly/io/async/AsyncUDPSocket.h
folly/io/async/DelayedDestruction.h
folly/io/async/EventBase.cpp
folly/io/async/EventBase.h
folly/io/async/EventBaseManager.cpp
folly/io/async/EventBaseManager.h
folly/io/async/EventFDWrapper.h
folly/io/async/EventHandler.cpp
folly/io/async/EventHandler.h
folly/io/async/EventUtil.h
folly/io/async/HHWheelTimer.cpp
folly/io/async/HHWheelTimer.h
folly/io/async/NotificationQueue.h
folly/io/async/Request.cpp
folly/io/async/Request.h
folly/io/async/SSLContext.cpp
folly/io/async/SSLContext.h
folly/io/async/TimeoutManager.h
folly/io/async/test/AsyncSocketTest.cpp
folly/io/async/test/AsyncUDPSocketTest.cpp
folly/io/async/test/EventHandlerTest.cpp
folly/io/async/test/TimeUtil.cpp
folly/io/async/test/TimeUtil.h
folly/io/test/CompressionTest.cpp
folly/io/test/IOBufCursorTest.cpp
folly/io/test/IOBufQueueTest.cpp
folly/io/test/IOBufTest.cpp
folly/io/test/NetworkBenchmark.cpp
folly/io/test/RecordIOTest.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/stats/Histogram-defs.h
folly/stats/Histogram.h
folly/stats/Instantiations.cpp
folly/stats/MultiLevelTimeSeries-defs.h
folly/stats/MultiLevelTimeSeries.h
folly/stats/TimeseriesHistogram-defs.h
folly/stats/TimeseriesHistogram.h
folly/test/AHMIntStressTest.cpp
folly/test/ApplyTupleTest.cpp
folly/test/ArenaSmartPtrTest.cpp
folly/test/ArenaTest.cpp
folly/test/AsciiCaseInsensitiveBenchmark.cpp
folly/test/AsciiCaseInsensitiveTest.cpp
folly/test/AtomicBitSetTest.cpp
folly/test/AtomicHashArrayTest.cpp
folly/test/AtomicHashMapTest.cpp
folly/test/AtomicStructTest.cpp
folly/test/BatonTest.cpp
folly/test/BenchmarkTest.cpp
folly/test/BitIteratorTest.cpp
folly/test/BitsTest.cpp
folly/test/CacheLocalityTest.cpp
folly/test/ChecksumTest.cpp
folly/test/ConcurrentSkipListBenchmark.cpp
folly/test/ConcurrentSkipListTest.cpp
folly/test/ConvTest.cpp
folly/test/CpuIdTest.cpp
folly/test/DeterministicSchedule.cpp
folly/test/DeterministicSchedule.h
folly/test/DeterministicScheduleTest.cpp
folly/test/DiscriminatedPtrTest.cpp
folly/test/DynamicConverterTest.cpp
folly/test/DynamicTest.cpp
folly/test/EndianTest.cpp
folly/test/EvictingCacheMapTest.cpp
folly/test/ExceptionTest.cpp
folly/test/ExceptionWrapperBenchmark.cpp
folly/test/ExceptionWrapperTest.cpp
folly/test/FBStringBenchmark.cpp
folly/test/FBStringTest.cpp
folly/test/FBStringTestBenchmarks.cpp.h
folly/test/FBVectorBenchmark.cpp
folly/test/FBVectorTest.cpp
folly/test/FBVectorTestBenchmarks.cpp.h
folly/test/FileTest.cpp
folly/test/FileTestLockHelper.cpp
folly/test/FileUtilTest.cpp
folly/test/FingerprintTest.cpp
folly/test/ForeachTest.cpp
folly/test/FormatBenchmark.cpp
folly/test/FormatTest.cpp
folly/test/FutexTest.cpp
folly/test/GroupVarintTest.cpp
folly/test/HasMemberFnTraitsTest.cpp
folly/test/HashTest.cpp
folly/test/HistogramBenchmark.cpp
folly/test/HistogramTest.cpp
folly/test/IPAddressBenchmark.cpp
folly/test/IPAddressTest.cpp
folly/test/IPAddressTest.h
folly/test/IndexedMemPoolTest.cpp
folly/test/JsonTest.cpp
folly/test/LazyTest.cpp
folly/test/LifoSemTests.cpp
folly/test/LoggingTest.cpp
folly/test/MPMCPipelineTest.cpp
folly/test/MPMCQueueTest.cpp
folly/test/MacAddressTest.cpp
folly/test/MapUtilTest.cpp
folly/test/MemoryIdlerTest.cpp
folly/test/MemoryMappingTest.cpp
folly/test/MemoryTest.cpp
folly/test/MergeTest.cpp
folly/test/MoveWrapperTest.cpp
folly/test/OptionalTest.cpp
folly/test/PackedSyncPtrTest.cpp
folly/test/PaddedTest.cpp
folly/test/PortabilityTest.cpp
folly/test/ProducerConsumerQueueBenchmark.cpp
folly/test/ProducerConsumerQueueTest.cpp
folly/test/RWSpinLockTest.cpp
folly/test/RandomTest.cpp
folly/test/RangeFindBenchmark.cpp
folly/test/RangeTest.cpp
folly/test/SafeAssertTest.cpp
folly/test/ScopeGuardTest.cpp
folly/test/SmallLocksTest.cpp
folly/test/SocketAddressTest.cpp
folly/test/SpinLockTest.cpp
folly/test/SpookyHashV1Test.cpp
folly/test/SpookyHashV2Test.cpp
folly/test/StringBenchmark.cpp
folly/test/StringTest.cpp
folly/test/SubprocessTest.cpp
folly/test/SubprocessTestParentDeathHelper.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/TimeseriesHistogramTest.cpp
folly/test/TimeseriesTest.cpp
folly/test/TraitsTest.cpp
folly/test/UriTest.cpp
folly/test/VarintTest.cpp
folly/test/function_benchmark/benchmark_impl.cpp
folly/test/function_benchmark/benchmark_impl.h
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/StlVectorTest.cpp
folly/wangle/acceptor/ConnectionManager.cpp
folly/wangle/acceptor/ConnectionManager.h
folly/wangle/acceptor/ManagedConnection.cpp
folly/wangle/acceptor/ManagedConnection.h
folly/wangle/bootstrap/BootstrapTest.cpp
folly/wangle/bootstrap/ClientBootstrap.h
folly/wangle/bootstrap/ServerBootstrap-inl.h
folly/wangle/bootstrap/ServerBootstrap.cpp
folly/wangle/bootstrap/ServerBootstrap.h
folly/wangle/channel/AsyncSocketHandler.h
folly/wangle/channel/ChannelHandler.h
folly/wangle/channel/ChannelHandlerContext.h
folly/wangle/channel/ChannelPipeline.h
folly/wangle/channel/OutputBufferingHandler.h
folly/wangle/channel/test/ChannelPipelineTest.cpp
folly/wangle/channel/test/MockChannelHandler.h
folly/wangle/channel/test/OutputBufferingHandlerTest.cpp
folly/wangle/concurrent/BlockingQueue.h
folly/wangle/concurrent/CPUThreadPoolExecutor.cpp
folly/wangle/concurrent/CPUThreadPoolExecutor.h
folly/wangle/concurrent/Codel.cpp
folly/wangle/concurrent/Codel.h
folly/wangle/concurrent/FutureExecutor.h
folly/wangle/concurrent/GlobalExecutor.cpp
folly/wangle/concurrent/GlobalExecutor.h
folly/wangle/concurrent/IOExecutor.h
folly/wangle/concurrent/IOThreadPoolExecutor.cpp
folly/wangle/concurrent/IOThreadPoolExecutor.h
folly/wangle/concurrent/LifoSemMPMCQueue.h
folly/wangle/concurrent/NamedThreadFactory.h
folly/wangle/concurrent/PriorityLifoSemMPMCQueue.h
folly/wangle/concurrent/ThreadFactory.h
folly/wangle/concurrent/ThreadPoolExecutor.cpp
folly/wangle/concurrent/ThreadPoolExecutor.h
folly/wangle/concurrent/test/CodelTest.cpp
folly/wangle/concurrent/test/GlobalExecutorTest.cpp
folly/wangle/concurrent/test/ThreadPoolExecutorTest.cpp
folly/wangle/rx/Dummy.cpp
folly/wangle/rx/Observable.h
folly/wangle/rx/Observer.h
folly/wangle/rx/Subject.h
folly/wangle/rx/Subscription.h
folly/wangle/rx/test/RxBenchmark.cpp
folly/wangle/rx/test/RxTest.cpp
folly/wangle/rx/types.h

index 6fe6093d5a4ccdd8c34fe32af77405ee7d161889..741429a48abba96eb28f46c1b9702da6ff24e6ea 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 a45fa3daed279ac8089e2bc6a7211f8ec0741f91..38e027eeebd824118968ea7acfc060d364383884 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 3aeffc33575317345fb65098df7ae5681b499d92..f2af34e477556d1c74f6d5c28c897097f4624373 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 d0d8f8044ccd7fc5e57f24f4e485814b4a45e6e4..8e697b8d2bbf6c9833b0cacf8e2644cfee479817 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 bfc1637dad377bbb6f99e08aa5062e9d1c7e2ef7..c21c1dce7b3dab5e573010cc77663bbc7a48eb91 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 373e7c5eded3b4776b3fab369f5a4eda5257a179..87f8b060d8ad39f8bc66785e55de04efd1485321 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 ad4c33f394ca49eee319514053bda73d205d2dcc..12afb82d2e7189e4c27578b333cae30bd4e7a143 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 a5352b007eeedaa822803ab214287bf3c6c45046..f0b04a56366c2b1a3dbf3cf9f6a458fa494e6787 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 2c1c8ac319561553354093175aca363194499aef..ce1dedd4876eaebd835947994067836c23e18f9d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 c87a086e8a3c47b5ca1080cf771e1c46be8e686f..4e3684a29c8eb7a697ba94be829be6b8a569a80c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 de379ec598367516f421c3c46aeb6af2c43b7307..6311fd76d536478265deea1cf6707aee6bd557b0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 e8a7f0a61fa19f16344116e6c1e93e7faa6f307e..87f266302fe69a0d527d3c74bb23a088a07b771f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 951e5cae51d1d55b5ff4a714a427c7cf30efb8ec..ba079616ca10c0c49e73abb895c2fd40b722877d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 2136cfadb58da0b97fee2164a0ed459d3ff9fda7..4c1182a633c99dbac620a4e251065d47e77631f6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 cf69d6a3e764d8796ce52904151fd5467dc46e1a..65ffa6f13536d380b4648aad1ae246d5b88a96cb 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 08b5643372ec3e8a73d13665544e91229cc4ce5a..a7afa352b8a789eac91c23725b9983032f89c67e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 d22be53d8d2fd7d77265e7ddf83f85f26083a8a2..3e2947a518e9834bcef84c1ebe5e96276d89261f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 760c93b97f46afab33ebd099795fcb5c376145c2..81d6258c4893b63923f2fb2215af9a9fc420862b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 227a3325071df932d3154c4c5b1d6f172388b5a9..232baff059b410eb4ac7b582efb3ea101419afdd 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 4aaf19bcd0eb9acf3c89c79a09e5ee5bac5b4523..e1f029d1922301abd7e93fe36ffd7cfbdf120366 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 e5de9a2f9c173cca2d3cc31f8ebeaedc30258803..57b1aeef718e2d0d00ccc87e43c92e791f9ba5f8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 f29571255ed27985545a210bd551d224568fa8fe..9b958ad10d2305a8874360725bec404d566519e8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 d35d3d349a0fb5abf237c90d3f749435a5183b73..d456fa2d6dfdb2a3a18cd8f49e966bfad56906c0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 9438c391484a68cdf84797ecb9b0ec3b6a1c8ead..ee587268fd8996c10bbbf91d215d9ffc19344244 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 58aa11eb46bdc95777b35bf3ff18d3c3b137e0ce..1422e81799297c13f19379f5276a4349be6873c7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 02cd1b2ab3357494b7cf40015535fee31d74f868..115a1121e7f16b3d16fdb00740f16e5b8bae5a6a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 2f56784beec5ffed6c5224fd45fd76fc111689b8..16c3a0888bf7150e635231a4bddfc140a426193e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 c32f7821a808517f7ac4104290a767810afc3360..954904fc5643cf5e83bd1ba91255836c305f19e6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 332799d15651b460723a94836102f690aaed959d..28188c639ae8afc972d2a710bed1c809fd292c29 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 3b44e53f2d7709c6a773090e82bd5d8bfe1af3cb..8284ec1fa538ecc20be819bdf7b58bfb818b6987 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 4bacba7b2bc017d67860bd0ea710970068d48dda..175a7b09e0d6efec9b2ffaf7b5464117ba7094e3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 b866b901049aa473e9616883ecc6d8aaf78121e8..e492e8f560f04eb317c340f6965528f298d13c50 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 1afc28a456bbee37309a34a7c5f504edb7f85917..ca96ff033d337721724f8fc3e1d4f76170399ac2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 2f239c2ace035c7a1c8f8845b1f68debbcb7a211..0dece45d6525ac58ec08544a8d07e57aafa784ec 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 4a25e1c6938f82ad6dba340450116a4ed8e71550..cf8fdc7f71167b464ef5455e56370189a99efb67 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 a452644ecf15a67a1fef96322d213de7a4ec3f73..a62b365e4cceab729a89a9503dfa78f3129d1ec5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 c9fd3f10e38157041a9dae5494a59ef71e1cdddd..5adcd62d6c0df6a869c1d8aecb37a6fca3833132 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 5debaf3efe8a0dd87fff1978942a50b0e346c816..daa7ddd2a7edc5c7c93967ec3f6e17f4fc8d3c71 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 f5fed8bd3fa9202407729adb91e29da91906ed68..442336d60d5c53a6b29e446428905a2eabe9528a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 060fce33c25a046dc41f6a9be73590ac97e481ca..9f6b26a7feb670c5c71d338da406579bb5dd2f05 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 6bba0aade6aaf7b2ac81db8062804e443c9b9b55..e2e51b8005f76e05a62736f2bee46fbe39a4ef3e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 bbfb54c743d1a4aedbcbe97ae41d08ed7335db90..c88cd273f7261af06676a8a09106d69da505b104 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 edd16a25cd25f141f1caf9d1e69489f7a706d4a1..bcf4c476602e3c4e7eac549b23e9e3e0535464db 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 9a9ce3b197ad287099b8ba49e97a39bf2077f19e..82fcd6156eaa4f55b529389ffcc10f6c0371b7b4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 ff1c33c385da09eb4d5b61c9f617899a4cb4ea30..d7ebd0ddd4560983aaf2d74cb905b5cd33886fc8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 e04cf8cf48768a1e474de15d904642b5a3e0efa1..124019f6a36b51e1f0a2a8b59014589402e15a5e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 0a92d3cbaa6260e5bc7caa2647f49de69608e6ec..78fcdbb49c3ccfdee2625f535c0a64be8ba60c7a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 e1b461378964ac6e911c3f35a04f3ddd99db21a2..797ab57c744c3b92d2edbc4b44655eb9fc54c054 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 4b15855a0872b9bba2d5720746ad3e0727454967..1ab86efaa2d975e29e84b34dffe47fb93eeee5f3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 418620459b964f69be9e7cfc6fb5cb1e4e3cb794..a33386d5aafd8625dc485a6f767a3ba799adf8e1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 a225e8bf49f5703f4a07af5499ea2ed87fe838a5..7355648227ba0d6efc8c07ae21a5ccd141abe3da 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 e7a5b9dfc7da187ad6471998d4a7f92bd0a87687..49a1b23cd8ce12c562cb3834bf30b05dda97d0f5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 1620fb11b23e3cd1263027caee910ee915db6acc..ed64a75d05e3e31dff1e3ad55a28f12fa03b8210 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 d03c35c65cc574a3a80ef7375de61324d8cbb58a..5369ab7f6bc8d1f9208d69d5b42b0aa958df2080 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 f0c673ac064ca7593baa4bf0c7343c6aaa934b0c..bb1979bf6d11b108a7b383ca9086aac4caa1cbd2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 bb6411f8e44809470f03d1585505f36c175f9d8e..bca89d9ab529d1ce484dcd5980f80b1a51d78c9c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 dd9f3f8d605f20314102b92a7dd34196654f8ade..eab911d9f337d00330f76a571f112e51756a9916 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 3a6313a04d207b2b3d27ca9bede321d758aada9a..0670263c69a66f6e8152bd7cc22df7271b7b769a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 9dbaec859eafcab497699ea4576fc0abf0a1664f..128673666241b6e1ca82cf7e284adc543cf88d76 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 1a9aeb4f7db92ee3fc8cbef075845b790c656c5c..d5a31734ccdf8e0655620e6b248209ada3123e9a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 466b180fe42480aa52493ce1062beb40090de579..dc42244159c0f39c231f5ea8f30069f794eca242 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 cfd108e88cb1fe699ad321766fa71c8cf7c140e4..46048be1805a06b903150bacc0bdb7c28d520951 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 1764058eda263d65319f0a09958129fb123a1fc0..df76656a01dab1c6a02c16d37692c616f50b4e08 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 7ef35fa2dcadde1036fc9b1fce606bd4e4ed1cfa..43b1874bf37c52a5151cc74f9728c6c23640f29f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 3e510d9ed367ac3c9b23b02f100384754177896e..42a9d329ee305c869cb6d7c240f2089f12c86945 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 1b9c74d233a1077d3f6891992c48c48f37561af6..ca8c7c7aa9801e66563926b7b06a98c04343d10e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 227a1297f060d86df3d33aa3661300405cbd344f..25863370da41ca5557bbe57086a92e116f94df3c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 6270cfab8194db5312873bf3c4789816b7976b9d..b4d83e3cb2d65c570caed768e273048ea150b4c1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 855d4af6708bb3952c6fdb4aab2a25bc3f815795..3750ef618405483d98ec0438f23a43449e48e51f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 d404a7853c04cd51fe0af49633bbc170ac592de5..158b62ac6a129fce9ee555226096bdcdb7f28ed8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 6598c682535a764c6c39c060811e121d4fc39667..7e92c02905cfc2672a13e1037e36aa13bf7d60d9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 13bdbd342f369953e6153b575152d7d58c856e8a..7300f9a8a7c6c34126e0197f4622af782cfde582 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 3ff4c67f107f93f3d91188a8304eefff511c9c25..ee94228e8169593a1e6689323b31de67f8a268e6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 f7b753b8f062b30304d8286c510d851a53417819..8205c6f8031bb029fbf9614fe20367313cee0f0e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 f7a283c69ee8e893b54cad48ff4b84ebeed36fe4..c5b53a7c94ad88c6aef460e29ffd6193dd18046d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 87dbe2569314fc239f4ed779c1fd56d66e12d15f..156e8bb4afb693743c9e385b9266620466cd96b8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 9f39ac584561fd3120d178ea19086b746505afba..c753585424657cccd69cb0dd33f5f9cf2f2c023f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 92eb0d4a96f74b02561e5e501044aa1e1981946a..7d2c05bf43c8beb930e7285680c61c76aabef517 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 c6bec8df0a3bc9d5c58a30fbd7bf6235e04f2d90..392b8a04ea5aae6ee7b72fa4b613c56e96c7993d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 f18a0b5118db89d1fbcd6b36da1b88601e680057..c77633840eb255bf5828edbe63424f925d1b11fe 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 fcebfde9f208ba8df0a0c5eaf6d18bea4b97ae5f..87da68b6b5216469591efd17ad68466fd1c00068 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 6846e1d177feb8c4d5dfbf8167da3dba00174007..25ebf8e51dd7e12afe299ee119afacebcbc67216 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 9e8944f9e8372408380740d4f3b6d6b5697c3e75..aa94d58364771b5a2282c9c6a4832c31fe6a695f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 da27ac61f8a93661bd8467a0de22056ba4534946..72b1345e52676c5d414e5e04de832baa04d91835 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 927d93b53dc315e65eaeb2c2265d4a8f6e4f17fc..ccb1cb4d0ce5121a972c5913203e6230c4731453 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 16203e840e818399fd5aecd24514a6debb698f7d..7e00ee94d0b44c4f37a4f7ac67e249245689092d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 348a5933ddf4a0495cc74a74868bdad5d07f6bbb..64ddc60b462c851e16faac82079bea9c31e972b3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 2f5643ed39ddeb449f8eb2e623351f0a72f76a7c..3702afe368837764655566805e5dfbb024abce81 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 f624b3a605bc6534d053861b650b545c351fb237..292ba056fca8d6d3336bb39fe62c8e50189aa183 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 41f41f2d0e7004d4ddf66838bffa14f32ba5f1c7..a17a46238b1790a9772b5a5a2b4c6ab53ee6e37d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 3b5aa44f1f5117b1f57a0fc99587dd8d4c2a3d24..76cab06a5e608613bae8e0758895675d204afe21 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 c0885d24a00c43fa8cb48b421485e8395cb7a6ee..2aa9de7d95b5fefbc44663f418a5d64003a286ed 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 9efa11139359ef2b9a8ac6ae8eb06f4c32840741..789b48ab7073d5803507c15a204b41b0185912c3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 e6113a39848e5aeb71506d914a953c190fdda3ab..45f640ab2960adcfc2c4d06bcd33716160bf6884 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 3bb2dfb390e2a5c55997a92ecfc67253ff067033..f32d8fe5dc9e7c450ecb399698924e6572a74696 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 28a7a178d5a16650aa57b7523276def240a75a78..ff085713dbe7d767a2edb41e1e1454f485fa3482 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 420cf2a19574443e65aa532866f1f055bddcb1fd..cc261d81adc999ade460e1e90dbfcb2d15618428 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 03d11fe5e82ddb57ea9d860d6f7095ffe8733b65..7da981e873cc92e1bc5daac86d39c5c5dd22b02e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 d9b21cffc40ae05dd62575bdc067e58b32075530..36c824c3cfe2a773bcf1868c55ea4df952083a4d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 311b75d2219d4a67cd914d2f51b06c2951e3379b..1c0cd0759625fc5b5f0867045b0bce684b7f8bf5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 20089816390ec38414bd97bc340dfbc8df620a16..0bbe788f0acbecac52c10a263f5ebd97c419ac96 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 a13acadbe394235437a4e4542e78cc68bd48fca9..53636042984816e3d8bb80bf886e9a5edf876cef 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 2a5dbc30e14808ce6ab08c905bfe42bc960de97f..ff1eb8fd076c9dea457baf1a951d81881d71c6cb 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 d573ed656723d5ef0bc8fb1b2a1aab22b4cdbc2c..8522a5a384701675a63c26a0ffc59cbcd8269540 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 5b518c93bdd27808269ad657b1e66dbfb128ea4b..d3215f0db7835d3626020ee662c338baf303efc5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 2730277f6e3185818143ae556264a44a65b9caca..c7a3b15c65de95b8353c79f91499c6b764eeb32a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 f81cabf8fe87d13c2dd1ce147b16c68434ba5407..aaf98a2c598c30de42bfb1a7633b73346bd0bebf 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 b6ab638c215cf7c437073f4eb3d5680166ab060e..5c5b87d7c999f7c44c9fb7ab141daad84a6901ab 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 14e02f5a1f1e2691d36ad72f9150035e3f3b0e68..58e9418a46f5cb9be8807fcd32fad9f0ab01b8aa 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 3285c00b2694e22b94ab5ab0cd36e0aee323b485..bd19c9befbb83949f1e49b73f274d39a6ad4a8b2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 f912baeb18bd2cb85b273c7b45fbff951b91262b..a0cd6c0c494a57cef3ddcfda65d8626a211564ea 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 42f9814b7ca64f7f82604600e8b6a46532eb401a..e9ec73215f8269080423e1561b9b9aa32ac9ee54 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 f4618d8750b792785a36dca071e235611cd53297..6d5befb95e3ad511194aa3708ab21d207b9d500e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 3d075d578c47a0c3a27bb02585601a4efdb5af94..c8712160a97c479fefdfea4e5078432ac22a624e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 438cd1b5c3e228c75c06b6aed98d54cf7a6c4491..e162671815a7fbb357f65a5e2ef368a7a269b364 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 78786163edbf293ff40753f4728fe3080cd6588a..06d133b6cb9447d9713b7647b1d100a4cef959ec 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 94be9e56be5cf398b7ec77ba1132f5836e796fa5..184be3b6da7ddd105c05ea169832395f7c49bded 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 19d472c07580b3d89bfbaa71173a5d49b7ada112..60973e0745b923aaacbda2a4b9fddd46ff65c282 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 04e052cca4937d6d29274c44174fc6a526ec84df..a896ba3a5812ec6133f6e87b6e44733d8df10b62 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 5af2ab32c4b77686a9039421bfbeb59dffd467fe..a3281060a8bdaa8c04384a92064dc129a1a83061 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 18e342b3faba8ccdf7f66ad6ae3e6b0b94c0be73..d526338528e5a22af9132fdbcdb7b562059b5402 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 7af5962fb575c44892fa571787cc466a09a90158..8f03a9f8e861417f3868a3d8627e4fab85e1e93a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 107cf7577b449f4dc154b71018dafc67e00a55c4..0273100bb5274de185b0e7559a139249ef92ef4f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 59ef402e55e7e03faa6b7da3a945f661ff174a39..9d9f73dfd73577d80856fbc786c39b2a2ebe2108 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 f48266f24c9ddfd0c5a72aacd2c0869aa6524687..d44a81c03e5b98d5eaca0eeb2b58cfaf4a33d5d3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 fc4ffd051ea5d3c9ad57fcc4b4249592b14ce61b..de7130d363851903153cc1b97a61e447185e5aa5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 2113d1060439360e0fdcccaefb9bc5d2f0982435..9810805efba45a6288cdb2293b5fb6c5186dad3c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 4c12834b3b4533491eef80c674480894234a4224..03d81901f1bdf8863f217251fa5a456cae823cd2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 1cd77052c306994f4f43375b89acd7f3009fb8a2..10e9819ef356ae3fc5136bf8d09ea13f54598296 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 d50790235345def213014bcee5e074a1da848edc..9bc8804471581b8c1de574b7f290caf3ff1d3628 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 f40e3328fb2990f3fcebd5dc468a17202fafb680..2d9cc88b8c342287c18d50146d4d6d0b70a7ed5f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 4c698c84a47c1317bb381f7d36f568282cf0d269..ec3446ad42c4dfe5028b6653f88b3e1dc9657fd4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 89d99722d9cb8ae1025a67aef71ae6f8778b7531..7c1d2e608017af66d52bf1026f37e94339a5390a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 badf2e3ee9f1ec71022ceb5f0fe0104065b08b53..3cd2c181f2eb9ee521e0e12b329cb807c495e39d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 a059d424d3b6255f3f517d60fbb53c565fde3544..2d5ed3ae2731f3a0815e2436b78dd232d81b1965 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 f2552290ec80cb2ae83e8b43a48f4cb52f0aade1..5d7df8cde651db4c4bb06739b3f8be25fe219beb 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 84312b33af5ed2acb960471e8571a865b38cfd22..6f13bfe5fe146b9f186c94109ed7559de3ced2ae 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 1b4ea5ac4db9496f6c81c0011479a904278a2505..163c351f348d955401f141b3fef492d8dbc2e7cf 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 f8aa8db0932fcb6009cb2e91e9c82f0c037730b3..de1949330b4906f9dec51cbe9634e4163562b7f8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 f40495b5d85f4b6528f6344da9c0307d2413e7c8..3d64f19db09a5eb6b79a7283a4e4faea6c2da6b2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 cbb846128e866d549627d34a62610e95784f194f..fa168e32dcebc4e2c8ade4088b2eec9c8469db59 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 894aa1cba07a53eb076305a3b02cc9f461c9425a..bf7a6d4294f96af2e6a01a39bf03b6c230bb914c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 f1f4e06e96bc5bb9525b344bb39f1a1dfcc39d71..865b854a443f04948d15194f21e5c6060b8a3795 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 83125f0291f50ce6a9073b99b5892c578f2f79c7..e5e6b655a14f47e59e604c2d93e77ff7a7ff16dd 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 283e1dfcb2eb980567cdc8680892e0745db964bb..6769410be67e6ff3b4d6317abc5727330f488963 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 343b8be9ee4325e86506f28f1610f70027f41f9b..27b3b8fade435fb1fd67026e42dd6e1bdfc34b03 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 c2d48eba36333c69585c18681c812c42cd2bb504..3bd5689cd4ad40cda792c38ea5ca2d59d0d37c8d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 768e1a90c6b5747ff6b5943d20b238d137bf4c61..f56465a5544af35c3f0ea36519ef6160638cd750 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 906059ca13ee038f50255f8ac0dc218337309dc1..b0444d9be688cb2a13894ad3f14d21cbb1c3b97b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 0601513fd3ee596e4f2d23ad677d2b509179416a..c7de2a14686c0e9f82276e2afcb361d2dc87f58c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 7f83b0e8ab40d047a039e8749f1d6e9da9f8cc10..e5440184ca360679aa6fb3e62bdbb1b4bd549081 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 974ec6dcb9bbd0d4469c9c771c185d8c748ff70d..a0c289dadcfec8785b97a44307c8c0a5a1cd04f5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 d4b6e81d824161c83168bfc7058cd8ec8414babe..7421f4bc979684c4b9a22e52734c7c654e5c99a5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 bff9405ae1296a35ee7e538432a81893e23d09d2..7af17256337cafed16e53bbc31c61e645ee6ef7e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 7f006a2ce21a10f96dfd16a8625e8aa421adb0de..5b2c43484673246f8769595e89f690ba0319f369 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 1b518fdeac318396e0b28a550676cfe7940c05bb..2a736c96ad923d8ae10d835805a9dcb523fbb9e3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 b896d1cd46cfe056e5f1f55ded5a04d01ed4cc86..c4ad2ba24500260f768d6e1933088a2bf54b27a1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 c4e3b8503d4b6c144fa86785f8a7ae345e13a774..c65398d32d7c5d9edc8adb5e42a9e5e53309e089 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 9f443113b2b84301af23c96d52e52f653521f759..9a3f32fdb80c019771ffc73c3fedf988cda2c75a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 7f034c301020f8e7d50eb139f85bd1acadb21cbd..7478f0a57866cb291ab01c00ad248abfd29e02e7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 20c0896a90da023f895c288239b69d38966188f5..ef358c04dbac718d12579dcc6f64c944f9e4239a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 0d422eac04d2278bc601dd8c3f13ce7d91c35837..58f10736f245e3f7569007236c51fed05e5a82b0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 a02104fe78794f4a60c53c1d7892e5a769d06e26..9fd34049a87dfd3e76fa0cb6019a3458a669cdea 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 0b5f4ad4657f9a9170071f927dc60a16813e64e3..244de01da8f04262deeb59b37b572a0d0893ad37 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 b255b35ca08ae5d19ea1f2609d6001070c82915f..ce540e6230f1bf0296627c942f1559cacc907b29 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 bd00d19640a28897598f2adcff10ead58f7fd3c5..fe3b48ad76407bae10561ee6fd295555b61ca36f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 e243c351afb3fd5b42950a684362f7b6817e859c..4aacb975b9bad35d76ab7d5a23e35e73d0c98cf1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 f571e886f836a287eb9d16423215c1c31dc60658..d0f52488c786fb4cac71f7e7bac8210e8d4971bc 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 cc601b9b30ae7fa97e2eca4c9ecad2f67f48b440..b124146191c03f469a1268bd99b54318f1d26589 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 67c8727e126479bbb4539a277c963a410eacf0f0..fc98e1361eb21819498e2085a5dab64730a9d15a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 3e5a7b59351cb3398aee41fdbfde3cac1d4b47be..cd0e617e794dcf9e3502ed080717fd8bbc595c78 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 721e56007ad4a0598731583117ecc420883f4ccf..448608a9dfb01dd4df945c82f9d7c823bd153497 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 0f8340f0e1ebd313fca96b7da5c0428f2720adb0..2990fc5c4e843b03589f341f08e65a197fd7454e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 03c8e447331252e5ed8f0ba1583bfbf4a0e6dc28..28da29c7a3c955a161d6dcb6f7104b9d4a9f9803 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 723154a0b7233d650f90472313694b1ce864d54a..04ff116657683fda10e9028c0720cc80e2369693 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 4cda41070763622016567eaf3927a494d5a73433..895c31e4bb991cb59807bfb994a1d29aa975027e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 00b0e9ef32d4351b961f61c9d9fe649b471e7b86..0becc8216c6e9a3a905ba5ab2726900dbde792f4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 fe96354a5d835b8ba7a9a7897a45998b843ca1fe..d699b1c2535bb5ec0389f6de77723f65eb2a2c77 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 713cd1d47da4718c5de4dca7f91f250a731a5090..bee0cb4d08e9c736f198599cb4079afcaff646a8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 bb6a6a341c563a8941a455fc2fd98b6fd5da94db..c0790c636a31272e6a01eb888564faeed2b1be11 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 a49f661a4e8ad99c43197adfcb6c0284eac66618..8ffa3ef5963529d28a54e26a9ba37277d7072aa5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 2b1845afd8cded2ac67f58ed24d705adc308e53d..15667de6b2920e0b0a082ab154d3a762af13bc2e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 d5d76b459533d2217a6be597d477c11fdcc2a65e..9290994a6efd7ba2c409c9970fff719686675c6d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 62b4952b96bc541cb0720df6cd7cd7b904395a6f..5ec13bdf646f0d0f2e8bb0c54e0096d62142b960 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 2b0ff17cf4d4cf316f779c5fa49830a5c9c02666..ab80d2c57b2cb8c6e1b3515b94b7e749bde19cf5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 ee8c27e7c669807c7cb285870ff95eb23e2ff16c..5396339cb26701820a91340d910b0171f2a46370 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 8e7ea710f13f2d1063d121355dea4b8f1e6a6c5a..296ddbca84ba9e33bf4701cdafe1f213af16e9ef 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 f89c6f414bfac929e016e170cbd66dd548004ac7..2800121669e2ce780a8da65522b39a8c21bd0a2f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 d3b0f03a1eaa7824791ad7275ab0819cdc60b99b..4c30fa79b898df3e8b82e9365a38a48b362a9c4f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 31b0188df5a4fed7cb589d1534bd2db72f66d4a4..750e46b1a819110598687288ed79982211f3e569 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 ab037a7cc9bc2bf7df005f0fd562456df061d7fc..e563c5f38b6bbaa0e5c1e885f3e648dd2342afe9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 5350d4df80c95cd9f70b0f718be13baae8780b2f..b5330b7b3ba62def7285104552103ccbbc45652f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 97bb846e27f9485a922d5d15f2764c245936dc2f..ecb1349773a537b014cb9becda0fee3f60c32830 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 d73628c7239b7f9c14bf1e8d59dfe5dd39cb21c2..45912ef7ae9afbc653d99e1bb6196375f3e2a7d0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 79bf6b2f6cd7e9edc4b26dda9e83fbef466538bc..47dfc9df6135ac92bb68561eed818804c4128490 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 6e2745d3668da2430f9249515949db4a1d501dfd..d1d10a280bc1f70e5e308feb508ca45b1b300036 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 f980bbb754f7dd0957c4bf9ae139b02dcf153df4..0cbce4ebd8c10e56a1ccba4d08c10d7b254cd134 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 379b71e0740c85b41024448bb31d989dd7ea4b6e..474b05990da38fd6bf29d488e6fff5db3b31b522 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 3bd90890a5e2ab39f4118867c501b7ff1ef6af89..b28f8a9982e4a7cea13e3c8ebc9e8cc240e0c7cf 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 1c53121fc845a5e360a3c4136bd8a9ae08d102c1..cdb1195f7d84a224d87a1bf9b166f0bd9bc0f3e2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 4af8db9f2cea4a1515a85e49eae2b95b540edd5f..1453811b3c6d7ac8926d1b071c9367562e5d161a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 cd30724297ea1d460e466049a5e7e9a109383c34..e166c53653c3f650ff175c9499ec26c5ad2e4d74 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 c4adc236745431260cc6ef607b20d4f409d0cd4f..f29db472a1a1d9dec827a09ba0679c2d330f9630 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 c11dd329833340657775edd993a3b127d4dfa142..eee1515a5020f4e9a1ba2758b0ae83d10ff31aaf 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 75937b15b2d2389f2e59e03e74113579c12a1ead..1e02f8cac5d08e9c12c29f812436c272db1f1ec7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 a7183180dbc9bc387a9ce19ec5b78e2120c5aa95..78f3d86b144e13a89849e9c417b34ce3699c1bc6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 7d87a3fdd52e94c8c217c608db0b1d0b9d1b37ec..c914ccd376a990ae8094d8ac10ca8a56a6cd2e5f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 a43755e19e13ef390d5ab86c1cbf7dddeb17c5a7..935fe15ad0ec8e8a37530c2a5d70edf8bf8f31a5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 7ce247c940084a906a6babd5f25f1641e4eb7f08..dce9e2620e486a404e7bacd6362934bbc08955a5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 1ef2f0686f37d88d6b71ccd128313fe6c3b4c39c..75271f92fb1874e401ea3b2c6885c04a2a1beb4b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 2b5a07f3167503eca30514bf962acfb361a7347b..bcb393c63d3b4b173a4337af9d7cd2e57ec4138b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 c18476e58d92f30a04d4595e0aba04dc52513a32..8dcd5f12649f0622ab54e6ad6e04a5dac892e781 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 e1e38cd99acf8af21e749ed24fecbf244cc70ec0..cfb65ff0cf8b98701797bf40cc2b831a9bd94729 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 fae7a9c09d2b91cb3caaa59729dcabfce52bd34b..820cdb6697df347230fd2415f02319698816d46e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 b347486a4faa0d10999e3d852462bb98fbb68985..f38ee60dfd59f9dd7381a0d0fb2621327a2a4387 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 1412577ff58ee79f04281b2fed82be34b519d0f3..7d1eafc086092563c2d6c5df624ec208e50ca99f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 f31d1d003f10adde912fedcadf03ca9def336acd..659f3f135352d4e99d79be26580957fd6d10bc5c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 73b7225a91246ff9999cfd0d5d86589eee1aca9d..15e2513f98d8fb2e7b8a99624fd52e5ba4e458bc 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 5d15e84c9d9da24fd594a8d85b8c7acdc1ef702c..945e40f3dce0e507cf9e473211d20a0654177e2a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 07c0c41d1790bd44f953f03e674a20cfde9ab99a..b9019f289517ccb1524c99e3ffa9ba9bda3f23de 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 612f5e9e663a40b7aea65a1c7b9c813de3e07223..13e403896c568cbd7c453e76441484ebfade1de5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 932a07e1348c2f5cf1701e6c341c82133ea5c638..fad92e390ef5b53d763441fd0eaeb10b8853d9b1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 4891d4551655ea0d9de49fad0039fc9fe4c1fd25..c8b3c38f66bb212e0e3f006c8a90271096196a4c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 661fefa2a265e998384671266aca715bf0f3c421..0d4ffbed462c9dfb2865ac31df5354a6a392b019 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 40eb7eefe564099bef5bff11689cd49da6099d4a..b21be18ac66fe961aa5c77d060f989b1bd320112 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 33b1261f73fcc385035673e1e497dd2a0c709eb7..42f8900102275ec0d45d2bb7a81461098e55661c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 873a591f4f878657be83ea4e97521d863a8d7de5..53bd66a35c987f3c52b0cfd8a80bfc881c9c99d0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 c6f88bdc159c37ac49bb82b5f88317ebb8d57376..053d4d9d07c3b87147b1fc5310da3551c2267abf 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 80d20cbf92e1f177d689f1958e3bb6268716811c..caaac9ef64e13f825d11e4b46b6ed3fa3e3118b4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 aa0748b6d86af9f9c53bb518fe20f756159391c9..87142f64d4483632f0eb70fe957ba1e7d6ea0cc3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 cf47759113777e3d08f0094ebe9c1af0b395ad45..f5b871ab4be79c4906ca3ec0b884fc1e27b34753 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 19dd1fa8349df55a5927366c5f26b5cca94f86ac..48358e16470e7793c2854ceac9efb16ca73915c5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 7ef88f70311eee11eb0e5d082b7131695882fafd..3b08bc643ab03fa4f8a5ef38cf2893700c5d80d3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 141be78856a228ff3ae3ef1046af19c607279bdb..5391e246b56fdb5b012cb4e6f1a47ddb5aff739b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 1a19613cf3ed8708b707caab09c8d3b2b55edc9f..ba792bb3de19c72d703e8482a7fc9e03695097c8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 db42aa59766c958f4378d7318cce1dd228f56d05..7782c531201ae846d97124f376288d7b5ffa1caa 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 5580d8bd88af1d04f020372cda821d814e88d8b6..390787d1e3f3395f0f0e6c0548f9e265e7e3f40c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 7dbf27d4788bd28d57a6dcdcaa121d102e22ed49..44a34867c781109731e38a4518f3a11f8a5e8879 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 d4b68ebf68cf703550438149fe2b461406cc323b..e66d231798f886d623323fca7fab7993bc1003af 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 6b96097be1cfa79aef4558e825499450c7ad7651..1eec2fc9a835d0ae57311ebfc767431a9bc3e0c4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 667de7f230c529673bf767072812c9f7af8cf1c2..06c8c208f7ec75237f35dee25a608092d226df85 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 d9d55736608ecac44b0f42b97d9d71cfbdfb1893..51f6fbe356cda24b6e434083db4d35e159c97bdd 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 f0f6608bce6053aee67e91fc165146f3de084729..6916dca3c3b35f6282ad67b8e907af77da67de17 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 62656639ac7a3bf0b62eea2f7c93b14805e4939d..a403b5bbee265bbb6a0ba0861af0984f8cd2829c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 d077a1471bc94968f4e0638ad480ddfba0d0729b..38c5a2a796baf861a3566b08f9439034aa87051b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 4b322746839505337404e96a6e4d25f74dd19b74..74bbdab43fa5d329d21a1c9f7ff8f3bd2f2020a3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 06f1af012edc4dcadee6f49e082161221b34be76..50adb5bcb5944af84fe1b4e0da689953e08f5b1f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 1354047468321678dfdc950415d4ca9c37d8c261..c977ea0c62891a5917454b8078da2992ab2ddd97 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 bded4431d3b9d09e6e5a356ce043c4e0c0b2b5ec..0bdadc37b025667a5e76f3f072185f089b5964e2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 0716578226661506cd056f56d03677b36438547f..66d3aaaefb13096bce6126cdcba370d7088b7b1f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 c22feee24373c3be8811ecd65a8daa435b2ea8ab..4fb0f60b80bf56e2eea1c52ca5eef9bae9b45553 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 17e662a0c5b3e711b8439c7245b5cd48ca912337..4bd2349b44f36a434732f35b1bd627cfe66c0b8c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 6899eb31faaf09f568d4f23c72f9d88c5dc1b01d..1fdae9bf40aa05966df654b69731420ff64947eb 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 33b39bf5d5fe53939ad942fc31dbd5c633b8a6f0..8fca7b93825c4313dec05112d8e324056986a066 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 746553bddb0a9ec36218e3674514e2196d4ceb9b..3155d777716affd394fd920e13356ce1a4e16e57 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 a28f45f1bb40016a6b9f127e57b4178c4454fa3e..7877f7f6e96808230460355f62e1ff9a9ae47800 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 243edc068a2774217de36046437a4984998a864c..e76aa091855ce31683a69c1df08f78cf85b191d9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 2e0a3a84a11cfd3c66d515a897254da7bfd30540..38b907fd1af7a9e9212b2b2f18870e768dacd03e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 3d312906a18b3a338ff54d45ebc0123a7bdeb6bb..d6dcc25cf31ba44199d5c868c67d8730c61399f8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 6bd2a2c0b2cd41ce825a4ba8b02cfd166dded7e9..22c50c886581c7a704bec728f5222354d60169af 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 d18064ad41a893ee49b7bbf483134e341b277013..10e2b46981022a9c315ac70e40082da33e09a6e1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 f40ab24ad3e1d1aee487d6871ffb20ab1d5d6ef3..920369fc6171b789fa68fb41d3d978015aecb894 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 78c6190036b68afccc289fa126b9c01c4283f129..05f6be237cc1cc0d666bbcba2ae0456feb0b5f64 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 3f28aa9a7d17af34052286e1cb557fa7d69e8bd0..9aea442a9c653ebd5858636c4df5ca90f2b6d217 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 9425f98f278c69595380b575ce7723272b99829d..8c8012dab9a9d84952eaaa3bd125e43ab3a36fd2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 4fbd6519f3bcbf99f3410b376caa72798a798840..7bbbb1c88517921562e7e6d4bc22248f347634f7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 9bee20982662ca8becd6160b8ba42c8f26caa1ea..3425427e10735ebbfb111a373d2f852243ac47e1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 eecf42cfcb20590f015ebcee4640f9500322b0fd..8bb11bdc5862587c5d6602cdd8a1445cc79632b9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 33e848ba071939b05c630c4c3c740b50695e74d7..c62d60d0a382f79021c1ad522342c17679cb6d88 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 3513798bd1a581f455de8c70eaba5816aeb2064a..8b0673dc096db48f0b953805c7c5338eefd70cb9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 a72229b2a4aacf692925d33469c2edf35a809fab..37e0635e505c59344e267c1c62b96f01af0b198e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 73046f52c85fac465a1363764d93eba83edcc0f4..554a0a3d15cf9fa5884d9c0fd6fea135f5ba168b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 e63444302561c43a566b52246a0062a8b14c5349..95bb7ce6f5f84e4ee8cff449283548b780048120 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 7f3ed6efd4bae3a89774b5ed8ce0d56309652bcb..4f075302ef8b831251adcebe2ec91a6cf239a199 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 c4db45ec61faeae292452fb9b755c9d9a7dccf89..b31e5d0e6837057ed24d54e0c5e2117fd851604a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 95c27d36420e857205d0910642d0176ba9a12d27..e2bbf34ed13bb99eef8f649edc8aa3d4f6920fb3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 a395e13ae4d5f586ed8c5cab93fc458657e47fb9..dbb20deb1cbf57adf52d5023ebf2b1e19d5b7949 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 9d174a093c28061914e4a8404e299bada2e223e6..9182fe43a9d9d120fef3a4b86e512a4a8bbd61cc 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 5ecde2f79221f03ab685265670ef3b470c955336..da5ca85ecc1edf8bdc2559b243f537a8a3b409fa 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 ec8f700efddbaa288461571fa593482aa463a983..9750de4ef5e3eb91f122b3b232c57dc45771428f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 e05f37076864c8612df6527a14cd73ab095eb4d6..da84c68b5002c814d4e1720bf3b1296530e449f5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 a932f4e4d1ad43f9a98a6685cf814ac42c969721..a96f49fe1f7662c20c19a8c406480db9a3fa6971 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 1d172504d239f9476f5dc259eabf5b4078b803d0..3906fffa403583b39473b8a7c405ec56e7fd4808 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 b8b23016ce7fa6724632d75567302ac9bfad36dd..1973d3d84e5cbefef88fa121809afaa91cace124 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 f18bfed9f1f0f5aa17c5e3baaeb9f42e058c723e..7b334da4957b375011ca850554f511f3fece4b36 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 2f94f760491a8b5cfbf9c3d1d6c0c1efcfe7a32f..4d120152144425c0d46e13cf5a47935e82e79417 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 Facebook, Inc.
  *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements. See the NOTICE file
index 86e91cf09c1bf9c951d37cf3c14746e7e7cea9db..6107ce52fa88cf576037a7f9c43b1df9b751e7c7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 Facebook, Inc.
  *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements. See the NOTICE file
index 85331b6e1f3ab8c0a10d6da4ffa53ad505a12673..95fdd9ddd08d9fc79ce294f12bc7fc97d1920cfe 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 e443c00670d8d83007d31a4a765ca05af5ee2ac6..9feb6d41f2ee45d486ba8dec58a0ce2531805fb2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 0337501f1ac6d3f876fc3b5fb22ff84309d4e478..ed2ad3764797b9b63545cb13119d07c0f881c821 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 39300105a76fc8638954c4528da47126aa9d29ce..0341b00f963b7705d0e27e5a548f03d81fcf0fe8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 c8e379809576f327df416b6dd34e941ae73d7d3b..639c8538f483ca5c66a1bb935cd388360887a0f0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 33b100235ad0afb78877ef548045da507554c8d1..8bc09523d05b1fba5f608df5abfefe4bc7f18fe3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 8f70dd592446b7da6e1ca7c59b65a8cfbf17b69a..ca895c3a5025e5460e6ccaff5801ad75f7b72389 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 4f465f2d331a402bce39fdc387086d05d9d0e7d7..fdbeb254fbf17e9f6cc00619c878498afa7b581d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 1a0b0b1e77973afa904c8741987491a4249d2dc0..5527f02d4420f39db78ccb7057b4fb52c6dcc0a3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 39b7cd74fed639e7fb5d19eba2cfbd42fc0ee3ed..f0fe0ad903b2215a3dcb8de6e3ea550afeff2277 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 886042001fa2af8546017a205e32b57a46b8174e..890bc83cd17bde96add891e84c87f0e7a6ab4704 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 Facebook, Inc.
  *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements. See the NOTICE file
index 798b00b7c7ab6e247e28eff49ab46b6b467f2cda..679d3ea9dd81216fc096bd189693e10fbcfa0db6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 Facebook, Inc.
  *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements. See the NOTICE file
index 26653bcfc352fb92a83774430cc8ca4952e75e32..116cf4c5cf8918776b08d101341b66b7cf00bfc8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 Facebook, Inc.
  *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements. See the NOTICE file
index aab67784d81a30a9a78fb571594b1e1a8ea35f5a..a75dc7340b5db1dd69806b1caa3edaf5eac0258a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 Facebook, Inc.
  *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements. See the NOTICE file
index b15de3e1c2e20744194e560d1ee819412ace2062..86e670636f3afa38049c146e59b4b7310b380c85 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 83a23722d59e3c1d264bab98cbeefd7e54d50fe9..95c85160d6403e0353f9d81b3acb9ee15ea6fa95 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 25686d6305598a158b487a35050b00a5317f665e..5011513d63b67f1ce203d5f7204cbaa5bd8a2d85 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 Facebook, Inc.
  *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements. See the NOTICE file
index ffce2ed76c1fe9572639e205b422cdc6a37720c7..bd369e1a3643498c8b4a60b7844d21caec88edd8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 Facebook, Inc.
  *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements. See the NOTICE file
index 91ca9bd9cc102e6e92ef7be55a6f4aa3cf9ab573..895e7a398a6d782ede8944775966661b9fc40e8b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 1718bfcaf210f01e656529c84e1729395a016ae0..3cabea22941763b61904944aab62f3e06fed3c6e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 fb3a1b0e74dd6c5acf7e409269b8090d6b484f0f..16042807666fb1adf757298d01191cc05cf688cd 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 Facebook, Inc.
  *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements. See the NOTICE file
index e8f3cf120fcf84d8440fe4bdb37e7cc747e36eef..734a6916de83b01f8d55208761fb00299ca7189e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 feadc49ca2ddec8655e4ef828ff022241635d407..b19eeb3f42090a996f08cb7e876e5e6f08a1b5d5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 9e0c6b9df428ae7988cbe421b4fb3780373ed4e1..9a4372345e94b7014661896bfc931ee931eb9149 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 9a60a0e50682b80c7aca87e1778070b734a91ecc..d434a8c590411f0ac20b1c92759009af2e110d1d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 f57b15f2dae73b567c52b479d6fdfb5b6a0a50ea..53490f247c3cad58010650ebbe7289db5e39654c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 d2c542da9c18029c62bdff6d44ef5384252877c7..8fc0ad0045e7f12e22e90437ccb490d228d9da8e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 c135a372b8d9cf0abf749ee39faeecb59893bf86..9cd061d53c0c7a6d1a4551bc9223de08481b96e6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 b76ea97a465c8d14b0eb269fa433a50015a9b781..1106c515ca4a726984aa9ddce7578a8704618317 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 72a35dba33ec163186c2b7dc4b7effb0ade4034c..df644a31225b7ab638b952817fa0784694abf1e6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 1178fc8c7fbb2dc8850097fe9cbb3dbf6eacfce4..1b86770d9399f410ebfe5fde40740d0b9f614413 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 2b3a77d09cbc2ae3f1d8ef92273f88d7536c8d98..91cc420a5c6275bca59e9aadc79a4922d0bf52f5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 19e6aa0bbbf0afd6612839e8159169d502fe1bc3..fe06001cfee9c75ac7a7c199d49b06840c9568b6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 aaf1fca1dd9567570a295e8d80a33117e03ba572..c0a6eeb2302797072058ef1d4534e3fa5c4fc4f9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 b03eec05f3a3281ba3b73b05dba18d86300dab2b..2f2d46cb5473caeb8702c721f7a1532910b97038 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 b9b86a8c91e8570c4e4f3505387a02a1832d3bef..67fda4e8cf8b6e7f3e0a086f663dabe64eebbeda 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 7dacbded574ae9ae30b87163453ecf507290b669..2a51dec013e84f91b96cfe9a5d243f608e66b6aa 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 e613e9feb4072365f1d6a650e0a5d7d53ac3b368..96fe54073dc26d9b63eac70e9360ce1808c3cd47 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 e8740d678408698aeb609e081f47c8ffa67faa26..fe745c81e193dd03a7aa6719bd418eaa81805d0b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 0276c97e19433f85eb47248c99df300195e6a4a9..86bf997454d705281d88e39b9243620f41534a01 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 cc35b678f060459cb1c092d2e0482e1c81637d98..e6051a1c62e6da700911f1a176307902e673adbf 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 60c291cf21081c9f0fd6333717989478be06d332..99bc3800919007868854bbd87a820e83b104104e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 84c05380488a86bb0d69cba4866b6c90d1d1e489..81990d0bfd68ff5ddefd80053d45e48d85393559 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 0d2d747aee72429fd9a81e246d4458c629563188..c20b682e5fb0fae8105bcf8c3d8deb610283b4c8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 6c944fed4203698e76c7707f5a7b28711cf8eb7d..37a3bb0239d9533f23339bef0e16045fd215276a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 fdc4559c780b8cd922a1bc0836b496b79361d61e..bf0ec3049aa269897ba41c68832d0cccdcfe2e48 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 be48939f24463f6b6dda35b4f767faa54a64803e..195bb7b703d3d4a6eb1c8de861d42cae44ddc344 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 e2a06122010830761afa56e2eefbd7a78a5d6432..633494ba9e545921175a8183f7958d9a12e74f91 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 6c05fa2e9d175a751065dc1d3d1a43e143343e2e..e8699c0fb5e7a13a34938b5c979d370059a868da 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 20aee3f528af6306622ee2b9916b9ec83282dbc4..a916f4e573f3b0a4746084b5b92a249b212e106a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 3d00e50d53eb08a33757f0cd4c7e0aa4094be59c..425a3e788f3bda8671669c1931a17a2e8b39fbd2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 c7ee6572ca8d06480d6a10492f201bf7a40308ff..1826598ed6709dbe3712fb0ff20c916c6f27f6d7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 40e11a90d0b0c5ed3b181eab2f0b2f2468b9a89a..2b2f4f8e93fbd88cd15b89bfd8a87a355765cebd 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 d34c29a7597e9768cf6832685afe3863adb5cf0a..a613a7c25b2c7e2db004ca64567ad0312d6ce383 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 43757a35dcd0083d74d661782ac26d932b521f49..396cf37568dd0a8495978e864945b242f27ef4ad 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 f663bf253af164913b6f7e3da8f28ea3f48f73d9..b970c1af554eb686948c4b22fbc0f608e60763f0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 fed53ba1bc626ec1df4c24219d5bbfc79f3cbd10..4b4d208035b3fefdb01486825b199580e6f748d9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 002a19e00ed4e864fa753e60c6ac3a4af83723d0..e5119b93593f51afe8939cd7a8a0aeebfea9a4fb 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 1bb9c1725d93ed8a24394abcdea1cbd1058cbdea..528fc07cfa7882fabc64c48c71a013c1bc0e5862 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 82026c29d45a96acea3fd38a0cb62aa022cd39f3..fb400849fc5349ca785cd3f5a862c11f496e65b6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 316456cffd4c78814f5ab02d53aeabcec5c8bcbb..fa8887ec8009b30c2243797e63bde322a53b3203 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 daaa3f7e4e600e756b64766ddb3300170a1a9116..fa5437c0e99e5e89e2e5b1b3e33bced1f3d24e5f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 d41dbbc8534e991e83553b9102eea3fd0336a9ad..2a26ae36b113864479f9fc29d727fed33772216e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 ad44421bb011f65187a4f29224c1bcf497c33919..04fac62a678f52d8103aba7fa61d9b57ef92fcfa 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 e86ffac45c70605223e279341dc32043b3bb38ca..7840a4b9bca0efb0a61e5578c06a0091789bd7ef 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 a0ab43800b8c51a454f6ac39379d59be7d55075d..3e0233c0ade29be1900917c70b163b93e8e49353 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 57ab5bd245b137eefcfc7f1454abb6eaa0aa20d8..3fda7321969d258ae41200891f7eed4da954a145 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 2d364310a5fc5be67ed8e459535b2853d905b1e4..1e36fb5e12ae9a672bb5547921376048cf95ec35 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 10a5a70f5767499ce67e73cedc87b917e1774b7e..e9074eb0e2da090072e2cbfb54221e4bcf35e11e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 55c5ab6569c594708b27b85f8a8acd8e38a6ce69..63bfa02281d0c61e41f1e2e8c174fb6944b5d8d2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 ff38e338b7abea1b222777346cb14bbc169c1e82..0249fca4139e2545ef3798e735fbb8c7d7892b76 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 62ec78d24f80a5ded9eb6ac3eeae1ff265546adf..26847b41cc5340a635be517a6712a6013588f735 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 cf326c923838facff72deddc841f2bb19da2fcd8..eec0a4b38f9f66d1ac87cad495eb46cdc7c3fdab 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 6fc0d397e43c090f03abcc18786e37438923fb65..635d20ff117b249c2c18ef63addfbb50b120f352 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 c1062526c3cbd7a22f45343b0d38725c8888ff95..475fc897357165896454fbd73d79b4c0c716880e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 ce051198dff176124d7e78ae92d40657fd4a9670..a2c62bd453af6a80b4ddbf64b3b19fab53ae6faa 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 d6800b8710a74bc85e9f78351d44498dcbcf428d..8cb9b41c0728daf0dcaa6ce8a006dc6eb5d77ea2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 2e2a9617011bd7c2f96a70babbefb3313fab24c8..d202d444e1e9768c1e1b1271fbab395af664b155 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 0b23fb21959988428d26617c89c07f04b63c1b93..e44fd001426b2fe458357bdf8d3041fd5bd42a08 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 c5123f80637d2fe98d923c858e1c2f918c876b01..6548c3f40f0c4f18594bd09fb02e706fe5105237 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 74d15054890753e21f607e7ad3c66ca93cb208ec..330dc4bb93d7eefc653eb3ca6db298d1256f7e92 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 442b9fb1a6e700d4ef0d3b4a2f1aad254254bc2f..e5d8b70a9e770e144ed4751c0415484147646b66 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 67021814fc2f7244e5572fb40b5df46b71eeff5f..613982d0be9f209f9205bea5fab813fd0f615106 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 62e4f7ecac6caaac8df44352d3b1dea0d4b89b12..ab2520dd43b8c9884bc6468d81d639953524f027 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 a315bb0dba968d142f25a215e5b4450c497b1a49..8fe88f0e2a324065bf0b6b9a351acb48face8b5c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 15fd7bebffe2598e95c133127d61ea944d8f5f2a..9f6bc25b31f32d135c26959de73d9717731f84aa 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 aa765a8bf62b803b1ee29e0302e9b38232f51145..4c13b93795d2563b03b8d1eba0f987dd43b690d1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 1760ce2201d46221248e9f2bc561620604ad81ca..f3b641d2e884f6ee38d96fa029a6984457add304 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 170ec1469d5f9f6f990060a5673a08c223a49347..5a751cc1cd3c7889cfea55ece54618d8314c0396 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 477a069bf185c382d2ddd8d852492721e37607a0..d03d591027edc4822a6433f18818d495d6a8371f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 8d9909da51c21c6fb198ceb473b1f0a9224f070a..2971ca1a06116d582cf801d721884cac27661c16 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 2a9a308d562c0eb8c976e9a55e3d1a264d536a4b..8ed10406c6fc9af7766b3e906b8635c4c19c3059 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 8f2ee7e19f0afeea04f5fdde6800a863ee0b8643..948135e6beaba68cf6c9e8345a4508eea6e6d868 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 a71de1e1e474dde15fc0a4e94e90bc3892e15b68..73078286d0c7574dfbc8c222acd106d6e38c0729 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 c25c0bd8b3e9cc2c035df2b1950d9ea9477e47c1..8ddb6a380ee243904e586adb7794e221226ac8be 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 fc2713f639a8e528d78e84e8915ccb5e556b16c4..af981e477b921c131bb21e94656556989745b03e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 e51452dc9cd2d49a4299bccb8988c80e95c63027..9f39b5a871da3a4be44635da45702b17363fb930 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 60495292412f83f2a63c320ecd89ee08de02aaf1..b51fbed1b6508a19a8e180e00e86a6240c9252bd 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 b2b68292c935290d7c710e202fc53cdd8ef9d4be..23ed2071b5eb92b3e45c325930e4c9c99651755f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 334164fa92d823fb2cce4f187fc36555af600abf..274e3e41eef99d2fa89bca317125246511900ff5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 cf5492ff6a010369edbb1ff26f9e741d14ec5bc7..5ce3ff086cf611fb6fb0c0168a4ba06a7d6f5310 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 f561d2a5a061282afac1731c11e8c32d6200196a..85e67c8bae056419e92078b431057730b0e6f2e8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 d404bd34816ec178156625e82c8054617c58c1cd..ba778efbe5cc734d5af1bf530b315cae20caa808 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 856474399c0754a7a07567bde05bfb91697ab639..b98b71602fd5313bb6fc584021efefbb1bfee847 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 1409c053573f6460cf3f1b3e607f3b800436b0c5..e6042111a6b1ec62ace1f34a296a2e9f4534545d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 3f00011b1c5a0e9bb9713725ebe3cad8999c06f6..ffad2c5952bce94a69979617b4ec15e58c79fdc2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 89bf1768ea7982ddfdd5cefa836a25575310eb7e..7d73e9b67a677fbfd528ffe6043042916d4081c2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 3e5e6e282b27f44737ca678665d7004266b1bb85..c94bb43b99fa5881d5b1d8e0229e0936ef19cbb5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 428aa2bb9cfdaa3ca1493b2e683b65803fe5d861..9d11fbb339e93d7fcc579656e545bbee9747ec5f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 8ce0c90e6c871d53a91ee458e274adb6fd799239..3dc2afc23b01d28ef641cb4e81d59f3de75707eb 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 1e2a983fb13788c6bf3996750982911dc76fc438..cc24301c9ba866b6d9f54fa67e4266c50f8af76a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 9856943a38482a8adbbb4aefa7525a2494df5a1c..6d660bea6000faaad3ea1cabf0645d769af5ef04 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 2ffa18a66c5777d952037327efd2db6b7f111010..2cfef6c52d41e08b9cf71e72cca4046306316eb7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 f926d6ff287c1bba11ade4c2b9201271628be923..d7005c537d028fc67a3a46b5ff8df27262fac2e3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 bed71c9838b9e961a41de088c53c78903c1b4178..b3ea1d4a2a3c42b29d973edeb6062404d69c2b5a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 58f2f56abbd2d40c245a69b1ef7a85576eb27029..f69717931dbc36d424d4ba874bb5ea90d2a83bf8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 371f9f179709ebf732e5211697035d4b25be09a5..19611069613e166ef702ed460115330285feab30 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 b848690daff180c767c650b0d84491194efa35f8..6ade4a1abe5670d1c55163759938c05a985dcff3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 1d88a4344f73c5f3da30d52aaa88e8b913fffcd4..1d9e15789bb99695313a5ca90ee1182628ae809c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 15b50183709e22340254e0b067c86aa989ecdfad..4a45dcc18ab2746aa3928421379aa7df8b830986 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 9aacc6a0305fc0c3b9543c2c66d1cd04a5221cb0..7ad15ae34f43ebbf82d2d16bef5b903638d985f1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 a66e65fb22c978a287922d47ba51bf29058e4737..f4338932da7d00660932d025c81119c694268612 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 9e9d4c784816489e315cf98309ad74b8a0b6f22c..16a56eb5678c48080647440082dd8bf1dc0c0b05 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 9eb345b555c2ce09a895418f7bbc496a34bf8a1e..44ddaf941d9a4ad2d0a3dd877d39adab533c2ef2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 f5863eeba30f2bc9db1e852199fea4c86296a111..f556886e8044a1ad7d38bcd4ce8d6c218ba8ef7e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 8bfb45263464c63d3e8213a2f9bf5eab899cd6e7..a43d2c1d47b2f573e47e3b988f7ccc1a1bd2c029 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 7ce90d71e9aee48d9801b591ba0bcb4a17948e89..b5a2b715430c71d891cca2047fb5eea98abcd568 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 d55a1b9380352788d3bae35f9941b7e13565fdc5..d0c74dbce2ae5f27c0fa9877fb0a6ac0f46938e3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 be6cde1c6f094160e7d7f86d70b2d45734e97602..1fa0883db9f53bb8736dea7945a4c93ae3791ff4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 e2566c666223abd949cb2301ea01bb3c70170773..0241f8b1bfb5d8e4a61d07a2911d411954e1f3d6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 7b9f1a4ee059b83fc2bd1aebed1a0c7d3ffa55f1..f23009021989d43cc0cd9ccc8f37a4b7c3f34c38 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 d883c765fc39d21b21d13ecf7c98c33a4ce4ba77..3ce96c118f45549862cdfd14d398e6376763f8b7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 7dbcb9c1a5830d3cae74a78c764a78d2bd3fbcc7..e1c011c20e76dc06de4567aed2b968437eed0810 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 17ede7404cbf56523f99f8319b02a5cb956dbe97..04422a9fb60851e6ba90d65375fd1ccb823ef9fc 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 1253d32f50cf2f6f31a3f518b8f2cc2e619d7e38..bee27f9a5cf5e6b47d1a3ba6d33f8d430b81f3fa 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 340d564dd6341a8aa45f1d7f6ab7f68c97bff8bd..099efe96e6d93c217045e8c229744d0554d2e28e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 e6292b1c697407513738178489864fefdf0be8a4..9c4e273d10afaa1197d4cc8ee49051bf5a6d01c1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 9612b02bafa1c04ba124748666409676be31dd7d..330d71008932706412683a47898d5f66cf991433 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 f2a4886213a74d5b386524207b878b860ef7077a..b6ab9cdfb53d0b4c3dc8d1a7cd7ae366419c35d1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 991505266fc7974df7d86771f00664456c918fab..1c578dfc0b94ea864de60203750254a68f79d406 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 236e47d94613bc03579a8e1027bf03e7e1e9b922..7145d3ff65c57f18e066860f28025d77e847ba7c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 e3bda07c9e7abf9d9244d07c6cb0b44e2b8f8e12..85e3198edb43dc36837b3ffadfc7a312a3935ff1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 3f68042225a279064af17e0abc159f5cb206bf95..e23d0b7a538934158a2482e737cfc96ded864d72 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 59affbfd97af7baaccf89660854ce95ca3448463..695e36d6506b475f03e9b24265831103fcfa0ec8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 9796720315734a424a405d9592a0b06b2b35d151..418bf2596f23d0d017c517f9efd5b9db00f61051 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 058cbf1dc1e7b1ebef79666dbd74ed1eac8cee2b..22076affeb9d5d842fc5b7e34d9575beb87e9ac0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 5bd25f144353abeaa8497e7892e153e071bdbed8..db6ad9c3ffa3b7b010231790428c7cca6f055dfc 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 bb97872b2dee271bf6b4b4aea74c5bd39403c883..3d9926548eeb72db62446aef0f2d58d62846eaf0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 e58047dc5b34ec56f513450aad4c3817ce2a3b66..e269262acd9722b287ebc9823454817c8b9ccf92 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 4c9a74de1d35927caaaac4b738e138039348cc6e..ed34257ae2398250ea7a947e87b3493abf57796d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 1d4ec519a1bd8a1c204bb9f7a867cabbbcdce581..9906d7a8b36311eb0c97b4a4611efd820dc1107b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 0e014a2c2aef4930a3d9ed1cb30a4d8acac60a69..616dfd2bbf32d6ee67941ef2b9bf08430fc42767 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 d3810a2a1293fd230ed0208c0989376bfc446027..939a085df2ac77e97c48c437d9525fd95b95fc95 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 dff7c56b28039cafb9d1932a914c0c13ed04e854..425843c57ee2ca26bb7d252ce67fcf5446c4b140 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 a0299e7357bb2d78f54a0be0d7a5e55b1a11bcd7..659bdc96b00aa85aa24da87f268998f819aa7fd1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 3af2de89e359fc7988a1b1bc230fca986b4b9d9e..c608a3bfb48bc3e080ffb937755b10d137101363 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 f993bd28aa10fadb022c9ec52dd01f17164bec24..3ddd0d3c88049f968ce6283b6ea504c7ec4335ef 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 0fd419774fd0f0b713a1e76a977c0a0519e7cb12..12508dd0f64ba509edb9fa21ae284b4d6202c3a2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 b0e359a3306a1247988e7e3c0568a54914feb509..4ba1880d0f6eb3f88b7ac11738a5b980f0f321a1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 4010519519cb649d1ff3f128bb748c5dd510c92a..37179fdab9f22d3cd26549e23be338691f1618af 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 acaa29be6ad6e307db2b8fd080822286cdea3481..a47b458283ee253cef86555836023a14a7a4fdd0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 dc7d5d1e6d3eed7f568fc2496bb85c3fa5f050d7..be2add8d4a3b83af8610b4568d9ae363cbc06da5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 142c48713a06cf478de67925970b67fc230b0dad..925a9279c8468fccaf434db9e2a731a354f093f8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 e4bb98eeceff0ecc00b6e8e9b808f4c003774583..5fc0b680092e31ad9472fced18f353d91c326234 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 92829436edfdbb7ffa8c31e7e8202f8dbed63de2..da52842624ea2e5e2b21b5749873a391d8dd92d2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 00982f4a9e31e3d540752155e8e1732d0d7fc664..0cb0fceb65b34de209be09b719218846cf6b467c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 1a1a0a3128c96ad33ffb7c1a1e9ff6827c9b8a6d..a7458f210a52c8d931828e7aa646ee52b03a4051 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 80221f2e10b52a72878115f14a87d35c494c54a9..f9a4306e015591866fb77ab335b2a7b65fbe8562 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 a058d5b120e396ab5ef60df52a684f2d3bc3e74e..0be3db286f7ced2dc6b069cf627a7f74ebf0041c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 c611bd56ae7f7c14c78dfdd54fe5e23b6c582965..f32fc033611b20667ea6188b48ced01b5512cf80 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 04a705c5f51f551b20824dfbcd64591a70542a0c..e99d43e5061179ed43fd6afc2e831a740ede0344 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 08a1f70372482d56c71ff8f54ec469b16713fc4c..14d9c6a5c65c43fe08c614b32a554be45acead8f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 e0ad08c83ce8a76379a147a5a52c0206ed8872d1..bc22312487f004731f7d0733a394822ba06a390f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 bc612ae6946ca40bc558191b6575dd92b06a1644..bd37d324d2343bc9671e95d0fc2d2d932735efea 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 b2b8cc7d3f48b8943ab93511d99d41b65bd86e1b..74a832b75e84ce49adef07b8bd6f41217a3061cc 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 16f0205b146f8c55e277ecb1a98cee00e79e03dd..4c3fcd493160636fd8097778e2caaeaaa4141973 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 a3e18c5adf2711f5e1dfa2d023c2aeee8834bcfc..e850f3a0c2f967227b007e87fe677c87ee97a5df 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 fb0de13dd1e489e72536ae89be9a06e6c60e21c0..ac7b9bac00339eb69b36abb4a2d825aee8a3fd6d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 08df1c4690390b944d4fec618861922b3a9b3109..409f51673fb755b3265d89aed072f3f06fa2b1e8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 0fc4f5c7890ba5a1b0f356b79f338f77a3448b5c..08ed94da50c86039cc0533167f8e2ffd803885af 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 721083a10f0b6d4ad1c129ab79c91b6214104677..2fb649d1ab4f9cbb9e9d4478484a083997eaf71b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 1e4e8b0734bc46346d65465e5c8dda64cb93b3a2..ddf8dfe91ce06604dbd3e9596abfda9d4792c725 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 71c2cafe29a68cc7122fad93dcd1b408fbf34e61..5c79cf19ffe0e2f9e04d690862d0aa678b68bac7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 2e2d27dec4627321953976f58610df62f03c1871..668fb2bca62d894ea6d84c2a4a31f58312116b07 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 0bfbfce70f54014ac6a7a5551a14ce3e925ad8ee..0e4847154ec5625ac6a0b2ee0c5e9ff19b4424c2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 7654fbc9da78d690758ab80158b0623c8f830220..effd7e0933d7e04e7a3492979b3d9e95404dc051 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 25660db13fd5956ab388fa41b8539b165bd7bcd8..2cf4029cf6ccdb9a76934f366f620a1054ebe60d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 f978a5e372a16d261e86c9ca570afe04cf75a06d..a0a0b5872f502eedb3d829c776b2a06eb789154a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 b61aded3105d2b892eb21ed5b9d861b73e477e61..fd420bac7dd60a302f7abb782e125fd30610a4da 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 4539bd268f972ff99e75cb11921eb610b4bc3c67..6fedebb76fd5db7abd478529c7efb19d6ab9b912 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 d08d2e501affa816a9b8c13d87ba961074457b1e..d3fca8c4ecccabeb103f7dfe057263a00af40d56 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 02a58d4f956874353cd43cae6fee4e823cc82bc3..ec999ca4bfe89a6672cf8c17febdd6c9a16c1dc7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 b9db2f154ec74ca9ce5daec6890d76c108a48c6a..98f6b431cf022ed9e51f1d606e6303f745137130 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 b0babce9cf0bf30dc0949d6b10e96a3284ec0dff..3ce94acfcd8af2894613332ebc1b7e7ac76df0eb 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 8717bdd49deaa57d46f5ee8e87e14ac226f61e8c..ba66f860cfc1fa4286f1ddcc1784655d153d55ca 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 d9885b43cb78ad19ed635c04d4ddef9a17b85295..e017f4e4a91b09e15c20e8b20a5fc849895cc396 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 5e3a7188c9029e0646dbeef266fe8f2699a54f20..4e1749429032ec55f9870990cd0ceea7150e7f0f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 d2003fcf807a954257b835565b38e4d0fe59032d..012a8c2f15841b288490e86f7a147cbbbad1d8fa 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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 27c2f3b7440521cd323551c547a8e2117796e6a4..5bfa293f0b40f86054dccbb743d650424e8dd71c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.