forked from ratify-project/ratify
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NOTICE
12 lines (8 loc) · 735 Bytes
/
NOTICE
1
2
3
4
5
6
7
8
9
10
11
12
NOTICES
This repository incorporates material as listed below or described in the code.
The initial concepts and development of some of the framework's plugin common modules under pkg/common/plugin are derived from, or
inspired by the project Container Network Interface - networking for Linux containers (https://github.com/containernetworking/cni).
It is licensed under the Apache License, Version 2.0.
The loading of framework's configuration from a home directory is derived from or inspired by the project Docker CLI (https://github.com/docker/cli)
It is licensed under the Apache License, Version 2.0.
We thank everyone who has contributed to the above projects and enabled this project to build on those concepts and models.