Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: persistent-cache-cpp
Source: https://gitlab.com/ubports/development/core/lib-cpp/persistent-cache-cpp

Files: .gitignore
 AUTHORS
 CMakeLists.txt
 CTestCustom.cmake.in
 ChangeLog
 HACKING
 data/CMakeLists.txt
 data/libpersistent-cache-cpp.pc.in
 doc/CMakeLists.txt
 doc/main_page.dox.in
 examples/CMakeLists.txt
 examples/README
 include/CMakeLists.txt
 include/core/CMakeLists.txt
 src/CMakeLists.txt
 src/core/CMakeLists.txt
 src/core/internal/CMakeLists.txt
 tests/CMakeLists.txt
 tests/copyright/CMakeLists.txt
 tests/core/CMakeLists.txt
 tests/core/internal/CMakeLists.txt
 tests/core/internal/persistent_string_cache_impl/CMakeLists.txt
 tests/core/persistent_cache/CMakeLists.txt
 tests/core/persistent_string_cache/CMakeLists.txt
 tests/headers/CMakeLists.txt
 tests/whitespace/CMakeLists.txt
 valgrind-suppress
Copyright: 2015, Canonical Ltd.
License: LGPL-3
Comment:
 Assuming copyright holders and license from other code files.

Files: examples/person_cache.cpp
 examples/string_cache.cpp
 include/core/cache_codec.h
 include/core/cache_discard_policy.h
 include/core/cache_events.h
 include/core/internal/cache_event_indexes.h
 include/core/internal/persistent_string_cache_impl.h
 include/core/internal/persistent_string_cache_stats.h
 include/core/optional.h
 include/core/persistent_cache.h
 include/core/persistent_cache_stats.h
 include/core/persistent_string_cache.h
 src/core/internal/persistent_string_cache_impl.cpp
 src/core/persistent_cache_stats.cpp
 src/core/persistent_string_cache.cpp
 tests/core/internal/persistent_string_cache_impl/persistent_string_cache_impl_test.cpp
 tests/core/persistent_cache/persistent_cache_test.cpp
 tests/core/persistent_string_cache/persistent_string_cache_test.cpp
 tests/core/persistent_string_cache/speed_test.cpp
Copyright: 2015, Canonical Ltd.
License: LGPL-3

Files: tests/copyright/check_copyright.sh
 tests/headers/compile_headers.py
Copyright: 2013, Canonical Ltd.
License: GPL-3

Files: tests/whitespace/check_whitespace.py
Copyright: 2013, Canonical Ltd
License: GPL-3

Files: tests/headers/check_public_headers.py
Copyright: 2013, Canonical Ltd
License: LGPL-3

Files: debian/*
Copyright: 2015, Canonical Ltd.
           2021-2024, Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
License: LGPL-3 or GPL-3

License: LGPL-3
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU Lesser General Public License as published by
 the Free Software Foundation, version 3 of the License.
 .
 This program 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 Lesser General Public License for more details.
 .
 You should have received a copy of the GNU Lesser General Public License
 along with this program.  If not, see <http://www.gnu.org/licenses/>.
 .
 On Debian systems, the full text of the GNU Lesser General Public License
 version 3 can be found in the file /usr/share/common-licenses/LGPL-3.

License: GPL-3
 This program 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 program 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 full text of the GNU General Public License
 version 3 can be found in the file /usr/share/common-licenses/GPL-3.