X-Git-Url: http://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=src%2Flp_json.h;h=7f1cdab1f8b88f31e44eac2e1d2e194febeb7208;hb=cb642aa184b4975dceb8cb596a3285d0e3a91e55;hp=09b68911239b01eeb6202f532a11668c62a1a010;hpb=f2b0384f6231324f53e78aa458b9a46b0e659c43;p=ppastats.git diff --git a/src/lp_json.h b/src/lp_json.h index 09b6891..7f1cdab 100644 --- a/src/lp_json.h +++ b/src/lp_json.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-2012 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_LP_JSON_H_ #define _PPASTATS_LP_JSON_H_ @@ -25,7 +25,7 @@ #include "lp.h" struct binary_package_publishing_history * -json_object_to_binary_package_publishing_history(json_object *o); +json_object_to_binary_package_publishing_history(json_object * o); struct binary_package_publishing_history * * json_object_to_binary_package_publishing_history_list(json_object *o);