view common/core/src/main/resources/com/redhat/thermostat/app-info.properties @ 1814:27f294831a12

Fix copyright in gui and about dialog. Reviewed-by: aazores Review-thread: http://icedtea.classpath.org/pipermail/thermostat/2015-September/016475.html PR2649
author Severin Gehwolf <sgehwolf@redhat.com>
date Thu, 24 Sep 2015 15:23:52 +0200
parents d7a88a478235
children
line wrap: on
line source

APP_NAME = Thermostat
APP_RELEASE_DATE = ${thermostat.releasedate}
APP_EMAIL = ${thermostat.email}
APP_WEBSITE = ${thermostat.url}
APP_COPYRIGHT = Copyright 2012-2015 Red Hat, Inc.
APP_VERSION = ${project.version}
APP_USER_GUIDE = ${thermostat.user.guide}
BUG_WEBSITE = ${thermostat.bug.url}