]> git.sesse.net Git - vlc/commitdiff
Something went wrong here
authorRémi Denis-Courmont <rem@videolan.org>
Mon, 20 Aug 2007 19:01:32 +0000 (19:01 +0000)
committerRémi Denis-Courmont <rem@videolan.org>
Mon, 20 Aug 2007 19:01:32 +0000 (19:01 +0000)
src/misc/events.c

index 3a0a4a0b633944b44802f9ed56d8923fff6e46c6..9db64c28422a5dfb84f66aa829d3782207e7ddb7 100644 (file)
@@ -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 <pdherbemont # videolan.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 Street, Fifth Floor, Boston MA 02110-1301, USA.
  *****************************************************************************/