Skip to content

Commit 8593b4c

Browse files
committed
2 parents c282b9b + 26179fb commit 8593b4c

7 files changed

Lines changed: 75 additions & 14 deletions

File tree

website/docs/about/about-resources.md

Lines changed: 0 additions & 4 deletions
This file was deleted.

website/docusaurus.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,8 @@ const config = {
155155
},
156156

157157
{ label: 'Privacy Policy', to: '/privacy' },
158-
{ label: 'Terms of Service', to: '/terms' },
158+
{ label: 'Terms of Use', to: '/terms' },
159+
{ label: 'Credits', to: '/credits' },
159160
],
160161
copyright: `Copyright AboutCode Europe ASBL.   Content licensed under CC-BY-SA-4.0.   Built with Docusaurus.`,
161162
},

website/sidebars.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ const sidebars = {
1111
'about/about-meetings',
1212
'about/about-news',
1313
'about/about-releases',
14-
'about/about-resources',
1514
],
1615
getting_started: [
1716
'getting_started/getting_started-getting-started',

website/src/components/HomepageContent/ProjectOverview.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,4 @@ that provides advanced supply chain capabilities for cyber risk reduction.
1818
for representing systems with software components as SBOMs
1919
(Software Bill of Materials) and other AI, data and security references.
2020

21-
The following sections provide details about each project. For each project
22-
card:
23-
24-
- click the title in the upper-left corner to visit the GitHub repo
25-
- click the main body of the card to open a detailed modal
21+
The following sections provide details about each project.

website/src/pages/credits.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Credits
2+
3+
We gratefully acknowledge the following open source projects that make this website possible:
4+
5+
| Project | Owner | License | URL |
6+
| --------------------- | ---------------------------------------------------- | -------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------- |
7+
| Docusaurus | Facebook, Inc. | [MIT](https://scancode-licensedb.aboutcode.org/mit.html) | [https://docusaurus.io/](https://docusaurus.io/) |
8+
| React | Meta Platforms, Inc. | [MIT](https://scancode-licensedb.aboutcode.org/mit.html) | [https://reactjs.org/](https://reactjs.org/) |
9+
| MDX-JS | Compositor and Vercel, Inc. | [MIT](https://scancode-licensedb.aboutcode.org/mit.html) | [https://mdxjs.com/](https://mdxjs.com/) |
10+
| Prism  React Renderer | Nearform | [MIT](https://scancode-licensedb.aboutcode.org/mit.html) | [https://github.com/FormidableLabs/prism-react-renderer](https://github.com/FormidableLabs/prism-react-renderer) |
11+
| clsx | Luke Edwards <luke.edwards05@gmail.com> | [MIT](https://scancode-licensedb.aboutcode.org/mit.html) | [https://github.com/lukeed/clsx](https://github.com/lukeed/clsx) |

website/src/pages/privacy.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
11
# Privacy Policy
22

3-
Coming soon.
3+
4+
This website is designed to comply with the General Data Protection Regulation
5+
(GDPR).
6+
- We do not collect, process, or store any personal data from visitors.
7+
- We do not use cookies to track your activity on the website.
8+
- We do not use third-party tracking or analytics tools.
9+
10+
Last updated: January 2026

website/src/pages/terms.md

Lines changed: 53 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,54 @@
1-
# Terms
1+
# Terms of Use
22

3-
Coming soon.
3+
## Acceptance of Terms
4+
nexB Inc. (“nexB” or “us” or “we”) operates this website (the “Website”) on
5+
behalf of AboutCode Europe ASBL.
6+
7+
These Website Terms of Use govern all access to and use of the Website and
8+
constitute a binding legal agreement. Please read this Website Terms of Use
9+
and our Website Privacy Policy at [/privacy](/privacy). By accessing, browsing
10+
or using the Website, you are agreeing to these Terms of Use, our Privacy
11+
Policy and all other policies or notices posted by us on the Website.
12+
13+
If you do not agree to these Terms of Use, do not use the Website. We can
14+
change these Terms of Use at any time without any notice to you. It is your
15+
responsibility to review these Terms of Use from time to time for any changes.
16+
17+
## Site Content and License
18+
All content included on the Website (collectively, “Site Content”) is the
19+
property of AboutCode Europe ASBL, nexB, or their respective licensors.
20+
21+
**License**: Unless otherwise noted, the content on this website is licensed
22+
under the [Creative Commons Attribution-ShareAlike 4.0 International License
23+
(CC-BY-SA-4.0)](https://creativecommons.org/licenses/by-sa/4.0/).
24+
25+
**Trademarks**: All brand, product and service names used on the Website which
26+
identify nexB, AboutCode, or our products and services are the trademarks or
27+
service marks of their respective owners. Nothing in this Terms of Use shall
28+
be deemed to confer on any person any license or right with respect to any
29+
such image, logo or name.
30+
31+
AboutCode, ScanCode, VulnerableCode and DejaCode are trademarks of nexB.
32+
33+
## Use of the Website
34+
You may use the Website solely in accordance with these Website Terms of Use.
35+
Subject to your compliance with these Website Terms of Use, you may view,
36+
download and print the materials we make available on this Website, subject
37+
to the CC-BY-SA-4.0 license where applicable.
38+
39+
## Disclaimer
40+
The Website and Site Content are provided “as is”, without warranty of any
41+
kind, either express or implied. nexB and AboutCode Europe ASBL expressly
42+
disclaim any warranties of merchantability, fitness for a particular purpose,
43+
quiet enjoyment or non-infringement.
44+
45+
## Limitation of Liability
46+
To the fullest extent permitted by applicable law, in no event shall nexB or
47+
AboutCode Europe ASBL be liable to you or any third party for any indirect,
48+
consequential, exemplary, incidental, special or punitive damages.
49+
50+
## Contacting Us
51+
For questions regarding these Terms of Use, please contact us at
52+
[info@nexb.com](mailto:info@nexb.com).
53+
54+
Last updated: January 2026

0 commit comments

Comments
 (0)