From 6b12a034efe8918eb45f09aa5aad94177eb51049 Mon Sep 17 00:00:00 2001 From: jahoti Date: Mon, 19 Jul 2021 00:00:00 +0000 Subject: Refer to the extension consistently as "Hachette" and remove TODOS.org from the copyright file --- common/connection_types.js | 2 +- common/lock.js | 2 +- common/misc.js | 2 +- common/once.js | 2 +- common/patterns.js | 2 +- common/storage_client.js | 2 +- common/stored_types.js | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) (limited to 'common') 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. -- cgit v1.2.3