summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Griebl <robert.griebl@pelagicore.com>2018-12-13 13:34:03 +0100
committerNikolay Zamotaev <nzamotaev@luxoft.com>2018-12-13 13:01:17 +0000
commit1a50e4e42689ba2211e145effdd779247957aa98 (patch)
tree586e1b5086f09ef39aee7ce8d4430ceaa17b49ba
parent43b69a8dff2c0206c98d1cf33d47902a2e536a28 (diff)
Update copyright statements
- added 2019 - everything is (c) Luxoft instead of Pelagicore from now on Change-Id: If1b2f18f41dff7531e0c48329f9bf555192cbc2a Reviewed-by: Nikolay Zamotaev <nzamotaev@luxoft.com>
-rw-r--r--README.md2
-rw-r--r--appstore/settings.py3
-rw-r--r--appstore/urls.py3
-rw-r--r--appstore/wsgi.py3
-rw-r--r--header.GPL-QTAS3
-rw-r--r--manage.py3
-rw-r--r--store/admin.py3
-rw-r--r--store/api.py3
-rw-r--r--store/authdecorators.py3
-rw-r--r--store/management/commands/expire-downloads.py3
-rw-r--r--store/management/commands/store-sign-package.py3
-rw-r--r--store/management/commands/store-upload-package.py3
-rw-r--r--store/management/commands/verify-upload-package.py3
-rw-r--r--store/migrations/0001_initial.py3
-rw-r--r--store/models.py3
-rw-r--r--store/osandarch.py1
-rw-r--r--store/tags.py1
-rw-r--r--store/utilities.py3
18 files changed, 33 insertions, 16 deletions
diff --git a/README.md b/README.md
index ebd0327..28a473e 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
This is a PoC deployment server, which can be used together with
-the Neptune IVI UI and the Pelagicore Application Manager.
+the Neptune IVI UI and the Luxoft Application Manager.
**This is a development server only - do NOT use in production.**
diff --git a/appstore/settings.py b/appstore/settings.py
index 377843a..a405491 100644
--- a/appstore/settings.py
+++ b/appstore/settings.py
@@ -1,6 +1,7 @@
#############################################################################
##
-## Copyright (C) 2016 Pelagicore AG
+## Copyright (C) 2019 Luxoft Sweden AB
+## Copyright (C) 2018 Pelagicore AG
## Contact: https://www.qt.io/licensing/
##
## This file is part of the Neptune Deployment Server
diff --git a/appstore/urls.py b/appstore/urls.py
index 327c28b..4d0467f 100644
--- a/appstore/urls.py
+++ b/appstore/urls.py
@@ -1,6 +1,7 @@
#############################################################################
##
-## Copyright (C) 2016 Pelagicore AG
+## Copyright (C) 2019 Luxoft Sweden AB
+## Copyright (C) 2018 Pelagicore AG
## Contact: https://www.qt.io/licensing/
##
## This file is part of the Neptune Deployment Server
diff --git a/appstore/wsgi.py b/appstore/wsgi.py
index 9e80014..3f007d4 100644
--- a/appstore/wsgi.py
+++ b/appstore/wsgi.py
@@ -1,6 +1,7 @@
#############################################################################
##
-## Copyright (C) 2016 Pelagicore AG
+## Copyright (C) 2019 Luxoft Sweden AB
+## Copyright (C) 2018 Pelagicore AG
## Contact: https://www.qt.io/licensing/
##
## This file is part of the Neptune Deployment Server
diff --git a/header.GPL-QTAS b/header.GPL-QTAS
index 0bd19ca..eb625be 100644
--- a/header.GPL-QTAS
+++ b/header.GPL-QTAS
@@ -1,6 +1,7 @@
#############################################################################
##
-## Copyright (C) 2016 Pelagicore AG
+## Copyright (C) 2019 Luxoft Sweden AB
+## Copyright (C) 2018 Pelagicore AG
## Contact: https://www.qt.io/licensing/
##
## This file is part of the Neptune Deployment Server
diff --git a/manage.py b/manage.py
index bd587ad..ad7604e 100644
--- a/manage.py
+++ b/manage.py
@@ -1,6 +1,7 @@
#############################################################################
##
-## Copyright (C) 2016 Pelagicore AG
+## Copyright (C) 2019 Luxoft Sweden AB
+## Copyright (C) 2018 Pelagicore AG
## Contact: https://www.qt.io/licensing/
##
## This file is part of the Neptune Deployment Server
diff --git a/store/admin.py b/store/admin.py
index a921e2f..eff2550 100644
--- a/store/admin.py
+++ b/store/admin.py
@@ -1,6 +1,7 @@
#############################################################################
##
-## Copyright (C) 2016 Pelagicore AG
+## Copyright (C) 2019 Luxoft Sweden AB
+## Copyright (C) 2018 Pelagicore AG
## Contact: https://www.qt.io/licensing/
##
## This file is part of the Neptune Deployment Server
diff --git a/store/api.py b/store/api.py
index b9dc0e6..0ed54b1 100644
--- a/store/api.py
+++ b/store/api.py
@@ -1,6 +1,7 @@
#############################################################################
##
-## Copyright (C) 2016 Pelagicore AG
+## Copyright (C) 2019 Luxoft Sweden AB
+## Copyright (C) 2018 Pelagicore AG
## Contact: https://www.qt.io/licensing/
##
## This file is part of the Neptune Deployment Server
diff --git a/store/authdecorators.py b/store/authdecorators.py
index fbbc01d..2a4119c 100644
--- a/store/authdecorators.py
+++ b/store/authdecorators.py
@@ -1,6 +1,7 @@
#############################################################################
##
-## Copyright (C) 2018 Luxoft
+## Copyright (C) 2019 Luxoft Sweden AB
+## Copyright (C) 2018 Pelagicore AG
## Contact: https://www.qt.io/licensing/
##
## This file is part of the Neptune Deployment Server
diff --git a/store/management/commands/expire-downloads.py b/store/management/commands/expire-downloads.py
index edc5235..94b0d24 100644
--- a/store/management/commands/expire-downloads.py
+++ b/store/management/commands/expire-downloads.py
@@ -1,6 +1,7 @@
#############################################################################
##
-## Copyright (C) 2016 Pelagicore AG
+## Copyright (C) 2019 Luxoft Sweden AB
+## Copyright (C) 2018 Pelagicore AG
## Contact: https://www.qt.io/licensing/
##
## This file is part of the Neptune Deployment Server
diff --git a/store/management/commands/store-sign-package.py b/store/management/commands/store-sign-package.py
index 479b4c4..b1a42d0 100644
--- a/store/management/commands/store-sign-package.py
+++ b/store/management/commands/store-sign-package.py
@@ -1,6 +1,7 @@
#############################################################################
##
-## Copyright (C) 2016 Pelagicore AG
+## Copyright (C) 2019 Luxoft Sweden AB
+## Copyright (C) 2018 Pelagicore AG
## Contact: https://www.qt.io/licensing/
##
## This file is part of the Neptune Deployment Server
diff --git a/store/management/commands/store-upload-package.py b/store/management/commands/store-upload-package.py
index 81f96fa..77286bc 100644
--- a/store/management/commands/store-upload-package.py
+++ b/store/management/commands/store-upload-package.py
@@ -1,6 +1,7 @@
#############################################################################
##
-## Copyright (C) 2018 Luxoft
+## Copyright (C) 2019 Luxoft Sweden AB
+## Copyright (C) 2018 Pelagicore AG
## Contact: https://www.qt.io/licensing/
##
## This file is part of the Neptune Deployment Server
diff --git a/store/management/commands/verify-upload-package.py b/store/management/commands/verify-upload-package.py
index 87ac08a..59df116 100644
--- a/store/management/commands/verify-upload-package.py
+++ b/store/management/commands/verify-upload-package.py
@@ -1,6 +1,7 @@
#############################################################################
##
-## Copyright (C) 2016 Pelagicore AG
+## Copyright (C) 2019 Luxoft Sweden AB
+## Copyright (C) 2018 Pelagicore AG
## Contact: https://www.qt.io/licensing/
##
## This file is part of the Neptune Deployment Server
diff --git a/store/migrations/0001_initial.py b/store/migrations/0001_initial.py
index ae4bd24..51b0677 100644
--- a/store/migrations/0001_initial.py
+++ b/store/migrations/0001_initial.py
@@ -1,7 +1,8 @@
# -*- coding: utf-8 -*-
#############################################################################
##
-## Copyright (C) 2016 Pelagicore AG
+## Copyright (C) 2019 Luxoft Sweden AB
+## Copyright (C) 2018 Pelagicore AG
## Contact: https://www.qt.io/licensing/
##
## This file is part of the Neptune Deployment Server
diff --git a/store/models.py b/store/models.py
index dd3b4a1..eb3ede9 100644
--- a/store/models.py
+++ b/store/models.py
@@ -1,6 +1,7 @@
#############################################################################
##
-## Copyright (C) 2016 Pelagicore AG
+## Copyright (C) 2019 Luxoft Sweden AB
+## Copyright (C) 2018 Pelagicore AG
## Contact: https://www.qt.io/licensing/
##
## This file is part of the Neptune Deployment Server
diff --git a/store/osandarch.py b/store/osandarch.py
index c7d15a6..9a2db12 100644
--- a/store/osandarch.py
+++ b/store/osandarch.py
@@ -1,5 +1,6 @@
#############################################################################
##
+## Copyright (C) 2019 Luxoft Sweden AB
## Copyright (C) 2018 Pelagicore AG
## Contact: https://www.qt.io/licensing/
##
diff --git a/store/tags.py b/store/tags.py
index 183a90a..aa73006 100644
--- a/store/tags.py
+++ b/store/tags.py
@@ -1,6 +1,7 @@
# vim: set fileencoding=utf-8 :
#############################################################################
##
+## Copyright (C) 2019 Luxoft Sweden AB
## Copyright (C) 2018 Pelagicore AG
## Contact: https://www.qt.io/licensing/
##
diff --git a/store/utilities.py b/store/utilities.py
index 0f5465b..42f78f7 100644
--- a/store/utilities.py
+++ b/store/utilities.py
@@ -1,6 +1,7 @@
#############################################################################
##
-## Copyright (C) 2016 Pelagicore AG
+## Copyright (C) 2019 Luxoft Sweden AB
+## Copyright (C) 2018 Pelagicore AG
## Contact: https://www.qt.io/licensing/
##
## This file is part of the Neptune Deployment Server