[PATCH] Extends copyright years on About screen to include 2014

Tim Wootton tim at tee-jay.demon.co.uk
Sat Jan 25 15:55:37 UTC 2014


ok, it's not actually a copyright assertion, seems to be author 
attribution, but still needs 2014 added ....

On 25/01/14 23:52, Tim Wootton wrote:
> Signed-off-by: Tim Wootton <tim at tee-jay.demon.co.uk>
> ---
>   qt-ui/about.cpp | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/qt-ui/about.cpp b/qt-ui/about.cpp
> index dd9431c..0a6489d 100644
> --- a/qt-ui/about.cpp
> +++ b/qt-ui/about.cpp
> @@ -19,7 +19,7 @@ SubsurfaceAbout::SubsurfaceAbout(QWidget* parent, Qt::WindowFlags f)
>   	ui.aboutLabel->setText(tr("<span style='font-size: 18pt; font-weight: bold;'>" \
>   		"Subsurface %1 </span><br><br>" \
>   		"Multi-platform divelog software<br>" \
> -		"<span style='font-size: 8pt'>Linus Torvalds, Dirk Hohndel, and others, 2011, 2012, 2013</span>").arg(VERSION_STRING));
> +		"<span style='font-size: 8pt'>Linus Torvalds, Dirk Hohndel, and others, 2011-2014</span>").arg(VERSION_STRING));
>   	licenseButton = new QPushButton(tr("&License"));
>   	websiteButton = new QPushButton(tr("&Website"));
>   	ui.buttonBox->addButton(licenseButton, QDialogButtonBox::ActionRole);
>



More information about the subsurface mailing list