Future<Unit> global fixup
[folly.git] / folly / ThreadCachedArena.cpp
index bcc2ff8e2677a8bc6c2a9ebe2caf82bd90be89fa..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.
@@ -41,4 +41,3 @@ void ThreadCachedArena::zombify(SysArena&& arena) {
 }
 
 }  // namespace folly
-