From ea4d29deb31163578670c9b8131844bd46f4fd15 Mon Sep 17 00:00:00 2001 From: Ivan Shubin Date: Thu, 14 Dec 2017 21:35:37 +0100 Subject: [PATCH] Added license header --- .../SeleniumGridBrowserFactoryTest.java | 29 +++++++++---------- 1 file changed, 14 insertions(+), 15 deletions(-) diff --git a/galen-core/src/test/java/com/galenframework/tests/browser/SeleniumGridBrowserFactoryTest.java b/galen-core/src/test/java/com/galenframework/tests/browser/SeleniumGridBrowserFactoryTest.java index a8fa4fc4..7d9d270d 100644 --- a/galen-core/src/test/java/com/galenframework/tests/browser/SeleniumGridBrowserFactoryTest.java +++ b/galen-core/src/test/java/com/galenframework/tests/browser/SeleniumGridBrowserFactoryTest.java @@ -1,19 +1,18 @@ /******************************************************************************* - * Copyright 2017 Ivan Shubin http://galenframework.com - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - ******************************************************************************/ - +* Copyright 2017 Ivan Shubin http://galenframework.com +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +******************************************************************************/ package com.galenframework.tests.browser; import static org.testng.AssertJUnit.assertTrue;