X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=tests%2Fketama_test_cases.h;h=49d1eaa51c2672fa51f481976926660e241bdc61;hb=e7798c555a23889e14ed27654be97141d6383b9e;hp=3d770f169773f4f977ff27c9484c6f63da946e8c;hpb=90a467967e3bc3a0508044e74ef9cf7b811ab095;p=m6w6%2Flibmemcached diff --git a/tests/ketama_test_cases.h b/tests/ketama_test_cases.h index 3d770f16..49d1eaa5 100644 --- a/tests/ketama_test_cases.h +++ b/tests/ketama_test_cases.h @@ -1,5 +1,12 @@ -#ifndef TESTS_KETAMA_TEST_CASES_H -#define TESTS_KETAMA_TEST_CASES_H +/* + * Copyright (C) 2006-2009 Brian Aker + * All rights reserved. + * + * Use and distribution licensed under the BSD license. See + * the COPYING file in the parent directory for full text. + */ + +#pragma once static struct { const char *key; @@ -109,5 +116,3 @@ static struct { }; #include "ketama_test_cases_spy.h" - -#endif