start using a .clang-format code style
[m6w6/libmemcached] / test / lib / MemcachedCluster.hpp
index 0a4dcb6bc0a2b08ac3c57b71029174200599c210..202d878db2407666fb72b36a4aed2dc4f443d436 100644 (file)
@@ -1,10 +1,24 @@
+/*
+    +--------------------------------------------------------------------+
+    | libmemcached - C/C++ Client Library for memcached                  |
+    +--------------------------------------------------------------------+
+    | Redistribution and use in source and binary forms, with or without |
+    | modification, are permitted under the terms of the BSD license.    |
+    | You should have received a copy of the license in a bundled file   |
+    | named LICENSE; in case you did not receive a copy you can review   |
+    | the terms online at: https://opensource.org/licenses/BSD-3-Clause  |
+    +--------------------------------------------------------------------+
+    | Copyright (c) 2006-2014 Brian Aker   https://datadifferential.com/ |
+    | Copyright (c) 2020 Michael Wallner   <mike@php.net>                |
+    +--------------------------------------------------------------------+
+*/
+
 #pragma once
 
 #include "common.hpp"
 #include "Cluster.hpp"
 #include "ReturnMatcher.hpp"
 
-
 class MemcachedCluster {
 public:
   using behavior_t = pair<memcached_behavior_t, uint64_t>;