diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2012-07-04 21:11:39 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-07-04 23:23:17 +0200 |
commit | 1f29504204b5d6e250657612c4cda014e27d9e89 (patch) | |
tree | 3ad52cb310b79b568f77a1700c42c371133cfe72 | |
parent | 0713c38ea3d735e9f0d77ca7d53c58e05eff0777 (diff) | |
download | ffmpeg-1f29504204b5d6e250657612c4cda014e27d9e89.tar.gz |
blowfish.h: include author attribution
Reviewed-by: Clément Bœsch <ubitux@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r-- | libavutil/blowfish.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavutil/blowfish.h b/libavutil/blowfish.h index 8236a46ecb..0b004532de 100644 --- a/libavutil/blowfish.h +++ b/libavutil/blowfish.h @@ -1,5 +1,6 @@ /* * Blowfish algorithm + * Copyright (c) 2012 Samuel Pitoiset * * This file is part of FFmpeg. * |