X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=test%2Fsetup.hpp;h=c0fbf102e076e4303a06fbe1b62dbefb473bdc5b;hb=e30188007a7b3fbcd104f5bd9de3764d3a049fa8;hp=cb008a5f2a523321256d9d0f6152a212b75e0969;hpb=4d48a64682e4921bda97f1e5ae30321f0cb2b15b;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);