From 30317e60786981c81687509267c293767e5a3e77 Mon Sep 17 00:00:00 2001 From: Rammanoj Date: Fri, 5 May 2017 17:58:14 +0530 Subject: [PATCH] Audit/update headers in files Removed unneeded license headers. Bug: T69141 Change-Id: I8352f976c870e347aa6be69752c84310b7d9db61 --- tests/browser/features/step_definitions/pdf_steps.rb | 11 ----------- tests/browser/features/support/pages/random_page.rb | 11 ----------- 2 files changed, 22 deletions(-) diff --git a/tests/browser/features/step_definitions/pdf_steps.rb b/tests/browser/features/step_definitions/pdf_steps.rb index 812136b..ce793b3 100644 --- a/tests/browser/features/step_definitions/pdf_steps.rb +++ b/tests/browser/features/step_definitions/pdf_steps.rb @@ -1,14 +1,3 @@ -# -# This file is subject to the license terms in the LICENSE file found in the -# qa-browsertests top-level directory and at -# https://phabricator.wikimedia.org/diffusion/MSEL/browse/master/LICENSE. No part of -# qa-browsertests, including this file, may be copied, modified, propagated, or -# distributed except according to the terms contained in the LICENSE file. -# -# Copyright 2012-2014 by the Mediawiki developers. See the CREDITS file in the -# qa-browsertests top-level directory and at -# https://phabricator.wikimedia.org/diffusion/MSEL/browse/master/CREDITS -# Then(/^Download as PDF should be present$/) do on(PdfPage).download_as_pdf_element.should exist end diff --git a/tests/browser/features/support/pages/random_page.rb b/tests/browser/features/support/pages/random_page.rb index 8dc4e90..ceaff4c 100644 --- a/tests/browser/features/support/pages/random_page.rb +++ b/tests/browser/features/support/pages/random_page.rb @@ -1,14 +1,3 @@ -# -# This file is subject to the license terms in the LICENSE file found in the -# qa-browsertests top-level directory and at -# https://git.wikimedia.org/blob/qa%2Fbrowsertests/HEAD/LICENSE. No part of -# qa-browsertests, including this file, may be copied, modified, propagated, or -# distributed except according to the terms contained in the LICENSE file. -# -# Copyright 2012-2014 by the Mediawiki developers. See the CREDITS file in the -# qa-browsertests top-level directory and at -# https://git.wikimedia.org/blob/qa%2Fbrowsertests/HEAD/CREDITS -# class PdfPage include PageObject