X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=folly%2FTimeoutQueue.cpp;h=f70724e01bec7d4155b7aed913784a535f251ebc;hb=59cb2ab00419bffb627e89cb096e1288c2f37eeb;hp=52877c3e6c3d62b3985b26639c14d3a6a221751c;hpb=321542683a01c3f334047531e9b487f047129775;p=folly.git diff --git a/folly/TimeoutQueue.cpp b/folly/TimeoutQueue.cpp index 52877c3e..f70724e0 100644 --- a/folly/TimeoutQueue.cpp +++ b/folly/TimeoutQueue.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 Facebook, Inc. + * Copyright 2011-present Facebook, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -73,4 +73,4 @@ int64_t TimeoutQueue::runInternal(int64_t now, bool onceOnly) { return nextExp; } -} // namespace folly +} // namespace folly