diff options
author | Derek Buitenhuis <derek.buitenhuis@gmail.com> | 2012-03-19 18:06:48 -0400 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-03-20 05:01:32 +0100 |
commit | 30f2d97afe14ea7c067b22c4728ebe26eef6cc65 (patch) | |
tree | 896195cead0a144bf803ffe13097716ed14cc130 | |
parent | 41bd3519b0e75c7b0fbd21fdafd55e1b8b37ded8 (diff) | |
download | ffmpeg-30f2d97afe14ea7c067b22c4728ebe26eef6cc65.tar.gz |
zerocodec: Fix license
ISC doesn't contain this line, so remove it to
prevent confusion.
Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r-- | libavcodec/zerocodec.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/zerocodec.c b/libavcodec/zerocodec.c index 15f7e92cd3..1718818d92 100644 --- a/libavcodec/zerocodec.c +++ b/libavcodec/zerocodec.c @@ -3,8 +3,6 @@ * * Copyright (c) 2012, Derek Buitenhuis * - * This file is part of FFMpeg. - * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice appear in all copies. |