diff --git a/LICENSE b/LICENSE index a2d7719..8fba54c 100644 --- a/LICENSE +++ b/LICENSE @@ -2,6 +2,11 @@ MIT License Copyright (c) 2025 Joel Morin and Contributors +This Python port was developed through a collaboration between Joel Morin +and Claude (Anthropic's AI assistant), which provided code generation, +algorithm translation, debugging assistance, and documentation throughout +the entire development process. + This software is based on DVOACAP by Alex Shovkoplyas (VE3NEA) https://github.com/VE3NEA/DVOACAP Copyright (c) 2025 Alex Shovkoplyas diff --git a/NOTICE b/NOTICE index f433ae6..f0f106c 100644 --- a/NOTICE +++ b/NOTICE @@ -1,7 +1,16 @@ DVOACAP-Python Copyright 2025 Joel Morin and Contributors -This project was developed with the collaboration and assistance of Claude.ai. +DEVELOPMENT COLLABORATION: +This project was developed through an extensive collaboration between Joel Morin +and Claude (Anthropic's AI assistant). Claude's contributions include: + - Translation of Pascal/Delphi algorithms to Python + - Code generation for all 5 implementation phases + - Performance optimization and vectorization + - Validation framework design and implementation + - Comprehensive documentation and examples + - Debugging and numerical accuracy verification + - Test suite development ================================================================================ @@ -39,7 +48,9 @@ ATTRIBUTION CHAIN: 3. dvoacap-python (2025) - Language: Python - Primary Author: Joel Morin (skyelaird) - - Development: Collaborative work with Claude.ai assistance + - Development: Collaborative work between Joel Morin and Claude (Anthropic) + - AI Contributions: Algorithm translation, code generation, optimization, + validation, documentation, and debugging assistance - License: MIT - Purpose: Accessible Python implementation for modern developers - Repository: https://github.com/skyelaird/dvoacap-python