aboutsummaryrefslogtreecommitdiff
path: root/debian/copyright
diff options
context:
space:
mode:
Diffstat (limited to 'debian/copyright')
-rw-r--r--debian/copyright71
1 files changed, 66 insertions, 5 deletions
diff --git a/debian/copyright b/debian/copyright
index f3b1141..3cb955a 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -8,20 +8,59 @@ Files: src/utils.c
src/utils.h
tests/tst_utils.cpp
Copyright: 2021, Marius Gripsgard <marius@ubports.com>
+ 2021, Robert Tari <robert@tari.in>
+ 2021-2023, Robert Tari <robert@tari.in>
License: GPL-3
-Files: CMakeLists.txt
+Files: .build.yml
+ .travis.yml
+ AUTHORS
+ ChangeLog
+ CMakeLists.txt
+ INSTALL.md
+ NEWS
+ README.md
+ data/CMakeLists.txt
+ data/ayatana-indicators.target
+ data/org.ayatana.common.gschema.xml
+ po/CMakeLists.txt
+ po/LINGUAS
+ po/POTFILES.in
src/CMakeLists.txt
src/libayatana-common.pc.in
tests/CMakeLists.txt
-Copyright: Marius Gripsgard <marius@ubports.com>
+ tests/tst_utils.vala
+Copyright: 2021, Marius Gripsgard <marius@ubports.com>
+ 2021, Robert Tari <robert@tari.in>
+ 2021, Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
License: GPL-3
Comment:
- No license headers in these files. Assuming same copyright holdership
- and license as found in the other code files.
+ Assuming copyright holdership from code files' Git history.
+ .
+ Assuming license from COPYING file.
+
+Files: cmake/FindGObjectIntrospection.cmake
+Copyright: 2010, Pino Toscano, <pino@kde.org>
+License: BSD-2-clause
+
+Files: cmake/FindVala.cmake
+Copyright: 2011, Přemysl Janouch
+License: BSD-2-clause
+
+Files: po/*.po
+ po/ayatana-common.pot
+Copyright: 2021, THE PACKAGE'S COPYRIGHT HOLDER
+License: GPL-3
+
+Files: update-po.sh
+ update-pot.sh
+Copyright: 2017, Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
+License: GPL-3
Files: debian/*
-Copyright: 2021, Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
+Copyright: 2021, Marius Gripsgard <marius@ubports.com>
+ 2021, Robert Tari <robert@tari.in>
+ 2021-2025, Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
License: GPL-3
License: GPL-3
@@ -39,3 +78,25 @@ 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: BSD-2-clause
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are met:
+ .
+ * Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+ * Redistributions in binary form must reproduce the above copyright
+ notice, this list of conditions and the following disclaimer in the
+ documentation and/or other materials provided with the distribution.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS IS''
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
+ THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+ PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE
+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+ OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+ LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+ OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY
+ OF SUCH DAMAGE.