diff --git a/src/Editors/ObjectEntries.py b/src/Editors/ObjectEntries.py index 7291cb121..f1327efd1 100644 --- a/src/Editors/ObjectEntries.py +++ b/src/Editors/ObjectEntries.py @@ -2,7 +2,6 @@ # Gramps - a GTK+/GNOME based genealogy program # # Copyright (C) 2000-2006 Donald N. Allingham -# Copyright (C) 2007-2008 The Gramps Developers # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/widgets/__init__.py b/src/widgets/__init__.py index 283beadc5..21de814ee 100644 --- a/src/widgets/__init__.py +++ b/src/widgets/__init__.py @@ -1,7 +1,7 @@ # # Gramps - a GTK+/GNOME based genealogy program # -# Copyright (C) 2008 The Gramps Developers +# Copyright (C) 2008 Zsolt Foldvari # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -33,8 +33,6 @@ from multitypecomboentry import MultiTypeComboEntry from toolbarwidgets import * from styledtextbuffer import * from styledtexteditor import * -# moved to src/ because of circular dependency -#from objectentries import * from unused import * # Enabling custom widgets to be included in Glade diff --git a/src/widgets/buttons.py b/src/widgets/buttons.py index 2c73ee4cc..1645f2efe 100644 --- a/src/widgets/buttons.py +++ b/src/widgets/buttons.py @@ -2,7 +2,6 @@ # Gramps - a GTK+/GNOME based genealogy program # # Copyright (C) 2000-2006 Donald N. Allingham -# Copyright (C) 2007-2008 The Gramps Developers # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/widgets/expandcollapsearrow.py b/src/widgets/expandcollapsearrow.py index fad959ca0..a254cd8b8 100644 --- a/src/widgets/expandcollapsearrow.py +++ b/src/widgets/expandcollapsearrow.py @@ -2,7 +2,6 @@ # Gramps - a GTK+/GNOME based genealogy program # # Copyright (C) 2000-2006 Donald N. Allingham -# Copyright (C) 2007-2008 The Gramps Developers # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/widgets/labels.py b/src/widgets/labels.py index 6594307fc..f397a09a1 100644 --- a/src/widgets/labels.py +++ b/src/widgets/labels.py @@ -2,7 +2,6 @@ # Gramps - a GTK+/GNOME based genealogy program # # Copyright (C) 2000-2006 Donald N. Allingham -# Copyright (C) 2007-2008 The Gramps Developers # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/widgets/linkbox.py b/src/widgets/linkbox.py index e9bf49d61..b753bfd80 100644 --- a/src/widgets/linkbox.py +++ b/src/widgets/linkbox.py @@ -2,7 +2,6 @@ # Gramps - a GTK+/GNOME based genealogy program # # Copyright (C) 2000-2006 Donald N. Allingham -# Copyright (C) 2007-2008 The Gramps Developers # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/widgets/monitoredwidgets.py b/src/widgets/monitoredwidgets.py index 2d547e2b6..d4b167322 100644 --- a/src/widgets/monitoredwidgets.py +++ b/src/widgets/monitoredwidgets.py @@ -2,7 +2,6 @@ # Gramps - a GTK+/GNOME based genealogy program # # Copyright (C) 2000-2006 Donald N. Allingham -# Copyright (C) 2007-2008 The Gramps Developers # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/widgets/statusbar.py b/src/widgets/statusbar.py index f50e54aea..a58d70382 100644 --- a/src/widgets/statusbar.py +++ b/src/widgets/statusbar.py @@ -1,8 +1,7 @@ # # Gramps - a GTK+/GNOME based genealogy program # -# Copyright (C) 2000-2006 Donald N. Allingham -# Copyright (C) 2007-2008 The Gramps Developers +# Copyright (C) 2007-2008 Zsolt Foldvari # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/widgets/unused.py b/src/widgets/unused.py index 3c84397a9..cb70cfba3 100644 --- a/src/widgets/unused.py +++ b/src/widgets/unused.py @@ -2,7 +2,6 @@ # Gramps - a GTK+/GNOME based genealogy program # # Copyright (C) 2000-2006 Donald N. Allingham -# Copyright (C) 2007-2008 The Gramps Developers # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/widgets/validatedmaskedentry.py b/src/widgets/validatedmaskedentry.py index 03ecfd5f8..3299338d0 100644 --- a/src/widgets/validatedmaskedentry.py +++ b/src/widgets/validatedmaskedentry.py @@ -1,8 +1,7 @@ # # Gramps - a GTK+/GNOME based genealogy program # -# Copyright (C) 2000-2006 Donald N. Allingham -# Copyright (C) 2007-2008 The Gramps Developers +# Copyright (C) 2007-2008 Zsolt Foldvari # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by