diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/libpyexiv2.cpp | 2 | ||||
-rw-r--r-- | src/libpyexiv2.hpp | 2 | ||||
-rw-r--r-- | src/libpyexiv2_wrapper.cpp | 2 | ||||
-rw-r--r-- | src/pyexiv2.py | 2 | ||||
-rw-r--r-- | src/pyqt-example.py | 2 | ||||
-rw-r--r-- | src/todo | 2 |
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 @@ -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 |