Skip to content

Commit 4bf93d1

Browse files
Update SDK license headers
1 parent ea2a805 commit 4bf93d1

File tree

18 files changed

+68
-69
lines changed

18 files changed

+68
-69
lines changed

wasm/src/algorithms/bhp/bhp1024.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
// Copyright (C) 2019-2025 Provable Inc.
2-
// This file is part of the Aleo SDK library.
2+
// This file is part of the Provable SDK library.
33

4-
// The Aleo SDK library is free software: you can redistribute it and/or modify
4+
// The Provable SDK library is free software: you can redistribute it and/or modify
55
// it under the terms of the GNU General Public License as published by
66
// the Free Software Foundation, either version 3 of the License, or
77
// (at your option) any later version.
88

9-
// The Aleo SDK library is distributed in the hope that it will be useful,
9+
// The Provable SDK library is distributed in the hope that it will be useful,
1010
// but WITHOUT ANY WARRANTY; without even the implied warranty of
1111
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1212
// GNU General Public License for more details.
1313

1414
// You should have received a copy of the GNU General Public License
15-
// along with the Aleo SDK library. If not, see <https://www.gnu.org/licenses/>.
15+
// along with the Provable SDK library. If not, see <https://www.gnu.org/licenses/>.
1616

1717
use crate::{Field, Group, Scalar, from_js_typed_array, types::native::BHP1024Native};
1818
use snarkvm_console::algorithms::{Commit, CommitUncompressed, Hash};

wasm/src/algorithms/bhp/bhp256.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
// Copyright (C) 2019-2025 Provable Inc.
2-
// This file is part of the Aleo SDK library.
2+
// This file is part of the Provable SDK library.
33

4-
// The Aleo SDK library is free software: you can redistribute it and/or modify
4+
// The Provable SDK library is free software: you can redistribute it and/or modify
55
// it under the terms of the GNU General Public License as published by
66
// the Free Software Foundation, either version 3 of the License, or
77
// (at your option) any later version.
88

9-
// The Aleo SDK library is distributed in the hope that it will be useful,
9+
// The Provable SDK library is distributed in the hope that it will be useful,
1010
// but WITHOUT ANY WARRANTY; without even the implied warranty of
1111
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1212
// GNU General Public License for more details.
1313

1414
// You should have received a copy of the GNU General Public License
15-
// along with the Aleo SDK library. If not, see <https://www.gnu.org/licenses/>.
15+
// along with the Provable SDK library. If not, see <https://www.gnu.org/licenses/>.
1616

1717
use crate::{Field, Group, Scalar, from_js_typed_array, types::native::BHP256Native};
1818
use snarkvm_console::algorithms::{Commit, CommitUncompressed, Hash, HashUncompressed};

wasm/src/algorithms/bhp/bhp512.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
// Copyright (C) 2019-2025 Provable Inc.
2-
// This file is part of the Aleo SDK library.
2+
// This file is part of the Provable SDK library.
33

4-
// The Aleo SDK library is free software: you can redistribute it and/or modify
4+
// The Provable SDK library is free software: you can redistribute it and/or modify
55
// it under the terms of the GNU General Public License as published by
66
// the Free Software Foundation, either version 3 of the License, or
77
// (at your option) any later version.
88

9-
// The Aleo SDK library is distributed in the hope that it will be useful,
9+
// The Provable SDK library is distributed in the hope that it will be useful,
1010
// but WITHOUT ANY WARRANTY; without even the implied warranty of
1111
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1212
// GNU General Public License for more details.
1313

1414
// You should have received a copy of the GNU General Public License
15-
// along with the Aleo SDK library. If not, see <https://www.gnu.org/licenses/>.
15+
// along with the Provable SDK library. If not, see <https://www.gnu.org/licenses/>.
1616

1717
use crate::{Field, Group, Scalar, from_js_typed_array, types::native::BHP512Native};
1818
use snarkvm_console::algorithms::{Commit, CommitUncompressed, Hash};

wasm/src/algorithms/bhp/bhp768.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
// Copyright (C) 2019-2025 Provable Inc.
2-
// This file is part of the Aleo SDK library.
2+
// This file is part of the Provable SDK library.
33

4-
// The Aleo SDK library is free software: you can redistribute it and/or modify
4+
// The Provable SDK library is free software: you can redistribute it and/or modify
55
// it under the terms of the GNU General Public License as published by
66
// the Free Software Foundation, either version 3 of the License, or
77
// (at your option) any later version.
88

9-
// The Aleo SDK library is distributed in the hope that it will be useful,
9+
// The Provable SDK library is distributed in the hope that it will be useful,
1010
// but WITHOUT ANY WARRANTY; without even the implied warranty of
1111
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1212
// GNU General Public License for more details.
1313

1414
// You should have received a copy of the GNU General Public License
15-
// along with the Aleo SDK library. If not, see <https://www.gnu.org/licenses/>.
15+
// along with the Provable SDK library. If not, see <https://www.gnu.org/licenses/>.
1616

1717
use crate::{Field, Group, Scalar, from_js_typed_array, types::native::BHP768Native};
1818
use snarkvm_console::algorithms::{Commit, CommitUncompressed, Hash};

wasm/src/algorithms/bhp/mod.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
// Copyright (C) 2019-2025 Provable Inc.
2-
// This file is part of the Aleo SDK library.
2+
// This file is part of the Provable SDK library.
33

4-
// The Aleo SDK library is free software: you can redistribute it and/or modify
4+
// The Provable SDK library is free software: you can redistribute it and/or modify
55
// it under the terms of the GNU General Public License as published by
66
// the Free Software Foundation, either version 3 of the License, or
77
// (at your option) any later version.
88

9-
// The Aleo SDK library is distributed in the hope that it will be useful,
9+
// The Provable SDK library is distributed in the hope that it will be useful,
1010
// but WITHOUT ANY WARRANTY; without even the implied warranty of
1111
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1212
// GNU General Public License for more details.
1313

1414
// You should have received a copy of the GNU General Public License
15-
// along with the Aleo SDK library. If not, see <https://www.gnu.org/licenses/>.
15+
// along with the Provable SDK library. If not, see <https://www.gnu.org/licenses/>.
1616

1717
pub mod bhp256;
1818
pub use bhp256::BHP256;

wasm/src/algorithms/mod.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
// Copyright (C) 2019-2025 Provable Inc.
2-
// This file is part of the Aleo SDK library.
2+
// This file is part of the Provable SDK library.
33

4-
// The Aleo SDK library is free software: you can redistribute it and/or modify
4+
// The Provable SDK library is free software: you can redistribute it and/or modify
55
// it under the terms of the GNU General Public License as published by
66
// the Free Software Foundation, either version 3 of the License, or
77
// (at your option) any later version.
88

9-
// The Aleo SDK library is distributed in the hope that it will be useful,
9+
// The Provable SDK library is distributed in the hope that it will be useful,
1010
// but WITHOUT ANY WARRANTY; without even the implied warranty of
1111
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1212
// GNU General Public License for more details.
1313

1414
// You should have received a copy of the GNU General Public License
15-
// along with the Aleo SDK library. If not, see <https://www.gnu.org/licenses/>.
15+
// along with the Provable SDK library. If not, see <https://www.gnu.org/licenses/>.
1616

1717
pub mod bhp;
1818
pub use bhp::*;

wasm/src/algorithms/pedersen/mod.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
// Copyright (C) 2019-2025 Provable Inc.
2-
// This file is part of the Aleo SDK library.
2+
// This file is part of the Provable SDK library.
33

4-
// The Aleo SDK library is free software: you can redistribute it and/or modify
4+
// The Provable SDK library is free software: you can redistribute it and/or modify
55
// it under the terms of the GNU General Public License as published by
66
// the Free Software Foundation, either version 3 of the License, or
77
// (at your option) any later version.
88

9-
// The Aleo SDK library is distributed in the hope that it will be useful,
9+
// The Provable SDK library is distributed in the hope that it will be useful,
1010
// but WITHOUT ANY WARRANTY; without even the implied warranty of
1111
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1212
// GNU General Public License for more details.
1313

1414
// You should have received a copy of the GNU General Public License
15-
// along with the Aleo SDK library. If not, see <https://www.gnu.org/licenses/>.
15+
// along with the Provable SDK library. If not, see <https://www.gnu.org/licenses/>.
1616

1717
pub mod pedersen64;
1818
pub use pedersen64::Pedersen64;

wasm/src/algorithms/pedersen/pedersen128.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
// Copyright (C) 2019-2025 Provable Inc.
2-
// This file is part of the Aleo SDK library.
2+
// This file is part of the Provable SDK library.
33

4-
// The Aleo SDK library is free software: you can redistribute it and/or modify
4+
// The Provable SDK library is free software: you can redistribute it and/or modify
55
// it under the terms of the GNU General Public License as published by
66
// the Free Software Foundation, either version 3 of the License, or
77
// (at your option) any later version.
88

9-
// The Aleo SDK library is distributed in the hope that it will be useful,
9+
// The Provable SDK library is distributed in the hope that it will be useful,
1010
// but WITHOUT ANY WARRANTY; without even the implied warranty of
1111
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1212
// GNU General Public License for more details.
1313

1414
// You should have received a copy of the GNU General Public License
15-
// along with the Aleo SDK library. If not, see <https://www.gnu.org/licenses/>.
15+
// along with the Provable SDK library. If not, see <https://www.gnu.org/licenses/>.
1616

1717
use crate::{Field, Group, Scalar, from_js_typed_array, types::native::Pedersen128Native};
1818
use snarkvm_console::algorithms::{Commit, CommitUncompressed, Hash};

wasm/src/algorithms/pedersen/pedersen64.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
// Copyright (C) 2019-2025 Provable Inc.
2-
// This file is part of the Aleo SDK library.
2+
// This file is part of the Provable SDK library.
33

4-
// The Aleo SDK library is free software: you can redistribute it and/or modify
4+
// The Provable SDK library is free software: you can redistribute it and/or modify
55
// it under the terms of the GNU General Public License as published by
66
// the Free Software Foundation, either version 3 of the License, or
77
// (at your option) any later version.
88

9-
// The Aleo SDK library is distributed in the hope that it will be useful,
9+
// The Provable SDK library is distributed in the hope that it will be useful,
1010
// but WITHOUT ANY WARRANTY; without even the implied warranty of
1111
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1212
// GNU General Public License for more details.
1313

1414
// You should have received a copy of the GNU General Public License
15-
// along with the Aleo SDK library. If not, see <https://www.gnu.org/licenses/>.
15+
// along with the Provable SDK library. If not, see <https://www.gnu.org/licenses/>.
1616

1717
use crate::{Field, Group, Scalar, from_js_typed_array, types::native::Pedersen64Native};
1818
use snarkvm_console::algorithms::{Commit, CommitUncompressed, Hash};

wasm/src/algorithms/poseidon/mod.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
// Copyright (C) 2019-2025 Provable Inc.
2-
// This file is part of the Aleo SDK library.
2+
// This file is part of the Provable SDK library.
33

4-
// The Aleo SDK library is free software: you can redistribute it and/or modify
4+
// The Provable SDK library is free software: you can redistribute it and/or modify
55
// it under the terms of the GNU General Public License as published by
66
// the Free Software Foundation, either version 3 of the License, or
77
// (at your option) any later version.
88

9-
// The Aleo SDK library is distributed in the hope that it will be useful,
9+
// The Provable SDK library is distributed in the hope that it will be useful,
1010
// but WITHOUT ANY WARRANTY; without even the implied warranty of
1111
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1212
// GNU General Public License for more details.
1313

1414
// You should have received a copy of the GNU General Public License
15-
// along with the Aleo SDK library. If not, see <https://www.gnu.org/licenses/>.
15+
// along with the Provable SDK library. If not, see <https://www.gnu.org/licenses/>.
1616

1717
pub mod poseidon2;
1818
pub use poseidon2::Poseidon2;

0 commit comments

Comments
 (0)