X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=libtest%2Fstats.h;h=7e7cdd078a0702408b16ae60133d47f4704a786e;hb=2674b74b067e8578bf323445a88f46bb3fa18ffd;hp=29be06c66e08f156ad4943e22c146ff256837303;hpb=50dc8599f105fe915607e6f2d57851fd9acad839;p=m6w6%2Flibmemcached diff --git a/libtest/stats.h b/libtest/stats.h index 29be06c6..7e7cdd07 100644 --- a/libtest/stats.h +++ b/libtest/stats.h @@ -1,10 +1,27 @@ -/* uTest Copyright (C) 2011 Data Differential, http://datadifferential.com/ +/* vim:expandtab:shiftwidth=2:tabstop=2:smarttab: + * + * libtest * - * Use and distribution licensed under the BSD license. See - * the COPYING file in the parent directory for full text. + * Copyright (C) 2011 Data Differential, http://datadifferential.com/ + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 3 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ + #pragma once + struct Stats { int32_t collection_success; int32_t collection_skipped;