summaryrefslogtreecommitdiffstats
path: root/src/monitor-lib
diff options
context:
space:
mode:
Diffstat (limited to 'src/monitor-lib')
-rw-r--r--src/monitor-lib/cpustatus.cpp3
-rw-r--r--src/monitor-lib/cpustatus.h3
-rw-r--r--src/monitor-lib/frametimer.cpp3
-rw-r--r--src/monitor-lib/frametimer.h3
-rw-r--r--src/monitor-lib/gpustatus.cpp3
-rw-r--r--src/monitor-lib/gpustatus.h3
-rw-r--r--src/monitor-lib/iostatus.cpp3
-rw-r--r--src/monitor-lib/iostatus.h3
-rw-r--r--src/monitor-lib/memorystatus.cpp3
-rw-r--r--src/monitor-lib/memorystatus.h3
-rw-r--r--src/monitor-lib/monitormodel.cpp3
-rw-r--r--src/monitor-lib/monitormodel.h3
-rw-r--r--src/monitor-lib/processreader.cpp3
-rw-r--r--src/monitor-lib/processreader.h3
-rw-r--r--src/monitor-lib/processstatus.cpp3
-rw-r--r--src/monitor-lib/processstatus.h3
16 files changed, 32 insertions, 16 deletions
diff --git a/src/monitor-lib/cpustatus.cpp b/src/monitor-lib/cpustatus.cpp
index 1cb3b3f6..dde21cac 100644
--- a/src/monitor-lib/cpustatus.cpp
+++ b/src/monitor-lib/cpustatus.cpp
@@ -1,9 +1,10 @@
/****************************************************************************
**
+** Copyright (C) 2019 Luxoft Sweden AB
** Copyright (C) 2018 Pelagicore AG
** Contact: https://www.qt.io/licensing/
**
-** This file is part of the Pelagicore Application Manager.
+** This file is part of the Luxoft Application Manager.
**
** $QT_BEGIN_LICENSE:LGPL-QTAS$
** Commercial License Usage
diff --git a/src/monitor-lib/cpustatus.h b/src/monitor-lib/cpustatus.h
index e87a016d..1c47632b 100644
--- a/src/monitor-lib/cpustatus.h
+++ b/src/monitor-lib/cpustatus.h
@@ -1,9 +1,10 @@
/****************************************************************************
**
+** Copyright (C) 2019 Luxoft Sweden AB
** Copyright (C) 2018 Pelagicore AG
** Contact: https://www.qt.io/licensing/
**
-** This file is part of the Pelagicore Application Manager.
+** This file is part of the Luxoft Application Manager.
**
** $QT_BEGIN_LICENSE:LGPL-QTAS$
** Commercial License Usage
diff --git a/src/monitor-lib/frametimer.cpp b/src/monitor-lib/frametimer.cpp
index a284c625..90beb110 100644
--- a/src/monitor-lib/frametimer.cpp
+++ b/src/monitor-lib/frametimer.cpp
@@ -1,9 +1,10 @@
/****************************************************************************
**
+** Copyright (C) 2019 Luxoft Sweden AB
** Copyright (C) 2018 Pelagicore AG
** Contact: https://www.qt.io/licensing/
**
-** This file is part of the Pelagicore Application Manager.
+** This file is part of the Luxoft Application Manager.
**
** $QT_BEGIN_LICENSE:LGPL-QTAS$
** Commercial License Usage
diff --git a/src/monitor-lib/frametimer.h b/src/monitor-lib/frametimer.h
index 0a36a1b8..8942745b 100644
--- a/src/monitor-lib/frametimer.h
+++ b/src/monitor-lib/frametimer.h
@@ -1,9 +1,10 @@
/****************************************************************************
**
+** Copyright (C) 2019 Luxoft Sweden AB
** Copyright (C) 2018 Pelagicore AG
** Contact: https://www.qt.io/licensing/
**
-** This file is part of the Pelagicore Application Manager.
+** This file is part of the Luxoft Application Manager.
**
** $QT_BEGIN_LICENSE:LGPL-QTAS$
** Commercial License Usage
diff --git a/src/monitor-lib/gpustatus.cpp b/src/monitor-lib/gpustatus.cpp
index 95c8f70f..8f733614 100644
--- a/src/monitor-lib/gpustatus.cpp
+++ b/src/monitor-lib/gpustatus.cpp
@@ -1,9 +1,10 @@
/****************************************************************************
**
+** Copyright (C) 2019 Luxoft Sweden AB
** Copyright (C) 2018 Pelagicore AG
** Contact: https://www.qt.io/licensing/
**
-** This file is part of the Pelagicore Application Manager.
+** This file is part of the Luxoft Application Manager.
**
** $QT_BEGIN_LICENSE:LGPL-QTAS$
** Commercial License Usage
diff --git a/src/monitor-lib/gpustatus.h b/src/monitor-lib/gpustatus.h
index e843bb72..bb8eebd5 100644
--- a/src/monitor-lib/gpustatus.h
+++ b/src/monitor-lib/gpustatus.h
@@ -1,9 +1,10 @@
/****************************************************************************
**
+** Copyright (C) 2019 Luxoft Sweden AB
** Copyright (C) 2018 Pelagicore AG
** Contact: https://www.qt.io/licensing/
**
-** This file is part of the Pelagicore Application Manager.
+** This file is part of the Luxoft Application Manager.
**
** $QT_BEGIN_LICENSE:LGPL-QTAS$
** Commercial License Usage
diff --git a/src/monitor-lib/iostatus.cpp b/src/monitor-lib/iostatus.cpp
index c447f35f..fba8fff6 100644
--- a/src/monitor-lib/iostatus.cpp
+++ b/src/monitor-lib/iostatus.cpp
@@ -1,9 +1,10 @@
/****************************************************************************
**
+** Copyright (C) 2019 Luxoft Sweden AB
** Copyright (C) 2018 Pelagicore AG
** Contact: https://www.qt.io/licensing/
**
-** This file is part of the Pelagicore Application Manager.
+** This file is part of the Luxoft Application Manager.
**
** $QT_BEGIN_LICENSE:LGPL-QTAS$
** Commercial License Usage
diff --git a/src/monitor-lib/iostatus.h b/src/monitor-lib/iostatus.h
index 26e0fe7e..15e9b9fb 100644
--- a/src/monitor-lib/iostatus.h
+++ b/src/monitor-lib/iostatus.h
@@ -1,9 +1,10 @@
/****************************************************************************
**
+** Copyright (C) 2019 Luxoft Sweden AB
** Copyright (C) 2018 Pelagicore AG
** Contact: https://www.qt.io/licensing/
**
-** This file is part of the Pelagicore Application Manager.
+** This file is part of the Luxoft Application Manager.
**
** $QT_BEGIN_LICENSE:LGPL-QTAS$
** Commercial License Usage
diff --git a/src/monitor-lib/memorystatus.cpp b/src/monitor-lib/memorystatus.cpp
index d16abfa6..1b6909a7 100644
--- a/src/monitor-lib/memorystatus.cpp
+++ b/src/monitor-lib/memorystatus.cpp
@@ -1,9 +1,10 @@
/****************************************************************************
**
+** Copyright (C) 2019 Luxoft Sweden AB
** Copyright (C) 2018 Pelagicore AG
** Contact: https://www.qt.io/licensing/
**
-** This file is part of the Pelagicore Application Manager.
+** This file is part of the Luxoft Application Manager.
**
** $QT_BEGIN_LICENSE:LGPL-QTAS$
** Commercial License Usage
diff --git a/src/monitor-lib/memorystatus.h b/src/monitor-lib/memorystatus.h
index 95e40807..d398c5d4 100644
--- a/src/monitor-lib/memorystatus.h
+++ b/src/monitor-lib/memorystatus.h
@@ -1,9 +1,10 @@
/****************************************************************************
**
+** Copyright (C) 2019 Luxoft Sweden AB
** Copyright (C) 2018 Pelagicore AG
** Contact: https://www.qt.io/licensing/
**
-** This file is part of the Pelagicore Application Manager.
+** This file is part of the Luxoft Application Manager.
**
** $QT_BEGIN_LICENSE:LGPL-QTAS$
** Commercial License Usage
diff --git a/src/monitor-lib/monitormodel.cpp b/src/monitor-lib/monitormodel.cpp
index 7e9297d4..748e1da9 100644
--- a/src/monitor-lib/monitormodel.cpp
+++ b/src/monitor-lib/monitormodel.cpp
@@ -1,9 +1,10 @@
/****************************************************************************
**
+** Copyright (C) 2019 Luxoft Sweden AB
** Copyright (C) 2018 Pelagicore AG
** Contact: https://www.qt.io/licensing/
**
-** This file is part of the Pelagicore Application Manager.
+** This file is part of the Luxoft Application Manager.
**
** $QT_BEGIN_LICENSE:LGPL-QTAS$
** Commercial License Usage
diff --git a/src/monitor-lib/monitormodel.h b/src/monitor-lib/monitormodel.h
index 3dbadcf1..496b8a6a 100644
--- a/src/monitor-lib/monitormodel.h
+++ b/src/monitor-lib/monitormodel.h
@@ -1,9 +1,10 @@
/****************************************************************************
**
+** Copyright (C) 2019 Luxoft Sweden AB
** Copyright (C) 2018 Pelagicore AG
** Contact: https://www.qt.io/licensing/
**
-** This file is part of the Pelagicore Application Manager.
+** This file is part of the Luxoft Application Manager.
**
** $QT_BEGIN_LICENSE:LGPL-QTAS$
** Commercial License Usage
diff --git a/src/monitor-lib/processreader.cpp b/src/monitor-lib/processreader.cpp
index fc73d000..b89e9b3c 100644
--- a/src/monitor-lib/processreader.cpp
+++ b/src/monitor-lib/processreader.cpp
@@ -1,9 +1,10 @@
/****************************************************************************
**
+** Copyright (C) 2019 Luxoft Sweden AB
** Copyright (C) 2018 Pelagicore AG
** Contact: https://www.qt.io/licensing/
**
-** This file is part of the Pelagicore Application Manager.
+** This file is part of the Luxoft Application Manager.
**
** $QT_BEGIN_LICENSE:LGPL-QTAS$
** Commercial License Usage
diff --git a/src/monitor-lib/processreader.h b/src/monitor-lib/processreader.h
index 31b2f2f4..029292a6 100644
--- a/src/monitor-lib/processreader.h
+++ b/src/monitor-lib/processreader.h
@@ -1,9 +1,10 @@
/****************************************************************************
**
+** Copyright (C) 2019 Luxoft Sweden AB
** Copyright (C) 2018 Pelagicore AG
** Contact: https://www.qt.io/licensing/
**
-** This file is part of the Pelagicore Application Manager.
+** This file is part of the Luxoft Application Manager.
**
** $QT_BEGIN_LICENSE:LGPL-QTAS$
** Commercial License Usage
diff --git a/src/monitor-lib/processstatus.cpp b/src/monitor-lib/processstatus.cpp
index f53c1d30..de80064c 100644
--- a/src/monitor-lib/processstatus.cpp
+++ b/src/monitor-lib/processstatus.cpp
@@ -1,9 +1,10 @@
/****************************************************************************
**
+** Copyright (C) 2019 Luxoft Sweden AB
** Copyright (C) 2018 Pelagicore AG
** Contact: https://www.qt.io/licensing/
**
-** This file is part of the Pelagicore Application Manager.
+** This file is part of the Luxoft Application Manager.
**
** $QT_BEGIN_LICENSE:LGPL-QTAS$
** Commercial License Usage
diff --git a/src/monitor-lib/processstatus.h b/src/monitor-lib/processstatus.h
index a204b942..e3af6577 100644
--- a/src/monitor-lib/processstatus.h
+++ b/src/monitor-lib/processstatus.h
@@ -1,9 +1,10 @@
/****************************************************************************
**
+** Copyright (C) 2019 Luxoft Sweden AB
** Copyright (C) 2018 Pelagicore AG
** Contact: https://www.qt.io/licensing/
**
-** This file is part of the Pelagicore Application Manager.
+** This file is part of the Luxoft Application Manager.
**
** $QT_BEGIN_LICENSE:LGPL-QTAS$
** Commercial License Usage