From 392ffbc08d2cdf50e592793f484f866dd8e6463c Mon Sep 17 00:00:00 2001 From: Sri Harsha Date: Sun, 7 Apr 2024 19:45:12 +0530 Subject: [PATCH] [JS] Remove duplicate license agreement from files --- .../test/firefox/addon_test.js | 19 ------------------- .../test/firefox/contextSwitching_test.js | 19 ------------------- .../test/firefox/full_page_screenshot_test.js | 19 ------------------- .../test/firefox/options_test.js | 19 ------------------- 4 files changed, 76 deletions(-) diff --git a/javascript/node/selenium-webdriver/test/firefox/addon_test.js b/javascript/node/selenium-webdriver/test/firefox/addon_test.js index 3f60379a6fb35..c4f8cad268c1a 100644 --- a/javascript/node/selenium-webdriver/test/firefox/addon_test.js +++ b/javascript/node/selenium-webdriver/test/firefox/addon_test.js @@ -15,25 +15,6 @@ // specific language governing permissions and limitations // under the License. -/* - * Licensed to the Software Freedom Conservancy (SFC) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The SFC licenses this file - * to you 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. - */ - 'use strict' const assert = require('assert') diff --git a/javascript/node/selenium-webdriver/test/firefox/contextSwitching_test.js b/javascript/node/selenium-webdriver/test/firefox/contextSwitching_test.js index 73423edcdd438..3d54e15d65bdc 100644 --- a/javascript/node/selenium-webdriver/test/firefox/contextSwitching_test.js +++ b/javascript/node/selenium-webdriver/test/firefox/contextSwitching_test.js @@ -15,25 +15,6 @@ // specific language governing permissions and limitations // under the License. -/* - * Licensed to the Software Freedom Conservancy (SFC) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The SFC licenses this file - * to you 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. - */ - 'use strict' const assert = require('assert') diff --git a/javascript/node/selenium-webdriver/test/firefox/full_page_screenshot_test.js b/javascript/node/selenium-webdriver/test/firefox/full_page_screenshot_test.js index 18ab9664ef5cf..9614f3f95c671 100644 --- a/javascript/node/selenium-webdriver/test/firefox/full_page_screenshot_test.js +++ b/javascript/node/selenium-webdriver/test/firefox/full_page_screenshot_test.js @@ -15,25 +15,6 @@ // specific language governing permissions and limitations // under the License. -/* - * Licensed to the Software Freedom Conservancy (SFC) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The SFC licenses this file - * to you 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. - */ - 'use strict' const assert = require('assert') diff --git a/javascript/node/selenium-webdriver/test/firefox/options_test.js b/javascript/node/selenium-webdriver/test/firefox/options_test.js index 742e6053491fa..a3e16ac87995f 100644 --- a/javascript/node/selenium-webdriver/test/firefox/options_test.js +++ b/javascript/node/selenium-webdriver/test/firefox/options_test.js @@ -15,25 +15,6 @@ // specific language governing permissions and limitations // under the License. -/* - * Licensed to the Software Freedom Conservancy (SFC) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The SFC licenses this file - * to you 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. - */ - 'use strict' const assert = require('assert')