# HG changeset patch # User Severin Gehwolf # Date 1485433646 -3600 # Node ID c56c473f6ef25ba7b0ff0765c7c63a31025e5ff9 # Parent 027f92962a8affeeefe55a62402b0f283e65d24a Fix copyright year in about dialog. Reviewed-by: jkang, stooke Review-thread: http://icedtea.classpath.org/pipermail/thermostat/2017-January/022062.html diff -r 027f92962a8a -r c56c473f6ef2 common/core/src/main/resources/com/redhat/thermostat/app-info.properties --- a/common/core/src/main/resources/com/redhat/thermostat/app-info.properties Tue Jan 24 16:13:58 2017 +0100 +++ b/common/core/src/main/resources/com/redhat/thermostat/app-info.properties Thu Jan 26 13:27:26 2017 +0100 @@ -2,7 +2,7 @@ APP_RELEASE_DATE = ${thermostat.releasedate} APP_EMAIL = ${thermostat.email} APP_WEBSITE = ${thermostat.url} -APP_COPYRIGHT = Copyright 2012-2016 Red Hat, Inc. +APP_COPYRIGHT = Copyright 2012-2017 Red Hat, Inc. APP_VERSION = ${project.version} APP_USER_GUIDE = ${thermostat.user.guide} BUG_WEBSITE = ${thermostat.bug.url}