From: Gunnar Beutner Date: Sun, 15 Jul 2012 22:04:16 +0000 (+0200) Subject: Added missing GPL Header. X-Git-Tag: v0.0.1~225 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=52f4bd7a727930aeb6bbe4b8d2d5fd3f96a97abd;p=icinga2 Added missing GPL Header. --- diff --git a/base/ioqueue.h b/base/ioqueue.h index 11fd03035..8388ccd0a 100644 --- a/base/ioqueue.h +++ b/base/ioqueue.h @@ -1,3 +1,22 @@ +/****************************************************************************** + * Icinga 2 * + * Copyright (C) 2012 Icinga Development Team (http://www.icinga.org/) * + * * + * 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 St, Fifth Floor, Boston, MA 02110-1301, USA. * + ******************************************************************************/ + #ifndef IOQUEUE_H #define IOQUEUE_H