forked from photoprism/photoprism
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.report.tmpl
35 lines (24 loc) Β· 1.4 KB
/
.report.tmpl
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
================================================================================
================================================================================
Third-Party Software for PhotoPrism
--------------------------------------------------------------------------------
The following 3rd-party software packages may be used by or distributed with
PhotoPrism. Any information relevant to third-party vendors listed below are
collected using common, reasonable means.
Date generated: YYYY-MM-DD
================================================================================
Go Dependencies
================================================================================
{{ range . }}{{ if ne .Version "Unknown" }}
Package: {{ .Name }}
Version: {{ .Version }}
License: {{ .LicenseName }} ({{ .LicenseURL }})
{{ .LicenseText }}
--------------------------------------------------------------------------------
{{ end }}{{ end }}
================================================================================
Frontend Dependencies
================================================================================
--------------------------------------------------------------------------------
Package License Copyright
--------------------------------------------------------------------------------