]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/os_support.h
Feedback from Karl H. Beckers about mouse cursor
[ffmpeg] / libavformat / os_support.h
index 4dd80a59d1b63694f547919ba53138c845c613b9..e76a9aaaf7574073f948120ea5ad6856750aba41 100644 (file)
@@ -1,3 +1,24 @@
+/*
+ * various utilities for ffmpeg system
+ * copyright (c) 2000, 2001, 2002 Fabrice Bellard
+ *
+ * This file is part of FFmpeg.
+ *
+ * FFmpeg is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * FFmpeg 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
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with FFmpeg; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ */
+
 #ifndef _OS_SUPPORT_H
 #define _OS_SUPPORT_H