forked from apache/trafficcontrol
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.dependency_license
149 lines (138 loc) · 5.21 KB
/
.dependency_license
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
# Documentation - These files are never code.
README(\..*)?$, Docs
NOTICE$, Docs
VERSION$, Docs
BUILD$, Docs
DISCLAIMER, Docs
CHANGELOG$, Docs
\.md$, Docs
\.txt$, Docs
\.placeholder$, Empty
# Uncommentable files
#
# These files cannot contain comments, so no header can be added.
# They are nevertheless covered by the Apache license.
\.gitignore$, Apache
\.mailmap$, Apache
\.gitattributes$, Apache
\.classpath$, Apache
\.pmd$, Apache
\.project$, Apache
RobotoSlab-Bold\.ttf$, Apache
RobotoSlab-Regular\.ttf$, Apache
\.cfg$, Apache
\.json$, Apache
\.webmanifest, Apache
\.csv$, Apache
\.conf$, Apache
\.prop$, Apache
\.test$, Apache
\.config(\.example)?$, Apache
/\.bowerrc$, Apache
/\.jshintrc$, Apache
\.traffic_ops$, Apache # JSON with a specific format.
\.dist$, Apache # JSON with a specific format.
traffic_monitor_config\.js$, Apache # Actually JSON with a specific format.
CrStates$, Apache # JSON with a specific format.
^docs/.*\.(png|jpe?g|ico|gif)$, Apache
^blueprints/.*\.(png|jpe?g|ico|gif)$, Apache
favicon.(ico|png)$, Apache
^traffic_ops/experimental/goto/testFiles/, Apache
cron\.d/[^/]*$, Apache
\.pem$, Apache # Single certificate file.
# Images, created for this project or used under an Apache license.
^misc/traffic-control-cdn/images/atc_logo\.png, Apache
^misc/traffic-control-cdn/images/header_bkgd\.png, Apache
^misc/traffic-control-cdn/images/main_bkgd\.png, Apache
^misc/traffic-control-cdn/images/tc_logo\.png, Apache
^misc/traffic-control-cdn/images/traffic_monitor_logo\.png, Apache
^misc/traffic-control-cdn/images/traffic_operations_logo\.png, Apache
^misc/traffic-control-cdn/images/traffic_portal_logo\.png, Apache
^misc/traffic-control-cdn/images/traffic_router_logo\.png, Apache
^misc/traffic-control-cdn/images/traffic_stats_logo\.png, Apache
^misc/logos/ATC-PNG\.png, Apache
^misc/logos/ATC-PNG-FULL-BLACK\.png, Apache
^misc/logos/ATC-PNG-FULL-BLACK-LARGE\.png, Apache
^misc/logos/ATC-PNG-FULL-WHITE\.png, Apache
^misc/logos/ATC-PNG-FULL-WHITE-LARGE\.png, Apache
^misc/logos/ATC-PNG-LARGE\.png, Apache
^misc/logos/ATC-SVG\.sketch, Apache
^misc/logos/ATC-SVG-FULL\.sketch, Apache
^misc/logos/page_logos/trafficLogoFactory\.psd, Apache
^misc/logos/page_logos/traffic_monitor_logo\.png, Apache
^misc/logos/page_logos/traffic_operations_logo\.png, Apache
^misc/logos/page_logos/traffic_portal\.png, Apache
^misc/logos/page_logos/traffic_router_logo\.png, Apache
^misc/logos/page_logos/traffic_stats_logo\.png, Apache
^misc/logos/page_logos/traffic_stats_logo_red\.png, Apache
# Demo certificates
ssl\.(crt|key)$, Apache
/keystore, Apache
COMODO.*\.crt$, Apache
# Uncommentable files
#
# These files cannot contain comments, but are covered by separate
# licenses. These licenses must be documented in the root LICENSE file.
Inconsolata\.ttf$, SIL OFL 1.1
Inconsolata-Bold\.ttf$, SIL OFL 1.1
[Ff]ont[Aa]wesome[^\.]*\.([ot]tf|eot|woff2?)$, SIL OFL 1.1
Lato-Bold\.ttf$, SIL OFL 1.1
Lato-Regular\.ttf$, SIL OFL 1.1
ssl-bundle\.crt$, MPL
^traffic_portal/app/src/assets/images/sort_, MIT
# Code dependencies
#
# These files could bear headers, but are part of dependent code and
# so we present them for the most part unmodified. These licenses must
# be documented in the root LICENSE file.
[Ff]ont[Aa]wesome[^\.]*\.css, MIT
select2.css, Apache
select2.css, GPL/LGPL
j[Mm]enu.*\.(css|js), MIT
sphinx_rtd_theme/.*\.(html|css|css\.map|js|py)$, MIT
bootstrap-theme\.css\.map, MIT
datatables\.min, MIT
GeoLite2-City.mmdb.gz, CC-A-SA
jquery\.tree\.min\.css$, MIT
jquery\.dataTables\..*\.(css|js)$, MIT
github\.com/basho/backoff/.*, MIT
github\.com/dchest/siphash/.*, CC0
github\.com/pkg/errors\..*, BSD
traffic_portal/app/src/assets/js/chartjs/angular-chart\..*, BSD
traffic_portal/app/src/assets/css/jsonformatter\..*, Apache
traffic_portal/app/src/assets/js/jsonformatter\..*, Apache
traffic_portal/app/src/assets/js/fast-json-patch\..*, MIT
traffic_portal/app/src/assets/css/colReorder.dataTables\..*, MIT
traffic_portal/app/src/assets/js/colReorder.dataTables\..*, MIT
traffic_portal/app/src/assets/js/dataTables.buttons\..*, MIT
traffic_portal/app/src/assets/js/buttons.html5\..*, MIT
traffic_ops/traffic_ops_golang/vendor/github\.com/dgrijalva/.*, MIT
traffic_ops/traffic_ops_golang/vendor/github\.com/lestrrat-go/.*, MIT
# Ignored - Do not report.
\.DS_Store, Ignore # Created automatically OSX.
\.dependency_license$, Ignore # False positives in this file.
# This file is created dynamically by the testing script itself, it is
# not distributed, but if it were, it would be Apache, and the source
# would be right with it.
^infrastructure/test/license/license, Apache
# Don't object to licenses in the license file itself.
^LICENSE$, !GoBSD
^LICENSE$, !MIT
^LICENSE$, !BSD
^LICENSE$, !X11
^LICENSE$, !ISC
# ... or in the documentation about the licenses.
^infrastructure/test/license/README.md$, !BSD
^infrastructure/test/license/README.md$, !GPL/LGPL
^infrastructure/test/license/README.md$, !MIT
^infrastructure/test/license/README.md$, !WTFPL
^infrastructure/test/license/README.md$, !X11
# License files are licensed under their own terms, don't attempt to detect them.
^licenses/.*, Ignore
# False positives
licenseList\.go$, !GoBSD
licenseList\.go$, !MIT
licenseList\.go$, !BSD
licenseList\.go$, !X11
^traffic_ops/app/t_integration/extensions\.t$, !X11
GeoLite2-City.mmdb.gz, !MIT