c00db33 Make the project Reuse compliant

Authored and Committed by Libor Polčák 2 years ago
133 files changed. 1012 lines added. 345 lines removed.
.reuse/dep5
file modified
+75 -2
CODING_STYLE.license
file added
+2
DoxygenLayout.xml.license
file added
+2
LICENSES/CC0-1.0.txt
file added
+121
LICENSES/GFDL-1.3-no-invariants-or-later.txt
file added
+149
Makefile
file modified
+7 -0
chrome/http_shield_chrome.js
file modified
+8 -6
chrome/manifest.json.license
file added
+4
common/alea.js
file modified
+11 -5
common/background.js
file modified
+8 -7
common/browser.js
file modified
+7 -6
common/code_builders.js
file modified
+7 -7
common/document_start.js
file modified
+10 -8
common/ffbug1267027.js
file modified
+7 -6
common/helpers.js
file modified
+8 -7
common/http_shield_common.js
file modified
+8 -9
common/inject.js
file modified
+9 -8
common/level_cache.js
file modified
+9 -8
common/levels.js
file modified
+9 -9
common/options.css
file modified
+7 -0
common/options.html
file modified
+7 -0
common/options.js
file modified
+10 -9
common/options_domains.html
file modified
+7 -0
common/options_domains.js
file modified
+8 -7
common/popup.css
file modified
+7 -0
common/popup.html
file modified
+47 -40
common/popup.js
file modified
+9 -8
common/session_hash.js
file modified
+8 -6
common/update.js
file modified
+8 -7
common/url.js
file modified
+9 -8
common/wrapping.js
file modified
+7 -6
common/wrappingS-AJAX.js
file modified
+9 -7
common/wrappingS-BATTERY-CR.js
file modified
+9 -6
common/wrappingS-BE.js
file modified
+9 -7
common/wrappingS-DM.js
file modified
+12 -8
common/wrappingS-ECMA-ARRAY.js
file modified
+13 -12
common/wrappingS-ECMA-DATE.js
file modified
+8 -7
common/wrappingS-ECMA-SHARED.js
file modified
+7 -6
common/wrappingS-GEO.js
file modified
+11 -9
common/wrappingS-H-C.js
file modified
+14 -12
common/wrappingS-HRT.js
file modified
+10 -7
common/wrappingS-HTML-LS.js
file modified
+10 -9
common/wrappingS-HTML.js
file modified
+11 -9
common/wrappingS-MCS.js
file modified
+12 -8
common/wrappingS-NP.js
file modified
+9 -7
common/wrappingS-PT2.js
file modified
+10 -7
common/wrappingS-WEBA.js
file modified
+11 -7
common/wrappingS-WEBGL.js
file modified
+12 -7
docs/test/audio.js
file modified
+4 -0
docs/test/canvas.js
file modified
+5 -0
docs/test/date.js
file modified
+4 -0
docs/test/enumerateDevices.js
file modified
+4 -0
docs/test/global.css
file modified
+7 -0
docs/test/gps.js
file modified
+6 -0
docs/test/hw.js
file modified
+5 -1
docs/test/performance.now.js
file modified
+4 -0
docs/test/plugins.js
file modified
+4 -0
docs/test/test.html
file modified
+9 -0
docs/test/tests.js
file modified
+2 -19
docs/test/unit_test.html
file modified
+5 -0
docs/test/webgl.js
file modified
+4 -0
docs/test/xmlhttprequest.js
file modified
+4 -0
docs/test/xmlhttprequest_test_file.html
file modified
+6 -1
doxyfile
file modified
+1 -1
firefox/http_shield_firefox.js
file modified
+9 -7
firefox/manifest.json.license
file added
+4
fix_manifest.sh
file modified
+2 -0
logos_images/store_imgs/all-levelconfig.png.license
file added
+3
logos_images/store_imgs/firefox-bug.png.license
file added
+3
logos_images/store_imgs/firefox-newlevel.png.license
file added
+3
logos_images/store_imgs/firefox-testpage.png.license
file added
+3
logos_images/store_imgs/geolocation.png.license
file added
+3
logos_images/store_imgs/geolocation_resized.png.license
file added
+4
logos_images/store_imgs/icon2.png.license
file added
+3
logos_images/store_imgs/iconChrome.png.license
file added
+3
logos_images/store_imgs/large0.jpg.license
file added
+3
logos_images/store_imgs/large0.png.license
file added
+3
logos_images/store_imgs/opera-newlevel.png.license
file added
+3
logos_images/store_imgs/opera-testpage-noprotect.png.license
file added
+3
logos_images/store_imgs/opera-testpage.png.license
file added
+3
logos_images/store_imgs/operaSmall0.png.license
file added
+3
logos_images/store_imgs/small0.jpg.license
file added
+3
logos_images/store_imgs/small0.png.license
file added
+3
tests/common_files/scripts/build_JSR_package.ps1
file modified
+2 -0
tests/common_files/scripts/build_JSR_package.sh
file modified
+2 -0
tests/integration_tests/start_integration_tests.ps1
file modified
+2 -0
tests/integration_tests/start_integration_tests.sh
file modified
+2 -0
tests/integration_tests/testing/configuration.py
file modified
+2 -0
tests/integration_tests/testing/conftest.py
file modified
+2 -0
tests/integration_tests/testing/math_operations.py
file modified
+2 -0
tests/integration_tests/testing/output.py
file modified
+2 -0
tests/integration_tests/testing/start.py
file modified
+2 -0
tests/integration_tests/testing/tests_definition/test_canvas.py
file modified
+2 -0
tests/integration_tests/testing/tests_definition/test_gps.py
file modified
+2 -0
tests/integration_tests/testing/tests_definition/test_hw.py
file modified
+2 -0
tests/integration_tests/testing/tests_definition/test_navigator.py
file modified
+2 -0
tests/integration_tests/testing/tests_definition/test_performance.py
file modified
+2 -0
tests/integration_tests/testing/tests_definition/test_referrer.py
file modified
+2 -0
tests/integration_tests/testing/tests_definition/test_time.py
file modified
+2 -0
tests/integration_tests/testing/tests_definition/test_toString.py
file modified
+2 -0
tests/integration_tests/testing/tests_definition/test_webaudio.py
file modified
+2 -0
tests/integration_tests/testing/tests_definition/test_webgl.py
file modified
+2 -0
tests/integration_tests/testing/values_expected.py
file modified
+2 -0
tests/integration_tests/testing/values_getters.py
file modified
+2 -0
tests/integration_tests/testing/values_real.py
file modified
+2 -0
tests/integration_tests/testing/values_tested.py
file modified
+2 -0
tests/integration_tests/testing/web_browser.py
file modified
+2 -0
tests/integration_tests/testing/web_browser_shared.py
file modified
+2 -0
tests/integration_tests/testing/web_browser_type.py
file modified
+2 -0
tests/system_tests/analyze_data/cosine_similarity.py
file modified
+2 -0
tests/system_tests/analyze_data/io_funcs.py
file modified
+2 -0
tests/system_tests/analyze_data/levenshtein_distance.py
file modified
+2 -0
tests/system_tests/analyze_data/simple_comparison.py
file modified
+2 -0
tests/system_tests/analyze_data/start_logs_analysis.py
file modified
+2 -0
tests/system_tests/analyze_data/start_screenshots_analysis.py
file modified
+2 -0
tests/system_tests/get_data/configuration.py
file modified
+2 -0
tests/system_tests/get_data/driver.py
file modified
+2 -0
tests/system_tests/get_data/grid.py
file modified
+2 -0
tests/system_tests/get_data/io_funcs.py
file modified
+2 -0
tests/system_tests/get_data/start.py
file modified
+2 -0
tests/system_tests/get_data/test_type.py
file modified
+2 -0
tests/system_tests/get_data/web_browser_type.py
file modified
+2 -0
tests/system_tests/get_data/website.py
file modified
+2 -0
tests/system_tests/setup_buildJSR_runTests.sh
file modified
+2 -0
tests/unit_tests/start_unit_tests.sh
file modified
+2 -0
tests/unit_tests/tests/background_tests.js
file modified
+3 -1
tests/unit_tests/tests/browser_tests.js
file modified
+2 -0
tests/unit_tests/tests/code_builders_tests.js
file modified
+2 -0
tests/unit_tests/tests/helpers_tests.js
file modified
+2 -0
tests/unit_tests/tests/levels_tests.js
file modified
+3 -1
tests/unit_tests/tests/url_tests.js
file modified
+2 -0
tests/unit_tests/tests/wrappingS-GEO_tests.js
file modified
+2 -0
tests/unit_tests/tests/wrapping_tests.js
file modified
+2 -0
    Make the project Reuse compliant
    
    Congratulations! Your project is compliant with version 3.0 of the REUSE Specification :-)
    
    Also added some header tags for Doxygen
    
        
file modified
+75 -2
file added
+121
file modified
+7 -0
file modified
+8 -6
file modified
+11 -5
file modified
+8 -7
file modified
+7 -6
file modified
+7 -7
file modified
+10 -8
file modified
+7 -6
file modified
+8 -7
file modified
+8 -9
file modified
+9 -8
file modified
+9 -8
file modified
+9 -9
file modified
+7 -0
file modified
+7 -0
file modified
+10 -9
file modified
+7 -0
file modified
+8 -7
file modified
+7 -0
file modified
+47 -40
file modified
+9 -8
file modified
+8 -6
file modified
+8 -7
file modified
+9 -8
file modified
+7 -6
file modified
+9 -7
file modified
+9 -7
file modified
+12 -8
file modified
+13 -12
file modified
+11 -9
file modified
+14 -12
file modified
+10 -7
file modified
+10 -9
file modified
+11 -9
file modified
+12 -8
file modified
+9 -7
file modified
+10 -7
file modified
+11 -7
file modified
+12 -7
file modified
+4 -0
file modified
+5 -0
file modified
+4 -0
file modified
+7 -0
file modified
+6 -0
file modified
+5 -1
file modified
+4 -0
file modified
+4 -0
file modified
+9 -0
file modified
+2 -19
file modified
+5 -0
file modified
+4 -0
file modified
+4 -0
file modified
+1 -1
file modified
+2 -0