Davide Pesavento | c6e4472 | 2022-11-18 11:24:52 -0500 | [diff] [blame] | 1 | # NAC: Name-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 | |
Davide Pesavento | 7228e53 | 2023-02-18 02:26:45 -0500 | [diff] [blame] | 14 | Contributions to NAC are greatly appreciated and can be made through our |
| 15 | [Gerrit code review site](https://gerrit.named-data.net/). |
Davide Pesavento | 135cd2d | 2023-01-19 19:06:08 -0500 | [diff] [blame] | 16 | If you are new to the NDN software community, please read our [Contributor's Guide]( |
| 17 | https://github.com/named-data/.github/blob/main/CONTRIBUTING.md) to get started. |
Davide Pesavento | ec61b74 | 2020-04-18 01:00:12 -0400 | [diff] [blame] | 18 | |
| 19 | ## License |
| 20 | |
Davide Pesavento | 135cd2d | 2023-01-19 19:06:08 -0500 | [diff] [blame] | 21 | NAC is free software distributed under the GNU Lesser General Public License version 3. |
| 22 | See [`COPYING.md`](COPYING.md) for details. |