More copyright string crud

This commit is contained in:
Mark Watkins 2018-04-02 12:08:32 +10:00
parent 784c86ea44
commit 699db3a91f
12 changed files with 13 additions and 13 deletions

View File

@ -1,6 +1,6 @@
/* gFlagsLine Implementation /* gFlagsLine Implementation
* *
* Copyright (c) 2011-2016 Mark Watkins <jedimark@users.sourceforge.net> * Copyright (c) 2011-2018 Mark Watkins <mark@jedimark.net>
* *
* This file is subject to the terms and conditions of the GNU General Public * This file is subject to the terms and conditions of the GNU General Public
* License. See the file COPYING in the main directory of the Linux * License. See the file COPYING in the main directory of the Linux

View File

@ -1,6 +1,6 @@
/* gGraph Implemntation /* gGraph Implemntation
* *
* Copyright (c) 2011-2016 Mark Watkins <jedimark@users.sourceforge.net> * Copyright (c) 2011-2018 Mark Watkins <mark@jedimark.net>
* *
* This file is subject to the terms and conditions of the GNU General Public * This file is subject to the terms and conditions of the GNU General Public
* License. See the file COPYING in the main directory of the Linux * License. See the file COPYING in the main directory of the Linux

View File

@ -1,6 +1,6 @@
/* gDailySummary Graph Implementation /* gDailySummary Graph Implementation
* *
* Copyright (c) 2011-2016 Mark Watkins <jedimark@users.sourceforge.net> * Copyright (c) 2011-2018 Mark Watkins <mark@jedimark.net>
* *
* This file is subject to the terms and conditions of the GNU General Public * This file is subject to the terms and conditions of the GNU General Public
* License. See the file COPYING in the main directory of the Linux * License. See the file COPYING in the main directory of the Linux

View File

@ -1,6 +1,6 @@
/* SleepLib Common Functions /* SleepLib Common Functions
* *
* Copyright (c) 2011-2016 Mark Watkins <jedimark@users.sourceforge.net> * Copyright (c) 2011-2018 Mark Watkins <mark@jedimark.net>
* *
* This file is subject to the terms and conditions of the GNU General Public * This file is subject to the terms and conditions of the GNU General Public
* License. See the file COPYING in the main directory of the Linux * License. See the file COPYING in the main directory of the Linux

View File

@ -1,6 +1,6 @@
/* SleepLib Day Class Implementation /* SleepLib Day Class Implementation
* *
* Copyright (c) 2011-2016 Mark Watkins <jedimark@users.sourceforge.net> * Copyright (c) 2011-2018 Mark Watkins <mark@jedimark.net>
* *
* This file is subject to the terms and conditions of the GNU General Public * This file is subject to the terms and conditions of the GNU General Public
* License. See the file COPYING in the main directory of the Linux * License. See the file COPYING in the main directory of the Linux

View File

@ -1,6 +1,6 @@
/* SleepLib Event Class Implementation /* SleepLib Event Class Implementation
* *
* Copyright (c) 2011-2016 Mark Watkins <jedimark@users.sourceforge.net> * Copyright (c) 2011-2018 Mark Watkins <mark@jedimark.net>
* *
* This file is subject to the terms and conditions of the GNU General Public * This file is subject to the terms and conditions of the GNU General Public
* License. See the file COPYING in the main directory of the Linux * License. See the file COPYING in the main directory of the Linux

View File

@ -1,6 +1,6 @@
/* SleepLib Somnopose Loader Implementation /* SleepLib Somnopose Loader Implementation
* *
* Copyright (c) 2011-2016 Mark Watkins <mark@jedimark.net> * Copyright (c) 2011-2018 Mark Watkins <mark@jedimark.net>
* *
* This file is subject to the terms and conditions of the GNU General Public * This file is subject to the terms and conditions of the GNU General Public
* License. See the file COPYING in the main directory of the Linux * License. See the file COPYING in the main directory of the Linux

View File

@ -1,6 +1,6 @@
/* SleepLib MachineLoader Base Class Header /* SleepLib MachineLoader Base Class Header
* *
* Copyright (c) 2011 Mark Watkins <jedimark@users.sourceforge.net> * Copyright (c) 2018 Mark Watkins <mark@jedimark.net>
* *
* This file is subject to the terms and conditions of the GNU General Public * This file is subject to the terms and conditions of the GNU General Public
* License. See the file COPYING in the main directory of the Linux * License. See the file COPYING in the main directory of the Linux

View File

@ -1,6 +1,6 @@
/* SleepLib Preferences Header /* SleepLib Preferences Header
* *
* Copyright (c) 2011 Mark Watkins <jedimark@users.sourceforge.net> * Copyright (c) 2011-2018 Mark Watkins <mark@jedimark.net>
* *
* This file is subject to the terms and conditions of the GNU General Public * This file is subject to the terms and conditions of the GNU General Public
* License. See the file COPYING in the main directory of the Linux * License. See the file COPYING in the main directory of the Linux

View File

@ -1233,7 +1233,7 @@ QString MainWindow::getWelcomeHTML()
"<tr>" "<tr>"
"<td colspan=2>" "<td colspan=2>"
"<hr/>" "<hr/>"
"<p><b>" + tr("Copyright:") + "</b> " + tr("&copy;2011-2016") + "<p><b>" + tr("Copyright:") + "</b> " + tr("&copy;2011-2018") +
" <a href=\"http://jedimark64.blogspot.com\">Mark Watkins</a> (jedimark)</p>" " <a href=\"http://jedimark64.blogspot.com\">Mark Watkins</a> (jedimark)</p>"
"<p><b>" + tr("License:") + "</b> " + "<p><b>" + tr("License:") + "</b> " +
tr("This software is released freely under the <a href=\"qrc:/COPYING\">GNU Public License</a>.") + tr("This software is released freely under the <a href=\"qrc:/COPYING\">GNU Public License</a>.") +
@ -1430,7 +1430,7 @@ void MainWindow::on_action_About_triggered()
tr("Graphics Engine: %1").arg(getGraphicsEngine())+ tr("Graphics Engine: %1").arg(getGraphicsEngine())+
"<br/>" + "<br/>" +
(tr("Data Folder Location: <a href=\"file://%1\">%2</a>").arg(GetAppRoot()).arg(QDir::toNativeSeparators(GetAppRoot())) + (tr("Data Folder Location: <a href=\"file://%1\">%2</a>").arg(GetAppRoot()).arg(QDir::toNativeSeparators(GetAppRoot())) +
"<hr/>"+tr("Copyright") + " &copy;2011-2016 Mark Watkins (jedimark) <br/> \n" + "<hr/>"+tr("Copyright") + " &copy;2011-2018 Mark Watkins (jedimark) <br/> \n" +
tr("This software is released under the GNU Public License v3.0<br/>") + tr("This software is released under the GNU Public License v3.0<br/>") +
"<hr>" "<hr>"

View File

@ -131,7 +131,7 @@ QString NewProfile::getIntroHTML()
"<p><b><font size=+1>" + tr("Use of this software is entirely at your own risk.") + "<p><b><font size=+1>" + tr("Use of this software is entirely at your own risk.") +
"</font></b></p>" "</font></b></p>"
"<p><i>" + tr("SleepyHead is copyright &copy;2011-2016 Mark Watkins") + "<i></p>" "<p><i>" + tr("SleepyHead is copyright &copy;2011-2018 Mark Watkins") + "<i></p>"
"</div>" "</div>"
"</body>" "</body>"
"</html>"; "</html>";

View File

@ -1,6 +1,6 @@
/* Oximeter Import Wizard Header /* Oximeter Import Wizard Header
* *
* Copyright (c) 2011-2016 Mark Watkins <jedimark@users.sourceforge.net> * Copyright (c) 2011-2018 Mark Watkins <mark@jedimark.net>
* *
* This file is subject to the terms and conditions of the GNU General Public * This file is subject to the terms and conditions of the GNU General Public
* License. See the file COPYING in the main directory of the Linux * License. See the file COPYING in the main directory of the Linux