mirror of
https://git.savannah.gnu.org/git/gperf.git
synced 2025-12-02 13:09:22 +00:00
Prefer https URLs where possible.
This commit is contained in:
@@ -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 this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
# along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
#### Start of system configuration section. ####
|
||||
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
#endif
|
||||
|
||||
|
||||
/* Generated from IANA charset data from http://www.iana.org/assignments/character-sets by charsets.awk */
|
||||
/* Generated from IANA charset data from https://www.iana.org/assignments/character-sets by charsets.awk */
|
||||
/* last updated 2002-06-14 */
|
||||
/* process with:
|
||||
gperf -CDEGTlot -H charset_hash -K name -L ANSI-C -N charset_entry
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
%{
|
||||
/* Generated from IANA charset data from http://www.iana.org/assignments/character-sets by charsets.awk */
|
||||
/* Generated from IANA charset data from https://www.iana.org/assignments/character-sets by charsets.awk */
|
||||
/* last updated 2002-06-14 */
|
||||
/* process with:
|
||||
gperf -CDEGTlot -H charset_hash -K name -L ANSI-C -N charset_entry
|
||||
|
||||
@@ -17,7 +17,7 @@ dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
dnl GNU General Public License for more details.
|
||||
dnl
|
||||
dnl You should have received a copy of the GNU General Public License
|
||||
dnl along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
dnl along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
AC_PREREQ([2.60])
|
||||
AC_INIT([c-parse.gperf])
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
|
||||
/* gperf -CDEGTlot -H language_hash -K code -L ANSI-C -N language_entry */
|
||||
/* Generated from ISO 639 language data from http://lcweb.loc.gov/standards/iso639-2/langhome.html
|
||||
and from IANA registry at http://www.iana.org/assignments/language-tags
|
||||
and from IANA registry at https://www.iana.org/assignments/language-tags
|
||||
by %M%
|
||||
*/
|
||||
/* englangn.html Updated: August 14, 2002 */
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
%{
|
||||
/* gperf -CDEGTlot -H language_hash -K code -L ANSI-C -N language_entry */
|
||||
/* Generated from ISO 639 language data from http://lcweb.loc.gov/standards/iso639-2/langhome.html
|
||||
and from IANA registry at http://www.iana.org/assignments/language-tags
|
||||
and from IANA registry at https://www.iana.org/assignments/language-tags
|
||||
by %M%
|
||||
*/
|
||||
/* englangn.html Updated: August 14, 2002 */
|
||||
|
||||
Reference in New Issue
Block a user