allow command to accept "--" separator
[folly.git] / folly / experimental / StringKeyedCommon.h
index 416874dff41306a1c82c357f4ec6add6d9c91502..c281cb5b13fb3a0c7dcedb2f4695a4b645582440 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2017 Facebook, Inc.
+ * Copyright 2015-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.
@@ -42,4 +42,4 @@ void stringPieceDel(StringPiece piece, const Alloc& alloc) {
     .deallocate(const_cast<char*>(piece.data()), piece.size());
 }
 
-} // folly
+} // namespace folly