aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorOlivier Tilloy <olivier@tilloy.net>2007-01-08 22:47:12 +0100
committerOlivier Tilloy <olivier@tilloy.net>2007-01-08 22:47:12 +0100
commit222123ed4bb3d11483578c7a8f1c5722e4f78b71 (patch)
treedccb479b4c7a2267f84bd8ded730ff92ab799724 /src
parent141bbb51c7c208ec9cbf6d672fb6855e2217c380 (diff)
downloadpyexiv2-222123ed4bb3d11483578c7a8f1c5722e4f78b71.tar.gz
Updated the todo list.
Fixed a small mistake in the GPL header of several source files.
Diffstat (limited to 'src')
-rw-r--r--src/libpyexiv2.cpp2
-rw-r--r--src/libpyexiv2.hpp2
-rw-r--r--src/libpyexiv2_wrapper.cpp2
-rw-r--r--src/pyexiv2.py2
-rw-r--r--src/pyqt-example.py2
-rw-r--r--src/todo2
6 files changed, 5 insertions, 7 deletions
diff --git a/src/libpyexiv2.cpp b/src/libpyexiv2.cpp
index 2c8fb4d..6334670 100644
--- a/src/libpyexiv2.cpp
+++ b/src/libpyexiv2.cpp
@@ -2,7 +2,7 @@
/*
* Copyright (C) 2006 Olivier Tilloy <olivier@tilloy.net>
*
- * This program is part of the pyexiv2 distribution.
+ * This file is part of the pyexiv2 distribution.
*
* pyexiv2 is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/src/libpyexiv2.hpp b/src/libpyexiv2.hpp
index a4bb735..a98d002 100644
--- a/src/libpyexiv2.hpp
+++ b/src/libpyexiv2.hpp
@@ -2,7 +2,7 @@
/*
* Copyright (C) 2006 Olivier Tilloy <olivier@tilloy.net>
*
- * This program is part of the pyexiv2 distribution.
+ * This file is part of the pyexiv2 distribution.
*
* pyexiv2 is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/src/libpyexiv2_wrapper.cpp b/src/libpyexiv2_wrapper.cpp
index a84cd11..a3691ed 100644
--- a/src/libpyexiv2_wrapper.cpp
+++ b/src/libpyexiv2_wrapper.cpp
@@ -2,7 +2,7 @@
/*
* Copyright (C) 2006 Olivier Tilloy <olivier@tilloy.net>
*
- * This program is part of the pyexiv2 distribution.
+ * This file is part of the pyexiv2 distribution.
*
* pyexiv2 is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/src/pyexiv2.py b/src/pyexiv2.py
index 6f24e0a..e814be1 100644
--- a/src/pyexiv2.py
+++ b/src/pyexiv2.py
@@ -5,7 +5,7 @@
#
# Copyright (C) 2006 Olivier Tilloy <olivier@tilloy.net>
#
-# This program is part of the pyexiv2 distribution.
+# This file is part of the pyexiv2 distribution.
#
# pyexiv2 is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
diff --git a/src/pyqt-example.py b/src/pyqt-example.py
index ffecf87..cfa0d70 100644
--- a/src/pyqt-example.py
+++ b/src/pyqt-example.py
@@ -5,7 +5,7 @@
#
# Copyright (C) 2007 Olivier Tilloy <olivier@tilloy.net>
#
-# This program is part of the pyexiv2 distribution.
+# This file is part of the pyexiv2 distribution.
#
# pyexiv2 is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
diff --git a/src/todo b/src/todo
index 0ea0952..92d5a35 100644
--- a/src/todo
+++ b/src/todo
@@ -2,5 +2,3 @@ todo list
- Add extensive unit tests
- Document the binding
-- Provide examples on how to use the thumbnail extraction features with pygtk
- and pyqt