aboutsummaryrefslogtreecommitdiff
path: root/debian/copyright
diff options
context:
space:
mode:
Diffstat (limited to 'debian/copyright')
-rw-r--r--debian/copyright70
1 files changed, 66 insertions, 4 deletions
diff --git a/debian/copyright b/debian/copyright
index da27ef9..4b2c0b5 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -3,10 +3,52 @@ Upstream-Name: libpam-x2go
Upstream-Contact: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
Source: https://github.com/ArcticaProject/libpam-x2go
-Files: *
-Copyright:
- 2012-2013, Mike Gabriel (X2Go Project) <mike.gabriel@das-netzwerkteam.de>
- 2012, Canonical Ltd.
+Files: AUTHORS
+ ChangeLog
+ Makefile.am
+ Makefile.am.coverage
+ NEWS
+ README.md
+ configure.ac
+ m4/gcov.m4
+ src/Makefile.am
+ src/auth-check-path.c
+ src/auth-check-path.h
+ tests/Makefile.am
+Copyright: 2012, Canonical Ltd.
+ 2012-2013, Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
+License: GPL-3
+Comment:
+ Assuming same license and copyright holders as found in the rest of the
+ code files.
+
+Files: m4/gtest.m4
+Copyright: 2012, Canonical, Ltd.
+License: Expat
+
+Files: include/pam-x2go.h
+ src/pam-x2go-children.c
+ src/pam-x2go-children.h
+ src/pam-x2go.c
+ src/x2go-auth-check.c
+ tests/test-x2go-auth.c
+Copyright: 2012, Canonical Ltd.
+ 2012-2013, Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
+License: GPL-3
+
+Files: tests/mock_guest.c
+ tests/mock_guest.h
+ tests/mock_pam.c
+ tests/mock_pam.h
+ tests/test-x2go-wrapper.cc
+Copyright: 2012, Canonical Ltd.
+ 2012-2013, Mike Gabriel <mike.gabriel@das-netzwerkteam.de>.
+License: GPL-3
+Comment:
+ Assuming license as found in COPYING file.
+
+Files: src/pam-x2go-private.h
+Copyright: 2018, Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
License: GPL-3
Files: debian/*
@@ -29,3 +71,23 @@ License: GPL-3
.
On Debian systems, the complete text of the GNU General
Public License version 3 can be found in "/usr/share/common-licenses/GPL-3".
+
+License: Expat
+ Permission is hereby granted, free of charge, to any person obtaining a copy
+ of this software and associated documentation files (the "Software"), to deal
+ in the Software without restriction, including without limitation the rights
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ copies of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
+ .
+ The above copyright notice and this permission notice (including the next
+ paragraph) shall be included in all copies or substantial portions of the
+ Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+ SOFTWARE.