From e5efbfc472c68d624680658c670f4f3166bf0cec Mon Sep 17 00:00:00 2001 From: Nedko Arnaudov Date: Sun, 2 Dec 2012 23:52:43 +0200 Subject: [PATCH] Add missing header text --- daemon/load.c | 27 +++++++++++++++++++++------ 1 file changed, 21 insertions(+), 6 deletions(-) diff --git a/daemon/load.c b/daemon/load.c index 8d5d8b0b..77e34fea 100644 --- a/daemon/load.c +++ b/daemon/load.c @@ -1,13 +1,28 @@ /* -*- Mode: C ; c-basic-offset: 2 -*- */ -/***************************************************************************** +/* + * LADI Session Handler (ladish) * - * DESCRIPTION: - * + * Copyright (C) 2009,2010,2011,2012 Nedko Arnaudov * - * NOTES: - * + ************************************************************************** + * This file contains implementation for the load helper functions + ************************************************************************** * - *****************************************************************************/ + * LADI Session Handler 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. + * + * LADI Session Handler 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 LADI Session Handler. If not, see + * or write to the Free Software Foundation, Inc., + * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. + */ #include "load.h" #include "limits.h"