~ubuntu-branches/ubuntu/utopic/gettext/utopic

« back to all changes in this revision

Viewing changes to build-aux/elisp-comp

  • Committer: Colin Watson
  • Date: 2010-08-01 21:36:08 UTC
  • mfrom: (2.1.10 sid)
  • Revision ID: cjwatson@canonical.com-20100801213608-yy7vkm8lpatep3ci
merge from Debian 0.18.1.1-1

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/bin/sh
2
 
# Copyright (C) 1995, 2000, 2003, 2004, 2005  Free Software Foundation, Inc.
 
2
# Copyright (C) 1995, 2000, 2003, 2004, 2005, 2009 Free Software
 
3
# Foundation, Inc.
3
4
 
4
 
scriptversion=2005-05-14.22
 
5
scriptversion=2009-04-28.21; # UTC
5
6
 
6
7
# Franc,ois Pinard <pinard@iro.umontreal.ca>, 1995.
7
8
#
16
17
# GNU General Public License for more details.
17
18
#
18
19
# You should have received a copy of the GNU General Public License
19
 
# along with this program; if not, write to the Free Software
20
 
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
 
20
# along with this program.  If not, see <http://www.gnu.org/licenses/>.
21
21
 
22
22
# As a special exception to the GNU General Public License, if you
23
23
# distribute this file as part of a program that contains a
85
85
# eval: (add-hook 'write-file-hooks 'time-stamp)
86
86
# time-stamp-start: "scriptversion="
87
87
# time-stamp-format: "%:y-%02m-%02d.%02H"
88
 
# time-stamp-end: "$"
 
88
# time-stamp-time-zone: "UTC"
 
89
# time-stamp-end: "; # UTC"
89
90
# End: