Skip to content

Commit c0c840f

Browse files
committed
Fix issues in README's. Add license
1 parent 3abe5de commit c0c840f

5 files changed

Lines changed: 32 additions & 4 deletions

File tree

LICENSE

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# CodeVelo Proprietary Documentation License
2+
3+
Copyright (c) 2026 CodeVelo.dev LLC. All rights reserved.
4+
5+
The contents of this repository, including its documentation, text, diagrams,
6+
configuration, organization, and other materials (the "Materials"), are proprietary to
7+
CodeVelo.dev LLC unless a file expressly states otherwise.
8+
9+
The Materials are made publicly viewable for informational and evaluation purposes
10+
only. No license or permission is granted to copy, reproduce, modify, adapt, translate,
11+
publish, distribute, sublicense, sell, create derivative works from, or otherwise use
12+
the Materials, in whole or in part, without prior written permission from CodeVelo.dev
13+
LLC.
14+
15+
This license does not restrict rights that cannot lawfully be restricted, including
16+
applicable fair-use or fair-dealing rights. Third-party names, trademarks, and materials
17+
remain the property of their respective owners and are subject to their own terms.
18+
19+
THE MATERIALS ARE PROVIDED "AS IS" WITHOUT WARRANTIES OF ANY KIND, EXPRESS OR IMPLIED,
20+
INCLUDING WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE,
21+
NONINFRINGEMENT, ACCURACY, OR COMPLETENESS. TO THE MAXIMUM EXTENT PERMITTED BY LAW,
22+
CODEVELO.DEV LLC WILL NOT BE LIABLE FOR ANY CLAIM, DAMAGES, OR OTHER LIABILITY ARISING
23+
FROM OR RELATED TO THE MATERIALS OR THEIR USE.
24+
25+
For permission requests, contact contact@codevelo.dev.

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,10 @@ Product names and architectural roles describe the current CodeVelo platform dir
3030
They do not guarantee that every component is publicly available, separately licensed,
3131
or offered as a standalone service.
3232

33-
Unless a repository includes an explicit license, publication on GitHub does not grant
34-
permission to copy, modify, or redistribute CodeVelo material.
33+
This repository is provided under the [CodeVelo Proprietary Documentation
34+
License](https://codevelohq.github.io/codevelo-docs/license/). Publication on GitHub
35+
does not grant permission to copy, modify, or redistribute its materials except as
36+
expressly stated in that license.
3537

3638
## Contact
3739

SECURITY.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,10 @@
22

33
Do not report vulnerabilities through a public issue.
44

5-
Email [hello@codevelo.dev](mailto:hello@codevelo.dev) with the subject
5+
Email [security@codevelo.dev](mailto:security@codevelo.dev) with the subject
66
`Security report` and include the affected component, potential impact, reproduction
77
information, and a secure contact method.
88

99
Do not access data that does not belong to you or perform testing that could disrupt
1010
availability. CodeVelo will assess reports and coordinate remediation and disclosure
1111
when appropriate.
12-

docs/license.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
--8<-- "LICENSE"

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ nav:
4848
- Repository guide: repository-guide.md
4949
- Contributing: contributing.md
5050
- Security policy: security-policy.md
51+
- License: license.md
5152

5253
plugins:
5354
- search

0 commit comments

Comments
 (0)