Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
BSD 3-Clause Clear License

Copyright © 2024 ZAMA.
Copyright © 2025 ZAMA.
All rights reserved.

Redistribution and use in source and binary forms, with or without modification,
Expand Down
2 changes: 1 addition & 1 deletion backends/concrete-cpu/implementation/cbindgen.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ language = "C"

############## Options for Wrapping the Contents of the Header #################

header = "// Copyright © 2022 ZAMA.\n// All rights reserved."
header = "// Copyright © 2025 ZAMA.\n// All rights reserved."
# trailer = "/* Text to put at the end of the generated file */"
include_guard = "CONCRETE_CPU_FFI_H"
# pragma_once = true
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright © 2022 ZAMA.
// Copyright © 2025 ZAMA.
// All rights reserved.

#ifndef CONCRETE_CPU_FFI_H
Expand Down
2 changes: 1 addition & 1 deletion backends/concrete-cpu/noise-model/cbindgen.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ language = "C"

############## Options for Wrapping the Contents of the Header #################

header = "// Copyright © 2022 ZAMA.\n// All rights reserved."
header = "// Copyright © 2025 ZAMA.\n// All rights reserved."
# trailer = "/* Text to put at the end of the generated file */"
include_guard = "CONCRETE_CPU_NOISE_MODEL_FFI_H"
# pragma_once = true
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright © 2022 ZAMA.
// Copyright © 2025 ZAMA.
// All rights reserved.

#ifndef CONCRETE_CPU_NOISE_MODEL_FFI_H
Expand Down
2 changes: 1 addition & 1 deletion backends/concrete-cuda/rust_api/LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
BSD 3-Clause Clear License

Copyright © 2023 ZAMA.
Copyright © 2025 ZAMA.
All rights reserved.

Redistribution and use in source and binary forms, with or without modification,
Expand Down
2 changes: 1 addition & 1 deletion compilers/concrete-optimizer/LICENSE
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
BSD 3-Clause Clear License
Copyright © 2022 ZAMA.
Copyright © 2025 ZAMA.
All rights reserved.
Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:
Expand Down
2 changes: 1 addition & 1 deletion frontends/concrete-python/LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
BSD 3-Clause Clear License

Copyright © 2022 ZAMA.
Copyright © 2025 ZAMA.
All rights reserved.

Redistribution and use in source and binary forms, with or without modification,
Expand Down