mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-05 18:50:44 +00:00
More copyright string crud
This commit is contained in:
parent
784c86ea44
commit
699db3a91f
@ -1,6 +1,6 @@
|
||||
/* 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
|
||||
* License. See the file COPYING in the main directory of the Linux
|
||||
|
@ -1,6 +1,6 @@
|
||||
/* 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
|
||||
* License. See the file COPYING in the main directory of the Linux
|
||||
|
@ -1,6 +1,6 @@
|
||||
/* 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
|
||||
* License. See the file COPYING in the main directory of the Linux
|
||||
|
@ -1,6 +1,6 @@
|
||||
/* 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
|
||||
* License. See the file COPYING in the main directory of the Linux
|
||||
|
@ -1,6 +1,6 @@
|
||||
/* 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
|
||||
* License. See the file COPYING in the main directory of the Linux
|
||||
|
@ -1,6 +1,6 @@
|
||||
/* 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
|
||||
* License. See the file COPYING in the main directory of the Linux
|
||||
|
@ -1,6 +1,6 @@
|
||||
/* 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
|
||||
* License. See the file COPYING in the main directory of the Linux
|
||||
|
@ -1,6 +1,6 @@
|
||||
/* 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
|
||||
* License. See the file COPYING in the main directory of the Linux
|
||||
|
@ -1,6 +1,6 @@
|
||||
/* 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
|
||||
* License. See the file COPYING in the main directory of the Linux
|
||||
|
@ -1233,7 +1233,7 @@ QString MainWindow::getWelcomeHTML()
|
||||
"<tr>"
|
||||
"<td colspan=2>"
|
||||
"<hr/>"
|
||||
"<p><b>" + tr("Copyright:") + "</b> " + tr("©2011-2016") +
|
||||
"<p><b>" + tr("Copyright:") + "</b> " + tr("©2011-2018") +
|
||||
" <a href=\"http://jedimark64.blogspot.com\">Mark Watkins</a> (jedimark)</p>"
|
||||
"<p><b>" + tr("License:") + "</b> " +
|
||||
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())+
|
||||
"<br/>" +
|
||||
(tr("Data Folder Location: <a href=\"file://%1\">%2</a>").arg(GetAppRoot()).arg(QDir::toNativeSeparators(GetAppRoot())) +
|
||||
"<hr/>"+tr("Copyright") + " ©2011-2016 Mark Watkins (jedimark) <br/> \n" +
|
||||
"<hr/>"+tr("Copyright") + " ©2011-2018 Mark Watkins (jedimark) <br/> \n" +
|
||||
tr("This software is released under the GNU Public License v3.0<br/>") +
|
||||
"<hr>"
|
||||
|
||||
|
@ -131,7 +131,7 @@ QString NewProfile::getIntroHTML()
|
||||
"<p><b><font size=+1>" + tr("Use of this software is entirely at your own risk.") +
|
||||
"</font></b></p>"
|
||||
|
||||
"<p><i>" + tr("SleepyHead is copyright ©2011-2016 Mark Watkins") + "<i></p>"
|
||||
"<p><i>" + tr("SleepyHead is copyright ©2011-2018 Mark Watkins") + "<i></p>"
|
||||
"</div>"
|
||||
"</body>"
|
||||
"</html>";
|
||||
|
@ -1,6 +1,6 @@
|
||||
/* 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
|
||||
* License. See the file COPYING in the main directory of the Linux
|
||||
|
Loading…
Reference in New Issue
Block a user