Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbalaskoa2018-07-05 12:24:03 +0000
committerbalaskoa2018-07-05 12:24:03 +0000
commit073330cb5503d81583f27f48facdafec223891e2 (patch)
tree94858df17253973c1430e41c9a8261c670347a4a
parent547687726032896aa23d2c20b2ff13dd814f78b4 (diff)
downloadtitan.Libraries.Web_GUI-073330cb5503d81583f27f48facdafec223891e2.tar.gz
titan.Libraries.Web_GUI-073330cb5503d81583f27f48facdafec223891e2.tar.xz
titan.Libraries.Web_GUI-073330cb5503d81583f27f48facdafec223891e2.zip
Copyright update to 2000-2018
Signed-off-by: balaskoa <Jeno.Balasko@ericsson.com>
-rw-r--r--htdocs/index.html2
-rw-r--r--test/Selenium/BaseTestCase.py2
-rw-r--r--test/Selenium/Framework_CommonFunctions.py2
-rw-r--r--test/Selenium/Framework_LoadingWebApps.py2
-rw-r--r--test/Selenium/GuiEditor_CommonFunctions.py2
-rw-r--r--test/Selenium/GuiEditor_ConnectionTests.py2
-rw-r--r--test/Selenium/GuiEditor_EditorTests.py2
-rw-r--r--test/Selenium/GuiEditor_SetupHandlingTests.py2
-rw-r--r--test/Selenium/RequestConsole_Tests.py2
-rwxr-xr-xtest/Selenium/runTests.py2
-rwxr-xr-xtest/Selenium/runTestsWithXvfb.sh2
-rwxr-xr-xtest/createOfflineWebGUI.sh2
-rw-r--r--test/nightlytest_webGUI_git.py2
13 files changed, 13 insertions, 13 deletions
diff --git a/htdocs/index.html b/htdocs/index.html
index b6fdf71..846ea4b 100644
--- a/htdocs/index.html
+++ b/htdocs/index.html
@@ -1,5 +1,5 @@
<!DOCTYPE html>
-<!--Copyright (c) 2000-2017 Ericsson Telecom AB
+<!--Copyright (c) 2000-2018 Ericsson Telecom AB
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v2.0
diff --git a/test/Selenium/BaseTestCase.py b/test/Selenium/BaseTestCase.py
index b8a3d78..412ca28 100644
--- a/test/Selenium/BaseTestCase.py
+++ b/test/Selenium/BaseTestCase.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#///////////////////////////////////////////////////////////////////////////////
-#// Copyright (c) 2000-2017 Ericsson Telecom AB //
+#// Copyright (c) 2000-2018 Ericsson Telecom AB //
#// //
#// All rights reserved. This program and the accompanying materials //
#// are made available under the terms of the Eclipse Public License v2.0 //
diff --git a/test/Selenium/Framework_CommonFunctions.py b/test/Selenium/Framework_CommonFunctions.py
index 8a5c8d0..6659dca 100644
--- a/test/Selenium/Framework_CommonFunctions.py
+++ b/test/Selenium/Framework_CommonFunctions.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#///////////////////////////////////////////////////////////////////////////////
-#// Copyright (c) 2000-2017 Ericsson Telecom AB //
+#// Copyright (c) 2000-2018 Ericsson Telecom AB //
#// //
#// All rights reserved. This program and the accompanying materials //
#// are made available under the terms of the Eclipse Public License v2.0 //
diff --git a/test/Selenium/Framework_LoadingWebApps.py b/test/Selenium/Framework_LoadingWebApps.py
index ba1111c..03ecb25 100644
--- a/test/Selenium/Framework_LoadingWebApps.py
+++ b/test/Selenium/Framework_LoadingWebApps.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#///////////////////////////////////////////////////////////////////////////////
-#// Copyright (c) 2000-2017 Ericsson Telecom AB //
+#// Copyright (c) 2000-2018 Ericsson Telecom AB //
#// //
#// All rights reserved. This program and the accompanying materials //
#// are made available under the terms of the Eclipse Public License v2.0 //
diff --git a/test/Selenium/GuiEditor_CommonFunctions.py b/test/Selenium/GuiEditor_CommonFunctions.py
index 59ab45f..3b44140 100644
--- a/test/Selenium/GuiEditor_CommonFunctions.py
+++ b/test/Selenium/GuiEditor_CommonFunctions.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#///////////////////////////////////////////////////////////////////////////////
-#// Copyright (c) 2000-2017 Ericsson Telecom AB //
+#// Copyright (c) 2000-2018 Ericsson Telecom AB //
#// //
#// All rights reserved. This program and the accompanying materials //
#// are made available under the terms of the Eclipse Public License v2.0 //
diff --git a/test/Selenium/GuiEditor_ConnectionTests.py b/test/Selenium/GuiEditor_ConnectionTests.py
index 2256c46..8246dab 100644
--- a/test/Selenium/GuiEditor_ConnectionTests.py
+++ b/test/Selenium/GuiEditor_ConnectionTests.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#///////////////////////////////////////////////////////////////////////////////
-#// Copyright (c) 2000-2017 Ericsson Telecom AB //
+#// Copyright (c) 2000-2018 Ericsson Telecom AB //
#// //
#// All rights reserved. This program and the accompanying materials //
#// are made available under the terms of the Eclipse Public License v2.0 //
diff --git a/test/Selenium/GuiEditor_EditorTests.py b/test/Selenium/GuiEditor_EditorTests.py
index 096068e..dab983c 100644
--- a/test/Selenium/GuiEditor_EditorTests.py
+++ b/test/Selenium/GuiEditor_EditorTests.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#///////////////////////////////////////////////////////////////////////////////
-#// Copyright (c) 2000-2017 Ericsson Telecom AB //
+#// Copyright (c) 2000-2018 Ericsson Telecom AB //
#// //
#// All rights reserved. This program and the accompanying materials //
#// are made available under the terms of the Eclipse Public License v2.0 //
diff --git a/test/Selenium/GuiEditor_SetupHandlingTests.py b/test/Selenium/GuiEditor_SetupHandlingTests.py
index 0ae5cd3..ae4eb38 100644
--- a/test/Selenium/GuiEditor_SetupHandlingTests.py
+++ b/test/Selenium/GuiEditor_SetupHandlingTests.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#///////////////////////////////////////////////////////////////////////////////
-#// Copyright (c) 2000-2017 Ericsson Telecom AB //
+#// Copyright (c) 2000-2018 Ericsson Telecom AB //
#// //
#// All rights reserved. This program and the accompanying materials //
#// are made available under the terms of the Eclipse Public License v2.0 //
diff --git a/test/Selenium/RequestConsole_Tests.py b/test/Selenium/RequestConsole_Tests.py
index a4d2e14..c053745 100644
--- a/test/Selenium/RequestConsole_Tests.py
+++ b/test/Selenium/RequestConsole_Tests.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#///////////////////////////////////////////////////////////////////////////////
-#// Copyright (c) 2000-2017 Ericsson Telecom AB //
+#// Copyright (c) 2000-2018 Ericsson Telecom AB //
#// //
#// All rights reserved. This program and the accompanying materials //
#// are made available under the terms of the Eclipse Public License v2.0 //
diff --git a/test/Selenium/runTests.py b/test/Selenium/runTests.py
index 77a6376..196d411 100755
--- a/test/Selenium/runTests.py
+++ b/test/Selenium/runTests.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#///////////////////////////////////////////////////////////////////////////////
-#// Copyright (c) 2000-2017 Ericsson Telecom AB //
+#// Copyright (c) 2000-2018 Ericsson Telecom AB //
#// //
#// All rights reserved. This program and the accompanying materials //
#// are made available under the terms of the Eclipse Public License v2.0 //
diff --git a/test/Selenium/runTestsWithXvfb.sh b/test/Selenium/runTestsWithXvfb.sh
index f7b0b3a..d9704c2 100755
--- a/test/Selenium/runTestsWithXvfb.sh
+++ b/test/Selenium/runTestsWithXvfb.sh
@@ -1,6 +1,6 @@
#!/bin/bash
#///////////////////////////////////////////////////////////////////////////////
-#// Copyright (c) 2000-2017 Ericsson Telecom AB //
+#// Copyright (c) 2000-2018 Ericsson Telecom AB //
#// //
#// All rights reserved. This program and the accompanying materials //
#// are made available under the terms of the Eclipse Public License v2.0 //
diff --git a/test/createOfflineWebGUI.sh b/test/createOfflineWebGUI.sh
index 99129ef..27685dc 100755
--- a/test/createOfflineWebGUI.sh
+++ b/test/createOfflineWebGUI.sh
@@ -1,6 +1,6 @@
#!/bin/sh
#///////////////////////////////////////////////////////////////////////////////
-#// Copyright (c) 2000-2017 Ericsson Telecom AB //
+#// Copyright (c) 2000-2018 Ericsson Telecom AB //
#// //
#// All rights reserved. This program and the accompanying materials //
#// are made available under the terms of the Eclipse Public License v2.0 //
diff --git a/test/nightlytest_webGUI_git.py b/test/nightlytest_webGUI_git.py
index 565cfa9..5565432 100644
--- a/test/nightlytest_webGUI_git.py
+++ b/test/nightlytest_webGUI_git.py
@@ -1,4 +1,4 @@
-#// Copyright (c) 2000-2017 Ericsson Telecom AB //
+#// Copyright (c) 2000-2018 Ericsson Telecom AB //
#// All rights reserved. This program and the accompanying materials are made available under the //
#// terms of the Eclipse Public License v2.0 which accompanies this distribution, and is available at //
#// https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html //

Back to the top