forked from openlp/openlp
fixed copyright info
This commit is contained in:
commit
1d6b7a164a
@ -4,8 +4,8 @@
|
||||
###############################################################################
|
||||
# OpenLP - Open Source Lyrics Projection #
|
||||
# --------------------------------------------------------------------------- #
|
||||
# Copyright (c) 2008-2010 Raoul Snyman #
|
||||
# Portions copyright (c) 2008-2010 Tim Bentley, Jonathan Corwin, Michael #
|
||||
# Copyright (c) 2008-2011 Raoul Snyman #
|
||||
# Portions copyright (c) 2008-2011 Tim Bentley, Jonathan Corwin, Michael #
|
||||
# Gorven, Scott Guerrieri, Meinert Jordan, Andreas Preikschat, Christian #
|
||||
# Richter, Philip Ridout, Maikel Stuivenberg, Martin Thompson, Jon Tibble, #
|
||||
# Carsten Tinggaard, Frode Woldsund #
|
||||
|
@ -164,9 +164,10 @@ class Ui_AboutDialog(object):
|
||||
self.licenseTextEdit.setPlainText(translate('OpenLP.AboutForm',
|
||||
'Copyright \xa9 2004-2011 Raoul Snyman\n'
|
||||
'Portions copyright \xa9 2004-2011 '
|
||||
'Tim Bentley, Jonathan Corwin, Michael Gorven, Scott Guerrieri, '
|
||||
'Christian Richter, Maikel Stuivenberg, Martin Thompson, Jon '
|
||||
'Tibble, Carsten Tinggaard\n'
|
||||
'Tim Bentley, Jonathan Corwin, Michael Gorven, Scott Guerrieri,\n'
|
||||
'Meinert Jordan, Andreas Preikschat, Christian Richter, Philip\n'
|
||||
'Ridout, Maikel Stuivenberg, Martin Thompson, Jon Tibble, Carstenn'
|
||||
'Tinggaard, Frode Woldsund\n'
|
||||
'\n'
|
||||
'This program is free software; you can redistribute it and/or '
|
||||
'modify it under the terms of the GNU General Public License as '
|
||||
|
@ -109,6 +109,7 @@ class SongExportForm(OpenLPWizard):
|
||||
self.availableGroupBox.setObjectName(u'availableGroupBox')
|
||||
self.verticalLayout = QtGui.QVBoxLayout(self.availableGroupBox)
|
||||
self.verticalLayout.setObjectName(u'verticalLayout')
|
||||
self.verticalLayout.setContentsMargins(0, -1, 0, 0)
|
||||
self.availableListWidget = QtGui.QListWidget(self.availableGroupBox)
|
||||
self.availableListWidget.setObjectName(u'availableListWidget')
|
||||
self.availableListWidget.setSelectionMode(
|
||||
@ -147,6 +148,7 @@ class SongExportForm(OpenLPWizard):
|
||||
self.selectedGroupBox.setObjectName(u'selectedGroupBox')
|
||||
self.verticalLayout = QtGui.QVBoxLayout(self.selectedGroupBox)
|
||||
self.verticalLayout.setObjectName(u'verticalLayout')
|
||||
self.verticalLayout.setContentsMargins(0, -1, 0, 0)
|
||||
self.selectedListWidget = QtGui.QListWidget(self.selectedGroupBox)
|
||||
self.selectedListWidget.setObjectName(u'selectedListWidget')
|
||||
self.selectedListWidget.setSelectionMode(
|
||||
@ -157,7 +159,7 @@ class SongExportForm(OpenLPWizard):
|
||||
self.verticalLayout.addWidget(self.selectedListWidget)
|
||||
self.sourceLayout.addWidget(self.selectedGroupBox)
|
||||
self.addPage(self.sourcePage)
|
||||
#TODO: Add save dialog
|
||||
#TODO: Add save dialog and maybe a search box.
|
||||
|
||||
def retranslateUi(self):
|
||||
"""
|
||||
|
@ -5,7 +5,7 @@
|
||||
# OpenLP - Open Source Lyrics Projection #
|
||||
# --------------------------------------------------------------------------- #
|
||||
# Copyright (c) 2008-2011 Raoul Snyman #
|
||||
# Portions copyright (c) 2008-2010 Tim Bentley, Jonathan Corwin, Michael #
|
||||
# Portions copyright (c) 2008-2011 Tim Bentley, Jonathan Corwin, Michael #
|
||||
# Gorven, Scott Guerrieri, Meinert Jordan, Andreas Preikschat, Christian #
|
||||
# Richter, Philip Ridout, Maikel Stuivenberg, Martin Thompson, Jon Tibble, #
|
||||
# Carsten Tinggaard, Frode Woldsund #
|
||||
|
Loading…
Reference in New Issue
Block a user