$ grep COPYRIGHT configure.ac AC_SUBST([PACKAGE_COPYRIGHT_YEAR], [2012]) AC_DEFINE_UNQUOTED([PACKAGE_COPYRIGHT_YEAR], [$PACKAGE_COPYRIGHT_YEAR],
That should be 2013 by now, no? FWIW, automake has a similar usage, and has fixed this issue by enhancing its "update-copyright" maintainer target to also update the COPYRIGHT_YEAR definition. Regards, Stefano
