Commit a9d1005e authored by diego's avatar diego

Consistently place comments in file header.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10730 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 86c5f23f
......@@ -2,6 +2,8 @@
* RC4 encryption/decryption/pseudo-random number generator
* Copyright (c) 2007 Reimar Doeffinger
*
* loosely based on LibTomCrypt by Tom St Denis
*
* This file is part of FFmpeg.
*
* FFmpeg is free software; you can redistribute it and/or
......@@ -17,8 +19,6 @@
* You should have received a copy of the GNU Lesser General Public
* License along with FFmpeg; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*
* loosely based on LibTomCrypt by Tom St Denis
*/
#include "common.h"
#include "rc4.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment