Skip to content

Commit dcd7cb3

Browse files
authored
docs: Change copyright year to 2025 (not autogenerated) (#1388)
1 parent a8eb033 commit dcd7cb3

Some content is hidden

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

84 files changed

+84
-84
lines changed

backend/backend.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020-2024 Consensys Software Inc.
1+
// Copyright 2020-2025 Consensys Software Inc.
22
// Licensed under the Apache License, Version 2.0. See the LICENSE file for details.
33

44
// Package backend implements Zero Knowledge Proof systems: it consumes circuit compiled with gnark/frontend.

backend/groth16/groth16.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020-2024 Consensys Software Inc.
1+
// Copyright 2020-2025 Consensys Software Inc.
22
// Licensed under the Apache License, Version 2.0. See the LICENSE file for details.
33

44
// Package groth16 implements Groth16 Zero Knowledge Proof system (aka zkSNARK).

backend/plonk/plonk.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020-2024 Consensys Software Inc.
1+
// Copyright 2020-2025 Consensys Software Inc.
22
// Licensed under the Apache License, Version 2.0. See the LICENSE file for details.
33

44
// Package plonk implements PLONK Zero Knowledge Proof system.

backend/witness/witness.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020-2024 Consensys Software Inc.
1+
// Copyright 2020-2025 Consensys Software Inc.
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

constraint/linear_expression.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020-2024 Consensys Software Inc.
1+
// Copyright 2020-2025 Consensys Software Inc.
22
// Licensed under the Apache License, Version 2.0. See the LICENSE file for details.
33

44
package constraint

constraint/log.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020-2024 Consensys Software Inc.
1+
// Copyright 2020-2025 Consensys Software Inc.
22
// Licensed under the Apache License, Version 2.0. See the LICENSE file for details.
33

44
package constraint

constraint/r1cs.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020-2024 Consensys Software Inc.
1+
// Copyright 2020-2025 Consensys Software Inc.
22
// Licensed under the Apache License, Version 2.0. See the LICENSE file for details.
33

44
package constraint

constraint/r1cs_sparse.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020-2024 Consensys Software Inc.
1+
// Copyright 2020-2025 Consensys Software Inc.
22
// Licensed under the Apache License, Version 2.0. See the LICENSE file for details.
33

44
package constraint

constraint/term.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020-2024 Consensys Software Inc.
1+
// Copyright 2020-2025 Consensys Software Inc.
22
// Licensed under the Apache License, Version 2.0. See the LICENSE file for details.
33

44
package constraint

examples/cubic/cubic.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020-2024 Consensys Software Inc.
1+
// Copyright 2020-2025 Consensys Software Inc.
22
// Licensed under the Apache License, Version 2.0. See the LICENSE file for details.
33

44
package cubic

examples/cubic/cubic_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020-2024 Consensys Software Inc.
1+
// Copyright 2020-2025 Consensys Software Inc.
22
// Licensed under the Apache License, Version 2.0. See the LICENSE file for details.
33

44
package cubic

examples/exponentiate/exponentiate.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020-2024 Consensys Software Inc.
1+
// Copyright 2020-2025 Consensys Software Inc.
22
// Licensed under the Apache License, Version 2.0. See the LICENSE file for details.
33

44
package exponentiate

examples/exponentiate/exponentiate_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020-2024 Consensys Software Inc.
1+
// Copyright 2020-2025 Consensys Software Inc.
22
// Licensed under the Apache License, Version 2.0. See the LICENSE file for details.
33

44
package exponentiate

examples/mimc/mimc.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020-2024 Consensys Software Inc.
1+
// Copyright 2020-2025 Consensys Software Inc.
22
// Licensed under the Apache License, Version 2.0. See the LICENSE file for details.
33

44
package mimc

examples/mimc/mimc_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020-2024 Consensys Software Inc.
1+
// Copyright 2020-2025 Consensys Software Inc.
22
// Licensed under the Apache License, Version 2.0. See the LICENSE file for details.
33

44
package mimc

examples/plonk/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020-2024 Consensys Software Inc.
1+
// Copyright 2020-2025 Consensys Software Inc.
22
// Licensed under the Apache License, Version 2.0. See the LICENSE file for details.
33

44
package main

examples/rollup/account.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020-2024 Consensys Software Inc.
1+
// Copyright 2020-2025 Consensys Software Inc.
22
// Licensed under the Apache License, Version 2.0. See the LICENSE file for details.
33

44
package rollup

examples/rollup/account_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020-2024 Consensys Software Inc.
1+
// Copyright 2020-2025 Consensys Software Inc.
22
// Licensed under the Apache License, Version 2.0. See the LICENSE file for details.
33

44
package rollup

examples/rollup/circuit.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020-2024 Consensys Software Inc.
1+
// Copyright 2020-2025 Consensys Software Inc.
22
// Licensed under the Apache License, Version 2.0. See the LICENSE file for details.
33

44
package rollup

examples/rollup/circuit_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020-2024 Consensys Software Inc.
1+
// Copyright 2020-2025 Consensys Software Inc.
22
// Licensed under the Apache License, Version 2.0. See the LICENSE file for details.
33

44
package rollup

examples/rollup/error.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020-2024 Consensys Software Inc.
1+
// Copyright 2020-2025 Consensys Software Inc.
22
// Licensed under the Apache License, Version 2.0. See the LICENSE file for details.
33

44
package rollup

examples/rollup/operator.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020-2024 Consensys Software Inc.
1+
// Copyright 2020-2025 Consensys Software Inc.
22
// Licensed under the Apache License, Version 2.0. See the LICENSE file for details.
33

44
package rollup

examples/rollup/rollup_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020-2024 Consensys Software Inc.
1+
// Copyright 2020-2025 Consensys Software Inc.
22
// Licensed under the Apache License, Version 2.0. See the LICENSE file for details.
33

44
package rollup

examples/rollup/transfer.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020-2024 Consensys Software Inc.
1+
// Copyright 2020-2025 Consensys Software Inc.
22
// Licensed under the Apache License, Version 2.0. See the LICENSE file for details.
33

44
package rollup

frontend/api.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020-2024 Consensys Software Inc.
1+
// Copyright 2020-2025 Consensys Software Inc.
22
// Licensed under the Apache License, Version 2.0. See the LICENSE file for details.
33

44
package frontend

frontend/circuit.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020-2024 Consensys Software Inc.
1+
// Copyright 2020-2025 Consensys Software Inc.
22
// Licensed under the Apache License, Version 2.0. See the LICENSE file for details.
33

44
package frontend

frontend/cs/r1cs/api.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020-2024 Consensys Software Inc.
1+
// Copyright 2020-2025 Consensys Software Inc.
22
// Licensed under the Apache License, Version 2.0. See the LICENSE file for details.
33

44
package r1cs

frontend/cs/r1cs/api_assertions.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020-2024 Consensys Software Inc.
1+
// Copyright 2020-2025 Consensys Software Inc.
22
// Licensed under the Apache License, Version 2.0. See the LICENSE file for details.
33

44
package r1cs

frontend/cs/r1cs/builder.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020-2024 Consensys Software Inc.
1+
// Copyright 2020-2025 Consensys Software Inc.
22
// Licensed under the Apache License, Version 2.0. See the LICENSE file for details.
33

44
package r1cs

frontend/cs/r1cs/r1cs_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020-2024 Consensys Software Inc.
1+
// Copyright 2020-2025 Consensys Software Inc.
22
// Licensed under the Apache License, Version 2.0. See the LICENSE file for details.
33

44
package r1cs

frontend/cs/scs/api.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020-2024 Consensys Software Inc.
1+
// Copyright 2020-2025 Consensys Software Inc.
22
// Licensed under the Apache License, Version 2.0. See the LICENSE file for details.
33

44
package scs

frontend/cs/scs/api_assertions.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020-2024 Consensys Software Inc.
1+
// Copyright 2020-2025 Consensys Software Inc.
22
// Licensed under the Apache License, Version 2.0. See the LICENSE file for details.
33

44
package scs

frontend/cs/scs/builder.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020-2024 Consensys Software Inc.
1+
// Copyright 2020-2025 Consensys Software Inc.
22
// Licensed under the Apache License, Version 2.0. See the LICENSE file for details.
33

44
package scs

frontend/schema/field.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020-2024 Consensys Software Inc.
1+
// Copyright 2020-2025 Consensys Software Inc.
22
// Licensed under the Apache License, Version 2.0. See the LICENSE file for details.
33

44
package schema

frontend/schema/schema.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020-2024 Consensys Software Inc.
1+
// Copyright 2020-2025 Consensys Software Inc.
22
// Licensed under the Apache License, Version 2.0. See the LICENSE file for details.
33

44
package schema

frontend/schema/schema_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020-2024 Consensys Software Inc.
1+
// Copyright 2020-2025 Consensys Software Inc.
22
// Licensed under the Apache License, Version 2.0. See the LICENSE file for details.
33

44
package schema

frontend/variable.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020-2024 Consensys Software Inc.
1+
// Copyright 2020-2025 Consensys Software Inc.
22
// Licensed under the Apache License, Version 2.0. See the LICENSE file for details.
33

44
package frontend

integration_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020-2024 Consensys Software Inc.
1+
// Copyright 2020-2025 Consensys Software Inc.
22
// Licensed under the Apache License, Version 2.0. See the LICENSE file for details.
33

44
package gnark_test

internal/utils/convert.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020-2024 Consensys Software Inc.
1+
// Copyright 2020-2025 Consensys Software Inc.
22
// Licensed under the Apache License, Version 2.0. See the LICENSE file for details.
33

44
package utils

internal/utils/convert_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020-2024 Consensys Software Inc.
1+
// Copyright 2020-2025 Consensys Software Inc.
22
// Licensed under the Apache License, Version 2.0. See the LICENSE file for details.
33

44
package utils

io/io.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020-2024 Consensys Software Inc.
1+
// Copyright 2020-2025 Consensys Software Inc.
22
// Licensed under the Apache License, Version 2.0. See the LICENSE file for details.
33

44
// Package io offers serialization interfaces for gnark objects.

std/accumulator/merkle/verify.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2626
SOFTWARE.
2727
*/
2828

29-
// Copyright 2020-2024 Consensys Software Inc.
29+
// Copyright 2020-2025 Consensys Software Inc.
3030
// Licensed under the Apache License, Version 2.0. See the LICENSE file for details.
3131

3232
// Package merkle provides a ZKP-circuit function to verify merkle proofs.

std/accumulator/merkle/verify_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020-2024 Consensys Software Inc.
1+
// Copyright 2020-2025 Consensys Software Inc.
22
// Licensed under the Apache License, Version 2.0. See the LICENSE file for details.
33

44
package merkle

std/algebra/native/fields_bls12377/e12.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020-2024 Consensys Software Inc.
1+
// Copyright 2020-2025 Consensys Software Inc.
22
// Licensed under the Apache License, Version 2.0. See the LICENSE file for details.
33

44
package fields_bls12377

std/algebra/native/fields_bls12377/e12_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020-2024 Consensys Software Inc.
1+
// Copyright 2020-2025 Consensys Software Inc.
22
// Licensed under the Apache License, Version 2.0. See the LICENSE file for details.
33

44
package fields_bls12377

std/algebra/native/fields_bls12377/e2.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020-2024 Consensys Software Inc.
1+
// Copyright 2020-2025 Consensys Software Inc.
22
// Licensed under the Apache License, Version 2.0. See the LICENSE file for details.
33

44
package fields_bls12377

std/algebra/native/fields_bls12377/e2_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020-2024 Consensys Software Inc.
1+
// Copyright 2020-2025 Consensys Software Inc.
22
// Licensed under the Apache License, Version 2.0. See the LICENSE file for details.
33

44
package fields_bls12377

std/algebra/native/fields_bls12377/e6.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020-2024 Consensys Software Inc.
1+
// Copyright 2020-2025 Consensys Software Inc.
22
// Licensed under the Apache License, Version 2.0. See the LICENSE file for details.
33

44
package fields_bls12377

std/algebra/native/fields_bls12377/e6_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020-2024 Consensys Software Inc.
1+
// Copyright 2020-2025 Consensys Software Inc.
22
// Licensed under the Apache License, Version 2.0. See the LICENSE file for details.
33

44
package fields_bls12377

std/algebra/native/fields_bls24315/e12.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020-2024 Consensys Software Inc.
1+
// Copyright 2020-2025 Consensys Software Inc.
22
// Licensed under the Apache License, Version 2.0. See the LICENSE file for details.
33

44
package fields_bls24315

std/algebra/native/fields_bls24315/e12_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020-2024 Consensys Software Inc.
1+
// Copyright 2020-2025 Consensys Software Inc.
22
// Licensed under the Apache License, Version 2.0. See the LICENSE file for details.
33

44
package fields_bls24315

std/algebra/native/fields_bls24315/e2.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020-2024 Consensys Software Inc.
1+
// Copyright 2020-2025 Consensys Software Inc.
22
// Licensed under the Apache License, Version 2.0. See the LICENSE file for details.
33

44
package fields_bls24315

std/algebra/native/fields_bls24315/e24.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020-2024 Consensys Software Inc.
1+
// Copyright 2020-2025 Consensys Software Inc.
22
// Licensed under the Apache License, Version 2.0. See the LICENSE file for details.
33

44
package fields_bls24315

std/algebra/native/fields_bls24315/e24_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020-2024 Consensys Software Inc.
1+
// Copyright 2020-2025 Consensys Software Inc.
22
// Licensed under the Apache License, Version 2.0. See the LICENSE file for details.
33

44
package fields_bls24315

std/algebra/native/fields_bls24315/e2_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020-2024 Consensys Software Inc.
1+
// Copyright 2020-2025 Consensys Software Inc.
22
// Licensed under the Apache License, Version 2.0. See the LICENSE file for details.
33

44
package fields_bls24315

std/algebra/native/fields_bls24315/e4.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020-2024 Consensys Software Inc.
1+
// Copyright 2020-2025 Consensys Software Inc.
22
// Licensed under the Apache License, Version 2.0. See the LICENSE file for details.
33

44
package fields_bls24315

std/algebra/native/fields_bls24315/e4_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020-2024 Consensys Software Inc.
1+
// Copyright 2020-2025 Consensys Software Inc.
22
// Licensed under the Apache License, Version 2.0. See the LICENSE file for details.
33

44
package fields_bls24315

std/algebra/native/sw_bls12377/g1.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020-2024 Consensys Software Inc.
1+
// Copyright 2020-2025 Consensys Software Inc.
22
// Licensed under the Apache License, Version 2.0. See the LICENSE file for details.
33

44
package sw_bls12377

std/algebra/native/sw_bls12377/g1_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020-2024 Consensys Software Inc.
1+
// Copyright 2020-2025 Consensys Software Inc.
22
// Licensed under the Apache License, Version 2.0. See the LICENSE file for details.
33

44
package sw_bls12377

std/algebra/native/sw_bls12377/g2.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020-2024 Consensys Software Inc.
1+
// Copyright 2020-2025 Consensys Software Inc.
22
// Licensed under the Apache License, Version 2.0. See the LICENSE file for details.
33

44
package sw_bls12377

std/algebra/native/sw_bls12377/g2_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020-2024 Consensys Software Inc.
1+
// Copyright 2020-2025 Consensys Software Inc.
22
// Licensed under the Apache License, Version 2.0. See the LICENSE file for details.
33

44
package sw_bls12377

std/algebra/native/sw_bls12377/pairing.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020-2024 Consensys Software Inc.
1+
// Copyright 2020-2025 Consensys Software Inc.
22
// Licensed under the Apache License, Version 2.0. See the LICENSE file for details.
33

44
package sw_bls12377

std/algebra/native/sw_bls12377/pairing_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020-2024 Consensys Software Inc.
1+
// Copyright 2020-2025 Consensys Software Inc.
22
// Licensed under the Apache License, Version 2.0. See the LICENSE file for details.
33

44
package sw_bls12377

std/algebra/native/sw_bls12377/precomputations.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020-2024 Consensys Software Inc.
1+
// Copyright 2020-2025 Consensys Software Inc.
22
// Licensed under the Apache License, Version 2.0. See the LICENSE file for details.
33

44
package sw_bls12377

std/algebra/native/sw_bls24315/g1.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020-2024 Consensys Software Inc.
1+
// Copyright 2020-2025 Consensys Software Inc.
22
// Licensed under the Apache License, Version 2.0. See the LICENSE file for details.
33

44
package sw_bls24315

std/algebra/native/sw_bls24315/g1_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020-2024 Consensys Software Inc.
1+
// Copyright 2020-2025 Consensys Software Inc.
22
// Licensed under the Apache License, Version 2.0. See the LICENSE file for details.
33

44
package sw_bls24315

0 commit comments

Comments
 (0)