summaryrefslogtreecommitdiff
path: root/src/plugins/alias
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2018-11-29 23:16:07 +0100
committerSébastien Helleu <flashcode@flashtux.org>2018-11-29 23:16:07 +0100
commit4712d0bb0653b4827ed699c4ac0493a68c531c1d (patch)
treebb3cb88c594667ca8288c5502872128f493c7abc /src/plugins/alias
parentd9fbf59c6b65fb9c989751868a55b145cd600532 (diff)
downloadweechat-4712d0bb0653b4827ed699c4ac0493a68c531c1d.zip
core: use https for links to GNU GPL license
Diffstat (limited to 'src/plugins/alias')
-rw-r--r--src/plugins/alias/CMakeLists.txt2
-rw-r--r--src/plugins/alias/Makefile.am2
-rw-r--r--src/plugins/alias/alias-command.c2
-rw-r--r--src/plugins/alias/alias-command.h2
-rw-r--r--src/plugins/alias/alias-completion.c2
-rw-r--r--src/plugins/alias/alias-completion.h2
-rw-r--r--src/plugins/alias/alias-config.c2
-rw-r--r--src/plugins/alias/alias-config.h2
-rw-r--r--src/plugins/alias/alias-info.c2
-rw-r--r--src/plugins/alias/alias-info.h2
-rw-r--r--src/plugins/alias/alias.c2
-rw-r--r--src/plugins/alias/alias.h2
12 files changed, 12 insertions, 12 deletions
diff --git a/src/plugins/alias/CMakeLists.txt b/src/plugins/alias/CMakeLists.txt
index f6c5df1df..0cb583770 100644
--- a/src/plugins/alias/CMakeLists.txt
+++ b/src/plugins/alias/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(alias MODULE
diff --git a/src/plugins/alias/Makefile.am b/src/plugins/alias/Makefile.am
index 3bbdf2adc..5349db139 100644
--- a/src/plugins/alias/Makefile.am
+++ b/src/plugins/alias/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\" $(ALIAS_CFLAGS)
diff --git a/src/plugins/alias/alias-command.c b/src/plugins/alias/alias-command.c
index eea0603d1..7f41d8a55 100644
--- a/src/plugins/alias/alias-command.c
+++ b/src/plugins/alias/alias-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/alias/alias-command.h b/src/plugins/alias/alias-command.h
index df916b33b..445e72874 100644
--- a/src/plugins/alias/alias-command.h
+++ b/src/plugins/alias/alias-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_ALIAS_COMMAND_H
diff --git a/src/plugins/alias/alias-completion.c b/src/plugins/alias/alias-completion.c
index ba7cfde84..422c3106f 100644
--- a/src/plugins/alias/alias-completion.c
+++ b/src/plugins/alias/alias-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/alias/alias-completion.h b/src/plugins/alias/alias-completion.h
index ca8ec5175..32a85c636 100644
--- a/src/plugins/alias/alias-completion.h
+++ b/src/plugins/alias/alias-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_ALIAS_COMPLETION_H
diff --git a/src/plugins/alias/alias-config.c b/src/plugins/alias/alias-config.c
index 479ac743e..822ada2b4 100644
--- a/src/plugins/alias/alias-config.c
+++ b/src/plugins/alias/alias-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/alias/alias-config.h b/src/plugins/alias/alias-config.h
index e7f66efea..7cb394ac6 100644
--- a/src/plugins/alias/alias-config.h
+++ b/src/plugins/alias/alias-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_ALIAS_CONFIG_H
diff --git a/src/plugins/alias/alias-info.c b/src/plugins/alias/alias-info.c
index e95806713..436dbb699 100644
--- a/src/plugins/alias/alias-info.c
+++ b/src/plugins/alias/alias-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/alias/alias-info.h b/src/plugins/alias/alias-info.h
index 4c1beee39..7bec1c4b2 100644
--- a/src/plugins/alias/alias-info.h
+++ b/src/plugins/alias/alias-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_ALIAS_INFO_H
diff --git a/src/plugins/alias/alias.c b/src/plugins/alias/alias.c
index c7794e22f..e92cdbfca 100644
--- a/src/plugins/alias/alias.c
+++ b/src/plugins/alias/alias.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/alias/alias.h b/src/plugins/alias/alias.h
index 01b90f79a..9202a2cfa 100644
--- a/src/plugins/alias/alias.h
+++ b/src/plugins/alias/alias.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_ALIAS_H