# HG changeset patch # User Severin Gehwolf # Date 1443101032 -7200 # Node ID 27f294831a12b28017394a50f19480909b641981 # Parent 9fbab9775a4443c69799043ff36965d38677b8bb Fix copyright in gui and about dialog. Reviewed-by: aazores Review-thread: http://icedtea.classpath.org/pipermail/thermostat/2015-September/016475.html PR2649 diff -r 9fbab9775a44 -r 27f294831a12 common/core/src/main/resources/com/redhat/thermostat/app-info.properties --- a/common/core/src/main/resources/com/redhat/thermostat/app-info.properties Mon Sep 28 16:46:40 2015 -0400 +++ b/common/core/src/main/resources/com/redhat/thermostat/app-info.properties Thu Sep 24 15:23:52 2015 +0200 @@ -2,7 +2,7 @@ APP_RELEASE_DATE = ${thermostat.releasedate} APP_EMAIL = ${thermostat.email} APP_WEBSITE = ${thermostat.url} -APP_COPYRIGHT = Copyright 2012-2014 Red Hat, Inc. +APP_COPYRIGHT = Copyright 2012-2015 Red Hat, Inc. APP_VERSION = ${project.version} APP_USER_GUIDE = ${thermostat.user.guide} BUG_WEBSITE = ${thermostat.bug.url}