Browse Source

core: use https for links to GNU GPL license

master
Sébastien Helleu 4 years ago
parent
commit
4712d0bb06
  1. 2
      CMakeLists.txt
  2. 8
      COPYING
  3. 2
      Makefile.am
  4. 4
      README.adoc
  5. 2
      autogen.sh
  6. 2
      cmake/FindAsciidoctor.cmake
  7. 2
      cmake/FindAspell.cmake
  8. 2
      cmake/FindCppUTest.cmake
  9. 2
      cmake/FindGCRYPT.cmake
  10. 2
      cmake/FindGettext.cmake
  11. 2
      cmake/FindGnuTLS.cmake
  12. 2
      cmake/FindGuile.cmake
  13. 2
      cmake/FindIconv.cmake
  14. 2
      cmake/FindLua.cmake
  15. 2
      cmake/FindNcurses.cmake
  16. 2
      cmake/FindPHP.cmake
  17. 2
      cmake/FindPerl.cmake
  18. 2
      cmake/FindPython.cmake
  19. 2
      cmake/FindRuby.cmake
  20. 2
      cmake/FindTCL.cmake
  21. 2
      cmake/FindV8.cmake
  22. 2
      cmake/cmake_uninstall.cmake.in
  23. 2
      configure.ac
  24. 4
      debian-stable/copyright
  25. 2
      doc/CMakeLists.txt
  26. 2
      doc/Makefile.am
  27. 2
      doc/cs/CMakeLists.txt
  28. 2
      doc/cs/Makefile.am
  29. 2
      doc/de/CMakeLists.txt
  30. 2
      doc/de/Makefile.am
  31. 2
      doc/docgen.py
  32. 2
      doc/en/CMakeLists.txt
  33. 2
      doc/en/Makefile.am
  34. 2
      doc/en/weechat_dev.en.adoc
  35. 2
      doc/es/CMakeLists.txt
  36. 2
      doc/es/Makefile.am
  37. 2
      doc/fr/CMakeLists.txt
  38. 2
      doc/fr/Makefile.am
  39. 2
      doc/fr/weechat_dev.fr.adoc
  40. 2
      doc/it/CMakeLists.txt
  41. 2
      doc/it/Makefile.am
  42. 2
      doc/ja/CMakeLists.txt
  43. 2
      doc/ja/Makefile.am
  44. 2
      doc/ja/weechat_dev.ja.adoc
  45. 2
      doc/pl/CMakeLists.txt
  46. 2
      doc/pl/Makefile.am
  47. 2
      doc/ru/CMakeLists.txt
  48. 2
      doc/ru/Makefile.am
  49. 2
      po/CMakeLists.txt
  50. 2
      po/cs.po
  51. 2
      po/de.po
  52. 2
      po/es.po
  53. 2
      po/fr.po
  54. 2
      po/hu.po
  55. 2
      po/it.po
  56. 2
      po/ja.po
  57. 2
      po/pl.po
  58. 2
      po/pt.po
  59. 2
      po/pt_BR.po
  60. 2
      po/ru.po
  61. 2
      po/tr.po
  62. 2
      po/weechat.pot
  63. 2
      src/CMakeLists.txt
  64. 2
      src/Makefile.am
  65. 2
      src/core/CMakeLists.txt
  66. 2
      src/core/Makefile.am
  67. 2
      src/core/hook/wee-hook-command-run.c
  68. 2
      src/core/hook/wee-hook-command-run.h
  69. 2
      src/core/hook/wee-hook-command.c
  70. 2
      src/core/hook/wee-hook-command.h
  71. 2
      src/core/hook/wee-hook-completion.c
  72. 2
      src/core/hook/wee-hook-completion.h
  73. 2
      src/core/hook/wee-hook-config.c
  74. 2
      src/core/hook/wee-hook-config.h
  75. 2
      src/core/hook/wee-hook-connect.c
  76. 2
      src/core/hook/wee-hook-connect.h
  77. 2
      src/core/hook/wee-hook-fd.c
  78. 2
      src/core/hook/wee-hook-fd.h
  79. 2
      src/core/hook/wee-hook-focus.c
  80. 2
      src/core/hook/wee-hook-focus.h
  81. 2
      src/core/hook/wee-hook-hdata.c
  82. 2
      src/core/hook/wee-hook-hdata.h
  83. 2
      src/core/hook/wee-hook-hsignal.c
  84. 2
      src/core/hook/wee-hook-hsignal.h
  85. 2
      src/core/hook/wee-hook-info-hashtable.c
  86. 2
      src/core/hook/wee-hook-info-hashtable.h
  87. 2
      src/core/hook/wee-hook-info.c
  88. 2
      src/core/hook/wee-hook-info.h
  89. 2
      src/core/hook/wee-hook-infolist.c
  90. 2
      src/core/hook/wee-hook-infolist.h
  91. 2
      src/core/hook/wee-hook-line.c
  92. 2
      src/core/hook/wee-hook-line.h
  93. 2
      src/core/hook/wee-hook-modifier.c
  94. 2
      src/core/hook/wee-hook-modifier.h
  95. 2
      src/core/hook/wee-hook-print.c
  96. 2
      src/core/hook/wee-hook-print.h
  97. 2
      src/core/hook/wee-hook-process.c
  98. 2
      src/core/hook/wee-hook-process.h
  99. 2
      src/core/hook/wee-hook-signal.c
  100. 2
      src/core/hook/wee-hook-signal.h
  101. Some files were not shown because too many files have changed in this diff Show More

2
CMakeLists.txt

@ -16,7 +16,7 @@ @@ -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/>.
#
cmake_minimum_required(VERSION 2.4)

8
COPYING

@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
GNU GENERAL PUBLIC LICENSE
Version 3, 29 June 2007
Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
@ -645,7 +645,7 @@ the "copyright" line and a pointer to where the full notice is found. @@ -645,7 +645,7 @@ the "copyright" line and a pointer to where the full notice is found.
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
along with this program. If not, see <https://www.gnu.org/licenses/>.
Also add information on how to contact you by electronic and paper mail.
@ -664,11 +664,11 @@ might be different; for a GUI interface, you would use an "about box". @@ -664,11 +664,11 @@ might be different; for a GUI interface, you would use an "about box".
You should also get your employer (if you work as a programmer) or school,
if any, to sign a "copyright disclaimer" for the program, if necessary.
For more information on this, and how to apply and follow the GNU GPL, see
<http://www.gnu.org/licenses/>.
<https://www.gnu.org/licenses/>.
The GNU General Public License does not permit incorporating your program
into proprietary programs. If your program is a subroutine library, you
may consider it more useful to permit linking proprietary applications with
the library. If this is what you want to do, use the GNU Lesser General
Public License instead of this License. But first, please read
<http://www.gnu.org/philosophy/why-not-lgpl.html>.
<https://www.gnu.org/philosophy/why-not-lgpl.html>.

2
Makefile.am

@ -16,7 +16,7 @@ @@ -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/>.
#
# This target will update file config-git.h with output of command "git describe"

4
README.adoc

@ -28,7 +28,7 @@ Homepage: https://weechat.org/ @@ -28,7 +28,7 @@ Homepage: https://weechat.org/
* *Customizable and extensible*: there are a lot of options to customize WeeChat, and it is extensible with C plugins and https://weechat.org/scripts/[scripts] (https://weechat.org/scripts/stable/language/perl/[Perl], https://weechat.org/scripts/stable/language/python/[Python], https://weechat.org/scripts/stable/language/ruby[Ruby], https://weechat.org/scripts/stable/language/lua/[Lua], https://weechat.org/scripts/stable/language/tcl/[Tcl], https://weechat.org/scripts/stable/language/guile/[Scheme], https://weechat.org/scripts/stable/language/javascript/[JavaScript] and https://weechat.org/scripts/stable/language/php/[PHP]).
* *Fully documented*: there is comprehensive https://weechat.org/doc/[documentation], which is https://weechat.org/files/doc/stable/weechat_dev.en.html#translations[translated] into several languages.
* *Developed from scratch*: WeeChat was built from scratch and is not based on any other client.
* *Free software*: WeeChat is released under http://www.gnu.org/licenses/gpl-3.0.html[GPLv3].
* *Free software*: WeeChat is released under https://www.gnu.org/licenses/gpl-3.0.html[GPLv3].
image::https://weechat.org/media/images/screenshots/weechat/medium/weechat_2013-04-27_phlux_shadow.png[align="center"]
@ -126,4 +126,4 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the @@ -126,4 +126,4 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
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/>.

2
autogen.sh

@ -17,7 +17,7 @@ @@ -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/>.
#
###

2
cmake/FindAsciidoctor.cmake

@ -14,7 +14,7 @@ @@ -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/>.
#
# - Find Asciidoctor

2
cmake/FindAspell.cmake

@ -14,7 +14,7 @@ @@ -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/>.
#
# - Find Aspell

2
cmake/FindCppUTest.cmake

@ -14,7 +14,7 @@ @@ -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/>.
#
# - Find CppUTest

2
cmake/FindGCRYPT.cmake

@ -14,7 +14,7 @@ @@ -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/>.
#
# - Find Gcrypt

2
cmake/FindGettext.cmake

@ -16,7 +16,7 @@ @@ -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/>.
#
# - Find Gettext

2
cmake/FindGnuTLS.cmake

@ -15,7 +15,7 @@ @@ -15,7 +15,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/>.
#
# - Find GnuTLS

2
cmake/FindGuile.cmake

@ -14,7 +14,7 @@ @@ -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/>.
#
# - Find Guile

2
cmake/FindIconv.cmake

@ -14,7 +14,7 @@ @@ -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/>.
#
# - Find Iconv

2
cmake/FindLua.cmake

@ -14,7 +14,7 @@ @@ -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/>.
#
# - Find Lua

2
cmake/FindNcurses.cmake

@ -14,7 +14,7 @@ @@ -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(NCURSES_FOUND)

2
cmake/FindPHP.cmake

@ -14,7 +14,7 @@ @@ -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(PHP_FOUND)

2
cmake/FindPerl.cmake

@ -14,7 +14,7 @@ @@ -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/>.
#
# - Find Perl libraries

2
cmake/FindPython.cmake

@ -15,7 +15,7 @@ @@ -15,7 +15,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/>.
#
# - Find Python

2
cmake/FindRuby.cmake

@ -14,7 +14,7 @@ @@ -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/>.
#
# - Find Ruby

2
cmake/FindTCL.cmake

@ -15,7 +15,7 @@ @@ -15,7 +15,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/>.
#
# - Find Tcl includes and libraries.

2
cmake/FindV8.cmake

@ -14,7 +14,7 @@ @@ -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/>.
#
# - Find V8 (Google's JavaScript engine)

2
cmake/cmake_uninstall.cmake.in

@ -14,7 +14,7 @@ @@ -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(NOT EXISTS "@CMAKE_CURRENT_BINARY_DIR@/install_manifest.txt")

2
configure.ac

@ -17,7 +17,7 @@ @@ -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/>.
#
# -*- Autoconf -*-

4
debian-stable/copyright

@ -165,7 +165,7 @@ License: GPL-3+ @@ -165,7 +165,7 @@ License: GPL-3+
General Public License for more details.
.
You should have received a copy of the GNU General Public License along
with this program. If not, see <http://www.gnu.org/licenses/>.
with this program. If not, see <https://www.gnu.org/licenses/>.
.
On Debian systems, the complete text of the GNU General Public License,
Version 3 can be found in the file /usr/share/common-licenses/GPL-3
@ -182,7 +182,7 @@ License: GPL-3-with-openssl-exception @@ -182,7 +182,7 @@ License: GPL-3-with-openssl-exception
General Public License for more details.
.
You should have received a copy of the GNU General Public License along
with this program. If not, see <http://www.gnu.org/licenses/>.
with this program. If not, see <https://www.gnu.org/licenses/>.
.
On Debian systems, the complete text of the GNU General Public License,
Version 3 can be found in the file /usr/share/common-licenses/GPL-3

2
doc/CMakeLists.txt

@ -15,7 +15,7 @@ @@ -15,7 +15,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(ENABLE_MAN OR ENABLE_DOC)

2
doc/Makefile.am

@ -15,7 +15,7 @@ @@ -15,7 +15,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/>.
#
SUBDIRS = . cs de en es fr it ja pl ru

2
doc/cs/CMakeLists.txt

@ -14,7 +14,7 @@ @@ -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(ENABLE_MAN)

2
doc/cs/Makefile.am

@ -14,7 +14,7 @@ @@ -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/>.
#
docdir = $(datadir)/doc/$(PACKAGE)

2
doc/de/CMakeLists.txt

@ -14,7 +14,7 @@ @@ -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(ENABLE_MAN)

2
doc/de/Makefile.am

@ -15,7 +15,7 @@ @@ -15,7 +15,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/>.
#
docdir = $(datadir)/doc/$(PACKAGE)

2
doc/docgen.py

@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# along with this program. If not, see <https://www.gnu.org/licenses/>.
#
"""

2
doc/en/CMakeLists.txt

@ -14,7 +14,7 @@ @@ -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(ENABLE_MAN)

2
doc/en/Makefile.am

@ -15,7 +15,7 @@ @@ -15,7 +15,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/>.
#
docdir = $(datadir)/doc/$(PACKAGE)

2
doc/en/weechat_dev.en.adoc

@ -474,7 +474,7 @@ Example in C: @@ -474,7 +474,7 @@ Example in C:
* 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/>.
*/
----

2
doc/es/CMakeLists.txt

@ -14,7 +14,7 @@ @@ -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(ENABLE_DOC)

2
doc/es/Makefile.am

@ -14,7 +14,7 @@ @@ -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/>.
#
docdir = $(datadir)/doc/$(PACKAGE)

2
doc/fr/CMakeLists.txt

@ -14,7 +14,7 @@ @@ -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(ENABLE_MAN)

2
doc/fr/Makefile.am

@ -15,7 +15,7 @@ @@ -15,7 +15,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/>.
#
docdir = $(datadir)/doc/$(PACKAGE)

2
doc/fr/weechat_dev.fr.adoc

@ -476,7 +476,7 @@ Exemple en C : @@ -476,7 +476,7 @@ Exemple en C :
* 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/>.
*/
----

2
doc/it/CMakeLists.txt

@ -14,7 +14,7 @@ @@ -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(ENABLE_MAN)

2
doc/it/Makefile.am

@ -14,7 +14,7 @@ @@ -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/>.
#
docdir = $(datadir)/doc/$(PACKAGE)

2
doc/ja/CMakeLists.txt

@ -14,7 +14,7 @@ @@ -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(ENABLE_MAN)

2
doc/ja/Makefile.am

@ -14,7 +14,7 @@ @@ -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/>.
#
docdir = $(datadir)/doc/$(PACKAGE)

2
doc/ja/weechat_dev.ja.adoc

@ -485,7 +485,7 @@ WeeChat とプラグインの翻訳は gettext で行います、ファイルは @@ -485,7 +485,7 @@ WeeChat とプラグインの翻訳は gettext で行います、ファイルは
* 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/>.
*/
----

2
doc/pl/CMakeLists.txt

@ -14,7 +14,7 @@ @@ -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(ENABLE_MAN)

2
doc/pl/Makefile.am

@ -15,7 +15,7 @@ @@ -15,7 +15,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/>.
#
docdir = $(datadir)/doc/$(PACKAGE)

2
doc/ru/CMakeLists.txt

@ -14,7 +14,7 @@ @@ -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(ENABLE_MAN)

2
doc/ru/Makefile.am

@ -14,7 +14,7 @@ @@ -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/>.
#
docdir = $(datadir)/doc/$(PACKAGE)

2
po/CMakeLists.txt

@ -14,7 +14,7 @@ @@ -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(PO_FILES

2
po/cs.po

@ -15,7 +15,7 @@ @@ -15,7 +15,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/>.
#
msgid ""
msgstr ""

2
po/de.po

@ -17,7 +17,7 @@ @@ -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/>.
#
# w8rabbit <w8rabbit@mail.i2p>, 2018.
msgid ""

2
po/es.po

@ -16,7 +16,7 @@ @@ -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/>.
#
msgid ""
msgstr ""

2
po/fr.po

@ -15,7 +15,7 @@ @@ -15,7 +15,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/>.
#
msgid ""
msgstr ""

2
po/hu.po

@ -14,7 +14,7 @@ @@ -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/>.
#
msgid ""
msgstr ""

2
po/it.po

@ -14,7 +14,7 @@ @@ -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/>.
#
msgid ""
msgstr ""

2
po/ja.po

@ -14,7 +14,7 @@ @@ -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/>.
#
msgid ""
msgstr ""

2
po/pl.po

@ -15,7 +15,7 @@ @@ -15,7 +15,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/>.
#
# Krzysztof Korościk <soltys@soltys.info>, 2018.
msgid ""

2
po/pt.po

@ -14,7 +14,7 @@ @@ -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/>.
#
msgid ""
msgstr ""

2
po/pt_BR.po

@ -15,7 +15,7 @@ @@ -15,7 +15,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/>.
#
msgid ""
msgstr ""

2
po/ru.po

@ -15,7 +15,7 @@ @@ -15,7 +15,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/>.
#
msgid ""
msgstr ""

2
po/tr.po

@ -14,7 +14,7 @@ @@ -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/>.
#
msgid ""
msgstr ""

2
po/weechat.pot

@ -14,7 +14,7 @@ @@ -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/>.
#
#, fuzzy
msgid ""

2
src/CMakeLists.txt

@ -16,7 +16,7 @@ @@ -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/>.
#
add_subdirectory(core)

2
src/Makefile.am

@ -14,7 +14,7 @@ @@ -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/>.
#
SUBDIRS = core plugins gui

2
src/core/CMakeLists.txt

@ -16,7 +16,7 @@ @@ -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/>.
#
set(LIB_CORE_SRC

2
src/core/Makefile.am

@ -14,7 +14,7 @@ @@ -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\" $(GCRYPT_CFLAGS) $(GNUTLS_CFLAGS) $(CURL_CFLAGS)

2
src/core/hook/wee-hook-command-run.c

@ -16,7 +16,7 @@ @@ -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

2
src/core/hook/wee-hook-command-run.h

@ -14,7 +14,7 @@ @@ -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_HOOK_COMMAND_RUN_H

2
src/core/hook/wee-hook-command.c

@ -16,7 +16,7 @@ @@ -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

2
src/core/hook/wee-hook-command.h

@ -14,7 +14,7 @@ @@ -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_HOOK_COMMAND_H

2
src/core/hook/wee-hook-completion.c

@ -16,7 +16,7 @@ @@ -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

2
src/core/hook/wee-hook-completion.h

@ -14,7 +14,7 @@ @@ -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_HOOK_COMPLETION_H

2
src/core/hook/wee-hook-config.c

@ -16,7 +16,7 @@ @@ -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

2
src/core/hook/wee-hook-config.h

@ -14,7 +14,7 @@ @@ -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_HOOK_CONFIG_H

2
src/core/hook/wee-hook-connect.c

@ -17,7 +17,7 @@ @@ -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

2
src/core/hook/wee-hook-connect.h

@ -15,7 +15,7 @@ @@ -15,7 +15,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_HOOK_CONNECT_H

2
src/core/hook/wee-hook-fd.c

@ -16,7 +16,7 @@ @@ -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

2
src/core/hook/wee-hook-fd.h

@ -14,7 +14,7 @@ @@ -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_HOOK_FD_H

2
src/core/hook/wee-hook-focus.c

@ -16,7 +16,7 @@ @@ -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

2
src/core/hook/wee-hook-focus.h

@ -14,7 +14,7 @@ @@ -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_HOOK_FOCUS_H

2
src/core/hook/wee-hook-hdata.c

@ -16,7 +16,7 @@ @@ -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

2
src/core/hook/wee-hook-hdata.h

</