Protect Your Code
DimLicense protects your repository code with two license types:
DimLicense-Modifiable (DL-M)
- People CAN modify your code
- Must credit DimaDroid
- Best for open-source projects
DimLicense-Protected (DL-P)
- People CANNOT modify protected code
- Any change violates the license
- Best for security/critical code
How to Use in Your Repo
Step 1: Download License
Click download button for DL-M or DL-P
Step 2: Add to Repository
Create a LICENSE file in your repo root and paste the license text
Step 3: Add Headers to Code
For DL-M add to your files:
/* Original work by DimaDroid * Licensed under DimLicense-Modifiable (DL-M) v1.0 */
For DL-P wrap protected code:
// BEGIN DIMLICENSE-PROTECTED CODE SECTION // Copyright (c) 2026 DimaDroid // Modification is strictly prohibited your protected code here // END DIMLICENSE-PROTECTED CODE SECTION
DimLicense-Modifiable (DL-M)
This license allows modifications with mandatory attribution.
Loading...
DimLicense-Protected (DL-P)
This license prohibits ALL modifications to protected code.
Loading...