diff options
author | Wojtek Kosior <koszko@koszko.org> | 2022-01-04 09:15:32 +0100 |
---|---|---|
committer | Wojtek Kosior <koszko@koszko.org> | 2022-01-04 09:15:32 +0100 |
commit | 372d24ea3a52e376f953deeffeb7847d008b81c9 (patch) | |
tree | aebf05dc8a6364743ad2a8de35c4b236707d0c95 /content | |
parent | 280d3c42d9d519d381b8bae64e1dfc7e2cf42a2f (diff) | |
download | browser-extension-372d24ea3a52e376f953deeffeb7847d008b81c9.tar.gz browser-extension-372d24ea3a52e376f953deeffeb7847d008b81c9.zip |
fix license promise typo
Diffstat (limited to 'content')
-rw-r--r-- | content/activity_info_server.js | 2 | ||||
-rw-r--r-- | content/main.js | 2 | ||||
-rw-r--r-- | content/page_actions.js | 2 | ||||
-rw-r--r-- | content/repo_query.js | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/content/activity_info_server.js b/content/activity_info_server.js index db8ff80..6c0badc 100644 --- a/content/activity_info_server.js +++ b/content/activity_info_server.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/content/main.js b/content/main.js index d97747f..8b24323 100644 --- a/content/main.js +++ b/content/main.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/content/page_actions.js b/content/page_actions.js index b2cc5ce..b1ecd42 100644 --- a/content/page_actions.js +++ b/content/page_actions.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/content/repo_query.js b/content/repo_query.js index 5dd503d..5f1adda 100644 --- a/content/repo_query.js +++ b/content/repo_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. */ |