diff options
author | Olivier Tilloy <olivier@tilloy.net> | 2007-01-18 22:18:32 +0100 |
---|---|---|
committer | Olivier Tilloy <olivier@tilloy.net> | 2007-01-18 22:18:32 +0100 |
commit | c17d5dec48a83e856452511ba206a966fc42ce65 (patch) | |
tree | 752ea5302a85441c3993cc264dd57fc0c448f0d1 | |
parent | 3fe171b038568e2698279a41b990ba6c1d943583 (diff) | |
download | pyexiv2-c17d5dec48a83e856452511ba206a966fc42ce65.tar.gz |
Removed useless history in file headers (what use is it when using a VCS anyway?).
-rw-r--r-- | src/libpyexiv2.cpp | 3 | ||||
-rw-r--r-- | src/libpyexiv2.hpp | 3 | ||||
-rw-r--r-- | src/libpyexiv2_wrapper.cpp | 2 | ||||
-rw-r--r-- | src/pyexiv2.py | 6 | ||||
-rw-r--r-- | src/pygtk-example.py | 1 | ||||
-rw-r--r-- | src/pyqt-example.py | 1 |
6 files changed, 0 insertions, 16 deletions
diff --git a/src/libpyexiv2.cpp b/src/libpyexiv2.cpp index 6334670..4c5df9b 100644 --- a/src/libpyexiv2.cpp +++ b/src/libpyexiv2.cpp @@ -21,9 +21,6 @@ /* File: libpyexiv2.cpp Author(s): Olivier Tilloy <olivier@tilloy.net> - History: 28-Dec-06, Olivier Tilloy: created - 30-Dec-06, Olivier Tilloy: implemented IPTC-related methods - 03-Jan-07, Olivier Tilloy: implemented thumbnail-related methods */ // ***************************************************************************** diff --git a/src/libpyexiv2.hpp b/src/libpyexiv2.hpp index a98d002..1af3134 100644 --- a/src/libpyexiv2.hpp +++ b/src/libpyexiv2.hpp @@ -21,9 +21,6 @@ /* File: libpyexiv2.hpp Author(s): Olivier Tilloy <olivier@tilloy.net> - History: 28-Dec-06, Olivier Tilloy: created - 30-Dec-06, Olivier Tilloy: added IPTC-related methods - 03-Jan-07, Olivier Tilloy: added thumbnail-related methods */ // ***************************************************************************** diff --git a/src/libpyexiv2_wrapper.cpp b/src/libpyexiv2_wrapper.cpp index a3691ed..aa474b9 100644 --- a/src/libpyexiv2_wrapper.cpp +++ b/src/libpyexiv2_wrapper.cpp @@ -21,8 +21,6 @@ /* File: libpyexiv2_wrapper.cpp Author(s): Olivier Tilloy <olivier@tilloy.net> - History: 28-Dec-06, Olivier Tilloy: created - 30-Dec-06, Olivier Tilloy: added IPTC-related methods */ // ***************************************************************************** diff --git a/src/pyexiv2.py b/src/pyexiv2.py index e4eae75..08cf936 100644 --- a/src/pyexiv2.py +++ b/src/pyexiv2.py @@ -24,12 +24,6 @@ # # File: pyexiv2.py # Author(s): Olivier Tilloy <olivier@tilloy.net> -# History: 28-Dec-06, Olivier Tilloy: created -# 30-Dec-06, Olivier Tilloy: documentation using doc strings -# 08-Jan-07, Olivier Tilloy: improved the datetime conversion algo -# 10-Jan-07, Olivier Tilloy: added method getIptcTagValue -# 17-Jan-07, Olivier Tilloy: improved date and time conversion algos -# added method setIptcTagValue # # ****************************************************************************** diff --git a/src/pygtk-example.py b/src/pygtk-example.py index 7c90661..67c550e 100644 --- a/src/pygtk-example.py +++ b/src/pygtk-example.py @@ -24,7 +24,6 @@ # # File: pyqt-example.py # Author(s): Olivier Tilloy <olivier@tilloy.net> -# History: 07-Jan-06, Olivier Tilloy: created # # ****************************************************************************** diff --git a/src/pyqt-example.py b/src/pyqt-example.py index cfa0d70..2d1abb4 100644 --- a/src/pyqt-example.py +++ b/src/pyqt-example.py @@ -24,7 +24,6 @@ # # File: pyqt-example.py # Author(s): Olivier Tilloy <olivier@tilloy.net> -# History: 07-Jan-06, Olivier Tilloy: created # # ****************************************************************************** |