diff options
author | jahoti <jahoti@tilde.team> | 2021-07-19 00:00:00 +0000 |
---|---|---|
committer | jahoti <jahoti@tilde.team> | 2021-07-19 00:00:00 +0000 |
commit | 6b12a034efe8918eb45f09aa5aad94177eb51049 (patch) | |
tree | 8ef97158020fd4ba02fe740f491f9a1a3fe17498 /common | |
parent | ecb787046271de708b94da70240713e725299d86 (diff) | |
download | browser-extension-6b12a034efe8918eb45f09aa5aad94177eb51049.tar.gz browser-extension-6b12a034efe8918eb45f09aa5aad94177eb51049.zip |
Refer to the extension consistently as "Hachette" and remove TODOS.org
from the copyright file
Diffstat (limited to 'common')
-rw-r--r-- | common/connection_types.js | 2 | ||||
-rw-r--r-- | common/lock.js | 2 | ||||
-rw-r--r-- | common/misc.js | 2 | ||||
-rw-r--r-- | common/once.js | 2 | ||||
-rw-r--r-- | common/patterns.js | 2 | ||||
-rw-r--r-- | common/storage_client.js | 2 | ||||
-rw-r--r-- | common/stored_types.js | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/common/connection_types.js b/common/connection_types.js index ce63e55..41bde75 100644 --- a/common/connection_types.js +++ b/common/connection_types.js @@ -1,5 +1,5 @@ /** - * Myext background scripts message connection types "enum" + * Hachette background scripts message connection types "enum" * * Copyright (C) 2021 Wojtek Kosior * Redistribution terms are gathered in the `copyright' file. diff --git a/common/lock.js b/common/lock.js index 1130762..822ad1b 100644 --- a/common/lock.js +++ b/common/lock.js @@ -1,5 +1,5 @@ /** - * Myext lock (aka binary semaphore aka mutex) + * Hachette lock (aka binary semaphore aka mutex) * * Copyright (C) 2021 Wojtek Kosior * Redistribution terms are gathered in the `copyright' file. diff --git a/common/misc.js b/common/misc.js index 472620e..b78dbb9 100644 --- a/common/misc.js +++ b/common/misc.js @@ -1,5 +1,5 @@ /** - * Myext miscellaneous operations refactored to a separate file + * Hachette miscellaneous operations refactored to a separate file * * Copyright (C) 2021 Wojtek Kosior * Copyright (C) 2021 jahoti diff --git a/common/once.js b/common/once.js index e3e6dbe..098b43f 100644 --- a/common/once.js +++ b/common/once.js @@ -1,5 +1,5 @@ /** - * Myext feature initialization promise + * Hachette feature initialization promise * * Copyright (C) 2021 Wojtek Kosior * Redistribution terms are gathered in the `copyright' file. diff --git a/common/patterns.js b/common/patterns.js index f7da0ff..be7c650 100644 --- a/common/patterns.js +++ b/common/patterns.js @@ -1,5 +1,5 @@ /** - * Hydrilla/Lernette operations on page url patterns + * Hachette operations on page url patterns * * Copyright (C) 2021 Wojtek Kosior * Redistribution terms are gathered in the `copyright' file. diff --git a/common/storage_client.js b/common/storage_client.js index 2bbddb6..4849a65 100644 --- a/common/storage_client.js +++ b/common/storage_client.js @@ -1,5 +1,5 @@ /** - * Myext storage through connection (client side) + * Hachette storage through connection (client side) * * Copyright (C) 2021 Wojtek Kosior * Redistribution terms are gathered in the `copyright' file. diff --git a/common/stored_types.js b/common/stored_types.js index ef1339f..a6f1f2f 100644 --- a/common/stored_types.js +++ b/common/stored_types.js @@ -1,5 +1,5 @@ /** - * Myext stored item types "enum" + * Hachette stored item types "enum" * * Copyright (C) 2021 Wojtek Kosior * Redistribution terms are gathered in the `copyright' file. |