diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2018-05-11 16:38:12 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2018-05-11 16:38:12 +0200 |
commit | 531cca264a21552d80255334f9bf9f3e2cf19dbd (patch) | |
tree | 321585a00f721ef1f097835fd2b2eb292c1ba704 /debian/copyright | |
parent | 64da19d1fabaaa84cdf3589e6714c340eafee0e8 (diff) | |
download | lightdm-remote-session-remoteconfigure-531cca264a21552d80255334f9bf9f3e2cf19dbd.tar.gz lightdm-remote-session-remoteconfigure-531cca264a21552d80255334f9bf9f3e2cf19dbd.tar.bz2 lightdm-remote-session-remoteconfigure-531cca264a21552d80255334f9bf9f3e2cf19dbd.zip |
Fork as new project: lightdm-remote-session-remoteconfigure.
Diffstat (limited to 'debian/copyright')
-rw-r--r-- | debian/copyright | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..686b2ac --- /dev/null +++ b/debian/copyright @@ -0,0 +1,49 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: lightdm-remote-session-remoteconfigure +Upstream-Contact: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +Source: https://github.com/ArcticaProject/lightdm-remote-session-remoteconfigure + +Files: AUTHORS + ChangeLog + Makefile.am + NEWS + README.md + configure.ac + lightdm-remote-session-remoteconfigure.in + lightdm-remote-remoteconfigure + firefox-remoteconfigure.desktop.in + firefox-remoteconfigure.sh + remoteconfigure.desktop.in +Copyright: 2012, Canonical Ltd. + 2017, Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +License: GPL-3 +Comment: + Using license and copyright holders as found in code files. + +Files: remoteconfigure-session-wrapper.c + remoteconfigure-session.in +Copyright: 2012, Canonical Ltd. + 2017, Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +License: GPL-3 + +Files: debian/* +Copyright: + 2012, Canonical Ltd. + 2017, Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +License: GPL-3 + +License: GPL-3 + This package is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; version 3 of the License. + . + This package is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see <http://www.gnu.org/licenses/> + . + On Debian systems, the complete text of the GNU General + Public License version 3 can be found in "/usr/share/common-licenses/GPL-3". |