Skip to content

Commit afa440f

Browse files
chore: update Aleo Systems copyrights to Provable Inc., 2019-2026
1 parent 6612060 commit afa440f

62 files changed

Lines changed: 80 additions & 61 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

sdk/.claude/settings.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"permissions": {
3+
"allow": [
4+
"Bash",
5+
"Bash(pnpm vitest run *)",
6+
"Bash(npx vitest run *)",
7+
"Bash(pnpm typecheck)",
8+
"Bash(cargo check *)",
9+
"Bash(.env/bin/python -m pytest *)",
10+
"Bash(../sdk/.env/bin/python -m pytest *)",
11+
"Bash(npx tsc *)",
12+
"Bash(pnpm test *)",
13+
"Bash(npm view *)",
14+
"Bash(curl -s https://api.provable.com/*)",
15+
"Bash(curl -s https://amm-api.dev.provable.com/*)",
16+
"mcp__plugin_claude-mem_mcp-search__get_observations"
17+
]
18+
}
19+
}

sdk/docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# -- Project information
99

1010
project = 'aleo'
11-
copyright = '2023, AleoHQ'
11+
copyright = '2019-2026, Provable Inc.'
1212
author = 'kpp'
1313

1414
version = '0.2.1'

sdk/python/tests/test_algorithms.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2019-2023 Aleo Systems Inc.
1+
# Copyright (C) 2019-2026 Provable Inc.
22
# This file is part of the Aleo SDK library.
33

44
# The Aleo SDK library is free software: you can redistribute it and/or modify

sdk/python/tests/test_records_extra.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2019-2023 Aleo Systems Inc.
1+
# Copyright (C) 2019-2026 Provable Inc.
22
# This file is part of the Aleo SDK library.
33
# Tests for W4a: record-scanning parity (GraphKey, commitments, tags, RVK, arithmetic).
44
# Source notes: github.com/ProvableHQ/sdk@543b41e wasm/src/...

sdk/src/account/address.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2019-2023 Aleo Systems Inc.
1+
// Copyright (C) 2019-2026 Provable Inc.
22
// This file is part of the Aleo SDK library.
33

44
// The Aleo SDK library is free software: you can redistribute it and/or modify

sdk/src/account/compute_key.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2019-2023 Aleo Systems Inc.
1+
// Copyright (C) 2019-2026 Provable Inc.
22
// This file is part of the Aleo SDK library.
33

44
// The Aleo SDK library is free software: you can redistribute it and/or modify

sdk/src/account/graph_key.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2019-2023 Aleo Systems Inc.
1+
// Copyright (C) 2019-2026 Provable Inc.
22
// This file is part of the Aleo SDK library.
33

44
// The Aleo SDK library is free software: you can redistribute it and/or modify

sdk/src/account/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2019-2023 Aleo Systems Inc.
1+
// Copyright (C) 2019-2026 Provable Inc.
22
// This file is part of the Aleo SDK library.
33

44
// The Aleo SDK library is free software: you can redistribute it and/or modify

sdk/src/account/private_key.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2019-2023 Aleo Systems Inc.
1+
// Copyright (C) 2019-2026 Provable Inc.
22
// This file is part of the Aleo SDK library.
33

44
// The Aleo SDK library is free software: you can redistribute it and/or modify

sdk/src/account/private_key_ciphertext.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2019-2023 Aleo Systems Inc.
1+
// Copyright (C) 2019-2026 Provable Inc.
22
// This file is part of the Aleo SDK library.
33

44
// The Aleo SDK library is free software: you can redistribute it and/or modify

0 commit comments

Comments
 (0)