Update SSLContext to use folly::Random and discrete_distribution
[folly.git] / folly / AtomicBitSet.h
index 4b030ca9a9e2fed1b0da1b3db78b8749fc916549..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.
@@ -160,4 +160,3 @@ inline bool AtomicBitSet<N>::operator[](size_t idx) const {
 }  // namespaces
 
 #endif /* FOLLY_ATOMICBITSET_H_ */
-