File: copyright_hints

package info (click to toggle)
rust-peg 0.8.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 756 kB
  • sloc: makefile: 20; sh: 12
file content (103 lines) | stat: -rw-r--r-- 3,060 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
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: Cargo.lock
 Cargo.toml
 README.md
 bootstrap.sh
 debian/control
 debian/copyright-check
 debian/gbp.conf
 debian/patches/2001_no_feature_unstable.patch
 debian/patches/README
 debian/patches/series
 debian/rules
 debian/source/format
 debian/source/lintian-overrides
 debian/tests/control
 debian/upstream/metadata
 debian/watch
 peg-macros/Cargo.toml
 peg-macros/analysis.rs
 peg-macros/ast.rs
 peg-macros/bin.rs
 peg-macros/grammar.rs
 peg-macros/grammar.rustpeg
 peg-macros/lib.rs
 peg-macros/tokens.rs
 peg-macros/translate.rs
 peg-runtime/Cargo.toml
 peg-runtime/error.rs
 peg-runtime/lib.rs
 peg-runtime/slice.rs
 peg-runtime/str.rs
 src/lib.rs
 tests/compile-fail/cache_with_args.rs
 tests/compile-fail/cache_with_args.stderr
 tests/compile-fail/duplicate_rule.rs
 tests/compile-fail/duplicate_rule.stderr
 tests/compile-fail/incomplete_grammar.rs
 tests/compile-fail/incomplete_grammar.stderr
 tests/compile-fail/left_recursion_without_cache.rs
 tests/compile-fail/left_recursion_without_cache.stderr
 tests/compile-fail/nullable_loop.rs
 tests/compile-fail/nullable_loop.stderr
 tests/compile-fail/rule_args_errors.rs
 tests/compile-fail/rule_args_errors.stderr
 tests/compile-fail/rust_action_syntax_error.rs
 tests/compile-fail/rust_action_syntax_error.stderr
 tests/compile-fail/rust_action_type_error.rs
 tests/compile-fail/rust_action_type_error.stderr
 tests/compile-fail/syntax_error.rs
 tests/compile-fail/syntax_error.stderr
 tests/compile-fail/use_undefined_result.rs
 tests/compile-fail/use_undefined_result.stderr
 tests/compile-fail/use_undefined_rule.rs
 tests/compile-fail/use_undefined_rule.stderr
 tests/run-pass/arithmetic.rs
 tests/run-pass/arithmetic_ast.rs
 tests/run-pass/arithmetic_infix.rs
 tests/run-pass/arithmetic_infix_ast.rs
 tests/run-pass/arithmetic_infix_ast_span.rs
 tests/run-pass/arithmetic_with_left_recursion.rs
 tests/run-pass/assembly_ast_dyn_type_param_bounds.rs
 tests/run-pass/borrow_from_input.rs
 tests/run-pass/bytes.rs
 tests/run-pass/conditional_block.rs
 tests/run-pass/crate_import.rs
 tests/run-pass/custom_expr.rs
 tests/run-pass/errors.rs
 tests/run-pass/generic_fn_traits.rs
 tests/run-pass/grammar_with_args_and_cache.rs
 tests/run-pass/keyval.rs
 tests/run-pass/lifetimes.rs
 tests/run-pass/memoization.rs
 tests/run-pass/no_eof.rs
 tests/run-pass/optional.rs
 tests/run-pass/pattern.rs
 tests/run-pass/pos_neg_assert.rs
 tests/run-pass/position.rs
 tests/run-pass/raw_ident.rs
 tests/run-pass/renamed_imports.rs
 tests/run-pass/repeats.rs
 tests/run-pass/return_type.rs
 tests/run-pass/rule_args.rs
 tests/run-pass/rule_generic.rs
 tests/run-pass/rule_where_clause.rs
 tests/run-pass/test-hygiene.rs
 tests/run-pass/tokens.rs
 tests/run-pass/tokens_struct.rs
 tests/run-pass/utf8.rs
 tests/trybuild.rs
Copyright: NONE
License: UNKNOWN
 FIXME

Files: LICENSE
Copyright: 2013, Kevin Mehall
License: Expat
 FIXME