ваше сообщение коммита
This commit is contained in:
131
legal-en/USAGE_NOTIFICATION.md
Normal file
131
legal-en/USAGE_NOTIFICATION.md
Normal file
@@ -0,0 +1,131 @@
|
||||
# Usage Notification Requirements
|
||||
|
||||
## Mandatory Notifications
|
||||
|
||||
When using code from the DLE (Digital Legal Entity) project in any form, including private repositories, you must notify the author.
|
||||
|
||||
## When Notification is Required
|
||||
|
||||
### Must notify:
|
||||
- Use in private repositories
|
||||
- Integration into existing systems
|
||||
- Creation of derivative works
|
||||
- Use for educational purposes
|
||||
|
||||
### Does not require notification:
|
||||
- Personal code study
|
||||
- Functionality testing
|
||||
- Capability demonstration
|
||||
|
||||
## Notification Form
|
||||
|
||||
### Email notification
|
||||
```
|
||||
Subject: DLE Usage Notification
|
||||
|
||||
Dear Tarabanov Alexander Viktorovich,
|
||||
|
||||
We notify you of the use of code from the DLE (Digital Legal Entity) project:
|
||||
|
||||
## Project Information:
|
||||
- Project name: [NAME]
|
||||
- Description: [DESCRIPTION]
|
||||
- Type of use: [EDUCATIONAL/PERSONAL]
|
||||
|
||||
## Used Components:
|
||||
- [LIST OF USED MODULES/FUNCTIONS]
|
||||
|
||||
## Contact Information:
|
||||
- Name: [FULL NAME]
|
||||
- Email: [EMAIL]
|
||||
- Organization: [ORGANIZATION]
|
||||
|
||||
## Usage Plans:
|
||||
- [DESCRIPTION OF PLANS]
|
||||
|
||||
Best regards,
|
||||
[FULL NAME]
|
||||
[EMAIL]
|
||||
```
|
||||
|
||||
### GitHub Issue
|
||||
Create an issue in the repository with the `usage-notification` tag:
|
||||
- Project description
|
||||
- List of used components
|
||||
- Contact information
|
||||
- Usage plans
|
||||
|
||||
## Notification Deadlines
|
||||
|
||||
- **Before starting use** - for commercial projects
|
||||
- **Within 30 days** - for educational projects
|
||||
- **Within 90 days** - for personal projects
|
||||
|
||||
## Consequences of Missing Notification
|
||||
|
||||
### License violation:
|
||||
- Automatic termination of usage rights
|
||||
- Possibility of requiring cessation of use
|
||||
- Potential legal consequences
|
||||
|
||||
### Exceptions:
|
||||
- Use for demonstration purposes
|
||||
- Short-term testing
|
||||
- Study of architecture and algorithms
|
||||
|
||||
## Usage Monitoring
|
||||
|
||||
### Automatic monitoring:
|
||||
- Tracking repository forks
|
||||
- Monitoring code mentions
|
||||
- Analysis of dependencies in npm/pip
|
||||
|
||||
### Manual monitoring:
|
||||
- Search on GitHub/GitLab
|
||||
- Monitoring technical blogs
|
||||
- Tracking conferences and presentations
|
||||
|
||||
## Contacts for Notifications
|
||||
|
||||
**Tarabanov Alexander Viktorovich**
|
||||
- **Email:** info@hb3-accelerator.com
|
||||
- **GitHub Issues:** [Create issue](https://github.com/VC-HB3-Accelerator/DLE/issues)
|
||||
- **Subject:** "DLE Usage Notification"
|
||||
|
||||
## Notification Templates
|
||||
|
||||
### For commercial use
|
||||
```
|
||||
Subject: Commercial DLE Usage Notification
|
||||
|
||||
We notify you of commercial use of DLE in the project [NAME].
|
||||
Licensing is required to continue use.
|
||||
|
||||
Project details are attached.
|
||||
```
|
||||
|
||||
### For educational use
|
||||
```
|
||||
Subject: Educational DLE Usage Notification
|
||||
|
||||
We notify you of the use of DLE for educational purposes.
|
||||
Project: [NAME]
|
||||
Educational institution: [NAME]
|
||||
|
||||
Permission is required for use in courses.
|
||||
```
|
||||
|
||||
### For personal use
|
||||
```
|
||||
Subject: Personal DLE Usage Notification
|
||||
|
||||
We notify you of personal use of DLE in the project [NAME].
|
||||
Usage: [DESCRIPTION]
|
||||
|
||||
Thank you for creating an excellent tool!
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
**© 2024-2025 Tarabanov Alexander Viktorovich. All rights reserved.**
|
||||
|
||||
Reference in New Issue
Block a user