blob: 07e233063143104a92f92c521b84e798ebdc6851 [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 Pesaventoec61b742020-04-18 01:00:12 -04003![Language](https://img.shields.io/badge/C%2B%2B-14-blue.svg)
Davide Pesavento0f4ff532019-01-29 15:38:25 -05004[![Build Status](https://travis-ci.org/named-data/name-based-access-control.svg?branch=new)](https://travis-ci.org/named-data/name-based-access-control)
Alexander Afanasyev6e64ac92018-06-14 17:25:38 -04005
Davide Pesaventoec61b742020-04-18 01:00:12 -04006## Reporting bugs
7
8Please submit any bug reports or feature requests to the
9[NAC issue tracker](https://redmine.named-data.net/projects/nac/issues).
10
11## Contributing
12
13We greatly appreciate contributions to the NAC code base, provided that they are
14licensed under the LGPL 3.0+ or a compatible license (see below).
15If you are new to the NDN software community, please read the
16[Contributor's Guide](https://github.com/named-data/.github/blob/master/CONTRIBUTING.md)
17to get started.
18
19## License
20
21NAC is an open source project licensed under the LGPL version 3.
22See [`COPYING.md`](COPYING.md) for more information.