diff options
author | Wojtek Kosior <koszko@koszko.org> | 2022-01-17 11:20:52 +0100 |
---|---|---|
committer | Wojtek Kosior <koszko@koszko.org> | 2022-01-17 11:24:56 +0100 |
commit | 7bedbcbd80eba9359d2e905b7693923c76ce563d (patch) | |
tree | 5059ac406e29b1b1e81639fc11316dde280fe218 /copyright | |
parent | ede3a55ba22d2560ec7c0deebffd73623488acc1 (diff) | |
download | browser-extension-7bedbcbd80eba9359d2e905b7693923c76ce563d.tar.gz browser-extension-7bedbcbd80eba9359d2e905b7693923c76ce563d.zip |
move policy enforcing code to a new file, include basic test
Diffstat (limited to 'copyright')
-rw-r--r-- | copyright | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -3,7 +3,7 @@ Upstream-Name: Haketilo Source: https://git.koszko.org/browser-extension/ Files: * -Copyright: 2021 Wojtek Kosior <koszko@koszko.org> +Copyright: 2021,2022 Wojtek Kosior <koszko@koszko.org> License: GPL-3+-javascript Comment: Wojtek Kosior promises not to sue even in case of violations of the license. @@ -78,14 +78,14 @@ License: AGPL-3+ Comment: Wojtek Kosior promises not to sue even in case of violations of the license. -Files: test/__init__.py test/unit/* +Files: test/__init__.py test/unit/* test/data/pages/scripts_to_block_1.html test/default_profiles/icecat_empty/extensions.json -Copyright: 2021 Wojtek Kosior <koszko@koszko.org> +Copyright: 2021,2022 Wojtek Kosior <koszko@koszko.org> License: CC0 Files: test/profiles.py test/script_loader.py test/unit/conftest.py test/extension_crafting.py test/unit/utils.py -Copyright: 2021 Wojtek Kosior <koszko@koszko.org> +Copyright: 2021,2022 Wojtek Kosior <koszko@koszko.org> License: GPL-3+ Comment: Wojtek Kosior promises not to sue even in case of violations of the license. |