-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
15 lines (15 loc) · 1.08 KB
/
plugin.json
File metadata and controls
15 lines (15 loc) · 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"pluginmetadataversion": 2,
"name": "Avnera Architecture",
"type": ["arch"],
"api": ["python3"],
"description": "A plugin providing the Avnera AV6xxx/AV7xxx architecture.\n\nWith warm regards to Frederick G. Weiss and colleagues.",
"version": "0.1",
"author": "Catherine",
"minimumbinaryninjaversion": 5428,
"platforms": ["Darwin", "Linux", "Windows"],
"license": {
"name": "BSD-0-clause",
"text": "Copyright (C) 2024 Catherine <whitequark@whitequark.org>\n\nPermission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE."
}
}