diff options
author | Diego Nehab <diego@tecgraf.puc-rio.br> | 2009-05-27 09:31:38 +0000 |
---|---|---|
committer | Diego Nehab <diego@tecgraf.puc-rio.br> | 2009-05-27 09:31:38 +0000 |
commit | bce60be30fe8e9c1b0eb33128c23c93d7bca5303 (patch) | |
tree | 3927343c777fcb7764a0f2f89754a0ceab141c21 /src/mime.h | |
parent | d1a72435d5bd3528f3c334cd4d1da16dcead47bf (diff) | |
download | luasocket-bce60be30fe8e9c1b0eb33128c23c93d7bca5303.tar.gz luasocket-bce60be30fe8e9c1b0eb33128c23c93d7bca5303.tar.bz2 luasocket-bce60be30fe8e9c1b0eb33128c23c93d7bca5303.zip |
Decent makefiles!
Diffstat (limited to 'src/mime.h')
-rw-r--r-- | src/mime.h | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -7,16 +7,14 @@ | |||
7 | * This module provides functions to implement transfer content encodings | 7 | * This module provides functions to implement transfer content encodings |
8 | * and formatting conforming to RFC 2045. It is used by mime.lua, which | 8 | * and formatting conforming to RFC 2045. It is used by mime.lua, which |
9 | * provide a higher level interface to this functionality. | 9 | * provide a higher level interface to this functionality. |
10 | * | ||
11 | * RCS ID: $Id$ | ||
12 | \*=========================================================================*/ | 10 | \*=========================================================================*/ |
13 | #include "lua.h" | 11 | #include "lua.h" |
14 | 12 | ||
15 | /*-------------------------------------------------------------------------*\ | 13 | /*-------------------------------------------------------------------------*\ |
16 | * Current MIME library version | 14 | * Current MIME library version |
17 | \*-------------------------------------------------------------------------*/ | 15 | \*-------------------------------------------------------------------------*/ |
18 | #define MIME_VERSION "MIME 1.0.2" | 16 | #define MIME_VERSION "MIME 1.0.3" |
19 | #define MIME_COPYRIGHT "Copyright (C) 2004-2007 Diego Nehab" | 17 | #define MIME_COPYRIGHT "Copyright (C) 2004-2009 Diego Nehab" |
20 | #define MIME_AUTHORS "Diego Nehab" | 18 | #define MIME_AUTHORS "Diego Nehab" |
21 | 19 | ||
22 | /*-------------------------------------------------------------------------*\ | 20 | /*-------------------------------------------------------------------------*\ |