playback_libeplayer3: mention contributors in file header

This commit is contained in:
Stefan Seyfried
2015-02-13 17:56:41 +01:00
parent 270e282d1f
commit dc5067e5d2

View File

@@ -1,3 +1,17 @@
/*
* CPlayback implementation for SH4 using libeplayer3
*
* (C) 2010-2015 Stefan Seyfried
*
* original code is from tdt git:
* git://gitorious.org/open-duckbox-project-sh4/tdt.git
*
* lots of changes and huge improvements are
* (C) 2013,2014 'martii' <m4rtii@gmx.de>
*
* License: GPLv2 or later, as the rest of libstb-hal
*/
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>