From 77d63837bcce78dc56e22bf6c108ac0e3bffc4e5 Mon Sep 17 00:00:00 2001 From: Andrew Ferrazzutti Date: Mon, 28 Mar 2022 15:00:36 -0400 Subject: [PATCH] Update copyright --- matrix_puppeteer_line/__main__.py | 2 +- matrix_puppeteer_line/commands/auth.py | 2 +- matrix_puppeteer_line/commands/conn.py | 2 +- matrix_puppeteer_line/commands/line.py | 2 +- matrix_puppeteer_line/config.py | 2 +- matrix_puppeteer_line/db/media.py | 2 +- matrix_puppeteer_line/db/message.py | 2 +- matrix_puppeteer_line/db/portal.py | 2 +- matrix_puppeteer_line/db/puppet.py | 2 +- matrix_puppeteer_line/db/receipt.py | 2 +- matrix_puppeteer_line/db/receipt_reaction.py | 2 +- matrix_puppeteer_line/db/stranger.py | 2 +- matrix_puppeteer_line/db/upgrade.py | 2 +- matrix_puppeteer_line/db/user.py | 2 +- matrix_puppeteer_line/matrix.py | 2 +- matrix_puppeteer_line/portal.py | 2 +- matrix_puppeteer_line/puppet.py | 2 +- matrix_puppeteer_line/rpc/client.py | 2 +- matrix_puppeteer_line/rpc/rpc.py | 2 +- matrix_puppeteer_line/rpc/types.py | 2 +- matrix_puppeteer_line/user.py | 2 +- matrix_puppeteer_line/util/color_log.py | 2 +- matrix_puppeteer_line/web/provisioning_api.py | 2 +- puppet/src/api.js | 2 +- puppet/src/client.js | 2 +- puppet/src/contentscript.js | 2 +- puppet/src/main.js | 2 +- puppet/src/puppet.js | 2 +- puppet/src/taskqueue.js | 2 +- puppet/src/util.js | 2 +- 30 files changed, 30 insertions(+), 30 deletions(-) diff --git a/matrix_puppeteer_line/__main__.py b/matrix_puppeteer_line/__main__.py index 7b96a1c..91113e6 100644 --- a/matrix_puppeteer_line/__main__.py +++ b/matrix_puppeteer_line/__main__.py @@ -1,5 +1,5 @@ # matrix-puppeteer-line - A very hacky Matrix-LINE bridge based on running LINE's Chrome extension in Puppeteer -# Copyright (C) 2020-2021 Tulir Asokan, Andrew Ferrazzutti +# Copyright (C) 2020-2022 Tulir Asokan, Andrew Ferrazzutti # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/matrix_puppeteer_line/commands/auth.py b/matrix_puppeteer_line/commands/auth.py index b33559f..324f452 100644 --- a/matrix_puppeteer_line/commands/auth.py +++ b/matrix_puppeteer_line/commands/auth.py @@ -1,5 +1,5 @@ # matrix-puppeteer-line - A very hacky Matrix-LINE bridge based on running LINE's Chrome extension in Puppeteer -# Copyright (C) 2020-2021 Tulir Asokan, Andrew Ferrazzutti +# Copyright (C) 2020-2022 Tulir Asokan, Andrew Ferrazzutti # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/matrix_puppeteer_line/commands/conn.py b/matrix_puppeteer_line/commands/conn.py index 852a0cb..65254a1 100644 --- a/matrix_puppeteer_line/commands/conn.py +++ b/matrix_puppeteer_line/commands/conn.py @@ -1,5 +1,5 @@ # matrix-puppeteer-line - A very hacky Matrix-LINE bridge based on running LINE's Chrome extension in Puppeteer -# Copyright (C) 2020-2021 Tulir Asokan, Andrew Ferrazzutti +# Copyright (C) 2020-2022 Tulir Asokan, Andrew Ferrazzutti # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/matrix_puppeteer_line/commands/line.py b/matrix_puppeteer_line/commands/line.py index cf7e242..30f6d2e 100644 --- a/matrix_puppeteer_line/commands/line.py +++ b/matrix_puppeteer_line/commands/line.py @@ -1,5 +1,5 @@ # matrix-puppeteer-line - A very hacky Matrix-LINE bridge based on running LINE's Chrome extension in Puppeteer -# Copyright (C) 2020-2021 Tulir Asokan, Andrew Ferrazzutti +# Copyright (C) 2020-2022 Tulir Asokan, Andrew Ferrazzutti # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/matrix_puppeteer_line/config.py b/matrix_puppeteer_line/config.py index b791561..60eefc0 100644 --- a/matrix_puppeteer_line/config.py +++ b/matrix_puppeteer_line/config.py @@ -1,5 +1,5 @@ # matrix-puppeteer-line - A very hacky Matrix-LINE bridge based on running LINE's Chrome extension in Puppeteer -# Copyright (C) 2020-2021 Tulir Asokan, Andrew Ferrazzutti +# Copyright (C) 2020-2022 Tulir Asokan, Andrew Ferrazzutti # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/matrix_puppeteer_line/db/media.py b/matrix_puppeteer_line/db/media.py index cab5d90..1415360 100644 --- a/matrix_puppeteer_line/db/media.py +++ b/matrix_puppeteer_line/db/media.py @@ -1,5 +1,5 @@ # matrix-puppeteer-line - A very hacky Matrix-LINE bridge based on running LINE's Chrome extension in Puppeteer -# Copyright (C) 2020-2021 Tulir Asokan, Andrew Ferrazzutti +# Copyright (C) 2020-2022 Tulir Asokan, Andrew Ferrazzutti # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/matrix_puppeteer_line/db/message.py b/matrix_puppeteer_line/db/message.py index e737105..68eb615 100644 --- a/matrix_puppeteer_line/db/message.py +++ b/matrix_puppeteer_line/db/message.py @@ -1,5 +1,5 @@ # matrix-puppeteer-line - A very hacky Matrix-LINE bridge based on running LINE's Chrome extension in Puppeteer -# Copyright (C) 2020-2021 Tulir Asokan, Andrew Ferrazzutti +# Copyright (C) 2020-2022 Tulir Asokan, Andrew Ferrazzutti # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/matrix_puppeteer_line/db/portal.py b/matrix_puppeteer_line/db/portal.py index b1a587d..98aa554 100644 --- a/matrix_puppeteer_line/db/portal.py +++ b/matrix_puppeteer_line/db/portal.py @@ -1,5 +1,5 @@ # matrix-puppeteer-line - A very hacky Matrix-LINE bridge based on running LINE's Chrome extension in Puppeteer -# Copyright (C) 2020-2021 Tulir Asokan, Andrew Ferrazzutti +# Copyright (C) 2020-2022 Tulir Asokan, Andrew Ferrazzutti # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/matrix_puppeteer_line/db/puppet.py b/matrix_puppeteer_line/db/puppet.py index 23cc42b..1c40897 100644 --- a/matrix_puppeteer_line/db/puppet.py +++ b/matrix_puppeteer_line/db/puppet.py @@ -1,5 +1,5 @@ # matrix-puppeteer-line - A very hacky Matrix-LINE bridge based on running LINE's Chrome extension in Puppeteer -# Copyright (C) 2020-2021 Tulir Asokan, Andrew Ferrazzutti +# Copyright (C) 2020-2022 Tulir Asokan, Andrew Ferrazzutti # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/matrix_puppeteer_line/db/receipt.py b/matrix_puppeteer_line/db/receipt.py index 3556f20..6e818f7 100644 --- a/matrix_puppeteer_line/db/receipt.py +++ b/matrix_puppeteer_line/db/receipt.py @@ -1,5 +1,5 @@ # matrix-puppeteer-line - A very hacky Matrix-LINE bridge based on running LINE's Chrome extension in Puppeteer -# Copyright (C) 2020-2021 Tulir Asokan, Andrew Ferrazzutti +# Copyright (C) 2020-2022 Tulir Asokan, Andrew Ferrazzutti # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/matrix_puppeteer_line/db/receipt_reaction.py b/matrix_puppeteer_line/db/receipt_reaction.py index 4ff1c63..ea27715 100644 --- a/matrix_puppeteer_line/db/receipt_reaction.py +++ b/matrix_puppeteer_line/db/receipt_reaction.py @@ -1,5 +1,5 @@ # matrix-puppeteer-line - A very hacky Matrix-LINE bridge based on running LINE's Chrome extension in Puppeteer -# Copyright (C) 2020-2021 Tulir Asokan, Andrew Ferrazzutti +# Copyright (C) 2020-2022 Tulir Asokan, Andrew Ferrazzutti # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/matrix_puppeteer_line/db/stranger.py b/matrix_puppeteer_line/db/stranger.py index 5de8a2e..dfc72a2 100644 --- a/matrix_puppeteer_line/db/stranger.py +++ b/matrix_puppeteer_line/db/stranger.py @@ -1,5 +1,5 @@ # matrix-puppeteer-line - A very hacky Matrix-LINE bridge based on running LINE's Chrome extension in Puppeteer -# Copyright (C) 2020-2021 Tulir Asokan, Andrew Ferrazzutti +# Copyright (C) 2020-2022 Tulir Asokan, Andrew Ferrazzutti # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/matrix_puppeteer_line/db/upgrade.py b/matrix_puppeteer_line/db/upgrade.py index 57dc821..7a6617c 100644 --- a/matrix_puppeteer_line/db/upgrade.py +++ b/matrix_puppeteer_line/db/upgrade.py @@ -1,5 +1,5 @@ # matrix-puppeteer-line - A very hacky Matrix-LINE bridge based on running LINE's Chrome extension in Puppeteer -# Copyright (C) 2020-2021 Tulir Asokan, Andrew Ferrazzutti +# Copyright (C) 2020-2022 Tulir Asokan, Andrew Ferrazzutti # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/matrix_puppeteer_line/db/user.py b/matrix_puppeteer_line/db/user.py index 63c3af1..b7ff034 100644 --- a/matrix_puppeteer_line/db/user.py +++ b/matrix_puppeteer_line/db/user.py @@ -1,5 +1,5 @@ # matrix-puppeteer-line - A very hacky Matrix-LINE bridge based on running LINE's Chrome extension in Puppeteer -# Copyright (C) 2020-2021 Tulir Asokan, Andrew Ferrazzutti +# Copyright (C) 2020-2022 Tulir Asokan, Andrew Ferrazzutti # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/matrix_puppeteer_line/matrix.py b/matrix_puppeteer_line/matrix.py index 2d6806d..5a343e3 100644 --- a/matrix_puppeteer_line/matrix.py +++ b/matrix_puppeteer_line/matrix.py @@ -1,5 +1,5 @@ # matrix-puppeteer-line - A very hacky Matrix-LINE bridge based on running LINE's Chrome extension in Puppeteer -# Copyright (C) 2020-2021 Tulir Asokan, Andrew Ferrazzutti +# Copyright (C) 2020-2022 Tulir Asokan, Andrew Ferrazzutti # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/matrix_puppeteer_line/portal.py b/matrix_puppeteer_line/portal.py index a05fd49..0184cad 100644 --- a/matrix_puppeteer_line/portal.py +++ b/matrix_puppeteer_line/portal.py @@ -1,5 +1,5 @@ # matrix-puppeteer-line - A very hacky Matrix-LINE bridge based on running LINE's Chrome extension in Puppeteer -# Copyright (C) 2020-2021 Tulir Asokan, Andrew Ferrazzutti +# Copyright (C) 2020-2022 Tulir Asokan, Andrew Ferrazzutti # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/matrix_puppeteer_line/puppet.py b/matrix_puppeteer_line/puppet.py index 027df9a..e6c8daf 100644 --- a/matrix_puppeteer_line/puppet.py +++ b/matrix_puppeteer_line/puppet.py @@ -1,5 +1,5 @@ # matrix-puppeteer-line - A very hacky Matrix-LINE bridge based on running LINE's Chrome extension in Puppeteer -# Copyright (C) 2020-2021 Tulir Asokan, Andrew Ferrazzutti +# Copyright (C) 2020-2022 Tulir Asokan, Andrew Ferrazzutti # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/matrix_puppeteer_line/rpc/client.py b/matrix_puppeteer_line/rpc/client.py index 50cfda1..986c223 100644 --- a/matrix_puppeteer_line/rpc/client.py +++ b/matrix_puppeteer_line/rpc/client.py @@ -1,5 +1,5 @@ # matrix-puppeteer-line - A very hacky Matrix-LINE bridge based on running LINE's Chrome extension in Puppeteer -# Copyright (C) 2020-2021 Tulir Asokan, Andrew Ferrazzutti +# Copyright (C) 2020-2022 Tulir Asokan, Andrew Ferrazzutti # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/matrix_puppeteer_line/rpc/rpc.py b/matrix_puppeteer_line/rpc/rpc.py index 56de9e8..6f218e8 100644 --- a/matrix_puppeteer_line/rpc/rpc.py +++ b/matrix_puppeteer_line/rpc/rpc.py @@ -1,5 +1,5 @@ # matrix-puppeteer-line - A very hacky Matrix-LINE bridge based on running LINE's Chrome extension in Puppeteer -# Copyright (C) 2020-2021 Tulir Asokan, Andrew Ferrazzutti +# Copyright (C) 2020-2022 Tulir Asokan, Andrew Ferrazzutti # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/matrix_puppeteer_line/rpc/types.py b/matrix_puppeteer_line/rpc/types.py index 456068e..ba22237 100644 --- a/matrix_puppeteer_line/rpc/types.py +++ b/matrix_puppeteer_line/rpc/types.py @@ -1,5 +1,5 @@ # matrix-puppeteer-line - A very hacky Matrix-LINE bridge based on running LINE's Chrome extension in Puppeteer -# Copyright (C) 2020-2021 Tulir Asokan, Andrew Ferrazzutti +# Copyright (C) 2020-2022 Tulir Asokan, Andrew Ferrazzutti # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/matrix_puppeteer_line/user.py b/matrix_puppeteer_line/user.py index 82a5591..f1fa3c8 100644 --- a/matrix_puppeteer_line/user.py +++ b/matrix_puppeteer_line/user.py @@ -1,5 +1,5 @@ # matrix-puppeteer-line - A very hacky Matrix-LINE bridge based on running LINE's Chrome extension in Puppeteer -# Copyright (C) 2020-2021 Tulir Asokan, Andrew Ferrazzutti +# Copyright (C) 2020-2022 Tulir Asokan, Andrew Ferrazzutti # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/matrix_puppeteer_line/util/color_log.py b/matrix_puppeteer_line/util/color_log.py index 3498c7d..3906daa 100644 --- a/matrix_puppeteer_line/util/color_log.py +++ b/matrix_puppeteer_line/util/color_log.py @@ -1,5 +1,5 @@ # matrix-puppeteer-line - A very hacky Matrix-LINE bridge based on running LINE's Chrome extension in Puppeteer -# Copyright (C) 2020-2021 Tulir Asokan, Andrew Ferrazzutti +# Copyright (C) 2020-2022 Tulir Asokan, Andrew Ferrazzutti # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/matrix_puppeteer_line/web/provisioning_api.py b/matrix_puppeteer_line/web/provisioning_api.py index 4bbf5ef..b922335 100644 --- a/matrix_puppeteer_line/web/provisioning_api.py +++ b/matrix_puppeteer_line/web/provisioning_api.py @@ -1,5 +1,5 @@ # matrix-puppeteer-line - A very hacky Matrix-LINE bridge based on running LINE's Chrome extension in Puppeteer -# Copyright (C) 2020-2021 Tulir Asokan, Andrew Ferrazzutti +# Copyright (C) 2020-2022 Tulir Asokan, Andrew Ferrazzutti # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/puppet/src/api.js b/puppet/src/api.js index 04a6810..797d102 100644 --- a/puppet/src/api.js +++ b/puppet/src/api.js @@ -1,5 +1,5 @@ // matrix-puppeteer-line - A very hacky Matrix-LINE bridge based on running LINE's Chrome extension in Puppeteer -// Copyright (C) 2020-2021 Tulir Asokan, Andrew Ferrazzutti +// Copyright (C) 2020-2022 Tulir Asokan, Andrew Ferrazzutti // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/puppet/src/client.js b/puppet/src/client.js index c0850fa..885bea9 100644 --- a/puppet/src/client.js +++ b/puppet/src/client.js @@ -1,5 +1,5 @@ // matrix-puppeteer-line - A very hacky Matrix-LINE bridge based on running LINE's Chrome extension in Puppeteer -// Copyright (C) 2020-2021 Tulir Asokan, Andrew Ferrazzutti +// Copyright (C) 2020-2022 Tulir Asokan, Andrew Ferrazzutti // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/puppet/src/contentscript.js b/puppet/src/contentscript.js index 9f480c2..15a656b 100644 --- a/puppet/src/contentscript.js +++ b/puppet/src/contentscript.js @@ -1,5 +1,5 @@ // matrix-puppeteer-line - A very hacky Matrix-LINE bridge based on running LINE's Chrome extension in Puppeteer -// Copyright (C) 2020-2021 Tulir Asokan, Andrew Ferrazzutti +// Copyright (C) 2020-2022 Tulir Asokan, Andrew Ferrazzutti // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/puppet/src/main.js b/puppet/src/main.js index c262754..4b61c81 100644 --- a/puppet/src/main.js +++ b/puppet/src/main.js @@ -1,5 +1,5 @@ // matrix-puppeteer-line - A very hacky Matrix-LINE bridge based on running LINE's Chrome extension in Puppeteer -// Copyright (C) 2020-2021 Tulir Asokan, Andrew Ferrazzutti +// Copyright (C) 2020-2022 Tulir Asokan, Andrew Ferrazzutti // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/puppet/src/puppet.js b/puppet/src/puppet.js index 75c5462..361083f 100644 --- a/puppet/src/puppet.js +++ b/puppet/src/puppet.js @@ -1,5 +1,5 @@ // matrix-puppeteer-line - A very hacky Matrix-LINE bridge based on running LINE's Chrome extension in Puppeteer -// Copyright (C) 2020-2021 Tulir Asokan, Andrew Ferrazzutti +// Copyright (C) 2020-2022 Tulir Asokan, Andrew Ferrazzutti // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/puppet/src/taskqueue.js b/puppet/src/taskqueue.js index e3e7074..908df22 100644 --- a/puppet/src/taskqueue.js +++ b/puppet/src/taskqueue.js @@ -1,5 +1,5 @@ // matrix-puppeteer-line - A very hacky Matrix-LINE bridge based on running LINE's Chrome extension in Puppeteer -// Copyright (C) 2020-2021 Tulir Asokan, Andrew Ferrazzutti +// Copyright (C) 2020-2022 Tulir Asokan, Andrew Ferrazzutti // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/puppet/src/util.js b/puppet/src/util.js index 265b8b2..5f2781c 100644 --- a/puppet/src/util.js +++ b/puppet/src/util.js @@ -1,5 +1,5 @@ // matrix-puppeteer-line - A very hacky Matrix-LINE bridge based on running LINE's Chrome extension in Puppeteer -// Copyright (C) 2020-2021 Tulir Asokan, Andrew Ferrazzutti +// Copyright (C) 2020-2022 Tulir Asokan, Andrew Ferrazzutti // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by