view common/core/src/main/resources/com/redhat/thermostat/app-info.properties @ 2571:c56c473f6ef2

Fix copyright year in about dialog. Reviewed-by: jkang, stooke Review-thread: http://icedtea.classpath.org/pipermail/thermostat/2017-January/022062.html
author Severin Gehwolf <sgehwolf@redhat.com>
date Thu, 26 Jan 2017 13:27:26 +0100
parents 4da763c500a2
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-2017 Red Hat, Inc.
APP_VERSION = ${project.version}
APP_USER_GUIDE = ${thermostat.user.guide}
BUG_WEBSITE = ${thermostat.bug.url}