Browse code

Consistently place comments in file header.

Originally committed as revision 10730 to svn://svn.ffmpeg.org/ffmpeg/trunk

Diego Biurrun authored on 2007/10/14 18:30:53
Showing 1 changed files
... ...
@@ -2,6 +2,8 @@
2 2
  * RC4 encryption/decryption/pseudo-random number generator
3 3
  * Copyright (c) 2007 Reimar Doeffinger
4 4
  *
5
+ * loosely based on LibTomCrypt by Tom St Denis
6
+ *
5 7
  * This file is part of FFmpeg.
6 8
  *
7 9
  * FFmpeg is free software; you can redistribute it and/or
... ...
@@ -17,8 +19,6 @@
17 17
  * You should have received a copy of the GNU Lesser General Public
18 18
  * License along with FFmpeg; if not, write to the Free Software
19 19
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
20
- *
21
- * loosely based on LibTomCrypt by Tom St Denis
22 20
  */
23 21
 #include "common.h"
24 22
 #include "rc4.h"