diff options
author | Wojtek Kosior <koszko@koszko.org> | 2021-07-20 12:01:41 +0200 |
---|---|---|
committer | Wojtek Kosior <koszko@koszko.org> | 2021-07-20 12:03:07 +0200 |
commit | 081739e7dcaeed1e0655a49ebdebb02d653d9042 (patch) | |
tree | 91e74e5f74c8f947bf43461de0bfed012e419cf2 /common | |
parent | 82836b92768bc3fa329e0d5345e93e98f5047db7 (diff) | |
parent | 97f683e266bc7270396c9e78296b9b0439639fbe (diff) | |
download | browser-extension-081739e7dcaeed1e0655a49ebdebb02d653d9042.tar.gz browser-extension-081739e7dcaeed1e0655a49ebdebb02d653d9042.zip |
Merge rebranding to "Hachette"
Diffstat (limited to 'common')
-rw-r--r-- | common/connection_types.js | 2 | ||||
-rw-r--r-- | common/lock.js | 2 | ||||
-rw-r--r-- | common/message_server.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 |
8 files changed, 8 insertions, 8 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/message_server.js b/common/message_server.js index a541a04..ea40487 100644 --- a/common/message_server.js +++ b/common/message_server.js @@ -1,5 +1,5 @@ /** - * Myext message server + * Hachette message server * * Copyright (C) 2021 Wojtek Kosior * Redistribution terms are gathered in the `copyright' file. diff --git a/common/misc.js b/common/misc.js index 8cb26ab..a59ec14 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. |