]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - intl/ngettext.c
Sync move-if-change from Gnulib, updating copyright
[thirdparty/glibc.git] / intl / ngettext.c
index 908c225813bcf60385659b69b2af5c05982c85fe..36c139a8cba4f79f21d3c5ff80eafc5267066fda 100644 (file)
@@ -1,5 +1,5 @@
 /* Implementation of ngettext(3) function.
-   Copyright (C) 1995-2016 Free Software Foundation, Inc.
+   Copyright (C) 1995-2022 Free Software Foundation, Inc.
 
    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU Lesser General Public License as published by
@@ -12,7 +12,7 @@
    GNU Lesser General Public License for more details.
 
    You should have received a copy of the GNU Lesser 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/>.  */
 
 #ifdef HAVE_CONFIG_H
 # include <config.h>