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