aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorElvis Claros Castro <elvis@claros.ar>2026-08-17 15:41:22 -0300
committerElvis Claros Castro <elvis@claros.ar>2026-08-17 15:41:22 -0300
commit0a08eb01eb882004d7094e029490531bb736f61c (patch)
tree7866e9cf0e551c554457d14dbeb88bba2b636449
parent5c2392b0841e864854ec839e515f11f9faa4bd22 (diff)
downloadclaude-logbook-0a08eb01eb882004d7094e029490531bb736f61c.tar.gz
claude-logbook-0a08eb01eb882004d7094e029490531bb736f61c.zip
Unificar la atribución y terminar el renombre
La titularidad estaba escrita de tres formas distintas: el apéndice de la licencia decía "2026 dev.all.ar", el NOTICE "2025 Elvis Claros Castro" y el pyproject solo el nombre. Queda una sola: Copyright 2026 Elvis Claros Castro. Dos cosas que el renombre se había salteado, las dos por no tener extensión o por ser una ruta: - NOTICE seguía diciendo claude-sesiones en la primera línea. - .gitignore excluía "*.html" con una excepción para claude_sesiones/template.html, que después del renombre ya no apuntaba a nada. El template no se perdió porque los archivos versionados no los afecta .gitignore, pero cualquier `git add` futuro lo habría dejado afuera en silencio. Claude-Session: https://claude.ai/code/session_01RmtZ9qBemrc9TncwVTG6ED
-rw-r--r--.gitignore2
-rw-r--r--LICENSE2
-rw-r--r--NOTICE4
3 files changed, 4 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore
index 7bc8854..e72b3e6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,7 +3,7 @@
sesiones.html
data.json
*.html
-!claude_sesiones/template.html
+!claude_logbook/template.html
# Python
__pycache__/
diff --git a/LICENSE b/LICENSE
index fe63bba..c77702b 100644
--- a/LICENSE
+++ b/LICENSE
@@ -186,7 +186,7 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.
- Copyright 2026 dev.all.ar
+ Copyright 2026 Elvis Claros Castro
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/NOTICE b/NOTICE
index 16bc7d3..2fce9ac 100644
--- a/NOTICE
+++ b/NOTICE
@@ -1,5 +1,5 @@
-claude-sesiones
-Copyright 2025 Elvis Claros Castro
+claude-logbook
+Copyright 2026 Elvis Claros Castro
This product includes software developed by Elvis Claros Castro.
Licensed under the Apache License, Version 2.0 (see LICENSE).