danielmiessler / danielmiessler/TheAlgorithm

Missing LICENSE file (README references MIT but no file exists)

Aperta
#7 0 commenti 0 reazioni 0 assegnatari Vedi su GitHub
Lingua principale
Nessun dato sulla lingua
Stelle
154
Fork
16
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Descrizione

## Issue

The README has both a badge and footer referencing an MIT license:

- Badge: `[![License](https://img.shields.io/badge/license-MIT-green.svg)](LICENSE)`
- Footer: "MIT License - See [LICENSE](LICENSE) file"

However, no `LICENSE` file exists in the repository. Without an explicit license file, the code is technically "all rights reserved" under copyright law, despite the MIT badge suggesting otherwise.

### Impact

- Contributors and users have no clear legal standing to use or modify the code
- The badge link returns a 404

### Suggested Fix

Add a standard MIT LICENSE file to the repository root, or update the README to reflect the intended license.

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.