mirror of https://github.com/nymea/nymea.git
Merge PR #246: Update year and copyright
commit
de6136fc65
|
|
@ -1,9 +1,9 @@
|
|||
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
||||
Upstream-Name: nymea
|
||||
Upstream-Contact: Simon Stürz <simon.stuerz@guh.io>
|
||||
Copyright: 2014-2019, guh GmbH
|
||||
Download: http://www.github.com/guh/guh
|
||||
Source: https://github.com/guh/guh.git
|
||||
Upstream-Contact: Simon Stürz <simon.stuerz@nymea.io>
|
||||
Copyright: 2014-2020, nymea GmbH
|
||||
Download: http://www.github.com/nymea/nymea
|
||||
Source: https://github.com/nymea/nymea.git
|
||||
|
||||
|
||||
License: GPL-2+
|
||||
|
|
@ -21,39 +21,39 @@ License: LGPL-3
|
|||
|
||||
Files: server/*
|
||||
License: GPL-2+
|
||||
Copyright: 2014-2019, Simon Stürz <simon.stuerz@guh.io>
|
||||
2014-2019, Michael Zanetti <michael_zanetti@gmx.net>
|
||||
Copyright: 2014-2020, Simon Stürz <simon.stuerz@nymea.io>
|
||||
2014-2020, Michael Zanetti <michael.zanetti@nymea.io>
|
||||
|
||||
Files: tests/*
|
||||
License: GPL-2+
|
||||
Copyright: 2014-2019, Simon Stürz <simon.stuerz@guh.io>
|
||||
2014-2019, Michael Zanetti <michael_zanetti@gmx.net>
|
||||
Copyright: 2014-2020, Simon Stürz <simon.stuerz@nymea.io>
|
||||
2014-2020, Michael Zanetti <michael.zanetti@nymea.io>
|
||||
|
||||
Files: translations/*
|
||||
License: LGPL-2.1
|
||||
Copyright: 2016-2019, Simon Stürz <simon.stuerz@guh.io>
|
||||
Copyright: 2016-2020, Simon Stürz <simon.stuerz@nymea.io>
|
||||
|
||||
Files: doc/*
|
||||
License: GPL-2+
|
||||
Copyright: 2015-2019, Simon Stürz <simon.stuerz@guh.io>
|
||||
2014-2019, Michael Zanetti <michael_zanetti@gmx.net>
|
||||
2017-2018, Georgi Yatsev <georgi.yatsev@guh.io>
|
||||
Copyright: 2015-2020, Simon Stürz <simon.stuerz@nymea.io>
|
||||
2014-2020, Michael Zanetti <michael.zanetti@nymea.io>
|
||||
2017-2018, Georgi Yatsev <georgi.yatsev@nymea.io>
|
||||
|
||||
Files: debian/*
|
||||
License: GPL-2+
|
||||
Copyright: 2014-2019, Simon Stürz <simon.stuerz@guh.io>
|
||||
2014-2019, Michael Zanetti <michael_zanetti@gmx.net>
|
||||
Copyright: 2014-2020, Simon Stürz <simon.stuerz@nymea.io>
|
||||
2014-2020, Michael Zanetti <michael.zanetti@nymea.io>
|
||||
|
||||
Files: libnymea/*
|
||||
License: LGPL-2.1
|
||||
Copyright: 2014-2019, Simon Stürz <simon.stuerz@guh.io>
|
||||
2014-2019, Michael Zanetti <michael_zanetti@gmx.net>
|
||||
Copyright: 2014-2020, Simon Stürz <simon.stuerz@nymea.io>
|
||||
2014-2020, Michael Zanetti <michael.zanetti@nymea.io>
|
||||
|
||||
Files: libnymea/coap/*
|
||||
License: LGPL-3
|
||||
Copyright: 2016-2017, Simon Stürz <simon.stuerz@guh.io>
|
||||
Copyright: 2016-2017, Simon Stürz <simon.stuerz@nymea.io>
|
||||
|
||||
Files: plugins/*
|
||||
License: LGPL-2.1
|
||||
Copyright: 2014-2019, Simon Stürz <simon.stuerz@guh.io>
|
||||
2014-2019, Michael Zanetti <michael_zanetti@gmx.net>
|
||||
Copyright: 2014-2020, Simon Stürz <simon.stuerz@nymea.io>
|
||||
2014-2020, Michael Zanetti <michael.zanetti@nymea.io>
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@ How to report bugs: <https://github.com/guh/nymea/wiki/Reporting-bugs>
|
|||
.SH AUTHOR
|
||||
Written by Simon Stürz
|
||||
.SH COPYRIGHT
|
||||
Copyright \(co 2014-2019 guh GmbH.
|
||||
Copyright \(co 2014-2020 nymea GmbH.
|
||||
.br
|
||||
|
||||
License GPLv2: GNU GPL version 2 <http://gnu.org/licenses/gpl.html>.
|
||||
|
|
|
|||
|
|
@ -134,13 +134,11 @@ Full developer documentation at: <https://doc.nymea.io>
|
|||
.br
|
||||
Wiki: <https://wiki.nymea.io>
|
||||
.SH "REPORTING BUGS"
|
||||
Issue tracker on github: <https://github.com/guh/nymea/issues>
|
||||
.br
|
||||
How to report bugs: <https://github.com/guh/nymea/wiki/Reporting-bugs>
|
||||
Issue tracker on github: <https://github.com/nymea/nymea/issues>
|
||||
.SH AUTHOR
|
||||
Written by Simon Stürz and Michael Zanetti
|
||||
.SH COPYRIGHT
|
||||
Copyright \(co 2014-2019 guh GmbH.
|
||||
Copyright \(co 2014-2020 nymea GmbH.
|
||||
.br
|
||||
|
||||
License GPLv2: GNU GPL version 2 <http://gnu.org/licenses/gpl.html>.
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ LIBNYMEA_API_VERSION_MINOR=0
|
|||
LIBNYMEA_API_VERSION_PATCH=0
|
||||
|
||||
COPYRIGHT_YEAR_FROM=2013
|
||||
COPYRIGHT_YEAR_TO=2019
|
||||
COPYRIGHT_YEAR_TO=2020
|
||||
|
||||
DEFINES += NYMEA_VERSION_STRING=\\\"$${NYMEA_VERSION_STRING}\\\" \
|
||||
JSON_PROTOCOL_VERSION=\\\"$${JSON_PROTOCOL_VERSION_MAJOR}.$${JSON_PROTOCOL_VERSION_MINOR}\\\" \
|
||||
|
|
|
|||
Loading…
Reference in New Issue