File: copyright

package info (click to toggle)
persistent-cache-cpp 1.0.9-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 624 kB
  • sloc: cpp: 7,757; python: 183; ansic: 91; sh: 34; makefile: 7
file content (107 lines) | stat: -rw-r--r-- 3,868 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
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-2025, 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.