diff --git a/Rakefile b/Rakefile index bc613d7f9cd34..bbd5672600052 100644 --- a/Rakefile +++ b/Rakefile @@ -708,8 +708,10 @@ namespace :copyright do :style => "#", :prefix => "#!/usr/bin/python\n#\n") Copyright.Update( - FileList["rb/**/*.rb"], - :style => "#") + FileList["rb/**/*.rb"].exclude( + "rb/spec/integration/selenium/client/api/screenshot_spec.rb"), + :style => "#", + :prefix => "# encoding: utf-8\n#\n") Copyright.Update( FileList["java/**/*.java"].exclude( "java/client/src/org/openqa/selenium/internal/Base64Encoder.java", diff --git a/rb/lib/selenium-client.rb b/rb/lib/selenium-client.rb index 734eaabe08212..e7173db8729ae 100644 --- a/rb/lib/selenium-client.rb +++ b/rb/lib/selenium-client.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/lib/selenium-webdriver.rb b/rb/lib/selenium-webdriver.rb index d1a0432a263ab..e07c1f1aaa654 100644 --- a/rb/lib/selenium-webdriver.rb +++ b/rb/lib/selenium-webdriver.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/lib/selenium/client.rb b/rb/lib/selenium/client.rb index 79093b40f77d2..cd19048dd9ec6 100644 --- a/rb/lib/selenium/client.rb +++ b/rb/lib/selenium/client.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/lib/selenium/client/base.rb b/rb/lib/selenium/client/base.rb index 12eb6bf47d3b6..520424a40bc0d 100644 --- a/rb/lib/selenium/client/base.rb +++ b/rb/lib/selenium/client/base.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/lib/selenium/client/driver.rb b/rb/lib/selenium/client/driver.rb index fad86ad25b9d3..31b064cb0399b 100644 --- a/rb/lib/selenium/client/driver.rb +++ b/rb/lib/selenium/client/driver.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/lib/selenium/client/errors.rb b/rb/lib/selenium/client/errors.rb index 005e8ef3e8942..651e9120c0663 100644 --- a/rb/lib/selenium/client/errors.rb +++ b/rb/lib/selenium/client/errors.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/lib/selenium/client/extensions.rb b/rb/lib/selenium/client/extensions.rb index d314d2c6bc06c..f67d77f760fd7 100644 --- a/rb/lib/selenium/client/extensions.rb +++ b/rb/lib/selenium/client/extensions.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/lib/selenium/client/idiomatic.rb b/rb/lib/selenium/client/idiomatic.rb index da4715a9531c2..2cd5dc9f2ab8e 100644 --- a/rb/lib/selenium/client/idiomatic.rb +++ b/rb/lib/selenium/client/idiomatic.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/lib/selenium/client/javascript_expression_builder.rb b/rb/lib/selenium/client/javascript_expression_builder.rb index 6c2640e4a5dbc..c67b506729f09 100644 --- a/rb/lib/selenium/client/javascript_expression_builder.rb +++ b/rb/lib/selenium/client/javascript_expression_builder.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/lib/selenium/client/javascript_frameworks/jquery.rb b/rb/lib/selenium/client/javascript_frameworks/jquery.rb index 9c6da48c97c72..ab918850cc3d0 100644 --- a/rb/lib/selenium/client/javascript_frameworks/jquery.rb +++ b/rb/lib/selenium/client/javascript_frameworks/jquery.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/lib/selenium/client/javascript_frameworks/prototype.rb b/rb/lib/selenium/client/javascript_frameworks/prototype.rb index ef094860589d2..2b90c6bcf51e2 100644 --- a/rb/lib/selenium/client/javascript_frameworks/prototype.rb +++ b/rb/lib/selenium/client/javascript_frameworks/prototype.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/lib/selenium/client/legacy_driver.rb b/rb/lib/selenium/client/legacy_driver.rb index 40209a13fef8f..acc727b4b9878 100644 --- a/rb/lib/selenium/client/legacy_driver.rb +++ b/rb/lib/selenium/client/legacy_driver.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/lib/selenium/client/protocol.rb b/rb/lib/selenium/client/protocol.rb index c2c38b27ceb9b..422aeea60b3f5 100644 --- a/rb/lib/selenium/client/protocol.rb +++ b/rb/lib/selenium/client/protocol.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/lib/selenium/client/selenium_helper.rb b/rb/lib/selenium/client/selenium_helper.rb index c40744e758f42..92da5776dbb76 100644 --- a/rb/lib/selenium/client/selenium_helper.rb +++ b/rb/lib/selenium/client/selenium_helper.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/lib/selenium/rake/server_task.rb b/rb/lib/selenium/rake/server_task.rb index 51fea4a42ccce..0ad01592df42f 100644 --- a/rb/lib/selenium/rake/server_task.rb +++ b/rb/lib/selenium/rake/server_task.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/lib/selenium/server.rb b/rb/lib/selenium/server.rb index a8d7af67f3d78..a3bc4662c4e69 100644 --- a/rb/lib/selenium/server.rb +++ b/rb/lib/selenium/server.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/lib/selenium/webdriver.rb b/rb/lib/selenium/webdriver.rb index 954f04e85fd10..ba6baadc07fc5 100644 --- a/rb/lib/selenium/webdriver.rb +++ b/rb/lib/selenium/webdriver.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/lib/selenium/webdriver/android.rb b/rb/lib/selenium/webdriver/android.rb index 3fc736fec5c6a..53034300be0e0 100644 --- a/rb/lib/selenium/webdriver/android.rb +++ b/rb/lib/selenium/webdriver/android.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/lib/selenium/webdriver/android/bridge.rb b/rb/lib/selenium/webdriver/android/bridge.rb index cd5020c8de188..45a1f183a058f 100644 --- a/rb/lib/selenium/webdriver/android/bridge.rb +++ b/rb/lib/selenium/webdriver/android/bridge.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/lib/selenium/webdriver/chrome.rb b/rb/lib/selenium/webdriver/chrome.rb index 390859dc058c6..df20cbb3b86d9 100644 --- a/rb/lib/selenium/webdriver/chrome.rb +++ b/rb/lib/selenium/webdriver/chrome.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/lib/selenium/webdriver/chrome/bridge.rb b/rb/lib/selenium/webdriver/chrome/bridge.rb index 2a34cef42ada0..3986e89c66286 100644 --- a/rb/lib/selenium/webdriver/chrome/bridge.rb +++ b/rb/lib/selenium/webdriver/chrome/bridge.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/lib/selenium/webdriver/chrome/profile.rb b/rb/lib/selenium/webdriver/chrome/profile.rb index 90aa590868fdd..ac781b63345ad 100755 --- a/rb/lib/selenium/webdriver/chrome/profile.rb +++ b/rb/lib/selenium/webdriver/chrome/profile.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/lib/selenium/webdriver/chrome/service.rb b/rb/lib/selenium/webdriver/chrome/service.rb index faa80726ea339..7acc6090cedf6 100644 --- a/rb/lib/selenium/webdriver/chrome/service.rb +++ b/rb/lib/selenium/webdriver/chrome/service.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/lib/selenium/webdriver/common.rb b/rb/lib/selenium/webdriver/common.rb index f00242346c47f..143e124fc73f2 100644 --- a/rb/lib/selenium/webdriver/common.rb +++ b/rb/lib/selenium/webdriver/common.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/lib/selenium/webdriver/common/action_builder.rb b/rb/lib/selenium/webdriver/common/action_builder.rb index e2f1ad02257b6..7f8ebaeb2b73e 100644 --- a/rb/lib/selenium/webdriver/common/action_builder.rb +++ b/rb/lib/selenium/webdriver/common/action_builder.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/lib/selenium/webdriver/common/alert.rb b/rb/lib/selenium/webdriver/common/alert.rb index d96ca5a654c44..26ff099ef9444 100644 --- a/rb/lib/selenium/webdriver/common/alert.rb +++ b/rb/lib/selenium/webdriver/common/alert.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/lib/selenium/webdriver/common/bridge_helper.rb b/rb/lib/selenium/webdriver/common/bridge_helper.rb index d657e898835d0..6e395d673b866 100644 --- a/rb/lib/selenium/webdriver/common/bridge_helper.rb +++ b/rb/lib/selenium/webdriver/common/bridge_helper.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/lib/selenium/webdriver/common/core_ext/base64.rb b/rb/lib/selenium/webdriver/common/core_ext/base64.rb index cbd1abb59a569..6d8bcc39a8082 100644 --- a/rb/lib/selenium/webdriver/common/core_ext/base64.rb +++ b/rb/lib/selenium/webdriver/common/core_ext/base64.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/lib/selenium/webdriver/common/core_ext/dir.rb b/rb/lib/selenium/webdriver/common/core_ext/dir.rb index 906ff7b18e38c..489be1298a245 100644 --- a/rb/lib/selenium/webdriver/common/core_ext/dir.rb +++ b/rb/lib/selenium/webdriver/common/core_ext/dir.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/lib/selenium/webdriver/common/core_ext/string.rb b/rb/lib/selenium/webdriver/common/core_ext/string.rb index 1afbda17659a5..f25f2c6ad34b1 100644 --- a/rb/lib/selenium/webdriver/common/core_ext/string.rb +++ b/rb/lib/selenium/webdriver/common/core_ext/string.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/lib/selenium/webdriver/common/driver.rb b/rb/lib/selenium/webdriver/common/driver.rb index 440db1d2903a0..1d352c02db40e 100644 --- a/rb/lib/selenium/webdriver/common/driver.rb +++ b/rb/lib/selenium/webdriver/common/driver.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/lib/selenium/webdriver/common/driver_extensions/has_input_devices.rb b/rb/lib/selenium/webdriver/common/driver_extensions/has_input_devices.rb index 5654bdf2cd0df..58bb60045f843 100644 --- a/rb/lib/selenium/webdriver/common/driver_extensions/has_input_devices.rb +++ b/rb/lib/selenium/webdriver/common/driver_extensions/has_input_devices.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/lib/selenium/webdriver/common/driver_extensions/has_location.rb b/rb/lib/selenium/webdriver/common/driver_extensions/has_location.rb index 0566ad64a2374..54b8646581c26 100644 --- a/rb/lib/selenium/webdriver/common/driver_extensions/has_location.rb +++ b/rb/lib/selenium/webdriver/common/driver_extensions/has_location.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/lib/selenium/webdriver/common/driver_extensions/has_network_connection.rb b/rb/lib/selenium/webdriver/common/driver_extensions/has_network_connection.rb index 96edc4402d32a..cea8dee089fe1 100644 --- a/rb/lib/selenium/webdriver/common/driver_extensions/has_network_connection.rb +++ b/rb/lib/selenium/webdriver/common/driver_extensions/has_network_connection.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/lib/selenium/webdriver/common/driver_extensions/has_remote_status.rb b/rb/lib/selenium/webdriver/common/driver_extensions/has_remote_status.rb index 422dff4c0933d..f681369830e3b 100644 --- a/rb/lib/selenium/webdriver/common/driver_extensions/has_remote_status.rb +++ b/rb/lib/selenium/webdriver/common/driver_extensions/has_remote_status.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/lib/selenium/webdriver/common/driver_extensions/has_session_id.rb b/rb/lib/selenium/webdriver/common/driver_extensions/has_session_id.rb index b080aa8c0d8ab..e31132423b641 100644 --- a/rb/lib/selenium/webdriver/common/driver_extensions/has_session_id.rb +++ b/rb/lib/selenium/webdriver/common/driver_extensions/has_session_id.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/lib/selenium/webdriver/common/driver_extensions/has_touch_screen.rb b/rb/lib/selenium/webdriver/common/driver_extensions/has_touch_screen.rb index 8b0edcf70da64..e3aa722f817a5 100644 --- a/rb/lib/selenium/webdriver/common/driver_extensions/has_touch_screen.rb +++ b/rb/lib/selenium/webdriver/common/driver_extensions/has_touch_screen.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/lib/selenium/webdriver/common/driver_extensions/has_web_storage.rb b/rb/lib/selenium/webdriver/common/driver_extensions/has_web_storage.rb index 10d9877b46a5d..ccd29b191e2fe 100644 --- a/rb/lib/selenium/webdriver/common/driver_extensions/has_web_storage.rb +++ b/rb/lib/selenium/webdriver/common/driver_extensions/has_web_storage.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/lib/selenium/webdriver/common/driver_extensions/rotatable.rb b/rb/lib/selenium/webdriver/common/driver_extensions/rotatable.rb index 8fda17e7985d0..8aa04c39c798a 100644 --- a/rb/lib/selenium/webdriver/common/driver_extensions/rotatable.rb +++ b/rb/lib/selenium/webdriver/common/driver_extensions/rotatable.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/lib/selenium/webdriver/common/driver_extensions/takes_screenshot.rb b/rb/lib/selenium/webdriver/common/driver_extensions/takes_screenshot.rb index 65e7dc0a666c9..9cd1e70da610a 100644 --- a/rb/lib/selenium/webdriver/common/driver_extensions/takes_screenshot.rb +++ b/rb/lib/selenium/webdriver/common/driver_extensions/takes_screenshot.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/lib/selenium/webdriver/common/driver_extensions/uploads_files.rb b/rb/lib/selenium/webdriver/common/driver_extensions/uploads_files.rb index d76d22e46461a..b7258b78b6e53 100644 --- a/rb/lib/selenium/webdriver/common/driver_extensions/uploads_files.rb +++ b/rb/lib/selenium/webdriver/common/driver_extensions/uploads_files.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/lib/selenium/webdriver/common/element.rb b/rb/lib/selenium/webdriver/common/element.rb index 9441cd49c441a..b48f878258763 100644 --- a/rb/lib/selenium/webdriver/common/element.rb +++ b/rb/lib/selenium/webdriver/common/element.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/lib/selenium/webdriver/common/error.rb b/rb/lib/selenium/webdriver/common/error.rb index 8408f09ee6c7a..be7be4113eb49 100644 --- a/rb/lib/selenium/webdriver/common/error.rb +++ b/rb/lib/selenium/webdriver/common/error.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/lib/selenium/webdriver/common/file_reaper.rb b/rb/lib/selenium/webdriver/common/file_reaper.rb index e09a934b4185f..0adc3dfd423a1 100644 --- a/rb/lib/selenium/webdriver/common/file_reaper.rb +++ b/rb/lib/selenium/webdriver/common/file_reaper.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/lib/selenium/webdriver/common/html5/local_storage.rb b/rb/lib/selenium/webdriver/common/html5/local_storage.rb index cdf7fb781ab2f..025da2d0e589b 100644 --- a/rb/lib/selenium/webdriver/common/html5/local_storage.rb +++ b/rb/lib/selenium/webdriver/common/html5/local_storage.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/lib/selenium/webdriver/common/html5/location.rb b/rb/lib/selenium/webdriver/common/html5/location.rb index 556d95e81d402..7d7f88ba617a0 100644 --- a/rb/lib/selenium/webdriver/common/html5/location.rb +++ b/rb/lib/selenium/webdriver/common/html5/location.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/lib/selenium/webdriver/common/html5/session_storage.rb b/rb/lib/selenium/webdriver/common/html5/session_storage.rb index b0a724a0da05b..db41ecc784f60 100644 --- a/rb/lib/selenium/webdriver/common/html5/session_storage.rb +++ b/rb/lib/selenium/webdriver/common/html5/session_storage.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/lib/selenium/webdriver/common/html5/shared_web_storage.rb b/rb/lib/selenium/webdriver/common/html5/shared_web_storage.rb index 2590dba1aa0fd..b08dfa7ae31a2 100644 --- a/rb/lib/selenium/webdriver/common/html5/shared_web_storage.rb +++ b/rb/lib/selenium/webdriver/common/html5/shared_web_storage.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/lib/selenium/webdriver/common/json_helper.rb b/rb/lib/selenium/webdriver/common/json_helper.rb index d75205072bfbf..76f803642556d 100644 --- a/rb/lib/selenium/webdriver/common/json_helper.rb +++ b/rb/lib/selenium/webdriver/common/json_helper.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/lib/selenium/webdriver/common/keyboard.rb b/rb/lib/selenium/webdriver/common/keyboard.rb index 67bc47bc483bb..c78e55580484b 100644 --- a/rb/lib/selenium/webdriver/common/keyboard.rb +++ b/rb/lib/selenium/webdriver/common/keyboard.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/lib/selenium/webdriver/common/keys.rb b/rb/lib/selenium/webdriver/common/keys.rb index 473e606e8e687..d0cf16e3c4694 100644 --- a/rb/lib/selenium/webdriver/common/keys.rb +++ b/rb/lib/selenium/webdriver/common/keys.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/lib/selenium/webdriver/common/log_entry.rb b/rb/lib/selenium/webdriver/common/log_entry.rb index dba365fc448c4..81862c3edeb70 100644 --- a/rb/lib/selenium/webdriver/common/log_entry.rb +++ b/rb/lib/selenium/webdriver/common/log_entry.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/lib/selenium/webdriver/common/logs.rb b/rb/lib/selenium/webdriver/common/logs.rb index 9bec0db2ca070..970c51623acf8 100644 --- a/rb/lib/selenium/webdriver/common/logs.rb +++ b/rb/lib/selenium/webdriver/common/logs.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/lib/selenium/webdriver/common/mouse.rb b/rb/lib/selenium/webdriver/common/mouse.rb index 1071c76fdc7e3..5e3fb4c1b9a1a 100755 --- a/rb/lib/selenium/webdriver/common/mouse.rb +++ b/rb/lib/selenium/webdriver/common/mouse.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/lib/selenium/webdriver/common/navigation.rb b/rb/lib/selenium/webdriver/common/navigation.rb index 4f736295af745..b991f89b5a782 100644 --- a/rb/lib/selenium/webdriver/common/navigation.rb +++ b/rb/lib/selenium/webdriver/common/navigation.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/lib/selenium/webdriver/common/options.rb b/rb/lib/selenium/webdriver/common/options.rb index 86cc0ed625233..6ce6a0cb2a4bd 100644 --- a/rb/lib/selenium/webdriver/common/options.rb +++ b/rb/lib/selenium/webdriver/common/options.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/lib/selenium/webdriver/common/platform.rb b/rb/lib/selenium/webdriver/common/platform.rb index 5f480f7b68ab1..f4966a0640052 100644 --- a/rb/lib/selenium/webdriver/common/platform.rb +++ b/rb/lib/selenium/webdriver/common/platform.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/lib/selenium/webdriver/common/port_prober.rb b/rb/lib/selenium/webdriver/common/port_prober.rb index 24d0228d4e744..2a1895ccf855a 100644 --- a/rb/lib/selenium/webdriver/common/port_prober.rb +++ b/rb/lib/selenium/webdriver/common/port_prober.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/lib/selenium/webdriver/common/profile_helper.rb b/rb/lib/selenium/webdriver/common/profile_helper.rb index aac3a62b8c108..81dd17475f6cd 100644 --- a/rb/lib/selenium/webdriver/common/profile_helper.rb +++ b/rb/lib/selenium/webdriver/common/profile_helper.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/lib/selenium/webdriver/common/proxy.rb b/rb/lib/selenium/webdriver/common/proxy.rb index ae83919766766..0ec7008035597 100755 --- a/rb/lib/selenium/webdriver/common/proxy.rb +++ b/rb/lib/selenium/webdriver/common/proxy.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/lib/selenium/webdriver/common/search_context.rb b/rb/lib/selenium/webdriver/common/search_context.rb index a68520c7806e4..09cc9e7db77e1 100644 --- a/rb/lib/selenium/webdriver/common/search_context.rb +++ b/rb/lib/selenium/webdriver/common/search_context.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/lib/selenium/webdriver/common/socket_lock.rb b/rb/lib/selenium/webdriver/common/socket_lock.rb index 322e8238fa59c..ba9e4c8f4eccb 100644 --- a/rb/lib/selenium/webdriver/common/socket_lock.rb +++ b/rb/lib/selenium/webdriver/common/socket_lock.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/lib/selenium/webdriver/common/socket_poller.rb b/rb/lib/selenium/webdriver/common/socket_poller.rb index b1adbe805d362..1de53bf2de14f 100644 --- a/rb/lib/selenium/webdriver/common/socket_poller.rb +++ b/rb/lib/selenium/webdriver/common/socket_poller.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/lib/selenium/webdriver/common/target_locator.rb b/rb/lib/selenium/webdriver/common/target_locator.rb index b4647794bc3b4..c7489da6fc74c 100644 --- a/rb/lib/selenium/webdriver/common/target_locator.rb +++ b/rb/lib/selenium/webdriver/common/target_locator.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/lib/selenium/webdriver/common/timeouts.rb b/rb/lib/selenium/webdriver/common/timeouts.rb index c596e813d6cba..3a42ba4a7d5f6 100644 --- a/rb/lib/selenium/webdriver/common/timeouts.rb +++ b/rb/lib/selenium/webdriver/common/timeouts.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/lib/selenium/webdriver/common/touch_action_builder.rb b/rb/lib/selenium/webdriver/common/touch_action_builder.rb index dd78dca192fe9..4930ac2213b68 100644 --- a/rb/lib/selenium/webdriver/common/touch_action_builder.rb +++ b/rb/lib/selenium/webdriver/common/touch_action_builder.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/lib/selenium/webdriver/common/touch_screen.rb b/rb/lib/selenium/webdriver/common/touch_screen.rb index c2d5e8dc1d4a7..0d0c0997bf20f 100755 --- a/rb/lib/selenium/webdriver/common/touch_screen.rb +++ b/rb/lib/selenium/webdriver/common/touch_screen.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/lib/selenium/webdriver/common/wait.rb b/rb/lib/selenium/webdriver/common/wait.rb index fb452e1f6d121..c87c51ad09567 100644 --- a/rb/lib/selenium/webdriver/common/wait.rb +++ b/rb/lib/selenium/webdriver/common/wait.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/lib/selenium/webdriver/common/window.rb b/rb/lib/selenium/webdriver/common/window.rb index b3ec330c45b44..2f16a5ac8041e 100644 --- a/rb/lib/selenium/webdriver/common/window.rb +++ b/rb/lib/selenium/webdriver/common/window.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/lib/selenium/webdriver/common/zipper.rb b/rb/lib/selenium/webdriver/common/zipper.rb index bc17326c71c73..f48e1293cf64e 100644 --- a/rb/lib/selenium/webdriver/common/zipper.rb +++ b/rb/lib/selenium/webdriver/common/zipper.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/lib/selenium/webdriver/firefox.rb b/rb/lib/selenium/webdriver/firefox.rb index 5f15d7581e904..eb6dd9bf12b7c 100644 --- a/rb/lib/selenium/webdriver/firefox.rb +++ b/rb/lib/selenium/webdriver/firefox.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/lib/selenium/webdriver/firefox/binary.rb b/rb/lib/selenium/webdriver/firefox/binary.rb index e992f4db34230..2d32d01278b1a 100644 --- a/rb/lib/selenium/webdriver/firefox/binary.rb +++ b/rb/lib/selenium/webdriver/firefox/binary.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/lib/selenium/webdriver/firefox/bridge.rb b/rb/lib/selenium/webdriver/firefox/bridge.rb index b9c7e4f9dd606..9eba5cd08a956 100644 --- a/rb/lib/selenium/webdriver/firefox/bridge.rb +++ b/rb/lib/selenium/webdriver/firefox/bridge.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/lib/selenium/webdriver/firefox/extension.rb b/rb/lib/selenium/webdriver/firefox/extension.rb index 1584b1f731c44..d52be4d1cab3a 100644 --- a/rb/lib/selenium/webdriver/firefox/extension.rb +++ b/rb/lib/selenium/webdriver/firefox/extension.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/lib/selenium/webdriver/firefox/launcher.rb b/rb/lib/selenium/webdriver/firefox/launcher.rb index 618e7ee97d257..1d54c21d0c6a3 100644 --- a/rb/lib/selenium/webdriver/firefox/launcher.rb +++ b/rb/lib/selenium/webdriver/firefox/launcher.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/lib/selenium/webdriver/firefox/profile.rb b/rb/lib/selenium/webdriver/firefox/profile.rb index c85abca4d6b59..ec8365ad0be8d 100644 --- a/rb/lib/selenium/webdriver/firefox/profile.rb +++ b/rb/lib/selenium/webdriver/firefox/profile.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/lib/selenium/webdriver/firefox/profiles_ini.rb b/rb/lib/selenium/webdriver/firefox/profiles_ini.rb index 8124ad31937fb..ed5652bc85ca2 100644 --- a/rb/lib/selenium/webdriver/firefox/profiles_ini.rb +++ b/rb/lib/selenium/webdriver/firefox/profiles_ini.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/lib/selenium/webdriver/firefox/util.rb b/rb/lib/selenium/webdriver/firefox/util.rb index 5a35a66c62125..f0ee4d6d967db 100644 --- a/rb/lib/selenium/webdriver/firefox/util.rb +++ b/rb/lib/selenium/webdriver/firefox/util.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/lib/selenium/webdriver/ie.rb b/rb/lib/selenium/webdriver/ie.rb index 37afe7193b121..87f6ad9f2363d 100644 --- a/rb/lib/selenium/webdriver/ie.rb +++ b/rb/lib/selenium/webdriver/ie.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/lib/selenium/webdriver/ie/bridge.rb b/rb/lib/selenium/webdriver/ie/bridge.rb index a2fa190619d8f..96092716a97c2 100644 --- a/rb/lib/selenium/webdriver/ie/bridge.rb +++ b/rb/lib/selenium/webdriver/ie/bridge.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/lib/selenium/webdriver/ie/server.rb b/rb/lib/selenium/webdriver/ie/server.rb index 5cd969186e449..45b3795096abe 100644 --- a/rb/lib/selenium/webdriver/ie/server.rb +++ b/rb/lib/selenium/webdriver/ie/server.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/lib/selenium/webdriver/iphone.rb b/rb/lib/selenium/webdriver/iphone.rb index 3dabe27f8bc1f..1360089a0b6c0 100644 --- a/rb/lib/selenium/webdriver/iphone.rb +++ b/rb/lib/selenium/webdriver/iphone.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/lib/selenium/webdriver/iphone/bridge.rb b/rb/lib/selenium/webdriver/iphone/bridge.rb index 9a203354af185..5a2a589c85296 100644 --- a/rb/lib/selenium/webdriver/iphone/bridge.rb +++ b/rb/lib/selenium/webdriver/iphone/bridge.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/lib/selenium/webdriver/phantomjs.rb b/rb/lib/selenium/webdriver/phantomjs.rb index fb3e71d4f0b12..54b4b7fc2c05b 100644 --- a/rb/lib/selenium/webdriver/phantomjs.rb +++ b/rb/lib/selenium/webdriver/phantomjs.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/lib/selenium/webdriver/phantomjs/bridge.rb b/rb/lib/selenium/webdriver/phantomjs/bridge.rb index 1cb18f9d36600..d205a565785af 100644 --- a/rb/lib/selenium/webdriver/phantomjs/bridge.rb +++ b/rb/lib/selenium/webdriver/phantomjs/bridge.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/lib/selenium/webdriver/phantomjs/service.rb b/rb/lib/selenium/webdriver/phantomjs/service.rb index 1d5f0e3b800e2..303586c6fff59 100644 --- a/rb/lib/selenium/webdriver/phantomjs/service.rb +++ b/rb/lib/selenium/webdriver/phantomjs/service.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/lib/selenium/webdriver/remote.rb b/rb/lib/selenium/webdriver/remote.rb index ff2b64a4e6ca6..cffb248611552 100644 --- a/rb/lib/selenium/webdriver/remote.rb +++ b/rb/lib/selenium/webdriver/remote.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/lib/selenium/webdriver/remote/bridge.rb b/rb/lib/selenium/webdriver/remote/bridge.rb index efa95a2ebc4f6..ec3be5339de01 100755 --- a/rb/lib/selenium/webdriver/remote/bridge.rb +++ b/rb/lib/selenium/webdriver/remote/bridge.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/lib/selenium/webdriver/remote/capabilities.rb b/rb/lib/selenium/webdriver/remote/capabilities.rb index 4468bdd14e954..04e8d37c6b69b 100755 --- a/rb/lib/selenium/webdriver/remote/capabilities.rb +++ b/rb/lib/selenium/webdriver/remote/capabilities.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/lib/selenium/webdriver/remote/commands.rb b/rb/lib/selenium/webdriver/remote/commands.rb index 9ecb98fc8b2e2..a45cc0180bb21 100644 --- a/rb/lib/selenium/webdriver/remote/commands.rb +++ b/rb/lib/selenium/webdriver/remote/commands.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/lib/selenium/webdriver/remote/http/common.rb b/rb/lib/selenium/webdriver/remote/http/common.rb index c2b42314013d8..71c44d7542fe1 100644 --- a/rb/lib/selenium/webdriver/remote/http/common.rb +++ b/rb/lib/selenium/webdriver/remote/http/common.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/lib/selenium/webdriver/remote/http/curb.rb b/rb/lib/selenium/webdriver/remote/http/curb.rb index ea9efeb9979ab..91692ac2429d6 100644 --- a/rb/lib/selenium/webdriver/remote/http/curb.rb +++ b/rb/lib/selenium/webdriver/remote/http/curb.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/lib/selenium/webdriver/remote/http/default.rb b/rb/lib/selenium/webdriver/remote/http/default.rb index d7ad985be420f..0c81386a8e496 100644 --- a/rb/lib/selenium/webdriver/remote/http/default.rb +++ b/rb/lib/selenium/webdriver/remote/http/default.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/lib/selenium/webdriver/remote/http/persistent.rb b/rb/lib/selenium/webdriver/remote/http/persistent.rb index 6915cf6f74bec..dde32e144c756 100644 --- a/rb/lib/selenium/webdriver/remote/http/persistent.rb +++ b/rb/lib/selenium/webdriver/remote/http/persistent.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/lib/selenium/webdriver/remote/response.rb b/rb/lib/selenium/webdriver/remote/response.rb index b7897349fc8eb..86d1a15b573cf 100644 --- a/rb/lib/selenium/webdriver/remote/response.rb +++ b/rb/lib/selenium/webdriver/remote/response.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/lib/selenium/webdriver/remote/server_error.rb b/rb/lib/selenium/webdriver/remote/server_error.rb index ead205a8cc640..f9ac149a957a0 100644 --- a/rb/lib/selenium/webdriver/remote/server_error.rb +++ b/rb/lib/selenium/webdriver/remote/server_error.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/lib/selenium/webdriver/safari.rb b/rb/lib/selenium/webdriver/safari.rb index 288816ad98fab..5332294e6a77b 100644 --- a/rb/lib/selenium/webdriver/safari.rb +++ b/rb/lib/selenium/webdriver/safari.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/lib/selenium/webdriver/safari/bridge.rb b/rb/lib/selenium/webdriver/safari/bridge.rb index caa960831dad5..4797bd2eff80c 100755 --- a/rb/lib/selenium/webdriver/safari/bridge.rb +++ b/rb/lib/selenium/webdriver/safari/bridge.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/lib/selenium/webdriver/safari/browser.rb b/rb/lib/selenium/webdriver/safari/browser.rb index d76b6281111cb..fa1296722909b 100644 --- a/rb/lib/selenium/webdriver/safari/browser.rb +++ b/rb/lib/selenium/webdriver/safari/browser.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/lib/selenium/webdriver/safari/extensions.rb b/rb/lib/selenium/webdriver/safari/extensions.rb index b8bdaff4fa700..6016277371a75 100644 --- a/rb/lib/selenium/webdriver/safari/extensions.rb +++ b/rb/lib/selenium/webdriver/safari/extensions.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/lib/selenium/webdriver/safari/options.rb b/rb/lib/selenium/webdriver/safari/options.rb index 6e1f41354b584..b99decb812de5 100644 --- a/rb/lib/selenium/webdriver/safari/options.rb +++ b/rb/lib/selenium/webdriver/safari/options.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/lib/selenium/webdriver/safari/server.rb b/rb/lib/selenium/webdriver/safari/server.rb index faa22cb7e91c1..80bd11b3bff60 100644 --- a/rb/lib/selenium/webdriver/safari/server.rb +++ b/rb/lib/selenium/webdriver/safari/server.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/lib/selenium/webdriver/support.rb b/rb/lib/selenium/webdriver/support.rb index 22c2a0b8304a1..b8386f41e0c48 100644 --- a/rb/lib/selenium/webdriver/support.rb +++ b/rb/lib/selenium/webdriver/support.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/lib/selenium/webdriver/support/abstract_event_listener.rb b/rb/lib/selenium/webdriver/support/abstract_event_listener.rb index f40be92d5d9bf..8acfafd4830af 100644 --- a/rb/lib/selenium/webdriver/support/abstract_event_listener.rb +++ b/rb/lib/selenium/webdriver/support/abstract_event_listener.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/lib/selenium/webdriver/support/block_event_listener.rb b/rb/lib/selenium/webdriver/support/block_event_listener.rb index 77c88aacf3cee..2899422b804c5 100644 --- a/rb/lib/selenium/webdriver/support/block_event_listener.rb +++ b/rb/lib/selenium/webdriver/support/block_event_listener.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/lib/selenium/webdriver/support/color.rb b/rb/lib/selenium/webdriver/support/color.rb index d9bbbdeb6d2bb..2ecfac612fe6b 100644 --- a/rb/lib/selenium/webdriver/support/color.rb +++ b/rb/lib/selenium/webdriver/support/color.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/lib/selenium/webdriver/support/event_firing_bridge.rb b/rb/lib/selenium/webdriver/support/event_firing_bridge.rb index 09123b54ca379..451bb5483c5a9 100644 --- a/rb/lib/selenium/webdriver/support/event_firing_bridge.rb +++ b/rb/lib/selenium/webdriver/support/event_firing_bridge.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/lib/selenium/webdriver/support/select.rb b/rb/lib/selenium/webdriver/support/select.rb index f7793f449c2dd..e0adfb72c6453 100644 --- a/rb/lib/selenium/webdriver/support/select.rb +++ b/rb/lib/selenium/webdriver/support/select.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/spec/integration/selenium/client/api/backward_compatible_api_spec.rb b/rb/spec/integration/selenium/client/api/backward_compatible_api_spec.rb index 09e7839259525..54489f7d633fe 100644 --- a/rb/spec/integration/selenium/client/api/backward_compatible_api_spec.rb +++ b/rb/spec/integration/selenium/client/api/backward_compatible_api_spec.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/spec/integration/selenium/client/api/browser_xpath_library_spec.rb b/rb/spec/integration/selenium/client/api/browser_xpath_library_spec.rb index bfb5811168d31..4a75f604c6c48 100644 --- a/rb/spec/integration/selenium/client/api/browser_xpath_library_spec.rb +++ b/rb/spec/integration/selenium/client/api/browser_xpath_library_spec.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/spec/integration/selenium/client/api/click_spec.rb b/rb/spec/integration/selenium/client/api/click_spec.rb index cb70ae20dac9a..61f2ec13ccb86 100644 --- a/rb/spec/integration/selenium/client/api/click_spec.rb +++ b/rb/spec/integration/selenium/client/api/click_spec.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/spec/integration/selenium/client/api/cookie_spec.rb b/rb/spec/integration/selenium/client/api/cookie_spec.rb index fcf982b1e4bc4..c336d94b507ca 100644 --- a/rb/spec/integration/selenium/client/api/cookie_spec.rb +++ b/rb/spec/integration/selenium/client/api/cookie_spec.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/spec/integration/selenium/client/api/element_spec.rb b/rb/spec/integration/selenium/client/api/element_spec.rb index 81cf572bfe3e6..acedd7620e29f 100644 --- a/rb/spec/integration/selenium/client/api/element_spec.rb +++ b/rb/spec/integration/selenium/client/api/element_spec.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/spec/integration/selenium/client/api/highlight_located_element_spec.rb b/rb/spec/integration/selenium/client/api/highlight_located_element_spec.rb index 93245a975b63b..b58235c4ca1c3 100644 --- a/rb/spec/integration/selenium/client/api/highlight_located_element_spec.rb +++ b/rb/spec/integration/selenium/client/api/highlight_located_element_spec.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/spec/integration/selenium/client/api/retrieve_last_remote_control_logs_spec.rb b/rb/spec/integration/selenium/client/api/retrieve_last_remote_control_logs_spec.rb index be2b54753eb10..e75ca258d8178 100644 --- a/rb/spec/integration/selenium/client/api/retrieve_last_remote_control_logs_spec.rb +++ b/rb/spec/integration/selenium/client/api/retrieve_last_remote_control_logs_spec.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/spec/integration/selenium/client/api/select_window_spec.rb b/rb/spec/integration/selenium/client/api/select_window_spec.rb index af1b392559895..a07c24c64c17f 100644 --- a/rb/spec/integration/selenium/client/api/select_window_spec.rb +++ b/rb/spec/integration/selenium/client/api/select_window_spec.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/spec/integration/selenium/client/api/start_stop_spec.rb b/rb/spec/integration/selenium/client/api/start_stop_spec.rb index 3f62f9575e491..132d7053e403f 100644 --- a/rb/spec/integration/selenium/client/api/start_stop_spec.rb +++ b/rb/spec/integration/selenium/client/api/start_stop_spec.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/spec/integration/selenium/client/api/wait_for_ajax_spec.rb b/rb/spec/integration/selenium/client/api/wait_for_ajax_spec.rb index f9c65216a6388..057e6daf27180 100644 --- a/rb/spec/integration/selenium/client/api/wait_for_ajax_spec.rb +++ b/rb/spec/integration/selenium/client/api/wait_for_ajax_spec.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/spec/integration/selenium/client/api/wait_for_element_spec.rb b/rb/spec/integration/selenium/client/api/wait_for_element_spec.rb index ebb8e34fc42f4..7b0cc83e6a90d 100644 --- a/rb/spec/integration/selenium/client/api/wait_for_element_spec.rb +++ b/rb/spec/integration/selenium/client/api/wait_for_element_spec.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/spec/integration/selenium/client/api/wait_for_field_value_spec.rb b/rb/spec/integration/selenium/client/api/wait_for_field_value_spec.rb index f0764109b4141..484b17d650d13 100644 --- a/rb/spec/integration/selenium/client/api/wait_for_field_value_spec.rb +++ b/rb/spec/integration/selenium/client/api/wait_for_field_value_spec.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/spec/integration/selenium/client/api/wait_for_text_spec.rb b/rb/spec/integration/selenium/client/api/wait_for_text_spec.rb index c95f5e92db0d0..327aed4e9c1e5 100644 --- a/rb/spec/integration/selenium/client/api/wait_for_text_spec.rb +++ b/rb/spec/integration/selenium/client/api/wait_for_text_spec.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/spec/integration/selenium/client/api/webdriver_backed_spec.rb b/rb/spec/integration/selenium/client/api/webdriver_backed_spec.rb index 49644aafedc5f..2a9be0ef1cbf3 100644 --- a/rb/spec/integration/selenium/client/api/webdriver_backed_spec.rb +++ b/rb/spec/integration/selenium/client/api/webdriver_backed_spec.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/spec/integration/selenium/client/sample-app/sample_app.rb b/rb/spec/integration/selenium/client/sample-app/sample_app.rb index 67a2f68b8f070..c02b501a6a7ce 100755 --- a/rb/spec/integration/selenium/client/sample-app/sample_app.rb +++ b/rb/spec/integration/selenium/client/sample-app/sample_app.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/spec/integration/selenium/client/spec_helper.rb b/rb/spec/integration/selenium/client/spec_helper.rb index 99b5beb2e106c..3930a6f7a9f75 100644 --- a/rb/spec/integration/selenium/client/spec_helper.rb +++ b/rb/spec/integration/selenium/client/spec_helper.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/spec/integration/selenium/webdriver/app_cache_spec.rb b/rb/spec/integration/selenium/webdriver/app_cache_spec.rb index 852b2c75d8a94..ce4ef41c05a14 100644 --- a/rb/spec/integration/selenium/webdriver/app_cache_spec.rb +++ b/rb/spec/integration/selenium/webdriver/app_cache_spec.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/spec/integration/selenium/webdriver/chrome/driver_spec.rb b/rb/spec/integration/selenium/webdriver/chrome/driver_spec.rb index 352e1e10b1d8f..f90b1486be023 100644 --- a/rb/spec/integration/selenium/webdriver/chrome/driver_spec.rb +++ b/rb/spec/integration/selenium/webdriver/chrome/driver_spec.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/spec/integration/selenium/webdriver/chrome/profile_spec.rb b/rb/spec/integration/selenium/webdriver/chrome/profile_spec.rb index 644bb69682512..dafecc7f72c4d 100755 --- a/rb/spec/integration/selenium/webdriver/chrome/profile_spec.rb +++ b/rb/spec/integration/selenium/webdriver/chrome/profile_spec.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/spec/integration/selenium/webdriver/driver_spec.rb b/rb/spec/integration/selenium/webdriver/driver_spec.rb index 31b589eb07df0..991ed49ac5620 100644 --- a/rb/spec/integration/selenium/webdriver/driver_spec.rb +++ b/rb/spec/integration/selenium/webdriver/driver_spec.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/spec/integration/selenium/webdriver/element_spec.rb b/rb/spec/integration/selenium/webdriver/element_spec.rb index 9315de55515e1..6c25083009323 100644 --- a/rb/spec/integration/selenium/webdriver/element_spec.rb +++ b/rb/spec/integration/selenium/webdriver/element_spec.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/spec/integration/selenium/webdriver/error_spec.rb b/rb/spec/integration/selenium/webdriver/error_spec.rb index 06fd845aae4b6..1c8b53c757201 100644 --- a/rb/spec/integration/selenium/webdriver/error_spec.rb +++ b/rb/spec/integration/selenium/webdriver/error_spec.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/spec/integration/selenium/webdriver/firefox/driver_spec.rb b/rb/spec/integration/selenium/webdriver/firefox/driver_spec.rb index 188c23a84c6ba..e46af7713ed69 100644 --- a/rb/spec/integration/selenium/webdriver/firefox/driver_spec.rb +++ b/rb/spec/integration/selenium/webdriver/firefox/driver_spec.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/spec/integration/selenium/webdriver/firefox/profile_spec.rb b/rb/spec/integration/selenium/webdriver/firefox/profile_spec.rb index abcca004859d4..309146a163757 100644 --- a/rb/spec/integration/selenium/webdriver/firefox/profile_spec.rb +++ b/rb/spec/integration/selenium/webdriver/firefox/profile_spec.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/spec/integration/selenium/webdriver/keyboard_spec.rb b/rb/spec/integration/selenium/webdriver/keyboard_spec.rb index 63abd634c55e6..d856879fcf065 100644 --- a/rb/spec/integration/selenium/webdriver/keyboard_spec.rb +++ b/rb/spec/integration/selenium/webdriver/keyboard_spec.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/spec/integration/selenium/webdriver/location_spec.rb b/rb/spec/integration/selenium/webdriver/location_spec.rb index 86b5deb0fb4ac..b61456f7d920c 100644 --- a/rb/spec/integration/selenium/webdriver/location_spec.rb +++ b/rb/spec/integration/selenium/webdriver/location_spec.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/spec/integration/selenium/webdriver/mouse_spec.rb b/rb/spec/integration/selenium/webdriver/mouse_spec.rb index ed48ad0365746..d8adff7032a07 100644 --- a/rb/spec/integration/selenium/webdriver/mouse_spec.rb +++ b/rb/spec/integration/selenium/webdriver/mouse_spec.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/spec/integration/selenium/webdriver/navigation_spec.rb b/rb/spec/integration/selenium/webdriver/navigation_spec.rb index 175fa7b295263..b0b6ba3ba0d7b 100644 --- a/rb/spec/integration/selenium/webdriver/navigation_spec.rb +++ b/rb/spec/integration/selenium/webdriver/navigation_spec.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/spec/integration/selenium/webdriver/network_connection_spec.rb b/rb/spec/integration/selenium/webdriver/network_connection_spec.rb index d8a40c308789c..d53879b8f3dbc 100644 --- a/rb/spec/integration/selenium/webdriver/network_connection_spec.rb +++ b/rb/spec/integration/selenium/webdriver/network_connection_spec.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/spec/integration/selenium/webdriver/options_spec.rb b/rb/spec/integration/selenium/webdriver/options_spec.rb index 350b7ce36a13e..974e23e7f8de5 100644 --- a/rb/spec/integration/selenium/webdriver/options_spec.rb +++ b/rb/spec/integration/selenium/webdriver/options_spec.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/spec/integration/selenium/webdriver/remote/driver_spec.rb b/rb/spec/integration/selenium/webdriver/remote/driver_spec.rb index e80d922e7bab7..1957103bd4e05 100644 --- a/rb/spec/integration/selenium/webdriver/remote/driver_spec.rb +++ b/rb/spec/integration/selenium/webdriver/remote/driver_spec.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/spec/integration/selenium/webdriver/remote/element_spec.rb b/rb/spec/integration/selenium/webdriver/remote/element_spec.rb index 930aeb41e79a4..eb9282eef4b74 100644 --- a/rb/spec/integration/selenium/webdriver/remote/element_spec.rb +++ b/rb/spec/integration/selenium/webdriver/remote/element_spec.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/spec/integration/selenium/webdriver/safari/custom_extension_spec.rb b/rb/spec/integration/selenium/webdriver/safari/custom_extension_spec.rb index 6f41c7a35d0a3..8b19d64486c2b 100644 --- a/rb/spec/integration/selenium/webdriver/safari/custom_extension_spec.rb +++ b/rb/spec/integration/selenium/webdriver/safari/custom_extension_spec.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/spec/integration/selenium/webdriver/spec_helper.rb b/rb/spec/integration/selenium/webdriver/spec_helper.rb index 619d0e5ab5fa9..8fc4a84b66dc8 100644 --- a/rb/spec/integration/selenium/webdriver/spec_helper.rb +++ b/rb/spec/integration/selenium/webdriver/spec_helper.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/spec/integration/selenium/webdriver/spec_support.rb b/rb/spec/integration/selenium/webdriver/spec_support.rb index b3f443853b6de..47a77298ff8a1 100644 --- a/rb/spec/integration/selenium/webdriver/spec_support.rb +++ b/rb/spec/integration/selenium/webdriver/spec_support.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/spec/integration/selenium/webdriver/spec_support/guards.rb b/rb/spec/integration/selenium/webdriver/spec_support/guards.rb index 1bbd537abcb47..2633288276df7 100644 --- a/rb/spec/integration/selenium/webdriver/spec_support/guards.rb +++ b/rb/spec/integration/selenium/webdriver/spec_support/guards.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/spec/integration/selenium/webdriver/spec_support/helpers.rb b/rb/spec/integration/selenium/webdriver/spec_support/helpers.rb index 0f0cd25dede47..64f3395289909 100644 --- a/rb/spec/integration/selenium/webdriver/spec_support/helpers.rb +++ b/rb/spec/integration/selenium/webdriver/spec_support/helpers.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/spec/integration/selenium/webdriver/spec_support/rack_server.rb b/rb/spec/integration/selenium/webdriver/spec_support/rack_server.rb index db65082d6d397..788361fe8d546 100644 --- a/rb/spec/integration/selenium/webdriver/spec_support/rack_server.rb +++ b/rb/spec/integration/selenium/webdriver/spec_support/rack_server.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb b/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb index 5285faf5ececf..aa0061043cdcf 100644 --- a/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb +++ b/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/spec/integration/selenium/webdriver/sql_database_spec.rb b/rb/spec/integration/selenium/webdriver/sql_database_spec.rb index 45c31ccc819c1..0dc6da9d43b30 100644 --- a/rb/spec/integration/selenium/webdriver/sql_database_spec.rb +++ b/rb/spec/integration/selenium/webdriver/sql_database_spec.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/spec/integration/selenium/webdriver/storage_spec.rb b/rb/spec/integration/selenium/webdriver/storage_spec.rb index f4b6bdf93e1f3..0b42050c9793b 100644 --- a/rb/spec/integration/selenium/webdriver/storage_spec.rb +++ b/rb/spec/integration/selenium/webdriver/storage_spec.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/spec/integration/selenium/webdriver/target_locator_spec.rb b/rb/spec/integration/selenium/webdriver/target_locator_spec.rb index c2916a2106299..1dee85048721c 100644 --- a/rb/spec/integration/selenium/webdriver/target_locator_spec.rb +++ b/rb/spec/integration/selenium/webdriver/target_locator_spec.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/spec/integration/selenium/webdriver/timeout_spec.rb b/rb/spec/integration/selenium/webdriver/timeout_spec.rb index 141b989dcbc86..84e282df02260 100644 --- a/rb/spec/integration/selenium/webdriver/timeout_spec.rb +++ b/rb/spec/integration/selenium/webdriver/timeout_spec.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/spec/integration/selenium/webdriver/touch_spec.rb b/rb/spec/integration/selenium/webdriver/touch_spec.rb index e94590091e0a5..3d2720231f1fc 100644 --- a/rb/spec/integration/selenium/webdriver/touch_spec.rb +++ b/rb/spec/integration/selenium/webdriver/touch_spec.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/spec/integration/selenium/webdriver/window_spec.rb b/rb/spec/integration/selenium/webdriver/window_spec.rb index 33450ea5f2782..97513cfbffd14 100644 --- a/rb/spec/integration/selenium/webdriver/window_spec.rb +++ b/rb/spec/integration/selenium/webdriver/window_spec.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/spec/integration/selenium/webdriver/zipper_spec.rb b/rb/spec/integration/selenium/webdriver/zipper_spec.rb index 3115e3b469c33..9932cdf1c7694 100644 --- a/rb/spec/integration/selenium/webdriver/zipper_spec.rb +++ b/rb/spec/integration/selenium/webdriver/zipper_spec.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/spec/unit/selenium/client/base_spec.rb b/rb/spec/unit/selenium/client/base_spec.rb index c06407c00cbc6..ad8d89d99ec3c 100644 --- a/rb/spec/unit/selenium/client/base_spec.rb +++ b/rb/spec/unit/selenium/client/base_spec.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/spec/unit/selenium/client/extensions_spec.rb b/rb/spec/unit/selenium/client/extensions_spec.rb index 478e876ae4502..014d9750ec33b 100644 --- a/rb/spec/unit/selenium/client/extensions_spec.rb +++ b/rb/spec/unit/selenium/client/extensions_spec.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/spec/unit/selenium/client/idiomatic_spec.rb b/rb/spec/unit/selenium/client/idiomatic_spec.rb index 25735add073cf..10488d00f0c67 100644 --- a/rb/spec/unit/selenium/client/idiomatic_spec.rb +++ b/rb/spec/unit/selenium/client/idiomatic_spec.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/spec/unit/selenium/client/javascript_expression_builder_spec.rb b/rb/spec/unit/selenium/client/javascript_expression_builder_spec.rb index 3f61537772ce2..5891d124473d2 100644 --- a/rb/spec/unit/selenium/client/javascript_expression_builder_spec.rb +++ b/rb/spec/unit/selenium/client/javascript_expression_builder_spec.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/spec/unit/selenium/client/javascript_frameworks/jquery_spec.rb b/rb/spec/unit/selenium/client/javascript_frameworks/jquery_spec.rb index 527395d980034..ec26ddc233876 100644 --- a/rb/spec/unit/selenium/client/javascript_frameworks/jquery_spec.rb +++ b/rb/spec/unit/selenium/client/javascript_frameworks/jquery_spec.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/spec/unit/selenium/client/javascript_frameworks/prototype_spec.rb b/rb/spec/unit/selenium/client/javascript_frameworks/prototype_spec.rb index 74c464802f226..cab9be82e9166 100644 --- a/rb/spec/unit/selenium/client/javascript_frameworks/prototype_spec.rb +++ b/rb/spec/unit/selenium/client/javascript_frameworks/prototype_spec.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/spec/unit/selenium/client/protocol_spec.rb b/rb/spec/unit/selenium/client/protocol_spec.rb index 4d4083196aa35..f481dc180cb7c 100644 --- a/rb/spec/unit/selenium/client/protocol_spec.rb +++ b/rb/spec/unit/selenium/client/protocol_spec.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/spec/unit/selenium/client/selenium_helper_spec.rb b/rb/spec/unit/selenium/client/selenium_helper_spec.rb index 3453faffd01ab..9471f1a67f3f5 100644 --- a/rb/spec/unit/selenium/client/selenium_helper_spec.rb +++ b/rb/spec/unit/selenium/client/selenium_helper_spec.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/spec/unit/selenium/client/spec_helper.rb b/rb/spec/unit/selenium/client/spec_helper.rb index 63bc0f114f0d7..42537f54ac6a2 100644 --- a/rb/spec/unit/selenium/client/spec_helper.rb +++ b/rb/spec/unit/selenium/client/spec_helper.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/spec/unit/selenium/rake/task_spec.rb b/rb/spec/unit/selenium/rake/task_spec.rb index 28c18fd6d8a63..12fc1066e5ad1 100644 --- a/rb/spec/unit/selenium/rake/task_spec.rb +++ b/rb/spec/unit/selenium/rake/task_spec.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/spec/unit/selenium/server_spec.rb b/rb/spec/unit/selenium/server_spec.rb index 0bd5c7c993d2a..4188c6e050052 100644 --- a/rb/spec/unit/selenium/server_spec.rb +++ b/rb/spec/unit/selenium/server_spec.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/spec/unit/selenium/webdriver/action_builder_spec.rb b/rb/spec/unit/selenium/webdriver/action_builder_spec.rb index 35f250ddcee8c..5759f338460be 100644 --- a/rb/spec/unit/selenium/webdriver/action_builder_spec.rb +++ b/rb/spec/unit/selenium/webdriver/action_builder_spec.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/spec/unit/selenium/webdriver/android/bridge_spec.rb b/rb/spec/unit/selenium/webdriver/android/bridge_spec.rb index e92a590483c17..6ea7240a1f327 100644 --- a/rb/spec/unit/selenium/webdriver/android/bridge_spec.rb +++ b/rb/spec/unit/selenium/webdriver/android/bridge_spec.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/spec/unit/selenium/webdriver/chrome/bridge_spec.rb b/rb/spec/unit/selenium/webdriver/chrome/bridge_spec.rb index def0380944315..aa2364fbb0428 100644 --- a/rb/spec/unit/selenium/webdriver/chrome/bridge_spec.rb +++ b/rb/spec/unit/selenium/webdriver/chrome/bridge_spec.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/spec/unit/selenium/webdriver/chrome/profile_spec.rb b/rb/spec/unit/selenium/webdriver/chrome/profile_spec.rb index 5925999c86a53..5a745da0ad410 100644 --- a/rb/spec/unit/selenium/webdriver/chrome/profile_spec.rb +++ b/rb/spec/unit/selenium/webdriver/chrome/profile_spec.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/spec/unit/selenium/webdriver/chrome/service_spec.rb b/rb/spec/unit/selenium/webdriver/chrome/service_spec.rb index 9eb52c5aee5bb..da0a529c9d2fc 100644 --- a/rb/spec/unit/selenium/webdriver/chrome/service_spec.rb +++ b/rb/spec/unit/selenium/webdriver/chrome/service_spec.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/spec/unit/selenium/webdriver/common/driver_extensions/has_network_connection_spec.rb b/rb/spec/unit/selenium/webdriver/common/driver_extensions/has_network_connection_spec.rb index d1178b5304a2d..643904f7da793 100644 --- a/rb/spec/unit/selenium/webdriver/common/driver_extensions/has_network_connection_spec.rb +++ b/rb/spec/unit/selenium/webdriver/common/driver_extensions/has_network_connection_spec.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/spec/unit/selenium/webdriver/error_spec.rb b/rb/spec/unit/selenium/webdriver/error_spec.rb index 50156a058f55c..408eaee5f06a8 100644 --- a/rb/spec/unit/selenium/webdriver/error_spec.rb +++ b/rb/spec/unit/selenium/webdriver/error_spec.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/spec/unit/selenium/webdriver/file_reaper_spec.rb b/rb/spec/unit/selenium/webdriver/file_reaper_spec.rb index 8208b7518cb36..d8cec261e8902 100644 --- a/rb/spec/unit/selenium/webdriver/file_reaper_spec.rb +++ b/rb/spec/unit/selenium/webdriver/file_reaper_spec.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/spec/unit/selenium/webdriver/firefox/bridge_spec.rb b/rb/spec/unit/selenium/webdriver/firefox/bridge_spec.rb index 4006528afb60d..fef7b078cff78 100644 --- a/rb/spec/unit/selenium/webdriver/firefox/bridge_spec.rb +++ b/rb/spec/unit/selenium/webdriver/firefox/bridge_spec.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/spec/unit/selenium/webdriver/firefox/extension_spec.rb b/rb/spec/unit/selenium/webdriver/firefox/extension_spec.rb index e77b46e972de7..62c3ac8a4e38b 100644 --- a/rb/spec/unit/selenium/webdriver/firefox/extension_spec.rb +++ b/rb/spec/unit/selenium/webdriver/firefox/extension_spec.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/spec/unit/selenium/webdriver/ie/bridge_spec.rb b/rb/spec/unit/selenium/webdriver/ie/bridge_spec.rb index 487139f708dba..3eda321996f3a 100644 --- a/rb/spec/unit/selenium/webdriver/ie/bridge_spec.rb +++ b/rb/spec/unit/selenium/webdriver/ie/bridge_spec.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/spec/unit/selenium/webdriver/iphone/bridge_spec.rb b/rb/spec/unit/selenium/webdriver/iphone/bridge_spec.rb index 455d2b9834bf2..fc8b292be311b 100644 --- a/rb/spec/unit/selenium/webdriver/iphone/bridge_spec.rb +++ b/rb/spec/unit/selenium/webdriver/iphone/bridge_spec.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/spec/unit/selenium/webdriver/log_entry_spec.rb b/rb/spec/unit/selenium/webdriver/log_entry_spec.rb index 78bd01d3eb3e6..278decaa97052 100644 --- a/rb/spec/unit/selenium/webdriver/log_entry_spec.rb +++ b/rb/spec/unit/selenium/webdriver/log_entry_spec.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/spec/unit/selenium/webdriver/phantomjs/bridge_spec.rb b/rb/spec/unit/selenium/webdriver/phantomjs/bridge_spec.rb index 5ba5c00f08ca6..f7d70e1fad192 100644 --- a/rb/spec/unit/selenium/webdriver/phantomjs/bridge_spec.rb +++ b/rb/spec/unit/selenium/webdriver/phantomjs/bridge_spec.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/spec/unit/selenium/webdriver/proxy_spec.rb b/rb/spec/unit/selenium/webdriver/proxy_spec.rb index e84a6a4161b0c..da1c2da32a37b 100755 --- a/rb/spec/unit/selenium/webdriver/proxy_spec.rb +++ b/rb/spec/unit/selenium/webdriver/proxy_spec.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/spec/unit/selenium/webdriver/remote/bridge_spec.rb b/rb/spec/unit/selenium/webdriver/remote/bridge_spec.rb index 76333e33af0d7..52eb798ab1e9c 100644 --- a/rb/spec/unit/selenium/webdriver/remote/bridge_spec.rb +++ b/rb/spec/unit/selenium/webdriver/remote/bridge_spec.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/spec/unit/selenium/webdriver/remote/capabilities_spec.rb b/rb/spec/unit/selenium/webdriver/remote/capabilities_spec.rb index 422f41c570b70..4852e4eb2c446 100644 --- a/rb/spec/unit/selenium/webdriver/remote/capabilities_spec.rb +++ b/rb/spec/unit/selenium/webdriver/remote/capabilities_spec.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/spec/unit/selenium/webdriver/remote/http/common_spec.rb b/rb/spec/unit/selenium/webdriver/remote/http/common_spec.rb index 595e61993d075..d5be2795fe979 100644 --- a/rb/spec/unit/selenium/webdriver/remote/http/common_spec.rb +++ b/rb/spec/unit/selenium/webdriver/remote/http/common_spec.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/spec/unit/selenium/webdriver/remote/http/default_spec.rb b/rb/spec/unit/selenium/webdriver/remote/http/default_spec.rb index 31b0312c693c7..823c03e382f6b 100644 --- a/rb/spec/unit/selenium/webdriver/remote/http/default_spec.rb +++ b/rb/spec/unit/selenium/webdriver/remote/http/default_spec.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/spec/unit/selenium/webdriver/safari/bridge_spec.rb b/rb/spec/unit/selenium/webdriver/safari/bridge_spec.rb index 7d1a7fc689e52..e75423fe520c6 100644 --- a/rb/spec/unit/selenium/webdriver/safari/bridge_spec.rb +++ b/rb/spec/unit/selenium/webdriver/safari/bridge_spec.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/spec/unit/selenium/webdriver/search_context_spec.rb b/rb/spec/unit/selenium/webdriver/search_context_spec.rb index ff96bec37bdc3..19dabab891d15 100644 --- a/rb/spec/unit/selenium/webdriver/search_context_spec.rb +++ b/rb/spec/unit/selenium/webdriver/search_context_spec.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/spec/unit/selenium/webdriver/socket_poller_spec.rb b/rb/spec/unit/selenium/webdriver/socket_poller_spec.rb index e56937629a236..8979afa935c7e 100644 --- a/rb/spec/unit/selenium/webdriver/socket_poller_spec.rb +++ b/rb/spec/unit/selenium/webdriver/socket_poller_spec.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/spec/unit/selenium/webdriver/spec_helper.rb b/rb/spec/unit/selenium/webdriver/spec_helper.rb index 1f2c615c1da70..219c22dc24d14 100644 --- a/rb/spec/unit/selenium/webdriver/spec_helper.rb +++ b/rb/spec/unit/selenium/webdriver/spec_helper.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/spec/unit/selenium/webdriver/support/color_spec.rb b/rb/spec/unit/selenium/webdriver/support/color_spec.rb index 97b0c5db13e6c..5d76d200b720f 100644 --- a/rb/spec/unit/selenium/webdriver/support/color_spec.rb +++ b/rb/spec/unit/selenium/webdriver/support/color_spec.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/spec/unit/selenium/webdriver/support/event_firing_spec.rb b/rb/spec/unit/selenium/webdriver/support/event_firing_spec.rb index a67b03397f26d..b109169f0ba31 100644 --- a/rb/spec/unit/selenium/webdriver/support/event_firing_spec.rb +++ b/rb/spec/unit/selenium/webdriver/support/event_firing_spec.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/spec/unit/selenium/webdriver/support/select_spec.rb b/rb/spec/unit/selenium/webdriver/support/select_spec.rb index a383a8ef2713e..997fcf2857bf0 100644 --- a/rb/spec/unit/selenium/webdriver/support/select_spec.rb +++ b/rb/spec/unit/selenium/webdriver/support/select_spec.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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 diff --git a/rb/spec/unit/selenium/webdriver/wait_spec.rb b/rb/spec/unit/selenium/webdriver/wait_spec.rb index 73b73c03b9f68..d654bf5b9e98b 100644 --- a/rb/spec/unit/selenium/webdriver/wait_spec.rb +++ b/rb/spec/unit/selenium/webdriver/wait_spec.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # 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