diff options
author | Olivier Tilloy <olivier@tilloy.net> | 2009-01-09 20:29:19 +0100 |
---|---|---|
committer | Olivier Tilloy <olivier@tilloy.net> | 2009-01-09 20:29:19 +0100 |
commit | 3528a5f69b6f16c00673e2e0c9966a6d88fb0163 (patch) | |
tree | ca054ed03632c2ec0ce9d1b08fdbbfab10865131 | |
parent | 7e438eae3bc03451ecebd8690496ace9005988b7 (diff) | |
download | pyexiv2-3528a5f69b6f16c00673e2e0c9966a6d88fb0163.tar.gz |
Updated headers' dates.
-rw-r--r-- | src/exiv2wrapper.cpp | 2 | ||||
-rw-r--r-- | src/exiv2wrapper.hpp | 2 | ||||
-rw-r--r-- | src/exiv2wrapper_python.cpp | 2 | ||||
-rw-r--r-- | src/pyexiv2.py | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/src/exiv2wrapper.cpp b/src/exiv2wrapper.cpp index 3797b99..5b1f47e 100644 --- a/src/exiv2wrapper.cpp +++ b/src/exiv2wrapper.cpp @@ -1,6 +1,6 @@ // ***************************************************************************** /* - * Copyright (C) 2006-2008 Olivier Tilloy <olivier@tilloy.net> + * Copyright (C) 2006-2009 Olivier Tilloy <olivier@tilloy.net> * * This file is part of the pyexiv2 distribution. * diff --git a/src/exiv2wrapper.hpp b/src/exiv2wrapper.hpp index 99929fc..9d86f1b 100644 --- a/src/exiv2wrapper.hpp +++ b/src/exiv2wrapper.hpp @@ -1,6 +1,6 @@ // ***************************************************************************** /* - * Copyright (C) 2006-2008 Olivier Tilloy <olivier@tilloy.net> + * Copyright (C) 2006-2009 Olivier Tilloy <olivier@tilloy.net> * * This file is part of the pyexiv2 distribution. * diff --git a/src/exiv2wrapper_python.cpp b/src/exiv2wrapper_python.cpp index b28c2cf..55c0cf6 100644 --- a/src/exiv2wrapper_python.cpp +++ b/src/exiv2wrapper_python.cpp @@ -1,6 +1,6 @@ // ***************************************************************************** /* - * Copyright (C) 2006-2008 Olivier Tilloy <olivier@tilloy.net> + * Copyright (C) 2006-2009 Olivier Tilloy <olivier@tilloy.net> * * This file is part of the pyexiv2 distribution. * diff --git a/src/pyexiv2.py b/src/pyexiv2.py index e37076a..801711e 100644 --- a/src/pyexiv2.py +++ b/src/pyexiv2.py @@ -3,7 +3,7 @@ # ****************************************************************************** # -# Copyright (C) 2006-2008 Olivier Tilloy <olivier@tilloy.net> +# Copyright (C) 2006-2009 Olivier Tilloy <olivier@tilloy.net> # # This file is part of the pyexiv2 distribution. # |