diff options
Diffstat (limited to 'src/plugins/relay')
36 files changed, 36 insertions, 36 deletions
diff --git a/src/plugins/relay/CMakeLists.txt b/src/plugins/relay/CMakeLists.txt index 26e98d33d..8f2bbe4b1 100644 --- a/src/plugins/relay/CMakeLists.txt +++ b/src/plugins/relay/CMakeLists.txt @@ -14,7 +14,7 @@ # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with WeeChat. If not, see <http://www.gnu.org/licenses/>. +# along with WeeChat. If not, see <https://www.gnu.org/licenses/>. # add_library(relay MODULE diff --git a/src/plugins/relay/Makefile.am b/src/plugins/relay/Makefile.am index d3e0e7a31..62cf445e9 100644 --- a/src/plugins/relay/Makefile.am +++ b/src/plugins/relay/Makefile.am @@ -14,7 +14,7 @@ # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with WeeChat. If not, see <http://www.gnu.org/licenses/>. +# along with WeeChat. If not, see <https://www.gnu.org/licenses/>. # AM_CPPFLAGS = -DLOCALEDIR=\"$(datadir)/locale\" $(ZLIB_CFLAGS) $(GCRYPT_CFLAGS) $(GNUTLS_CFLAGS) diff --git a/src/plugins/relay/irc/relay-irc.c b/src/plugins/relay/irc/relay-irc.c index 61b9a7239..5f0c80a35 100644 --- a/src/plugins/relay/irc/relay-irc.c +++ b/src/plugins/relay/irc/relay-irc.c @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with WeeChat. If not, see <http://www.gnu.org/licenses/>. + * along with WeeChat. If not, see <https://www.gnu.org/licenses/>. */ #include <stdlib.h> diff --git a/src/plugins/relay/irc/relay-irc.h b/src/plugins/relay/irc/relay-irc.h index 186677c02..90bc5a92d 100644 --- a/src/plugins/relay/irc/relay-irc.h +++ b/src/plugins/relay/irc/relay-irc.h @@ -14,7 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with WeeChat. If not, see <http://www.gnu.org/licenses/>. + * along with WeeChat. If not, see <https://www.gnu.org/licenses/>. */ #ifndef WEECHAT_PLUGIN_RELAY_IRC_H diff --git a/src/plugins/relay/relay-buffer.c b/src/plugins/relay/relay-buffer.c index 1b9ab9153..a01ab4f63 100644 --- a/src/plugins/relay/relay-buffer.c +++ b/src/plugins/relay/relay-buffer.c @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with WeeChat. If not, see <http://www.gnu.org/licenses/>. + * along with WeeChat. If not, see <https://www.gnu.org/licenses/>. */ #include <stdlib.h> diff --git a/src/plugins/relay/relay-buffer.h b/src/plugins/relay/relay-buffer.h index c81d9ee8d..904bb8cf0 100644 --- a/src/plugins/relay/relay-buffer.h +++ b/src/plugins/relay/relay-buffer.h @@ -14,7 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with WeeChat. If not, see <http://www.gnu.org/licenses/>. + * along with WeeChat. If not, see <https://www.gnu.org/licenses/>. */ #ifndef WEECHAT_PLUGIN_RELAY_BUFFER_H diff --git a/src/plugins/relay/relay-client.c b/src/plugins/relay/relay-client.c index 1c8e48e4b..791f7ee76 100644 --- a/src/plugins/relay/relay-client.c +++ b/src/plugins/relay/relay-client.c @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with WeeChat. If not, see <http://www.gnu.org/licenses/>. + * along with WeeChat. If not, see <https://www.gnu.org/licenses/>. */ #include <stdlib.h> diff --git a/src/plugins/relay/relay-client.h b/src/plugins/relay/relay-client.h index 4a8d88c43..4750bc452 100644 --- a/src/plugins/relay/relay-client.h +++ b/src/plugins/relay/relay-client.h @@ -14,7 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with WeeChat. If not, see <http://www.gnu.org/licenses/>. + * along with WeeChat. If not, see <https://www.gnu.org/licenses/>. */ #ifndef WEECHAT_PLUGIN_RELAY_CLIENT_H diff --git a/src/plugins/relay/relay-command.c b/src/plugins/relay/relay-command.c index 381320dc5..b7fd9ab75 100644 --- a/src/plugins/relay/relay-command.c +++ b/src/plugins/relay/relay-command.c @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with WeeChat. If not, see <http://www.gnu.org/licenses/>. + * along with WeeChat. If not, see <https://www.gnu.org/licenses/>. */ #include <stdlib.h> diff --git a/src/plugins/relay/relay-command.h b/src/plugins/relay/relay-command.h index 86be1b1bd..adff8ea6f 100644 --- a/src/plugins/relay/relay-command.h +++ b/src/plugins/relay/relay-command.h @@ -14,7 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with WeeChat. If not, see <http://www.gnu.org/licenses/>. + * along with WeeChat. If not, see <https://www.gnu.org/licenses/>. */ #ifndef WEECHAT_PLUGIN_RELAY_COMMAND_H diff --git a/src/plugins/relay/relay-completion.c b/src/plugins/relay/relay-completion.c index f49cc7186..7db0f237d 100644 --- a/src/plugins/relay/relay-completion.c +++ b/src/plugins/relay/relay-completion.c @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with WeeChat. If not, see <http://www.gnu.org/licenses/>. + * along with WeeChat. If not, see <https://www.gnu.org/licenses/>. */ #include <stdlib.h> diff --git a/src/plugins/relay/relay-completion.h b/src/plugins/relay/relay-completion.h index 2b63f5f72..f59a6d832 100644 --- a/src/plugins/relay/relay-completion.h +++ b/src/plugins/relay/relay-completion.h @@ -14,7 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with WeeChat. If not, see <http://www.gnu.org/licenses/>. + * along with WeeChat. If not, see <https://www.gnu.org/licenses/>. */ #ifndef WEECHAT_PLUGIN_RELAY_COMPLETION_H diff --git a/src/plugins/relay/relay-config.c b/src/plugins/relay/relay-config.c index 012c74ac4..e85e44454 100644 --- a/src/plugins/relay/relay-config.c +++ b/src/plugins/relay/relay-config.c @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with WeeChat. If not, see <http://www.gnu.org/licenses/>. + * along with WeeChat. If not, see <https://www.gnu.org/licenses/>. */ #include <stdlib.h> diff --git a/src/plugins/relay/relay-config.h b/src/plugins/relay/relay-config.h index b5ceb5247..7579b1f21 100644 --- a/src/plugins/relay/relay-config.h +++ b/src/plugins/relay/relay-config.h @@ -14,7 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with WeeChat. If not, see <http://www.gnu.org/licenses/>. + * along with WeeChat. If not, see <https://www.gnu.org/licenses/>. */ #ifndef WEECHAT_PLUGIN_RELAY_CONFIG_H diff --git a/src/plugins/relay/relay-info.c b/src/plugins/relay/relay-info.c index e6e0338d5..e89ed2892 100644 --- a/src/plugins/relay/relay-info.c +++ b/src/plugins/relay/relay-info.c @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with WeeChat. If not, see <http://www.gnu.org/licenses/>. + * along with WeeChat. If not, see <https://www.gnu.org/licenses/>. */ #include <stdlib.h> diff --git a/src/plugins/relay/relay-info.h b/src/plugins/relay/relay-info.h index 25c2c3776..f0a80eb49 100644 --- a/src/plugins/relay/relay-info.h +++ b/src/plugins/relay/relay-info.h @@ -14,7 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with WeeChat. If not, see <http://www.gnu.org/licenses/>. + * along with WeeChat. If not, see <https://www.gnu.org/licenses/>. */ #ifndef WEECHAT_PLUGIN_RELAY_INFO_H diff --git a/src/plugins/relay/relay-network.c b/src/plugins/relay/relay-network.c index fa7d17c0b..fa6885fdd 100644 --- a/src/plugins/relay/relay-network.c +++ b/src/plugins/relay/relay-network.c @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with WeeChat. If not, see <http://www.gnu.org/licenses/>. + * along with WeeChat. If not, see <https://www.gnu.org/licenses/>. */ #include <stdlib.h> diff --git a/src/plugins/relay/relay-network.h b/src/plugins/relay/relay-network.h index 22a5cbb47..9df1758b1 100644 --- a/src/plugins/relay/relay-network.h +++ b/src/plugins/relay/relay-network.h @@ -14,7 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with WeeChat. If not, see <http://www.gnu.org/licenses/>. + * along with WeeChat. If not, see <https://www.gnu.org/licenses/>. */ #ifndef WEECHAT_PLUGIN_RELAY_NETWORK_H diff --git a/src/plugins/relay/relay-raw.c b/src/plugins/relay/relay-raw.c index a8b0cb862..0b2526109 100644 --- a/src/plugins/relay/relay-raw.c +++ b/src/plugins/relay/relay-raw.c @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with WeeChat. If not, see <http://www.gnu.org/licenses/>. + * along with WeeChat. If not, see <https://www.gnu.org/licenses/>. */ #include <stdlib.h> diff --git a/src/plugins/relay/relay-raw.h b/src/plugins/relay/relay-raw.h index 26316602c..11b47a3b2 100644 --- a/src/plugins/relay/relay-raw.h +++ b/src/plugins/relay/relay-raw.h @@ -14,7 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with WeeChat. If not, see <http://www.gnu.org/licenses/>. + * along with WeeChat. If not, see <https://www.gnu.org/licenses/>. */ #ifndef WEECHAT_PLUGIN_RELAY_RAW_H diff --git a/src/plugins/relay/relay-server.c b/src/plugins/relay/relay-server.c index 3805f623f..cbbc0e90a 100644 --- a/src/plugins/relay/relay-server.c +++ b/src/plugins/relay/relay-server.c @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with WeeChat. If not, see <http://www.gnu.org/licenses/>. + * along with WeeChat. If not, see <https://www.gnu.org/licenses/>. */ #include <stdlib.h> diff --git a/src/plugins/relay/relay-server.h b/src/plugins/relay/relay-server.h index 5aab6b69f..108841eec 100644 --- a/src/plugins/relay/relay-server.h +++ b/src/plugins/relay/relay-server.h @@ -14,7 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with WeeChat. If not, see <http://www.gnu.org/licenses/>. + * along with WeeChat. If not, see <https://www.gnu.org/licenses/>. */ #ifndef WEECHAT_PLUGIN_RELAY_SERVER_H diff --git a/src/plugins/relay/relay-upgrade.c b/src/plugins/relay/relay-upgrade.c index c9835119e..784b40acb 100644 --- a/src/plugins/relay/relay-upgrade.c +++ b/src/plugins/relay/relay-upgrade.c @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with WeeChat. If not, see <http://www.gnu.org/licenses/>. + * along with WeeChat. If not, see <https://www.gnu.org/licenses/>. */ #include <stdlib.h> diff --git a/src/plugins/relay/relay-upgrade.h b/src/plugins/relay/relay-upgrade.h index 0a778f284..504eb3271 100644 --- a/src/plugins/relay/relay-upgrade.h +++ b/src/plugins/relay/relay-upgrade.h @@ -14,7 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with WeeChat. If not, see <http://www.gnu.org/licenses/>. + * along with WeeChat. If not, see <https://www.gnu.org/licenses/>. */ #ifndef WEECHAT_PLUGIN_RELAY_UPGRADE_H diff --git a/src/plugins/relay/relay-websocket.c b/src/plugins/relay/relay-websocket.c index f33198531..14c348d62 100644 --- a/src/plugins/relay/relay-websocket.c +++ b/src/plugins/relay/relay-websocket.c @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with WeeChat. If not, see <http://www.gnu.org/licenses/>. + * along with WeeChat. If not, see <https://www.gnu.org/licenses/>. */ #include <stdlib.h> diff --git a/src/plugins/relay/relay-websocket.h b/src/plugins/relay/relay-websocket.h index 91d601713..9c0547ff5 100644 --- a/src/plugins/relay/relay-websocket.h +++ b/src/plugins/relay/relay-websocket.h @@ -14,7 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with WeeChat. If not, see <http://www.gnu.org/licenses/>. + * along with WeeChat. If not, see <https://www.gnu.org/licenses/>. */ #ifndef WEECHAT_PLUGIN_RELAY_WEBSOCKET_H diff --git a/src/plugins/relay/relay.c b/src/plugins/relay/relay.c index 0d076fe80..95d954314 100644 --- a/src/plugins/relay/relay.c +++ b/src/plugins/relay/relay.c @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with WeeChat. If not, see <http://www.gnu.org/licenses/>. + * along with WeeChat. If not, see <https://www.gnu.org/licenses/>. */ #include <stdlib.h> diff --git a/src/plugins/relay/relay.h b/src/plugins/relay/relay.h index 4b32abda5..2f62414c6 100644 --- a/src/plugins/relay/relay.h +++ b/src/plugins/relay/relay.h @@ -14,7 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with WeeChat. If not, see <http://www.gnu.org/licenses/>. + * along with WeeChat. If not, see <https://www.gnu.org/licenses/>. */ #ifndef WEECHAT_PLUGIN_RELAY_H diff --git a/src/plugins/relay/weechat/relay-weechat-msg.c b/src/plugins/relay/weechat/relay-weechat-msg.c index 1c846c460..12945ed6f 100644 --- a/src/plugins/relay/weechat/relay-weechat-msg.c +++ b/src/plugins/relay/weechat/relay-weechat-msg.c @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with WeeChat. If not, see <http://www.gnu.org/licenses/>. + * along with WeeChat. If not, see <https://www.gnu.org/licenses/>. */ #include <stdlib.h> diff --git a/src/plugins/relay/weechat/relay-weechat-msg.h b/src/plugins/relay/weechat/relay-weechat-msg.h index 5d1541dfd..fd54a39c6 100644 --- a/src/plugins/relay/weechat/relay-weechat-msg.h +++ b/src/plugins/relay/weechat/relay-weechat-msg.h @@ -14,7 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with WeeChat. If not, see <http://www.gnu.org/licenses/>. + * along with WeeChat. If not, see <https://www.gnu.org/licenses/>. */ #ifndef WEECHAT_PLUGIN_RELAY_WEECHAT_MSG_H diff --git a/src/plugins/relay/weechat/relay-weechat-nicklist.c b/src/plugins/relay/weechat/relay-weechat-nicklist.c index 109598bcb..1e8564b02 100644 --- a/src/plugins/relay/weechat/relay-weechat-nicklist.c +++ b/src/plugins/relay/weechat/relay-weechat-nicklist.c @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with WeeChat. If not, see <http://www.gnu.org/licenses/>. + * along with WeeChat. If not, see <https://www.gnu.org/licenses/>. */ #include <stdlib.h> diff --git a/src/plugins/relay/weechat/relay-weechat-nicklist.h b/src/plugins/relay/weechat/relay-weechat-nicklist.h index 386fda67e..8562fa211 100644 --- a/src/plugins/relay/weechat/relay-weechat-nicklist.h +++ b/src/plugins/relay/weechat/relay-weechat-nicklist.h @@ -14,7 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with WeeChat. If not, see <http://www.gnu.org/licenses/>. + * along with WeeChat. If not, see <https://www.gnu.org/licenses/>. */ #ifndef WEECHAT_PLUGIN_RELAY_WEECHAT_NICKLIST_H diff --git a/src/plugins/relay/weechat/relay-weechat-protocol.c b/src/plugins/relay/weechat/relay-weechat-protocol.c index f8f557113..20015b8c2 100644 --- a/src/plugins/relay/weechat/relay-weechat-protocol.c +++ b/src/plugins/relay/weechat/relay-weechat-protocol.c @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with WeeChat. If not, see <http://www.gnu.org/licenses/>. + * along with WeeChat. If not, see <https://www.gnu.org/licenses/>. */ #include <stdlib.h> diff --git a/src/plugins/relay/weechat/relay-weechat-protocol.h b/src/plugins/relay/weechat/relay-weechat-protocol.h index 821702a78..5bd33a73b 100644 --- a/src/plugins/relay/weechat/relay-weechat-protocol.h +++ b/src/plugins/relay/weechat/relay-weechat-protocol.h @@ -14,7 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with WeeChat. If not, see <http://www.gnu.org/licenses/>. + * along with WeeChat. If not, see <https://www.gnu.org/licenses/>. */ #ifndef WEECHAT_PLUGIN_RELAY_WEECHAT_PROTOCOL_H diff --git a/src/plugins/relay/weechat/relay-weechat.c b/src/plugins/relay/weechat/relay-weechat.c index f30d640ed..a73ffbd38 100644 --- a/src/plugins/relay/weechat/relay-weechat.c +++ b/src/plugins/relay/weechat/relay-weechat.c @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with WeeChat. If not, see <http://www.gnu.org/licenses/>. + * along with WeeChat. If not, see <https://www.gnu.org/licenses/>. */ #include <stdlib.h> diff --git a/src/plugins/relay/weechat/relay-weechat.h b/src/plugins/relay/weechat/relay-weechat.h index a93ad2e15..8c2808245 100644 --- a/src/plugins/relay/weechat/relay-weechat.h +++ b/src/plugins/relay/weechat/relay-weechat.h @@ -14,7 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with WeeChat. If not, see <http://www.gnu.org/licenses/>. + * along with WeeChat. If not, see <https://www.gnu.org/licenses/>. */ #ifndef WEECHAT_PLUGIN_RELAY_WEECHAT_H |