diff --git a/sleepyhead/Graphs/gFlagsLine.cpp b/sleepyhead/Graphs/gFlagsLine.cpp index 3902c369..dcec157b 100644 --- a/sleepyhead/Graphs/gFlagsLine.cpp +++ b/sleepyhead/Graphs/gFlagsLine.cpp @@ -1,6 +1,6 @@ /* gFlagsLine Implementation * - * Copyright (c) 2011-2016 Mark Watkins + * Copyright (c) 2011-2018 Mark Watkins * * 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 diff --git a/sleepyhead/Graphs/gGraph.cpp b/sleepyhead/Graphs/gGraph.cpp index 91717635..84289a89 100644 --- a/sleepyhead/Graphs/gGraph.cpp +++ b/sleepyhead/Graphs/gGraph.cpp @@ -1,6 +1,6 @@ /* gGraph Implemntation * - * Copyright (c) 2011-2016 Mark Watkins + * Copyright (c) 2011-2018 Mark Watkins * * 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 diff --git a/sleepyhead/Graphs/gdailysummary.cpp b/sleepyhead/Graphs/gdailysummary.cpp index e27ac4e9..f3ce3bcc 100644 --- a/sleepyhead/Graphs/gdailysummary.cpp +++ b/sleepyhead/Graphs/gdailysummary.cpp @@ -1,6 +1,6 @@ /* gDailySummary Graph Implementation * - * Copyright (c) 2011-2016 Mark Watkins + * Copyright (c) 2011-2018 Mark Watkins * * 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 diff --git a/sleepyhead/SleepLib/common.cpp b/sleepyhead/SleepLib/common.cpp index 73002a1c..0ffbe737 100644 --- a/sleepyhead/SleepLib/common.cpp +++ b/sleepyhead/SleepLib/common.cpp @@ -1,6 +1,6 @@ /* SleepLib Common Functions * - * Copyright (c) 2011-2016 Mark Watkins + * Copyright (c) 2011-2018 Mark Watkins * * 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 diff --git a/sleepyhead/SleepLib/day.cpp b/sleepyhead/SleepLib/day.cpp index 3a3b4361..fd8047ee 100644 --- a/sleepyhead/SleepLib/day.cpp +++ b/sleepyhead/SleepLib/day.cpp @@ -1,6 +1,6 @@ /* SleepLib Day Class Implementation * - * Copyright (c) 2011-2016 Mark Watkins + * Copyright (c) 2011-2018 Mark Watkins * * 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 diff --git a/sleepyhead/SleepLib/event.cpp b/sleepyhead/SleepLib/event.cpp index d3732d2e..f9bf66ae 100644 --- a/sleepyhead/SleepLib/event.cpp +++ b/sleepyhead/SleepLib/event.cpp @@ -1,6 +1,6 @@ /* SleepLib Event Class Implementation * - * Copyright (c) 2011-2016 Mark Watkins + * Copyright (c) 2011-2018 Mark Watkins * * 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 diff --git a/sleepyhead/SleepLib/loader_plugins/somnopose_loader.cpp b/sleepyhead/SleepLib/loader_plugins/somnopose_loader.cpp index 52d65c52..26bf2267 100644 --- a/sleepyhead/SleepLib/loader_plugins/somnopose_loader.cpp +++ b/sleepyhead/SleepLib/loader_plugins/somnopose_loader.cpp @@ -1,6 +1,6 @@ /* SleepLib Somnopose Loader Implementation * - * Copyright (c) 2011-2016 Mark Watkins + * Copyright (c) 2011-2018 Mark Watkins * * 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 diff --git a/sleepyhead/SleepLib/machine_loader.h b/sleepyhead/SleepLib/machine_loader.h index 2ab2b126..0cd9923f 100644 --- a/sleepyhead/SleepLib/machine_loader.h +++ b/sleepyhead/SleepLib/machine_loader.h @@ -1,6 +1,6 @@ /* SleepLib MachineLoader Base Class Header * - * Copyright (c) 2011 Mark Watkins + * Copyright (c) 2018 Mark Watkins * * 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 diff --git a/sleepyhead/SleepLib/preferences.h b/sleepyhead/SleepLib/preferences.h index 1848bffd..cd9e5c3c 100644 --- a/sleepyhead/SleepLib/preferences.h +++ b/sleepyhead/SleepLib/preferences.h @@ -1,6 +1,6 @@ /* SleepLib Preferences Header * - * Copyright (c) 2011 Mark Watkins + * Copyright (c) 2011-2018 Mark Watkins * * 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 diff --git a/sleepyhead/mainwindow.cpp b/sleepyhead/mainwindow.cpp index 6165980b..34f44d9c 100644 --- a/sleepyhead/mainwindow.cpp +++ b/sleepyhead/mainwindow.cpp @@ -1233,7 +1233,7 @@ QString MainWindow::getWelcomeHTML() "" "" "
" - "

" + tr("Copyright:") + " " + tr("©2011-2016") + + "

" + tr("Copyright:") + " " + tr("©2011-2018") + " Mark Watkins (jedimark)

" "

" + tr("License:") + " " + tr("This software is released freely under the GNU Public License.") + @@ -1430,7 +1430,7 @@ void MainWindow::on_action_About_triggered() tr("Graphics Engine: %1").arg(getGraphicsEngine())+ "
" + (tr("Data Folder Location: %2").arg(GetAppRoot()).arg(QDir::toNativeSeparators(GetAppRoot())) + - "


"+tr("Copyright") + " ©2011-2016 Mark Watkins (jedimark)
\n" + + "
"+tr("Copyright") + " ©2011-2018 Mark Watkins (jedimark)
\n" + tr("This software is released under the GNU Public License v3.0
") + "
" diff --git a/sleepyhead/newprofile.cpp b/sleepyhead/newprofile.cpp index d93a5cbf..c143f350 100644 --- a/sleepyhead/newprofile.cpp +++ b/sleepyhead/newprofile.cpp @@ -131,7 +131,7 @@ QString NewProfile::getIntroHTML() "

" + tr("Use of this software is entirely at your own risk.") + "

" - "

" + tr("SleepyHead is copyright ©2011-2016 Mark Watkins") + "

" + "

" + tr("SleepyHead is copyright ©2011-2018 Mark Watkins") + "

" "" "" ""; diff --git a/sleepyhead/oximeterimport.h b/sleepyhead/oximeterimport.h index 52df1fa2..a39af4f5 100644 --- a/sleepyhead/oximeterimport.h +++ b/sleepyhead/oximeterimport.h @@ -1,6 +1,6 @@ /* Oximeter Import Wizard Header * - * Copyright (c) 2011-2016 Mark Watkins + * Copyright (c) 2011-2018 Mark Watkins * * 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