Mercurial > mplayer.hg
changeset 16115:69eadbd92faa
added missing license header
author | alex |
---|---|
date | Wed, 27 Jul 2005 11:09:42 +0000 |
parents | ab6119582b54 |
children | 86ae36aac3ba |
files | libaf/format.c |
diffstat | 1 files changed, 10 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/libaf/format.c Tue Jul 26 22:39:08 2005 +0000 +++ b/libaf/format.c Wed Jul 27 11:09:42 2005 +0000 @@ -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>