Docs: Update license NOTICE and .fossa.yml
This commit is contained in:
parent
06fe7b7e0e
commit
e15506daba
2 changed files with 84235 additions and 46465 deletions
40
.fossa.yml
40
.fossa.yml
|
@ -1,18 +1,24 @@
|
|||
# Generated by FOSSA CLI (https://github.com/fossas/fossa-cli)
|
||||
# Visit https://fossa.com to learn more
|
||||
version: 3
|
||||
|
||||
version: 2
|
||||
cli:
|
||||
server: https://app.fossa.com
|
||||
fetcher: custom
|
||||
project: git@github.com:photoprism/photoprism.git
|
||||
analyze:
|
||||
modules:
|
||||
- name: github.com/photoprism/photoprism/cmd/photoprism
|
||||
type: go
|
||||
target: github.com/photoprism/photoprism/cmd/photoprism
|
||||
path: cmd/photoprism
|
||||
- name: frontend
|
||||
type: npm
|
||||
target: frontend
|
||||
path: frontend
|
||||
project:
|
||||
name: "PhotoPrism"
|
||||
id: "github.com/photoprism/photoprism"
|
||||
url: "https://github.com/photoprism/photoprism"
|
||||
link: "https://photoprism.app/"
|
||||
|
||||
revision:
|
||||
branch: "develop"
|
||||
|
||||
paths:
|
||||
exclude:
|
||||
- ./build
|
||||
- ./assets
|
||||
- ./.github
|
||||
- ./docker
|
||||
- ./frontend/tests
|
||||
- ./storage
|
||||
- ./scripts
|
||||
- ./test
|
||||
|
||||
telemetry:
|
||||
scope: "off"
|
||||
|
|
Loading…
Reference in a new issue