Update copyright and ChangeLog for the new year.

This commit is contained in:
John Ralls 2016-01-10 15:39:59 -08:00
parent 4c399e8832
commit 837b25830d
3 changed files with 1374 additions and 2 deletions

1372
ChangeLog.2015 Normal file

File diff suppressed because it is too large Load Diff

View File

@ -219,7 +219,7 @@ ChangeLog: NEWS
--stringparam include-rev "yes" $(abs_srcdir)/macros/svn2cl.xsl - > $(abs_builddir)/$@ ; \
else \
if test x$(VCS_TYPE) = xgit ; then \
"$(GIT_CMD)" log --format="%ad %aN %n%n%x09* %s%d%n" --date=short --since=2013-01-01 > $(abs_builddir)/$@ ; \
"$(GIT_CMD)" log --format="%ad %aN %n%n%x09* %s%d%n" --date=short --since=2016-01-01 > $(abs_builddir)/$@ ; \
else \
touch $(abs_builddir)/$@ ; \
echo "Note: not in svn or git. ChangeLog not regenerated." ; \

View File

@ -4366,7 +4366,7 @@ gnc_main_window_cmd_help_about (GtkAction *action, GncMainWindow *window)
{
const gchar *fixed_message = _("The GnuCash personal finance manager. "
"The GNU way to manage your money!");
const gchar *copyright = _("© 1997-2015 Contributors");
const gchar *copyright = _("© 1997-2016 Contributors");
gchar **authors = get_file_strsplit("AUTHORS");
gchar **documenters = get_file_strsplit("DOCUMENTERS");
gchar *license = get_file("LICENSE");