From: Florian Forster Date: Tue, 17 Feb 2009 12:14:30 +0000 (+0100) Subject: bindings/perl: Update license information in the XS file. X-Git-Tag: liboping-1.0.0~9 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=ac4b351e41eff1e6854d72b96a9ac591ff161e3e;p=liboping.git bindings/perl: Update license information in the XS file. Signed-off-by: Florian Forster --- diff --git a/bindings/perl/Oping.xs b/bindings/perl/Oping.xs index d97d4f8..19da01c 100644 --- a/bindings/perl/Oping.xs +++ b/bindings/perl/Oping.xs @@ -1,3 +1,26 @@ +/** + * Net-Oping - Oping.xs + * Copyright (C) 2007 Olivier Fredj + * Copyright (C) 2008,2009 Florian octo Forster + * + * 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; only version 2 of the License is + * applicable. + * + * 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 St, Fifth Floor, Boston, MA 02110-1301 USA + * + * Authors: + * Olivier Fredj + * Florian octo Forster + */ #include "EXTERN.h" #include "perl.h" #include "XSUB.h"