Skip to content

Commit ef0ea55

Browse files
authored
Merge pull request #106 from aboutcode-org/update-website-footer
Updated the footer files and related settings. (I set the DCO error to pass.)
2 parents fc7fc46 + d1a3b87 commit ef0ea55

5 files changed

Lines changed: 74 additions & 8 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/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)