diff --git a/arithmetization/src/main/java/net/consensys/linea/zktracer/module/preclimits/Blake2f.java b/arithmetization/src/main/java/net/consensys/linea/zktracer/module/preclimits/Blake2f.java index 25418b0d36..35829b25f4 100644 --- a/arithmetization/src/main/java/net/consensys/linea/zktracer/module/preclimits/Blake2f.java +++ b/arithmetization/src/main/java/net/consensys/linea/zktracer/module/preclimits/Blake2f.java @@ -1,5 +1,5 @@ /* - * Copyright ConsenSys AG. + * Copyright Consensys Software Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at diff --git a/arithmetization/src/main/java/net/consensys/linea/zktracer/module/preclimits/Ecadd.java b/arithmetization/src/main/java/net/consensys/linea/zktracer/module/preclimits/Ecadd.java index c4bf15c6c7..eb385e57ca 100644 --- a/arithmetization/src/main/java/net/consensys/linea/zktracer/module/preclimits/Ecadd.java +++ b/arithmetization/src/main/java/net/consensys/linea/zktracer/module/preclimits/Ecadd.java @@ -1,5 +1,5 @@ /* - * Copyright ConsenSys AG. + * Copyright Consensys Software Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at diff --git a/arithmetization/src/main/java/net/consensys/linea/zktracer/module/preclimits/Ecmul.java b/arithmetization/src/main/java/net/consensys/linea/zktracer/module/preclimits/Ecmul.java index 1be3e81ef2..ce9b59b73a 100644 --- a/arithmetization/src/main/java/net/consensys/linea/zktracer/module/preclimits/Ecmul.java +++ b/arithmetization/src/main/java/net/consensys/linea/zktracer/module/preclimits/Ecmul.java @@ -1,5 +1,5 @@ /* - * Copyright ConsenSys AG. + * Copyright Consensys Software Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at diff --git a/arithmetization/src/main/java/net/consensys/linea/zktracer/module/preclimits/EcpairingCall.java b/arithmetization/src/main/java/net/consensys/linea/zktracer/module/preclimits/EcpairingCall.java index 9a4ccc3eb7..f894c1d362 100644 --- a/arithmetization/src/main/java/net/consensys/linea/zktracer/module/preclimits/EcpairingCall.java +++ b/arithmetization/src/main/java/net/consensys/linea/zktracer/module/preclimits/EcpairingCall.java @@ -1,5 +1,5 @@ /* - * Copyright ConsenSys AG. + * Copyright Consensys Software Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at diff --git a/arithmetization/src/main/java/net/consensys/linea/zktracer/module/preclimits/EcpairingLimit.java b/arithmetization/src/main/java/net/consensys/linea/zktracer/module/preclimits/EcpairingLimit.java index aa598081c4..3632d9aafa 100644 --- a/arithmetization/src/main/java/net/consensys/linea/zktracer/module/preclimits/EcpairingLimit.java +++ b/arithmetization/src/main/java/net/consensys/linea/zktracer/module/preclimits/EcpairingLimit.java @@ -1,5 +1,5 @@ /* - * Copyright ConsenSys AG. + * Copyright Consensys Software Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at diff --git a/arithmetization/src/main/java/net/consensys/linea/zktracer/module/preclimits/EcpairingWeightedCall.java b/arithmetization/src/main/java/net/consensys/linea/zktracer/module/preclimits/EcpairingWeightedCall.java index 48e2913faa..d9e4cf883e 100644 --- a/arithmetization/src/main/java/net/consensys/linea/zktracer/module/preclimits/EcpairingWeightedCall.java +++ b/arithmetization/src/main/java/net/consensys/linea/zktracer/module/preclimits/EcpairingWeightedCall.java @@ -1,5 +1,5 @@ /* - * Copyright ConsenSys AG. + * Copyright Consensys Software Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at diff --git a/arithmetization/src/main/java/net/consensys/linea/zktracer/module/preclimits/Ecrec.java b/arithmetization/src/main/java/net/consensys/linea/zktracer/module/preclimits/Ecrec.java index caaaaa841c..506e96f835 100644 --- a/arithmetization/src/main/java/net/consensys/linea/zktracer/module/preclimits/Ecrec.java +++ b/arithmetization/src/main/java/net/consensys/linea/zktracer/module/preclimits/Ecrec.java @@ -1,5 +1,5 @@ /* - * Copyright ConsenSys AG. + * Copyright Consensys Software Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at diff --git a/arithmetization/src/main/java/net/consensys/linea/zktracer/module/preclimits/Modexp.java b/arithmetization/src/main/java/net/consensys/linea/zktracer/module/preclimits/Modexp.java index d150c20d38..0df9884c57 100644 --- a/arithmetization/src/main/java/net/consensys/linea/zktracer/module/preclimits/Modexp.java +++ b/arithmetization/src/main/java/net/consensys/linea/zktracer/module/preclimits/Modexp.java @@ -1,5 +1,5 @@ /* - * Copyright ConsenSys AG. + * Copyright Consensys Software Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at diff --git a/arithmetization/src/main/java/net/consensys/linea/zktracer/module/preclimits/Rip160.java b/arithmetization/src/main/java/net/consensys/linea/zktracer/module/preclimits/Rip160.java index 8863a8f8a9..8db088692d 100644 --- a/arithmetization/src/main/java/net/consensys/linea/zktracer/module/preclimits/Rip160.java +++ b/arithmetization/src/main/java/net/consensys/linea/zktracer/module/preclimits/Rip160.java @@ -1,5 +1,5 @@ /* - * Copyright ConsenSys AG. + * Copyright Consensys Software Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at diff --git a/arithmetization/src/main/java/net/consensys/linea/zktracer/module/preclimits/Sha256.java b/arithmetization/src/main/java/net/consensys/linea/zktracer/module/preclimits/Sha256.java index 6d9c287ba5..b098bcaf18 100644 --- a/arithmetization/src/main/java/net/consensys/linea/zktracer/module/preclimits/Sha256.java +++ b/arithmetization/src/main/java/net/consensys/linea/zktracer/module/preclimits/Sha256.java @@ -1,5 +1,5 @@ /* - * Copyright ConsenSys AG. + * Copyright Consensys Software Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at diff --git a/arithmetization/src/main/java/net/consensys/linea/zktracer/module/trm/Trace.java b/arithmetization/src/main/java/net/consensys/linea/zktracer/module/trm/Trace.java index 4461eb5bec..0733186eb1 100644 --- a/arithmetization/src/main/java/net/consensys/linea/zktracer/module/trm/Trace.java +++ b/arithmetization/src/main/java/net/consensys/linea/zktracer/module/trm/Trace.java @@ -1,5 +1,5 @@ /* - * Copyright ConsenSys AG. + * Copyright Consensys Software Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at diff --git a/arithmetization/src/main/java/net/consensys/linea/zktracer/module/trm/TrmTrace.java b/arithmetization/src/main/java/net/consensys/linea/zktracer/module/trm/TrmTrace.java index 785bc6c33c..5f2d11dc51 100644 --- a/arithmetization/src/main/java/net/consensys/linea/zktracer/module/trm/TrmTrace.java +++ b/arithmetization/src/main/java/net/consensys/linea/zktracer/module/trm/TrmTrace.java @@ -1,5 +1,5 @@ /* - * Copyright ConsenSys AG. + * Copyright Consensys Software Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at diff --git a/arithmetization/src/main/java/net/consensys/linea/zktracer/types/Address.java b/arithmetization/src/main/java/net/consensys/linea/zktracer/types/Address.java index 98c2b3e5ad..b5d94b10c3 100644 --- a/arithmetization/src/main/java/net/consensys/linea/zktracer/types/Address.java +++ b/arithmetization/src/main/java/net/consensys/linea/zktracer/types/Address.java @@ -1,5 +1,5 @@ /* - * Copyright ConsenSys AG. + * Copyright Consensys Software Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at diff --git a/arithmetization/src/test/java/net/consensys/linea/zktracer/module/preclimits/precTests.java b/arithmetization/src/test/java/net/consensys/linea/zktracer/module/preclimits/precTests.java index 33cfa17d7d..919b352e85 100644 --- a/arithmetization/src/test/java/net/consensys/linea/zktracer/module/preclimits/precTests.java +++ b/arithmetization/src/test/java/net/consensys/linea/zktracer/module/preclimits/precTests.java @@ -1,17 +1,18 @@ -package net.consensys.linea.zktracer.module.preclimits; /* - * Copyright ConsenSys AG. - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with - * the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on - * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the - * specific language governing permissions and limitations under the License. - * - * SPDX-License-Identifier: Apache-2.0 - */ +/* + * Copyright Consensys Software Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on + * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + * + * SPDX-License-Identifier: Apache-2.0 + */ +package net.consensys.linea.zktracer.module.preclimits; import net.consensys.linea.zktracer.testing.EvmExtension; import org.junit.jupiter.api.extension.ExtendWith; diff --git a/arithmetization/src/test/java/net/consensys/linea/zktracer/module/trm/TrmDataTest.java b/arithmetization/src/test/java/net/consensys/linea/zktracer/module/trm/TrmDataTest.java index c4aceeb620..af922c08a5 100644 --- a/arithmetization/src/test/java/net/consensys/linea/zktracer/module/trm/TrmDataTest.java +++ b/arithmetization/src/test/java/net/consensys/linea/zktracer/module/trm/TrmDataTest.java @@ -1,5 +1,5 @@ /* - * Copyright ConsenSys AG. + * Copyright Consensys Software Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at diff --git a/arithmetization/src/test/java/net/consensys/linea/zktracer/module/trm/TrmTracerTest.java b/arithmetization/src/test/java/net/consensys/linea/zktracer/module/trm/TrmTracerTest.java index 93a26f3ea6..023f1fbf38 100644 --- a/arithmetization/src/test/java/net/consensys/linea/zktracer/module/trm/TrmTracerTest.java +++ b/arithmetization/src/test/java/net/consensys/linea/zktracer/module/trm/TrmTracerTest.java @@ -1,5 +1,5 @@ /* - * Copyright ConsenSys AG. + * Copyright Consensys Software Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at