From 0a08eb01eb882004d7094e029490531bb736f61c Mon Sep 17 00:00:00 2001 From: Elvis Claros Castro Date: Mon, 17 Aug 2026 15:41:22 -0300 Subject: =?UTF-8?q?Unificar=20la=20atribuci=C3=B3n=20y=20terminar=20el=20r?= =?UTF-8?q?enombre?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- .gitignore | 2 +- LICENSE | 2 +- NOTICE | 4 ++-- 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). -- cgit v1.2.3