X-Git-Url: https://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=src%2Flist.h;h=ac259c697e9c489e8269347c20b002dcf20b57d0;hb=b59ec44bffce28192c6408fed838c4d593a17c82;hp=1b66014f2f78c47516b714a4eb34329ab5555124;hpb=4f673b9c3df300c81d8bf73635688dbc249c7a53;p=ppastats.git diff --git a/src/list.h b/src/list.h index 1b66014..ac259c6 100644 --- a/src/list.h +++ b/src/list.h @@ -1,21 +1,21 @@ /* - Copyright (C) 2011 jeanfi@gmail.com - - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. - - This program 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - 02110-1301 USA -*/ + * Copyright (C) 2011-2014 jeanfi@gmail.com + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License as + * published by the Free Software Foundation; either version 2 of the + * License, or (at your option) any later version. + * + * This program 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 + * General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + * 02110-1301 USA + */ #ifndef _PPASTATS_LIST_H_ #define _PPASTATS_LIST_H_ @@ -31,7 +31,7 @@ int list_length(void **list); /* * Adds item into a list. * - * Returns a new allocated list contains all items. + * Returns a new allocated list containing all items. */ void **list_add(void **list, void *new_item);