aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorWojtek Kosior <koszko@koszko.org>2022-01-04 09:15:32 +0100
committerWojtek Kosior <koszko@koszko.org>2022-01-04 09:15:32 +0100
commit372d24ea3a52e376f953deeffeb7847d008b81c9 (patch)
treeaebf05dc8a6364743ad2a8de35c4b236707d0c95 /common
parent280d3c42d9d519d381b8bae64e1dfc7e2cf42a2f (diff)
downloadbrowser-extension-372d24ea3a52e376f953deeffeb7847d008b81c9.tar.gz
browser-extension-372d24ea3a52e376f953deeffeb7847d008b81c9.zip
fix license promise typo
Diffstat (limited to 'common')
-rw-r--r--common/ajax.js2
-rw-r--r--common/broadcast.js2
-rw-r--r--common/connection_types.js2
-rw-r--r--common/entities.js2
-rw-r--r--common/indexeddb.js2
-rw-r--r--common/lock.js2
-rw-r--r--common/message_server.js2
-rw-r--r--common/misc.js2
-rw-r--r--common/observables.js2
-rw-r--r--common/once.js2
-rw-r--r--common/patterns.js2
-rw-r--r--common/patterns_query_tree.js2
-rw-r--r--common/policy.js2
-rw-r--r--common/sanitize_JSON.js2
-rw-r--r--common/settings_query.js2
-rw-r--r--common/storage_client.js2
-rw-r--r--common/storage_light.js2
-rw-r--r--common/storage_raw.js2
-rw-r--r--common/stored_types.js2
19 files changed, 19 insertions, 19 deletions
diff --git a/common/ajax.js b/common/ajax.js
index 4d0e630..462e511 100644
--- a/common/ajax.js
+++ b/common/ajax.js
@@ -37,7 +37,7 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*
* I, Wojtek Kosior, thereby promise not to sue for violation of this file's
- * license. Although I request that you do not make use this code in a
+ * license. Although I request that you do not make use of this code in a
* proprietary program, I am not going to enforce this in court.
*/
diff --git a/common/broadcast.js b/common/broadcast.js
index b7743a6..ce4ac08 100644
--- a/common/broadcast.js
+++ b/common/broadcast.js
@@ -37,7 +37,7 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*
* I, Wojtek Kosior, thereby promise not to sue for violation of this file's
- * license. Although I request that you do not make use this code in a
+ * license. Although I request that you do not make use of this code in a
* proprietary program, I am not going to enforce this in court.
*/
diff --git a/common/connection_types.js b/common/connection_types.js
index 0b83c2b..6ed2e4a 100644
--- a/common/connection_types.js
+++ b/common/connection_types.js
@@ -37,7 +37,7 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*
* I, Wojtek Kosior, thereby promise not to sue for violation of this file's
- * license. Although I request that you do not make use this code in a
+ * license. Although I request that you do not make use of this code in a
* proprietary program, I am not going to enforce this in court.
*/
diff --git a/common/entities.js b/common/entities.js
index 29e130c..60a7e2d 100644
--- a/common/entities.js
+++ b/common/entities.js
@@ -37,7 +37,7 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*
* I, Wojtek Kosior, thereby promise not to sue for violation of this file's
- * license. Although I request that you do not make use this code in a
+ * license. Although I request that you do not make use of this code in a
* proprietary program, I am not going to enforce this in court.
*/
diff --git a/common/indexeddb.js b/common/indexeddb.js
index 8a30ce4..f9c407a 100644
--- a/common/indexeddb.js
+++ b/common/indexeddb.js
@@ -37,7 +37,7 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*
* I, Wojtek Kosior, thereby promise not to sue for violation of this file's
- * license. Although I request that you do not make use this code in a
+ * license. Although I request that you do not make use of this code in a
* proprietary program, I am not going to enforce this in court.
*/
diff --git a/common/lock.js b/common/lock.js
index 56dad4f..5a2d7c8 100644
--- a/common/lock.js
+++ b/common/lock.js
@@ -37,7 +37,7 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*
* I, Wojtek Kosior, thereby promise not to sue for violation of this file's
- * license. Although I request that you do not make use this code in a
+ * license. Although I request that you do not make use of this code in a
* proprietary program, I am not going to enforce this in court.
*/
diff --git a/common/message_server.js b/common/message_server.js
index 657e140..2b93ed6 100644
--- a/common/message_server.js
+++ b/common/message_server.js
@@ -37,7 +37,7 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*
* I, Wojtek Kosior, thereby promise not to sue for violation of this file's
- * license. Although I request that you do not make use this code in a
+ * license. Although I request that you do not make use of this code in a
* proprietary program, I am not going to enforce this in court.
*/
diff --git a/common/misc.js b/common/misc.js
index 82f6cbf..ba14a33 100644
--- a/common/misc.js
+++ b/common/misc.js
@@ -38,7 +38,7 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*
* I, Wojtek Kosior, thereby promise not to sue for violation of this file's
- * license. Although I request that you do not make use this code in a
+ * license. Although I request that you do not make use of this code in a
* proprietary program, I am not going to enforce this in court.
*/
diff --git a/common/observables.js b/common/observables.js
index f1db88c..e73b9f7 100644
--- a/common/observables.js
+++ b/common/observables.js
@@ -37,7 +37,7 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*
* I, Wojtek Kosior, thereby promise not to sue for violation of this file's
- * license. Although I request that you do not make use this code in a
+ * license. Although I request that you do not make use of this code in a
* proprietary program, I am not going to enforce this in court.
*/
diff --git a/common/once.js b/common/once.js
index 6e82528..01216bd 100644
--- a/common/once.js
+++ b/common/once.js
@@ -38,7 +38,7 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*
* I, Wojtek Kosior, thereby promise not to sue for violation of this file's
- * license. Although I request that you do not make use this code in a
+ * license. Although I request that you do not make use of this code in a
* proprietary program, I am not going to enforce this in court.
*/
diff --git a/common/patterns.js b/common/patterns.js
index 0b1c3ad..36cabfb 100644
--- a/common/patterns.js
+++ b/common/patterns.js
@@ -37,7 +37,7 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*
* I, Wojtek Kosior, thereby promise not to sue for violation of this file's
- * license. Although I request that you do not make use this code in a
+ * license. Although I request that you do not make use of this code in a
* proprietary program, I am not going to enforce this in court.
*/
diff --git a/common/patterns_query_tree.js b/common/patterns_query_tree.js
index f8ec405..ec1d989 100644
--- a/common/patterns_query_tree.js
+++ b/common/patterns_query_tree.js
@@ -37,7 +37,7 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*
* I, Wojtek Kosior, thereby promise not to sue for violation of this file's
- * license. Although I request that you do not make use this code in a
+ * license. Although I request that you do not make use of this code in a
* proprietary program, I am not going to enforce this in court.
*/
diff --git a/common/policy.js b/common/policy.js
index ebd663f..0ac71d6 100644
--- a/common/policy.js
+++ b/common/policy.js
@@ -37,7 +37,7 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*
* I, Wojtek Kosior, thereby promise not to sue for violation of this file's
- * license. Although I request that you do not make use this code in a
+ * license. Although I request that you do not make use of this code in a
* proprietary program, I am not going to enforce this in court.
*/
diff --git a/common/sanitize_JSON.js b/common/sanitize_JSON.js
index 58519b2..e03e396 100644
--- a/common/sanitize_JSON.js
+++ b/common/sanitize_JSON.js
@@ -37,7 +37,7 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*
* I, Wojtek Kosior, thereby promise not to sue for violation of this file's
- * license. Although I request that you do not make use this code in a
+ * license. Although I request that you do not make use of this code in a
* proprietary program, I am not going to enforce this in court.
*/
diff --git a/common/settings_query.js b/common/settings_query.js
index 30e614f..b8c3a25 100644
--- a/common/settings_query.js
+++ b/common/settings_query.js
@@ -37,7 +37,7 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*
* I, Wojtek Kosior, thereby promise not to sue for violation of this file's
- * license. Although I request that you do not make use this code in a
+ * license. Although I request that you do not make use of this code in a
* proprietary program, I am not going to enforce this in court.
*/
diff --git a/common/storage_client.js b/common/storage_client.js
index 4bc3c3c..fe8d6e6 100644
--- a/common/storage_client.js
+++ b/common/storage_client.js
@@ -37,7 +37,7 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*
* I, Wojtek Kosior, thereby promise not to sue for violation of this file's
- * license. Although I request that you do not make use this code in a
+ * license. Although I request that you do not make use of this code in a
* proprietary program, I am not going to enforce this in court.
*/
diff --git a/common/storage_light.js b/common/storage_light.js
index 9ec3020..35dfae2 100644
--- a/common/storage_light.js
+++ b/common/storage_light.js
@@ -37,7 +37,7 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*
* I, Wojtek Kosior, thereby promise not to sue for violation of this file's
- * license. Although I request that you do not make use this code in a
+ * license. Although I request that you do not make use of this code in a
* proprietary program, I am not going to enforce this in court.
*/
diff --git a/common/storage_raw.js b/common/storage_raw.js
index 4009f13..ddb21b5 100644
--- a/common/storage_raw.js
+++ b/common/storage_raw.js
@@ -37,7 +37,7 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*
* I, Wojtek Kosior, thereby promise not to sue for violation of this file's
- * license. Although I request that you do not make use this code in a
+ * license. Although I request that you do not make use of this code in a
* proprietary program, I am not going to enforce this in court.
*/
diff --git a/common/stored_types.js b/common/stored_types.js
index 485969b..d1ce0b2 100644
--- a/common/stored_types.js
+++ b/common/stored_types.js
@@ -37,7 +37,7 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*
* I, Wojtek Kosior, thereby promise not to sue for violation of this file's
- * license. Although I request that you do not make use this code in a
+ * license. Although I request that you do not make use of this code in a
* proprietary program, I am not going to enforce this in court.
*/