aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/connection_types.js2
-rw-r--r--common/lock.js2
-rw-r--r--common/message_server.js2
-rw-r--r--common/misc.js2
-rw-r--r--common/once.js2
-rw-r--r--common/patterns.js2
-rw-r--r--common/storage_client.js2
-rw-r--r--common/stored_types.js2
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.