X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=tests%2Fketama_test_cases_spy.h;h=b587031ff2a31f24395cd47e6cf142ce1f8a0b28;hb=1d3ffcb8031a12f06404a0700d556901b773c409;hp=5e6a9378b918cb2f7ef524d91abf1df8424f2589;hpb=4c8d96d66ed97bf25db6afbd14abfbeb42661371;p=m6w6%2Flibmemcached diff --git a/tests/ketama_test_cases_spy.h b/tests/ketama_test_cases_spy.h index 5e6a9378..b587031f 100644 --- a/tests/ketama_test_cases_spy.h +++ b/tests/ketama_test_cases_spy.h @@ -1,5 +1,12 @@ -#ifndef TESTS_KETAMA_TEST_CASES_SPY_H -#define TESTS_KETAMA_TEST_CASES_SPY_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; @@ -107,4 +114,3 @@ static struct { { "\\MQ_XNT7L-", 1259349383UL, 1259509450UL, "10.0.1.5" }, { "VD6D0]ba_\\", 3842502950UL, 3842588691UL, "10.0.1.7" }, }; -#endif