From dfbcabb957644769d17dfbb367eb3a52167c0506 Mon Sep 17 00:00:00 2001 From: decalage2 Date: Sun, 6 Feb 2022 22:55:38 +0100 Subject: [PATCH] Updated version after PR #737 and license for 2022 --- README.md | 2 +- oletools/olevba.py | 4 ++-- setup.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f9d4d07..d7a13d9 100644 --- a/README.md +++ b/README.md @@ -225,7 +225,7 @@ License This license applies to the python-oletools package, apart from the thirdparty folder which contains third-party files published with their own license. -The python-oletools package is copyright (c) 2012-2021 Philippe Lagadec (http://www.decalage.info) +The python-oletools package is copyright (c) 2012-2022 Philippe Lagadec (http://www.decalage.info) All rights reserved. diff --git a/oletools/olevba.py b/oletools/olevba.py index 2f2215a..bec4ea1 100644 --- a/oletools/olevba.py +++ b/oletools/olevba.py @@ -32,7 +32,7 @@ https://github.com/unixfreak0037/officeparser # === LICENSE ================================================================== -# olevba is copyright (c) 2014-2021 Philippe Lagadec (http://www.decalage.info) +# olevba is copyright (c) 2014-2022 Philippe Lagadec (http://www.decalage.info) # All rights reserved. # # Redistribution and use in source and binary forms, with or without modification, @@ -235,7 +235,7 @@ from __future__ import print_function # for issue #619) # 2021-04-14 PL: - added detection of Workbook_BeforeClose (issue #518) -__version__ = '0.60.1.dev3' +__version__ = '0.60.1.dev6' #------------------------------------------------------------------------------ # TODO: diff --git a/setup.py b/setup.py index 75e80ee..2d302e6 100644 --- a/setup.py +++ b/setup.py @@ -55,7 +55,7 @@ import os, fnmatch #--- METADATA ----------------------------------------------------------------- name = "oletools" -version = '0.60.1.dev5' +version = '0.60.1.dev6' desc = "Python tools to analyze security characteristics of MS Office and OLE files (also called Structured Storage, Compound File Binary Format or Compound Document File Format), for Malware Analysis and Incident Response #DFIR" long_desc = open('oletools/README.rst').read() author = "Philippe Lagadec" -- libgit2 0.21.4