summaryrefslogtreecommitdiffstats
path: root/libaf
diff options
context:
space:
mode:
authoralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-07-27 11:09:42 +0000
committeralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-07-27 11:09:42 +0000
commit221a599f2addd802b7d00e75649fef8743657deb (patch)
treeefda153cdc32d7e9b1465c18ebbfeaa0b7433930 /libaf
parentb921b034bc1e53eba775286a626bc256ea1001d1 (diff)
downloadmpv-221a599f2addd802b7d00e75649fef8743657deb.tar.bz2
mpv-221a599f2addd802b7d00e75649fef8743657deb.tar.xz
added missing license header
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16116 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libaf')
-rw-r--r--libaf/format.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/libaf/format.c b/libaf/format.c
index 5669ac81f4..e9d1a61624 100644
--- a/libaf/format.c
+++ b/libaf/format.c
@@ -1,3 +1,13 @@
+/*=============================================================================
+//
+// This software has been released under the terms of the GNU General Public
+// license. See http://www.gnu.org/copyleft/gpl.html for details.
+//
+// Copyright 2005 Alex Beregszaszi
+//
+//=============================================================================
+*/
+
#include <stdio.h>
#include <stdlib.h>
#include <string.h>