Skip to content

Commit b44971d

Browse files
committed
Add updated ABOUT file for GoReSym_lin
Signed-off-by: Jono Yang <[email protected]>
1 parent bfeee18 commit b44971d

File tree

4 files changed

+34
-1
lines changed

4 files changed

+34
-1
lines changed

CHANGELOG.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ v0.5.0 (2024-11-05)
55
-------------------
66

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

1011
v0.4.0 (2024-10-31)

README.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ https://go.dev/doc/install or from a package manager.
1818
- Copyright (c) nexB Inc., AboutCode, Mandiant, The Go Authors, Elliot Chance and others.
1919
- Homepage: https://github.com/aboutcode-org/go-inspector
2020

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

2323

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

36+
Building:
37+
38+
- Ensure ``make dev`` has been run, then run ``make build``
3639

3740
How to re-generate test binaries
3841
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
about_resource: GoReSym_lin
2+
name: GoReSym
3+
version: 3.0.1
4+
package_url: pkg:github/mandiant/[email protected]
5+
copyright: Copyright (c) 2022 MANDIANT
6+
license_expression: mit
7+
license_text_file: GoReSym_lin.LICENSE
8+
notes: this is built from the source files contained in the go-inspector/lib-src directory
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2022 MANDIANT
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

0 commit comments

Comments
 (0)