diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2018-11-29 23:16:07 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2018-11-29 23:16:07 +0100 |
commit | 4712d0bb0653b4827ed699c4ac0493a68c531c1d (patch) | |
tree | bb3cb88c594667ca8288c5502872128f493c7abc /src/gui | |
parent | d9fbf59c6b65fb9c989751868a55b145cd600532 (diff) | |
download | weechat-4712d0bb0653b4827ed699c4ac0493a68c531c1d.zip |
core: use https for links to GNU GPL license
Diffstat (limited to 'src/gui')
62 files changed, 62 insertions, 62 deletions
diff --git a/src/gui/CMakeLists.txt b/src/gui/CMakeLists.txt index d9d85cec5..82290fc18 100644 --- a/src/gui/CMakeLists.txt +++ b/src/gui/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/>. # set(LIB_GUI_COMMON_SRC diff --git a/src/gui/Makefile.am b/src/gui/Makefile.am index 3709383b3..304266ec5 100644 --- a/src/gui/Makefile.am +++ b/src/gui/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\" diff --git a/src/gui/curses/CMakeLists.txt b/src/gui/curses/CMakeLists.txt index 2116bc6ea..60e7ad83a 100644 --- a/src/gui/curses/CMakeLists.txt +++ b/src/gui/curses/CMakeLists.txt @@ -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/>. # if(${CMAKE_SYSTEM_NAME} STREQUAL "FreeBSD" AND HAVE_BACKTRACE) diff --git a/src/gui/curses/Makefile.am b/src/gui/curses/Makefile.am index 88a8113fe..c04fb96ea 100644 --- a/src/gui/curses/Makefile.am +++ b/src/gui/curses/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/>. # if GUI_NCURSES diff --git a/src/gui/curses/gui-curses-bar-window.c b/src/gui/curses/gui-curses-bar-window.c index 9ade3bc8d..ee76c56b8 100644 --- a/src/gui/curses/gui-curses-bar-window.c +++ b/src/gui/curses/gui-curses-bar-window.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/>. */ #ifdef HAVE_CONFIG_H diff --git a/src/gui/curses/gui-curses-chat.c b/src/gui/curses/gui-curses-chat.c index 7fb229e88..ce656fbc8 100644 --- a/src/gui/curses/gui-curses-chat.c +++ b/src/gui/curses/gui-curses-chat.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/>. */ #ifdef HAVE_CONFIG_H diff --git a/src/gui/curses/gui-curses-color.c b/src/gui/curses/gui-curses-color.c index feb74163e..fde7aa3dc 100644 --- a/src/gui/curses/gui-curses-color.c +++ b/src/gui/curses/gui-curses-color.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/>. */ #ifdef HAVE_CONFIG_H diff --git a/src/gui/curses/gui-curses-key.c b/src/gui/curses/gui-curses-key.c index 66a8bc010..b9f237660 100644 --- a/src/gui/curses/gui-curses-key.c +++ b/src/gui/curses/gui-curses-key.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/>. */ #ifdef HAVE_CONFIG_H diff --git a/src/gui/curses/gui-curses-main.c b/src/gui/curses/gui-curses-main.c index 0d4cabbdb..a61be8673 100644 --- a/src/gui/curses/gui-curses-main.c +++ b/src/gui/curses/gui-curses-main.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/>. */ #ifdef HAVE_CONFIG_H diff --git a/src/gui/curses/gui-curses-mouse.c b/src/gui/curses/gui-curses-mouse.c index 0afe8a50b..20f6a6f67 100644 --- a/src/gui/curses/gui-curses-mouse.c +++ b/src/gui/curses/gui-curses-mouse.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/>. */ #ifdef HAVE_CONFIG_H diff --git a/src/gui/curses/gui-curses-term.c b/src/gui/curses/gui-curses-term.c index 369fda331..428b2b663 100644 --- a/src/gui/curses/gui-curses-term.c +++ b/src/gui/curses/gui-curses-term.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/>. */ #ifdef HAVE_CONFIG_H diff --git a/src/gui/curses/gui-curses-window.c b/src/gui/curses/gui-curses-window.c index a177e2f95..c8e625a39 100644 --- a/src/gui/curses/gui-curses-window.c +++ b/src/gui/curses/gui-curses-window.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/>. */ #ifdef HAVE_CONFIG_H diff --git a/src/gui/curses/gui-curses.h b/src/gui/curses/gui-curses.h index 7f7359d29..8e37629de 100644 --- a/src/gui/curses/gui-curses.h +++ b/src/gui/curses/gui-curses.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_GUI_CURSES_H diff --git a/src/gui/curses/headless/CMakeLists.txt b/src/gui/curses/headless/CMakeLists.txt index 3aa6b4448..5097b54cf 100644 --- a/src/gui/curses/headless/CMakeLists.txt +++ b/src/gui/curses/headless/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_definitions(-DWEECHAT_HEADLESS) diff --git a/src/gui/curses/headless/Makefile.am b/src/gui/curses/headless/Makefile.am index 08c2d164e..9301a0ed4 100644 --- a/src/gui/curses/headless/Makefile.am +++ b/src/gui/curses/headless/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\" -DWEECHAT_HEADLESS diff --git a/src/gui/curses/headless/main.c b/src/gui/curses/headless/main.c index 194150405..c58884fe0 100644 --- a/src/gui/curses/headless/main.c +++ b/src/gui/curses/headless/main.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/>. */ #ifdef HAVE_CONFIG_H diff --git a/src/gui/curses/headless/ncurses-fake.c b/src/gui/curses/headless/ncurses-fake.c index da1e4ac8d..3c48e1fbb 100644 --- a/src/gui/curses/headless/ncurses-fake.c +++ b/src/gui/curses/headless/ncurses-fake.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 "ncurses-fake.h" diff --git a/src/gui/curses/headless/ncurses-fake.h b/src/gui/curses/headless/ncurses-fake.h index 79ce6fc25..dd6f9726b 100644 --- a/src/gui/curses/headless/ncurses-fake.h +++ b/src/gui/curses/headless/ncurses-fake.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_NCURSES_FAKE_H diff --git a/src/gui/curses/normal/CMakeLists.txt b/src/gui/curses/normal/CMakeLists.txt index b22fcf76c..718a102f2 100644 --- a/src/gui/curses/normal/CMakeLists.txt +++ b/src/gui/curses/normal/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/>. # set(LIB_GUI_CURSES_SRC diff --git a/src/gui/curses/normal/Makefile.am b/src/gui/curses/normal/Makefile.am index 2e9127266..8570493eb 100644 --- a/src/gui/curses/normal/Makefile.am +++ b/src/gui/curses/normal/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\" $(NCURSES_CFLAGS) diff --git a/src/gui/curses/normal/main.c b/src/gui/curses/normal/main.c index b3e57e99b..85a526b0c 100644 --- a/src/gui/curses/normal/main.c +++ b/src/gui/curses/normal/main.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/>. */ #ifdef HAVE_CONFIG_H diff --git a/src/gui/gui-bar-item.c b/src/gui/gui-bar-item.c index 6bd0f032a..6bc6e2438 100644 --- a/src/gui/gui-bar-item.c +++ b/src/gui/gui-bar-item.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/>. */ #ifdef HAVE_CONFIG_H diff --git a/src/gui/gui-bar-item.h b/src/gui/gui-bar-item.h index 16770da10..9b75bd8f2 100644 --- a/src/gui/gui-bar-item.h +++ b/src/gui/gui-bar-item.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_GUI_BAR_ITEM_H diff --git a/src/gui/gui-bar-window.c b/src/gui/gui-bar-window.c index 9bc7dfc88..df55b205a 100644 --- a/src/gui/gui-bar-window.c +++ b/src/gui/gui-bar-window.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/>. */ #ifdef HAVE_CONFIG_H diff --git a/src/gui/gui-bar-window.h b/src/gui/gui-bar-window.h index a78224e1d..90758af3c 100644 --- a/src/gui/gui-bar-window.h +++ b/src/gui/gui-bar-window.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_GUI_BAR_WINDOW_H diff --git a/src/gui/gui-bar.c b/src/gui/gui-bar.c index 8b58e6be0..f3580d7a1 100644 --- a/src/gui/gui-bar.c +++ b/src/gui/gui-bar.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/>. */ #ifdef HAVE_CONFIG_H diff --git a/src/gui/gui-bar.h b/src/gui/gui-bar.h index fcf236b74..e0cacad2f 100644 --- a/src/gui/gui-bar.h +++ b/src/gui/gui-bar.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_GUI_BAR_H diff --git a/src/gui/gui-buffer.c b/src/gui/gui-buffer.c index f0749d995..130a4cdb2 100644 --- a/src/gui/gui-buffer.c +++ b/src/gui/gui-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/>. */ #ifdef HAVE_CONFIG_H diff --git a/src/gui/gui-buffer.h b/src/gui/gui-buffer.h index e852a8715..f23029629 100644 --- a/src/gui/gui-buffer.h +++ b/src/gui/gui-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_GUI_BUFFER_H diff --git a/src/gui/gui-chat.c b/src/gui/gui-chat.c index a766262a1..ad4983d65 100644 --- a/src/gui/gui-chat.c +++ b/src/gui/gui-chat.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/>. */ #ifdef HAVE_CONFIG_H diff --git a/src/gui/gui-chat.h b/src/gui/gui-chat.h index bd2cfb7c5..0565e3153 100644 --- a/src/gui/gui-chat.h +++ b/src/gui/gui-chat.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_GUI_CHAT_H diff --git a/src/gui/gui-color.c b/src/gui/gui-color.c index f92f3f052..18599c0d4 100644 --- a/src/gui/gui-color.c +++ b/src/gui/gui-color.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/>. */ #ifdef HAVE_CONFIG_H diff --git a/src/gui/gui-color.h b/src/gui/gui-color.h index 68f3f03f4..987a89c88 100644 --- a/src/gui/gui-color.h +++ b/src/gui/gui-color.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_GUI_COLOR_H diff --git a/src/gui/gui-completion.c b/src/gui/gui-completion.c index 24917f6b3..b4590ac5f 100644 --- a/src/gui/gui-completion.c +++ b/src/gui/gui-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/>. */ #ifdef HAVE_CONFIG_H diff --git a/src/gui/gui-completion.h b/src/gui/gui-completion.h index b6aa36cdc..e9808f118 100644 --- a/src/gui/gui-completion.h +++ b/src/gui/gui-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_GUI_COMPLETION_H diff --git a/src/gui/gui-cursor.c b/src/gui/gui-cursor.c index e6c73035c..6b15e955d 100644 --- a/src/gui/gui-cursor.c +++ b/src/gui/gui-cursor.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/>. */ #ifdef HAVE_CONFIG_H diff --git a/src/gui/gui-cursor.h b/src/gui/gui-cursor.h index 3159d8b14..a479119b6 100644 --- a/src/gui/gui-cursor.h +++ b/src/gui/gui-cursor.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_GUI_CURSOR_H diff --git a/src/gui/gui-filter.c b/src/gui/gui-filter.c index 0ef5edb97..29eff8a5d 100644 --- a/src/gui/gui-filter.c +++ b/src/gui/gui-filter.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/>. */ #ifdef HAVE_CONFIG_H diff --git a/src/gui/gui-filter.h b/src/gui/gui-filter.h index 16df5d8b8..aba9a06fe 100644 --- a/src/gui/gui-filter.h +++ b/src/gui/gui-filter.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_GUI_FILTER_H diff --git a/src/gui/gui-focus.c b/src/gui/gui-focus.c index 9c48cd73e..6355ccb7d 100644 --- a/src/gui/gui-focus.c +++ b/src/gui/gui-focus.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/>. */ #ifdef HAVE_CONFIG_H diff --git a/src/gui/gui-focus.h b/src/gui/gui-focus.h index f8142105b..5fd063049 100644 --- a/src/gui/gui-focus.h +++ b/src/gui/gui-focus.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_GUI_FOCUS_H diff --git a/src/gui/gui-history.c b/src/gui/gui-history.c index ebd2e57ef..5dc3780ba 100644 --- a/src/gui/gui-history.c +++ b/src/gui/gui-history.c @@ -17,7 +17,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/>. */ #ifdef HAVE_CONFIG_H diff --git a/src/gui/gui-history.h b/src/gui/gui-history.h index 115c045af..6b41c5a11 100644 --- a/src/gui/gui-history.h +++ b/src/gui/gui-history.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_GUI_HISTORY_H diff --git a/src/gui/gui-hotlist.c b/src/gui/gui-hotlist.c index be4ebbab7..8b80a4c44 100644 --- a/src/gui/gui-hotlist.c +++ b/src/gui/gui-hotlist.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/>. */ #ifdef HAVE_CONFIG_H diff --git a/src/gui/gui-hotlist.h b/src/gui/gui-hotlist.h index 8660abdb6..2a17e558e 100644 --- a/src/gui/gui-hotlist.h +++ b/src/gui/gui-hotlist.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_GUI_HOTLIST_H diff --git a/src/gui/gui-input.c b/src/gui/gui-input.c index ec62906cc..6543d75b4 100644 --- a/src/gui/gui-input.c +++ b/src/gui/gui-input.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/>. */ #ifdef HAVE_CONFIG_H diff --git a/src/gui/gui-input.h b/src/gui/gui-input.h index db172bf0b..3da31f33c 100644 --- a/src/gui/gui-input.h +++ b/src/gui/gui-input.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_GUI_INPUT_H diff --git a/src/gui/gui-key.c b/src/gui/gui-key.c index a3c6aadc2..b984befe7 100644 --- a/src/gui/gui-key.c +++ b/src/gui/gui-key.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/>. */ #ifdef HAVE_CONFIG_H diff --git a/src/gui/gui-key.h b/src/gui/gui-key.h index 97570a491..2f1a1e597 100644 --- a/src/gui/gui-key.h +++ b/src/gui/gui-key.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_GUI_KEY_H diff --git a/src/gui/gui-layout.c b/src/gui/gui-layout.c index 4b2febe9d..9663eee26 100644 --- a/src/gui/gui-layout.c +++ b/src/gui/gui-layout.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/>. */ #ifdef HAVE_CONFIG_H diff --git a/src/gui/gui-layout.h b/src/gui/gui-layout.h index 37a454ec7..5e4a01849 100644 --- a/src/gui/gui-layout.h +++ b/src/gui/gui-layout.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_GUI_LAYOUT_H diff --git a/src/gui/gui-line.c b/src/gui/gui-line.c index 9297c522b..4332a4475 100644 --- a/src/gui/gui-line.c +++ b/src/gui/gui-line.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/>. */ #ifdef HAVE_CONFIG_H diff --git a/src/gui/gui-line.h b/src/gui/gui-line.h index bf4a82416..231914036 100644 --- a/src/gui/gui-line.h +++ b/src/gui/gui-line.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_GUI_LINE_H diff --git a/src/gui/gui-main.h b/src/gui/gui-main.h index b9b815cc5..34e88bddb 100644 --- a/src/gui/gui-main.h +++ b/src/gui/gui-main.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_GUI_MAIN_H diff --git a/src/gui/gui-mouse.c b/src/gui/gui-mouse.c index a47b39d45..dfd2d4601 100644 --- a/src/gui/gui-mouse.c +++ b/src/gui/gui-mouse.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/>. */ #ifdef HAVE_CONFIG_H diff --git a/src/gui/gui-mouse.h b/src/gui/gui-mouse.h index 8c34e0a0b..a487e784e 100644 --- a/src/gui/gui-mouse.h +++ b/src/gui/gui-mouse.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_GUI_MOUSE_H diff --git a/src/gui/gui-nick.c b/src/gui/gui-nick.c index 5f7c57072..07de7c410 100644 --- a/src/gui/gui-nick.c +++ b/src/gui/gui-nick.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/>. */ #ifdef HAVE_CONFIG_H diff --git a/src/gui/gui-nick.h b/src/gui/gui-nick.h index 98a1d3d10..63e5c1fd7 100644 --- a/src/gui/gui-nick.h +++ b/src/gui/gui-nick.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_GUI_NICK_H diff --git a/src/gui/gui-nicklist.c b/src/gui/gui-nicklist.c index 662cda038..7598b2146 100644 --- a/src/gui/gui-nicklist.c +++ b/src/gui/gui-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/>. */ #ifdef HAVE_CONFIG_H diff --git a/src/gui/gui-nicklist.h b/src/gui/gui-nicklist.h index d0179c886..bec47277a 100644 --- a/src/gui/gui-nicklist.h +++ b/src/gui/gui-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_GUI_NICKLIST_H diff --git a/src/gui/gui-window.c b/src/gui/gui-window.c index eb380e489..616b2040f 100644 --- a/src/gui/gui-window.c +++ b/src/gui/gui-window.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/>. */ #ifdef HAVE_CONFIG_H diff --git a/src/gui/gui-window.h b/src/gui/gui-window.h index 58b1f5434..b116b6422 100644 --- a/src/gui/gui-window.h +++ b/src/gui/gui-window.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_GUI_WINDOW_H |