summaryrefslogtreecommitdiff
path: root/tmdbv3api/debian/copyright
blob: 586580d4ad24f453117a08dd4e93b27fda53eee3 (plain)
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
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: tmdbv3api
Upstream-Contact: Anthony Bloomer <anthony.bloomer@icloud.com>
Source: https://github.com/AnthonyBloomer/tmdbv3api

Files:     .github/dependabot.yml
           .github/workflows/python-publish.yml
           .gitignore
           .travis.yml
           README.rst
           examples/account_info.py
           examples/certification.py
           examples/collection.py
           examples/company.py
           examples/configuration.py
           examples/discover.py
           examples/find.py
           examples/lists.py
           examples/movie_details.py
           examples/movie_genres.py
           examples/popular.py
           examples/recommender.py
           examples/search_movies.py
           examples/search_multi.py
           examples/search_tv.py
           examples/trending.py
           requirements.txt
           setup.py
           tests/test_account.py
           tests/test_as_obj.py
           tests/test_certification.py
           tests/test_change.py
           tests/test_collection.py
           tests/test_company.py
           tests/test_configuration.py
           tests/test_credit.py
           tests/test_discover.py
           tests/test_episode.py
           tests/test_find.py
           tests/test_genre.py
           tests/test_group.py
           tests/test_keyword.py
           tests/test_list.py
           tests/test_movie.py
           tests/test_network.py
           tests/test_person.py
           tests/test_provider.py
           tests/test_review.py
           tests/test_search.py
           tests/test_season.py
           tests/test_trending.py
           tests/test_tv.py
           tests/util.py
           tmdbv3api/__init__.py
           tmdbv3api/as_obj.py
           tmdbv3api/exceptions.py
           tmdbv3api/objs/__init__.py
           tmdbv3api/objs/account.py
           tmdbv3api/objs/auth.py
           tmdbv3api/objs/certification.py
           tmdbv3api/objs/change.py
           tmdbv3api/objs/collection.py
           tmdbv3api/objs/company.py
           tmdbv3api/objs/configuration.py
           tmdbv3api/objs/credit.py
           tmdbv3api/objs/discover.py
           tmdbv3api/objs/episode.py
           tmdbv3api/objs/find.py
           tmdbv3api/objs/genre.py
           tmdbv3api/objs/group.py
           tmdbv3api/objs/keyword.py
           tmdbv3api/objs/list.py
           tmdbv3api/objs/movie.py
           tmdbv3api/objs/network.py
           tmdbv3api/objs/person.py
           tmdbv3api/objs/provider.py
           tmdbv3api/objs/review.py
           tmdbv3api/objs/search.py
           tmdbv3api/objs/season.py
           tmdbv3api/objs/trending.py
           tmdbv3api/objs/tv.py
           tmdbv3api/tmdb.py
Copyright: __NO_COPYRIGHT_NOR_LICENSE__
License:   __NO_COPYRIGHT_NOR_LICENSE__

#----------------------------------------------------------------------------
# Files marked as NO_LICENSE_TEXT_FOUND may be covered by the following
# license/copyright files.
bgstack15