From b778f3486ef8c8f21be3712ac15f387d1d02d5d9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9mi=20Denis-Courmont?= Date: Mon, 20 Aug 2007 19:01:32 +0000 Subject: [PATCH] Something went wrong here --- src/misc/events.c | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/src/misc/events.c b/src/misc/events.c index 3a0a4a0b63..9db64c2842 100644 --- a/src/misc/events.c +++ b/src/misc/events.c @@ -1,3 +1,26 @@ +/***************************************************************************** + * events.c: events interface + * This library provides an interface to the send and receive events. + * It is more lightweight than variable based callback. + * Methode + ***************************************************************************** + * Copyright (C) 1998-2005 the VideoLAN team + * $Id$ + * + * Authors: Pierre d'Herbemont + * + * 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. *****************************************************************************/ -- 2.39.2