diff options
Diffstat (limited to 'src/plugins/fifo')
-rw-r--r-- | src/plugins/fifo/CMakeLists.txt | 2 | ||||
-rw-r--r-- | src/plugins/fifo/Makefile.am | 2 | ||||
-rw-r--r-- | src/plugins/fifo/fifo-command.c | 2 | ||||
-rw-r--r-- | src/plugins/fifo/fifo-command.h | 2 | ||||
-rw-r--r-- | src/plugins/fifo/fifo-config.c | 2 | ||||
-rw-r--r-- | src/plugins/fifo/fifo-config.h | 2 | ||||
-rw-r--r-- | src/plugins/fifo/fifo-info.c | 2 | ||||
-rw-r--r-- | src/plugins/fifo/fifo-info.h | 2 | ||||
-rw-r--r-- | src/plugins/fifo/fifo.c | 2 | ||||
-rw-r--r-- | src/plugins/fifo/fifo.h | 2 |
10 files changed, 10 insertions, 10 deletions
diff --git a/src/plugins/fifo/CMakeLists.txt b/src/plugins/fifo/CMakeLists.txt index e71700893..8d6141aa9 100644 --- a/src/plugins/fifo/CMakeLists.txt +++ b/src/plugins/fifo/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(fifo MODULE diff --git a/src/plugins/fifo/Makefile.am b/src/plugins/fifo/Makefile.am index 2003a94a2..8768da5c4 100644 --- a/src/plugins/fifo/Makefile.am +++ b/src/plugins/fifo/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\" $(FIFO_CFLAGS) diff --git a/src/plugins/fifo/fifo-command.c b/src/plugins/fifo/fifo-command.c index 94b05acd6..2e0bba3c9 100644 --- a/src/plugins/fifo/fifo-command.c +++ b/src/plugins/fifo/fifo-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/fifo/fifo-command.h b/src/plugins/fifo/fifo-command.h index 1e93abb93..00eb132ed 100644 --- a/src/plugins/fifo/fifo-command.h +++ b/src/plugins/fifo/fifo-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_FIFO_COMMAND_H diff --git a/src/plugins/fifo/fifo-config.c b/src/plugins/fifo/fifo-config.c index e08435c75..3b9792cc3 100644 --- a/src/plugins/fifo/fifo-config.c +++ b/src/plugins/fifo/fifo-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/fifo/fifo-config.h b/src/plugins/fifo/fifo-config.h index 2b01bccb8..d9ee0656b 100644 --- a/src/plugins/fifo/fifo-config.h +++ b/src/plugins/fifo/fifo-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_FIFO_CONFIG_H diff --git a/src/plugins/fifo/fifo-info.c b/src/plugins/fifo/fifo-info.c index 9bbe1ba89..fc859009c 100644 --- a/src/plugins/fifo/fifo-info.c +++ b/src/plugins/fifo/fifo-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/fifo/fifo-info.h b/src/plugins/fifo/fifo-info.h index a272cb614..1988d6816 100644 --- a/src/plugins/fifo/fifo-info.h +++ b/src/plugins/fifo/fifo-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_FIFO_INFO_H diff --git a/src/plugins/fifo/fifo.c b/src/plugins/fifo/fifo.c index 07bd72285..c68a35efa 100644 --- a/src/plugins/fifo/fifo.c +++ b/src/plugins/fifo/fifo.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/fifo/fifo.h b/src/plugins/fifo/fifo.h index 563d13a3c..015591c55 100644 --- a/src/plugins/fifo/fifo.h +++ b/src/plugins/fifo/fifo.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_FIFO_H |