X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=test%2Fmain.cpp;h=4bac6d7190972cbe005a1d7ab1a507e36a1e6c98;hb=cae2bbb45518afd460c9be5036077f51451dda99;hp=34513e542375663a229227904aa71a8767dfcf42;hpb=4d48a64682e4921bda97f1e5ae30321f0cb2b15b;p=awesomized%2Flibmemcached diff --git a/test/main.cpp b/test/main.cpp index 34513e54..4bac6d71 100644 --- a/test/main.cpp +++ b/test/main.cpp @@ -1,3 +1,18 @@ +/* + +--------------------------------------------------------------------+ + | 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 | + +--------------------------------------------------------------------+ +*/ + #define CATCH_CONFIG_RUNNER #include "lib/catch.hpp" #include "setup.hpp"