summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2015-01-02 12:59:21 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2015-01-02 13:03:39 -0800
commit7b13e39a112309786ebb2fdb76e027b7eaa4f2f5 (patch)
tree01618b36388b29813cc7c34a7a472f5b69d161ff /configure.ac
parent77694d0f0e9ff5730600e6c50d74d0775ff10f0a (diff)
downloadautoconf-7b13e39a112309786ebb2fdb76e027b7eaa4f2f5.tar.gz
maint: bump copyright to 2015
* all files: Run 'make update-copyright'.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 19f307cf..2709a0d1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
# -*- Autoconf -*-
# Process this file with autoconf to produce a configure script.
-# Copyright (C) 1992-1995, 1999-2014 Free Software Foundation, Inc.
+# Copyright (C) 1992-1995, 1999-2015 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
@@ -29,7 +29,7 @@ AM_INIT_AUTOMAKE([1.11 dist-xz readme-alpha no-texinfo.tex std-options])
# Keep this on a line of its own, since it must be found and processed
# by the 'update-release-year' rule in our Makefile.
-RELEASE_YEAR=2014
+RELEASE_YEAR=2015
AC_SUBST([RELEASE_YEAR])
AB_INIT