X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=test%2Fsetup.hpp;h=c0fbf102e076e4303a06fbe1b62dbefb473bdc5b;hb=92d18858b417309f6bdee6bce464a4f3d6a375fd;hp=cb008a5f2a523321256d9d0f6152a212b75e0969;hpb=7e2b466107a65e22f1cc258ca8643922dbb60352;p=awesomized%2Flibmemcached diff --git a/test/setup.hpp b/test/setup.hpp index cb008a5f..c0fbf102 100644 --- a/test/setup.hpp +++ b/test/setup.hpp @@ -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 | + +--------------------------------------------------------------------+ +*/ + #pragma once int setup(int &argc, char ***argv);