blob: 13b6f812090539a6b3633c83e474dd4fb14b658c [file] [log] [blame] [view]
Davide Pesaventoec61b742020-04-18 01:00:12 -04001# NAC: Named-Based Access Control Library for NDN
Davide Pesavento0f4ff532019-01-29 15:38:25 -05002
Davide Pesavento3c7f6452021-10-02 04:06:26 -04003[![CI](https://github.com/named-data/name-based-access-control/actions/workflows/ci.yml/badge.svg)](https://github.com/named-data/name-based-access-control/actions/workflows/ci.yml)
4[![Docs](https://github.com/named-data/name-based-access-control/actions/workflows/docs.yml/badge.svg)](https://github.com/named-data/name-based-access-control/actions/workflows/docs.yml)
5![Language](https://img.shields.io/badge/C%2B%2B-14-blue)
Alexander Afanasyev6e64ac92018-06-14 17:25:38 -04006
Davide Pesaventoec61b742020-04-18 01:00:12 -04007## Reporting bugs
8
9Please submit any bug reports or feature requests to the
10[NAC issue tracker](https://redmine.named-data.net/projects/nac/issues).
11
12## Contributing
13
14We greatly appreciate contributions to the NAC code base, provided that they are
15licensed under the LGPL 3.0+ or a compatible license (see below).
16If you are new to the NDN software community, please read the
17[Contributor's Guide](https://github.com/named-data/.github/blob/master/CONTRIBUTING.md)
18to get started.
19
20## License
21
22NAC is an open source project licensed under the LGPL version 3.
23See [`COPYING.md`](COPYING.md) for more information.