From 44eba5952f5e210b3d6795907bd64c5c70ab771e Mon Sep 17 00:00:00 2001 From: Diego Molina Date: Sat, 6 Apr 2024 15:40:54 +0200 Subject: [PATCH] [js] Running format script --- .../test/firefox/addon_test.js | 17 +++++++++++++++++ .../test/firefox/contextSwitching_test.js | 17 +++++++++++++++++ .../test/firefox/full_page_screenshot_test.js | 17 +++++++++++++++++ .../test/firefox/options_test.js | 17 +++++++++++++++++ 4 files changed, 68 insertions(+) diff --git a/javascript/node/selenium-webdriver/test/firefox/addon_test.js b/javascript/node/selenium-webdriver/test/firefox/addon_test.js index 0afd23c75e1de..3f60379a6fb35 100644 --- a/javascript/node/selenium-webdriver/test/firefox/addon_test.js +++ b/javascript/node/selenium-webdriver/test/firefox/addon_test.js @@ -1,3 +1,20 @@ +// 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. + /* * Licensed to the Software Freedom Conservancy (SFC) under one * or more contributor license agreements. See the NOTICE file diff --git a/javascript/node/selenium-webdriver/test/firefox/contextSwitching_test.js b/javascript/node/selenium-webdriver/test/firefox/contextSwitching_test.js index f8686d2ac8a09..73423edcdd438 100644 --- a/javascript/node/selenium-webdriver/test/firefox/contextSwitching_test.js +++ b/javascript/node/selenium-webdriver/test/firefox/contextSwitching_test.js @@ -1,3 +1,20 @@ +// 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. + /* * Licensed to the Software Freedom Conservancy (SFC) under one * or more contributor license agreements. See the NOTICE file 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 5659a58e2cad4..18ab9664ef5cf 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 @@ -1,3 +1,20 @@ +// 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. + /* * Licensed to the Software Freedom Conservancy (SFC) under one * or more contributor license agreements. See the NOTICE file diff --git a/javascript/node/selenium-webdriver/test/firefox/options_test.js b/javascript/node/selenium-webdriver/test/firefox/options_test.js index 4430c4169416a..742e6053491fa 100644 --- a/javascript/node/selenium-webdriver/test/firefox/options_test.js +++ b/javascript/node/selenium-webdriver/test/firefox/options_test.js @@ -1,3 +1,20 @@ +// 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. + /* * Licensed to the Software Freedom Conservancy (SFC) under one * or more contributor license agreements. See the NOTICE file