Skip to content

Change license from Apache 2.0 to BSD 3-Clause#59

Merged
EiffL merged 4 commits into
mainfrom
license/bsd-3-clause
Apr 13, 2026
Merged

Change license from Apache 2.0 to BSD 3-Clause#59
EiffL merged 4 commits into
mainfrom
license/bsd-3-clause

Conversation

@EiffL
Copy link
Copy Markdown
Member

@EiffL EiffL commented Apr 13, 2026

Summary

  • Replace LICENSE file with BSD 3-Clause text (copyright holder: Lightcone Research)
  • Update pyproject.toml license identifier and classifier
  • Update README badge and license section

Test plan

  • Verify LICENSE file contains correct BSD 3-Clause text
  • Verify pyproject.toml shows BSD-3-Clause identifier and BSD License classifier
  • Verify README badge links to correct license URL

🤖 Generated with Claude Code

EiffL and others added 3 commits April 14, 2026 01:47
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Apr 13, 2026

✅ Eval Results

Metric Value
Score 1.00
Build complete
Cost $1.89
Turns 88
Duration 517s
Prism 0.1.dev1+g9c01c18ee (9c01c18e)
Results Download

Graders

✅ spec_valid (1.00)
✅ all_materialized (1.00)

Full output
656-efd2c6e083e6/files/bulk-upload "HTTP/1.1 200 OK"
23:50:59 httpx HTTP Request: POST https://proxy.app.daytona.io/toolbox/0fdfc324-0d99-43ad-9656-efd2c6e083e6/files/bulk-upload "HTTP/1.1 200 OK"
23:51:00 httpx HTTP Request: POST https://proxy.app.daytona.io/toolbox/0fdfc324-0d99-43ad-9656-efd2c6e083e6/files/bulk-upload "HTTP/1.1 200 OK"
23:51:00 httpx HTTP Request: POST https://proxy.app.daytona.io/toolbox/0fdfc324-0d99-43ad-9656-efd2c6e083e6/files/bulk-upload "HTTP/1.1 200 OK"
23:51:00 httpx HTTP Request: POST https://proxy.app.daytona.io/toolbox/0fdfc324-0d99-43ad-9656-efd2c6e083e6/files/bulk-upload "HTTP/1.1 200 OK"
23:51:00 httpx HTTP Request: POST https://proxy.app.daytona.io/toolbox/0fdfc324-0d99-43ad-9656-efd2c6e083e6/files/bulk-upload "HTTP/1.1 200 OK"
23:51:00 httpx HTTP Request: POST https://proxy.app.daytona.io/toolbox/0fdfc324-0d99-43ad-9656-efd2c6e083e6/files/bulk-upload "HTTP/1.1 200 OK"
23:51:01 httpx HTTP Request: POST https://proxy.app.daytona.io/toolbox/0fdfc324-0d99-43ad-9656-efd2c6e083e6/files/bulk-upload "HTTP/1.1 200 OK"
23:51:01 httpx HTTP Request: POST https://proxy.app.daytona.io/toolbox/0fdfc324-0d99-43ad-9656-efd2c6e083e6/files/bulk-upload "HTTP/1.1 200 OK"
23:51:01 httpx HTTP Request: POST https://proxy.app.daytona.io/toolbox/0fdfc324-0d99-43ad-9656-efd2c6e083e6/files/bulk-upload "HTTP/1.1 200 OK"
23:51:01 httpx HTTP Request: POST https://proxy.app.daytona.io/toolbox/0fdfc324-0d99-43ad-9656-efd2c6e083e6/files/bulk-upload "HTTP/1.1 200 OK"
23:51:01 httpx HTTP Request: POST https://proxy.app.daytona.io/toolbox/0fdfc324-0d99-43ad-9656-efd2c6e083e6/files/bulk-upload "HTTP/1.1 200 OK"
23:51:01 httpx HTTP Request: POST https://proxy.app.daytona.io/toolbox/0fdfc324-0d99-43ad-9656-efd2c6e083e6/files/bulk-upload "HTTP/1.1 200 OK"
23:51:02 httpx HTTP Request: POST https://proxy.app.daytona.io/toolbox/0fdfc324-0d99-43ad-9656-efd2c6e083e6/files/bulk-upload "HTTP/1.1 200 OK"
23:51:02 httpx HTTP Request: POST https://proxy.app.daytona.io/toolbox/0fdfc324-0d99-43ad-9656-efd2c6e083e6/files/bulk-upload "HTTP/1.1 200 OK"
23:51:02 httpx HTTP Request: POST https://proxy.app.daytona.io/toolbox/0fdfc324-0d99-43ad-9656-efd2c6e083e6/files/bulk-upload "HTTP/1.1 200 OK"
23:51:02 httpx HTTP Request: POST https://proxy.app.daytona.io/toolbox/0fdfc324-0d99-43ad-9656-efd2c6e083e6/files/bulk-upload "HTTP/1.1 200 OK"
23:59:41 prism.eval.sandbox Deleted sandbox for trial build-snae-0
  snae trial 0: score=1.00 complete

Prism: 0.1.dev1+g9c01c18ee (HEAD 9c01c18e)
ASTRA: 0.2.0

  Eval Results: Scores  
┏━━━━━━┳━━━━━━━━━━━━━━━┓
┃ Task ┃     Score     ┃
┡━━━━━━╇━━━━━━━━━━━━━━━┩
│ snae │ 1.00 +/- 0.00 │
│      │ pass@k: 100%  │
└──────┴───────────────┘

   Eval Results: Cost &   
         Duration         
┏━━━━━━┳━━━━━━━━━━━━━━━━━┓
┃ Task ┃ Cost / Duration ┃
┡━━━━━━╇━━━━━━━━━━━━━━━━━┩
│ snae │      $1.89      │
│      │      517s       │
└──────┴─────────────────┘

Total: 1 trials, $1.89, 517s

Results saved to: eval-results/build-9c01c18e/results.json

…ty of California

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Copy link
Copy Markdown
Member Author

@EiffL EiffL left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@EiffL EiffL merged commit 2f8ca6a into main Apr 13, 2026
6 of 7 checks passed
@aboucaud aboucaud deleted the license/bsd-3-clause branch May 8, 2026 10:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant