diff options
author | Max Horn | 2011-04-18 13:59:10 +0200 |
---|---|---|
committer | Max Horn | 2011-04-18 16:30:06 +0200 |
commit | 0402ec4ea2b51a2e1ebaefc90bdad3272a8dabb4 (patch) | |
tree | e629e2aa6a7fda2269451fe40b1f3de8818d33f5 /backends/platform/symbian/src | |
parent | 5563b25faf27717de31c358fe26ee98557f508bb (diff) | |
download | scummvm-rg350-0402ec4ea2b51a2e1ebaefc90bdad3272a8dabb4.tar.gz scummvm-rg350-0402ec4ea2b51a2e1ebaefc90bdad3272a8dabb4.tar.bz2 scummvm-rg350-0402ec4ea2b51a2e1ebaefc90bdad3272a8dabb4.zip |
SYMBIAN: Clarify vsnprintf.h legal header a little bit
Diffstat (limited to 'backends/platform/symbian/src')
-rw-r--r-- | backends/platform/symbian/src/vsnprintf.h | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/backends/platform/symbian/src/vsnprintf.h b/backends/platform/symbian/src/vsnprintf.h index 5a9c836ea3..0dd46a2359 100644 --- a/backends/platform/symbian/src/vsnprintf.h +++ b/backends/platform/symbian/src/vsnprintf.h @@ -1,8 +1,11 @@ /* - * This is the vsnprintf for scummvm/symbian implementation from the original snprintf.c, - * all support functions has been removed and vsnprintf renamed to symbian_vsnprintf + * This is the vsnprintf for scummvm/symbian implementation from the original + * snprintf.c, all support functions has been removed and vsnprintf renamed to + * symbian_vsnprintf + * According to the homepage this function may be licensed under either the + * Frontier Artistic License or the GPL. + * * snprintf.c - a portable implementation of snprintf - * According to the homepage this function could be licensed as either Frontier Aritistic or GPL. * * AUTHOR * Mark Martinec <mark.martinec@ijs.si>, April 1999. |