Skip to content

Commit f897271

Browse files
committed
Updates to long description
1 parent a461bc5 commit f897271

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ _This is a short description meant to fit on one line._
44
## Description:
55
This is a longer description meant for a sample plugin that demonstrates the metadata format for Binary Ninja plugins.
66

7-
The forthcoming plugin installer will be able to parse these files automatically to allow easy selection and installation.
7+
88
## Installation Instructions
99

1010
### Windows
@@ -29,6 +29,7 @@ Install the following apt packages: ...
2929
This plugin requires the following minimum version of Binary Ninja:
3030

3131
* 1200
32+
"
3233

3334

3435
## Required Dependencies
@@ -42,10 +43,8 @@ The following dependencies are required for this plugin:
4243

4344

4445
## License
45-
This plugin is released under a [MIT](LICENSE) license.
4646

47+
This plugin is released under a MIT license.
4748
## Metadata Version
4849

4950
2
50-
51-

plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"type": ["core", "ui", "architecture", "binaryview", "helper"],
66
"api": ["python2", "python3"],
77
"description": "This is a short description meant to fit on one line.",
8-
"longdescription": "This is a longer description meant for a sample plugin that demonstrates the metadata format for Binary Ninja plugins.\n\nThe forthcoming plugin installer will be able to parse these files automatically to allow easy selection and installation. ",
8+
"longdescription": "This is a longer description meant for a sample plugin that demonstrates the metadata format for Binary Ninja plugins.",
99
"license": {
1010
"name": "MIT",
1111
"text": "Copyright (c) <year> <copyright holders>\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE."

0 commit comments

Comments
 (0)