File: copyright_hints

package info (click to toggle)
rust-auto-impl 1.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 556 kB
  • sloc: makefile: 2; sh: 1
file content (130 lines) | stat: -rw-r--r-- 4,764 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
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.toml
 README.md
 debian/control
 debian/copyright-check
 debian/examples
 debian/gbp.conf
 debian/rules
 debian/source/format
 debian/source/lintian-overrides
 debian/tests/control
 debian/upstream/metadata
 debian/watch
 examples/README.md
 examples/async_await/Cargo.toml
 examples/async_await/src/main.rs
 examples/error_messages.rs
 examples/greet_closure.rs
 examples/keep_default_for.rs
 examples/names.rs
 examples/refs.rs
 rustfmt.toml
 src/analyze.rs
 src/attr.rs
 src/gen.rs
 src/lib.rs
 src/proxy.rs
 tests/compile-fail/attr_on_enum.rs
 tests/compile-fail/attr_on_enum.stderr
 tests/compile-fail/attr_on_fn.rs
 tests/compile-fail/attr_on_fn.stderr
 tests/compile-fail/attr_on_impl_block.rs
 tests/compile-fail/attr_on_impl_block.stderr
 tests/compile-fail/attr_on_struct.rs
 tests/compile-fail/attr_on_struct.stderr
 tests/compile-fail/attr_on_type.rs
 tests/compile-fail/attr_on_type.stderr
 tests/compile-fail/attr_on_unit_struct.rs
 tests/compile-fail/attr_on_unit_struct.stderr
 tests/compile-fail/fn_associated_const.rs
 tests/compile-fail/fn_associated_const.stderr
 tests/compile-fail/fn_associated_type.rs
 tests/compile-fail/fn_associated_type.stderr
 tests/compile-fail/fn_const_generics.rs
 tests/compile-fail/fn_const_generics.stderr
 tests/compile-fail/fn_generics.rs
 tests/compile-fail/fn_generics.stderr
 tests/compile-fail/fn_multiple_methods.rs
 tests/compile-fail/fn_multiple_methods.stderr
 tests/compile-fail/fn_unsafe_method.rs
 tests/compile-fail/fn_unsafe_method.stderr
 tests/compile-fail/keep_default_for_on_assoc_type.rs
 tests/compile-fail/keep_default_for_on_assoc_type.stderr
 tests/compile-fail/keep_default_for_on_required_method.rs
 tests/compile-fail/keep_default_for_on_required_method.stderr
 tests/compile-fail/method_attr_invalid.rs
 tests/compile-fail/method_attr_invalid.stderr
 tests/compile-fail/mut_self_for_arc.rs
 tests/compile-fail/mut_self_for_arc.stderr
 tests/compile-fail/mut_self_for_immutable_ref.rs
 tests/compile-fail/mut_self_for_immutable_ref.stderr
 tests/compile-fail/mut_self_for_rc.rs
 tests/compile-fail/mut_self_for_rc.stderr
 tests/compile-fail/super_trait_not_implemented.rs
 tests/compile-fail/super_trait_not_implemented.stderr
 tests/compile-fail/trait_obj_value_self.rs
 tests/compile-fail/trait_obj_value_self.stderr
 tests/compile-fail/value_self_for_immutable_ref.rs
 tests/compile-fail/value_self_for_immutable_ref.stderr
 tests/compile-fail/value_self_for_mutable_ref.rs
 tests/compile-fail/value_self_for_mutable_ref.stderr
 tests/compile-pass/associated_type_with_where_clause_for_all_refs.rs
 tests/compile-pass/big_trait_for_all_refs.rs
 tests/compile-pass/big_trait_for_box.rs
 tests/compile-pass/big_trait_where_bound_for_all_refs.rs
 tests/compile-pass/fn_method_lifetimes.rs
 tests/compile-pass/generic_fn_method_for_refs.rs
 tests/compile-pass/generic_types_and_lifetimes_for_fn.rs
 tests/compile-pass/generic_types_and_lifetimes_for_refs.rs
 tests/compile-pass/keep_default_for_simple.rs
 tests/compile-pass/keep_default_for_with_where_bounds.rs
 tests/compile-pass/method_name_shadowing.rs
 tests/compile-pass/mut_self_for_fn.rs
 tests/compile-pass/mut_self_for_fn_mut.rs
 tests/compile-pass/non_inferred_generic_types_for_all_refs.rs
 tests/compile-pass/non_inferred_generic_types_for_box.rs
 tests/compile-pass/non_inferred_generic_types_with_lifetimes_for_all_refs.rs
 tests/compile-pass/ref_self_for_fn.rs
 tests/compile-pass/self_bound.rs
 tests/compile-pass/self_bound_default_method.rs
 tests/compile-pass/self_bound_multiple.rs
 tests/compile-pass/self_by_value_mut.rs
 tests/compile-pass/super_trait_complex_for_refs.rs
 tests/compile-pass/super_trait_simple_for_fn_types.rs
 tests/compile-pass/super_trait_simple_for_refs.rs
 tests/compile-pass/trailing_comma.rs
 tests/compile-pass/trait_in_fn.rs
 tests/compile-pass/trait_in_mods.rs
 tests/compile-pass/trait_obj_default_method.rs
 tests/compile-pass/trait_obj_immutable_self.rs
 tests/compile-pass/trait_obj_self_sized.rs
 tests/compile-pass/trait_obj_value_self.rs
 tests/compile-pass/value_self_for_fn.rs
 tests/compile-pass/value_self_for_fn_mut.rs
 tests/compile-pass/value_self_for_fn_once.rs
 tests/no_std.rs
 tests/since_1.51/compile-pass/associated_lifetime.rs
 tests/since_1.51/compile-pass/generic_const_method.rs
 tests/since_1.51/compile-pass/generic_mix.rs
 tests/since_1.75/compile-pass/async_trait.rs
 tests/ui.rs
Copyright: NONE
License: UNKNOWN
 FIXME

Files: LICENSE-APACHE
Copyright: NONE
License: Apache-2.0
 FIXME

Files: LICENSE-MIT
Copyright: 2018, auto_impl Developers
License: Expat
 FIXME