Davide Pesavento | ec61b74 | 2020-04-18 01:00:12 -0400 | [diff] [blame] | 1 | # NAC: Named-Based Access Control Library for NDN |
Davide Pesavento | 0f4ff53 | 2019-01-29 15:38:25 -0500 | [diff] [blame] | 2 | |
Davide Pesavento | 3c7f645 | 2021-10-02 04:06:26 -0400 | [diff] [blame] | 3 | [](https://github.com/named-data/name-based-access-control/actions/workflows/ci.yml) |
| 4 | [](https://github.com/named-data/name-based-access-control/actions/workflows/docs.yml) |
Davide Pesavento | bde084f | 2022-04-17 00:21:35 -0400 | [diff] [blame] | 5 |  |
Alexander Afanasyev | 6e64ac9 | 2018-06-14 17:25:38 -0400 | [diff] [blame] | 6 | |
Davide Pesavento | ec61b74 | 2020-04-18 01:00:12 -0400 | [diff] [blame] | 7 | ## Reporting bugs |
| 8 | |
| 9 | Please 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 | |
| 14 | We greatly appreciate contributions to the NAC code base, provided that they are |
| 15 | licensed under the LGPL 3.0+ or a compatible license (see below). |
| 16 | If 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) |
| 18 | to get started. |
| 19 | |
| 20 | ## License |
| 21 | |
| 22 | NAC is an open source project licensed under the LGPL version 3. |
| 23 | See [`COPYING.md`](COPYING.md) for more information. |