danielmiessler / danielmiessler/TheAlgorithm

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

Abierto
#7 0 comentarios 0 reacciones 0 asignados Ver en GitHub
Lenguaje dominante
Sin datos de lenguaje
Estrellas
154
Forks
16
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

## 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.

Guía de contribución

No hay ninguna guía de contribución indexada para este repositorio

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.