File: copyright_hints

package info (click to toggle)
hy 1.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,632 kB
  • sloc: python: 7,299; makefile: 38; sh: 27
file content (185 lines) | stat: -rw-r--r-- 4,799 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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: FIXME
Upstream-Contact: FIXME
Source: FIXME
Disclaimer: Autogenerated by licensecheck

Files: AUTHORS
 CONTRIBUTING.rst
 Dockerfile
 MANIFEST.in
 NEWS.rst
 bin/py2ast
 conftest.py
 docs/.gitignore
 docs/_static/cuddles.svg
 docs/_static/custom.css
 docs/_static/hy-logo-full.png
 docs/_static/hy-logo-small.png
 docs/_static/hy-logo.svg
 docs/_static/hy_logo-paths.svg
 docs/_static/hy_logo-smaller.png
 docs/_static/hy_logo.png
 docs/_static/hy_logo.svg
 docs/api.rst
 docs/cli.rst
 docs/conf.py
 docs/coreteam.rst
 docs/env_var.rst
 docs/hacking.rst
 docs/index.rst
 docs/interop.rst
 docs/macros.rst
 docs/model_patterns.rst
 docs/repl.rst
 docs/requirements.txt
 docs/semantics.rst
 docs/syntax.rst
 docs/tutorial.rst
 docs/versioning.rst
 docs/whyhy.rst
 hy/__init__.py
 hy/__main__.py
 hy/cmdline.py
 hy/compat.py
 hy/compiler.py
 hy/completer.py
 hy/core/macros.hy
 hy/core/result_macros.py
 hy/core/util.hy
 hy/errors.py
 hy/hy_inspect.py
 hy/importer.py
 hy/macros.py
 hy/model_patterns.py
 hy/models.py
 hy/pyops.hy
 hy/reader/__init__.py
 hy/reader/exceptions.py
 hy/reader/hy_reader.py
 hy/reader/mangling.py
 hy/reader/reader.py
 hy/repl.py
 hy/scoping.py
 setup.cfg
 tests/compilers/test_ast.py
 tests/compilers/test_compiler.py
 tests/importer/test_importer.py
 tests/macros/test_macro_processor.py
 tests/native_tests/__init__.py
 tests/native_tests/beside.hy
 tests/native_tests/break_continue.hy
 tests/native_tests/comprehensions.hy
 tests/native_tests/conditional.hy
 tests/native_tests/decorators.hy
 tests/native_tests/defclass.hy
 tests/native_tests/deftype.hy
 tests/native_tests/del.hy
 tests/native_tests/do.hy
 tests/native_tests/dots.hy
 tests/native_tests/eval_foo_compile.hy
 tests/native_tests/functions.hy
 tests/native_tests/hy_eval.hy
 tests/native_tests/hy_inspect.hy
 tests/native_tests/hy_misc.hy
 tests/native_tests/hy_repr.hy
 tests/native_tests/import.hy
 tests/native_tests/keywords.hy
 tests/native_tests/let.hy
 tests/native_tests/logic_short_circuit.hy
 tests/native_tests/macros.hy
 tests/native_tests/macros_first_class.hy
 tests/native_tests/macros_local.hy
 tests/native_tests/mangling.hy
 tests/native_tests/match.hy
 tests/native_tests/model_patterns.hy
 tests/native_tests/nonlocal.hy
 tests/native_tests/operators.hy
 tests/native_tests/other.hy
 tests/native_tests/quote.hy
 tests/native_tests/reader_macros.hy
 tests/native_tests/repl.hy
 tests/native_tests/setv.hy
 tests/native_tests/setx.hy
 tests/native_tests/strings.hy
 tests/native_tests/try.hy
 tests/native_tests/unpack.hy
 tests/native_tests/with.hy
 tests/resources/__init__.py
 tests/resources/argparse_ex.hy
 tests/resources/bin/__init__.hy
 tests/resources/bin/__main__.hy
 tests/resources/bin/bytecompile.hy
 tests/resources/bin/circular_macro_require.hy
 tests/resources/bin/nomain.hy
 tests/resources/bin/printenv.hy
 tests/resources/bin/require_and_eval.hy
 tests/resources/exports.hy
 tests/resources/exports_none.hy
 tests/resources/fails.hy
 tests/resources/hello_world.hy
 tests/resources/hy_inspect/fodder_1.hy
 tests/resources/hy_inspect/fodder_2.hy
 tests/resources/hy_repr_str_tests.txt
 tests/resources/hystartup.hy
 tests/resources/icmd_test_file.hy
 tests/resources/importer/a.hy
 tests/resources/importer/basic.hy
 tests/resources/importer/circular.hy
 tests/resources/importer/compiler_error.hy
 tests/resources/importer/docstring.hy
 tests/resources/importer/foo/__init__.hy
 tests/resources/importer/foo/__init__.py
 tests/resources/importer/foo/some_mod.hy
 tests/resources/importer/foo/some_mod.py
 tests/resources/local_req_example.hy
 tests/resources/macro_with_require.hy
 tests/resources/macros.hy
 tests/resources/module_docstring_example.hy
 tests/resources/more_test_macros.hy
 tests/resources/no_extension
 tests/resources/pydemo.hy
 tests/resources/relative_import.hy
 tests/resources/relative_import_compile_time.hy
 tests/resources/spy_off_startup.hy
 tests/resources/text.txt
 tests/resources/tlib.hy
 tests/resources/tp.hy
 tests/test_bin.py
 tests/test_completer.py
 tests/test_hy2py.py
 tests/test_models.py
 tests/test_positions.py
 tests/test_reader.py
Copyright: NONE
License: UNKNOWN
 FIXME

Files: README.rst
 setup.py
Copyright: NONE
License: Expat
 FIXME

Files: docs/_static/CC0_1.0.txt
Copyright: NONE
License: CC0-1.0
 FIXME

Files: LICENSE
Copyright: 2001, Python Software Foundation, licensed under the Python Software Foundation
  2016, Jason R Coombs <jaraco@jaraco.com>.
  2026, the authors.
License: Expat and/or PSF-2.0
 FIXME

Files: hy/core/hy_repr.hy
Copyright: 2]) ; => "[1 cuddles 2]"
License: UNKNOWN
 FIXME

Files: docs/_static/hy_logo-about.txt
Copyright: CC-BY-SA 4.0 Kenan Bölükbaşı, thanks, Kenan!
License: UNKNOWN
 FIXME