diff options
Diffstat (limited to 'src/plugins/alias')
-rw-r--r-- | src/plugins/alias/CMakeLists.txt | 2 | ||||
-rw-r--r-- | src/plugins/alias/Makefile.am | 2 | ||||
-rw-r--r-- | src/plugins/alias/alias-command.c | 2 | ||||
-rw-r--r-- | src/plugins/alias/alias-command.h | 2 | ||||
-rw-r--r-- | src/plugins/alias/alias-completion.c | 2 | ||||
-rw-r--r-- | src/plugins/alias/alias-completion.h | 2 | ||||
-rw-r--r-- | src/plugins/alias/alias-config.c | 2 | ||||
-rw-r--r-- | src/plugins/alias/alias-config.h | 2 | ||||
-rw-r--r-- | src/plugins/alias/alias-info.c | 2 | ||||
-rw-r--r-- | src/plugins/alias/alias-info.h | 2 | ||||
-rw-r--r-- | src/plugins/alias/alias.c | 2 | ||||
-rw-r--r-- | src/plugins/alias/alias.h | 2 |
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 |