summaryrefslogtreecommitdiff
path: root/gettext-tools/misc
diff options
context:
space:
mode:
authorLorry Tar Creator <lorry-tar-importer@lorry>2016-06-11 13:13:21 +0000
committerLorry Tar Creator <lorry-tar-importer@lorry>2016-06-11 13:13:21 +0000
commit500500ec9b7b0d0cef90b48c9b4ddc8866b5f19c (patch)
tree1d7b3e6fab5c199fdbbaab53ee9532de6a4c8cf7 /gettext-tools/misc
parent6eb5949dd99d174393465069c2fd0bab32deddcc (diff)
downloadgettext-tarball-master.tar.gz
Diffstat (limited to 'gettext-tools/misc')
-rw-r--r--gettext-tools/misc/Makefile.am2
-rw-r--r--gettext-tools/misc/Makefile.in2
-rwxr-xr-xgettext-tools/misc/add-to-archive3
-rw-r--r--gettext-tools/misc/archive.dir.tarbin29696000 -> 30986240 bytes
-rw-r--r--gettext-tools/misc/autopoint.in4
-rw-r--r--gettext-tools/misc/convert-archive.in2
-rw-r--r--gettext-tools/misc/gettextize.in2
-rw-r--r--gettext-tools/misc/po-compat.el2
-rw-r--r--gettext-tools/misc/po-mode.el2
-rw-r--r--gettext-tools/misc/start-po.el2
10 files changed, 11 insertions, 10 deletions
diff --git a/gettext-tools/misc/Makefile.am b/gettext-tools/misc/Makefile.am
index 31d3d25..ea8231e 100644
--- a/gettext-tools/misc/Makefile.am
+++ b/gettext-tools/misc/Makefile.am
@@ -1,5 +1,5 @@
## Makefile for the gettext-tools/misc subdirectory of GNU gettext
-## Copyright (C) 1995-1997, 2000-2003, 2005-2007, 2009-2010, 2015 Free
+## Copyright (C) 1995-1997, 2000-2003, 2005-2007, 2009-2010, 2015-2016 Free
## Software Foundation, Inc.
##
## This program is free software: you can redistribute it and/or modify
diff --git a/gettext-tools/misc/Makefile.in b/gettext-tools/misc/Makefile.in
index 2166502..ec6501e 100644
--- a/gettext-tools/misc/Makefile.in
+++ b/gettext-tools/misc/Makefile.in
@@ -121,6 +121,7 @@ am__aclocal_m4_deps = \
$(top_srcdir)/gnulib-m4/ctype.m4 \
$(top_srcdir)/gnulib-m4/curses.m4 \
$(top_srcdir)/gnulib-m4/dirent_h.m4 \
+ $(top_srcdir)/gnulib-m4/dirfd.m4 \
$(top_srcdir)/gnulib-m4/double-slash-root.m4 \
$(top_srcdir)/gnulib-m4/dup.m4 $(top_srcdir)/gnulib-m4/dup2.m4 \
$(top_srcdir)/gnulib-m4/eaccess.m4 \
@@ -157,6 +158,7 @@ am__aclocal_m4_deps = \
$(top_srcdir)/gnulib-m4/gettimeofday.m4 \
$(top_srcdir)/gnulib-m4/gnulib-common.m4 \
$(top_srcdir)/gnulib-m4/gnulib-comp.m4 \
+ $(top_srcdir)/gnulib-m4/hard-locale.m4 \
$(top_srcdir)/gnulib-m4/iconv_h.m4 \
$(top_srcdir)/gnulib-m4/iconv_open.m4 \
$(top_srcdir)/gnulib-m4/include_next.m4 \
diff --git a/gettext-tools/misc/add-to-archive b/gettext-tools/misc/add-to-archive
index 300234d..ed66e6d 100755
--- a/gettext-tools/misc/add-to-archive
+++ b/gettext-tools/misc/add-to-archive
@@ -1,7 +1,6 @@
#! /bin/sh
#
-# Copyright (C) 2002, 2006, 2009-2010, 2015 Free Software Foundation,
-# Inc.
+# Copyright (C) 2002, 2006, 2009-2010, 2015-2016 Free Software Foundation, Inc.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/gettext-tools/misc/archive.dir.tar b/gettext-tools/misc/archive.dir.tar
index 521ebe7..b90ae85 100644
--- a/gettext-tools/misc/archive.dir.tar
+++ b/gettext-tools/misc/archive.dir.tar
Binary files differ
diff --git a/gettext-tools/misc/autopoint.in b/gettext-tools/misc/autopoint.in
index 45452c3..6d0746f 100644
--- a/gettext-tools/misc/autopoint.in
+++ b/gettext-tools/misc/autopoint.in
@@ -1,6 +1,6 @@
#! /bin/sh
#
-# Copyright (C) 2002-2015 Free Software Foundation, Inc.
+# Copyright (C) 2002-2016 Free Software Foundation, Inc.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -378,7 +378,7 @@ case "$ver" in
0.16 | 0.16.1 | \
0.17 | \
0.18 | 0.18.1 | 0.18.2 | 0.18.3 | \
- 0.19 | 0.19.1 | 0.19.2 | 0.19.3 | 0.19.4 | 0.19.5 | 0.19.6 | 0.19.7 )
+ 0.19 | 0.19.1 | 0.19.2 | 0.19.3 | 0.19.4 | 0.19.5 | 0.19.6 | 0.19.7 | 0.19.8 )
;;
*)
func_fatal_error "The AM_GNU_GETTEXT_VERSION declaration in your $configure_in
diff --git a/gettext-tools/misc/convert-archive.in b/gettext-tools/misc/convert-archive.in
index a540d82..8d5859b 100644
--- a/gettext-tools/misc/convert-archive.in
+++ b/gettext-tools/misc/convert-archive.in
@@ -1,6 +1,6 @@
#! /bin/sh
#
-# Copyright (C) 2009-2010, 2015 Free Software Foundation, Inc.
+# Copyright (C) 2009-2010, 2015-2016 Free Software Foundation, Inc.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/gettext-tools/misc/gettextize.in b/gettext-tools/misc/gettextize.in
index 286a253..05ad66a 100644
--- a/gettext-tools/misc/gettextize.in
+++ b/gettext-tools/misc/gettextize.in
@@ -1,6 +1,6 @@
#! /bin/sh
#
-# Copyright (C) 1995-1998, 2000-2015 Free Software Foundation, Inc.
+# Copyright (C) 1995-1998, 2000-2016 Free Software Foundation, Inc.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/gettext-tools/misc/po-compat.el b/gettext-tools/misc/po-compat.el
index 8f89b14..e40a8d7 100644
--- a/gettext-tools/misc/po-compat.el
+++ b/gettext-tools/misc/po-compat.el
@@ -1,6 +1,6 @@
;;; po-compat.el --- basic support of PO translation files -*- coding: latin-1; -*-
-;; Copyright (C) 1995-2002, 2010, 2015 Free Software Foundation, Inc.
+;; Copyright (C) 1995-2002, 2010, 2015-2016 Free Software Foundation, Inc.
;; Authors: François Pinard <pinard@iro.umontreal.ca>,
;; Greg McGary <gkm@magilla.cichlid.com>,
diff --git a/gettext-tools/misc/po-mode.el b/gettext-tools/misc/po-mode.el
index e6016e1..9189cb3 100644
--- a/gettext-tools/misc/po-mode.el
+++ b/gettext-tools/misc/po-mode.el
@@ -1,6 +1,6 @@
;;; po-mode.el -- major mode for GNU gettext PO files
-;; Copyright (C) 1995-2002, 2005-2008, 2010, 2015 Free Software
+;; Copyright (C) 1995-2002, 2005-2008, 2010, 2015-2016 Free Software
;; Foundation, Inc.
;; Authors: François Pinard <pinard@iro.umontreal.ca>
diff --git a/gettext-tools/misc/start-po.el b/gettext-tools/misc/start-po.el
index 21bfba5..92edb6b 100644
--- a/gettext-tools/misc/start-po.el
+++ b/gettext-tools/misc/start-po.el
@@ -1,6 +1,6 @@
;;; start-po.el -- autoload definitions for viewing and editing PO files
-;; Copyright (C) 1995-2004, 2015 Free Software Foundation, Inc.
+;; Copyright (C) 1995-2004, 2015-2016 Free Software Foundation, Inc.
;;
;; This file is part of GNU gettext.
;;