Skip to content

Commit

Permalink
Add updated ABOUT file for GoReSym_lin
Browse files Browse the repository at this point in the history
Signed-off-by: Jono Yang <[email protected]>
  • Loading branch information
JonoYang committed Nov 5, 2024
1 parent bfeee18 commit b44971d
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ v0.5.0 (2024-11-05)
-------------------

- Build GoReSym from source instead of vendoring the binary.
- Support building go-inspector for Linux aarch64/arm64 platform.
- Update GoReSym to v3.0.1

v0.4.0 (2024-10-31)
Expand Down
5 changes: 4 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ https://go.dev/doc/install or from a package manager.
- Copyright (c) nexB Inc., AboutCode, Mandiant, The Go Authors, Elliot Chance and others.
- Homepage: https://github.com/aboutcode-org/go-inspector

See the src/go_inspector/bin for detailed license and credits for bundled third-party packages.
See the libsrc/ directory for detailed license and credits for bundled third-party packages.


Development
Expand All @@ -33,6 +33,9 @@ Testing:
- To regen test fixtures: ``SCANCODE_REGEN_TEST_FIXTURES=yes pytest -vvs``
- To update the bundled GoReSym, see src/bin/update.sh

Building:

- Ensure ``make dev`` has been run, then run ``make build``

How to re-generate test binaries
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down
8 changes: 8 additions & 0 deletions src/go_inspector/bin/GoReSym_lin.ABOUT
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
about_resource: GoReSym_lin
name: GoReSym
version: 3.0.1
package_url: pkg:github/mandiant/[email protected]
copyright: Copyright (c) 2022 MANDIANT
license_expression: mit
license_text_file: GoReSym_lin.LICENSE
notes: this is built from the source files contained in the go-inspector/lib-src directory
21 changes: 21 additions & 0 deletions src/go_inspector/bin/GoReSym_lin.LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2022 MANDIANT

Permission 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:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE 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 comments on commit b44971d

Please sign in to comment.