Browse code

Change copyright

git-svn: trunk@3449

Nigel Horne authored on 2007/12/22 01:26:12
Showing 1 changed files
... ...
@@ -1,9 +1,7 @@
1 1
 /*
2 2
  *  Extract VBA source code for component MS Office Documents
3 3
  *
4
- *  Copyright (C) 2004 trog@uncon.org
5
- *
6
- *  This code is based on the OpenOffice and libgsf sources.
4
+ *  Copyright (C) 2007 SourceFIRE Inc.
7 5
  *
8 6
  *  This program is free software; you can redistribute it and/or modify
9 7
  *  it under the terms of the GNU General Public License as published by
... ...
@@ -37,7 +35,7 @@ typedef struct vba_project_tag {
37 37
 
38 38
 vba_project_t	*cli_vba_readdir(const char *dir);
39 39
 unsigned char	*cli_vba_inflate(int fd, off_t offset, int *size);
40
-int cli_decode_ole_object(int fd, const char *dir);
40
+int	cli_decode_ole_object(int fd, const char *dir);
41 41
 char	*cli_ppt_vba_read(const char *filename);
42 42
 vba_project_t	*cli_wm_readdir(const char *dir);
43 43
 unsigned char	*cli_wm_decrypt_macro(int fd, off_t offset, uint32_t len,