Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Added standard header to source files that were missing it.
  • Loading branch information
icculus committed Nov 11, 2010
1 parent a91329c commit 1171f47
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 0 deletions.
8 changes: 8 additions & 0 deletions checksum_crc32.c
@@ -1,3 +1,11 @@
/**
* MojoSetup; a portable, flexible installation application.
*
* Please see the file LICENSE.txt in the source's root directory.
*
* This file written by Ryan C. Gordon.
*/

#include "universal.h"

#if SUPPORT_CRC32
Expand Down
8 changes: 8 additions & 0 deletions checksum_md5.c
@@ -1,3 +1,11 @@
/**
* MojoSetup; a portable, flexible installation application.
*
* Please see the file LICENSE.txt in the source's root directory.
*
* This file written by Ryan C. Gordon.
*/

#include "universal.h"

#if SUPPORT_MD5
Expand Down
8 changes: 8 additions & 0 deletions checksum_sha1.c
@@ -1,3 +1,11 @@
/**
* MojoSetup; a portable, flexible installation application.
*
* Please see the file LICENSE.txt in the source's root directory.
*
* This file written by Ryan C. Gordon.
*/

#include "universal.h"

#if SUPPORT_SHA1
Expand Down

0 comments on commit 1171f47

Please sign in to comment.