Skip to content
Merged
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 bench/algorithms.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* kitty: C++ truth table library
* Copyright (C) 2017-2020 EPFL
* Copyright (C) 2017-2025 EPFL
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation
Expand Down
2 changes: 1 addition & 1 deletion bench/constructors.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* kitty: C++ truth table library
* Copyright (C) 2017-2020 EPFL
* Copyright (C) 2017-2025 EPFL
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation
Expand Down
2 changes: 1 addition & 1 deletion bench/implicant.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* kitty: C++ truth table library
* Copyright (C) 2017-2020 EPFL
* Copyright (C) 2017-2025 EPFL
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation
Expand Down
2 changes: 1 addition & 1 deletion bench/one_bit.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* kitty: C++ truth table library
* Copyright (C) 2017-2020 EPFL
* Copyright (C) 2017-2025 EPFL
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation
Expand Down
2 changes: 1 addition & 1 deletion bench/operations.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* kitty: C++ truth table library
* Copyright (C) 2017-2020 EPFL
* Copyright (C) 2017-2025 EPFL
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation
Expand Down
2 changes: 1 addition & 1 deletion examples/gf16_inverse.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* kitty: C++ truth table library
* Copyright (C) 2017-2020 EPFL
* Copyright (C) 2017-2025 EPFL
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation
Expand Down
2 changes: 1 addition & 1 deletion examples/isop.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* kitty: C++ truth table library
* Copyright (C) 2017-2020 EPFL
* Copyright (C) 2017-2025 EPFL
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation
Expand Down
2 changes: 1 addition & 1 deletion examples/npn_enumeration.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* kitty: C++ truth table library
* Copyright (C) 2017-2020 EPFL
* Copyright (C) 2017-2025 EPFL
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation
Expand Down
2 changes: 1 addition & 1 deletion examples/npn_enumeration_map.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* kitty: C++ truth table library
* Copyright (C) 2017-2020 EPFL
* Copyright (C) 2017-2025 EPFL
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation
Expand Down
2 changes: 1 addition & 1 deletion examples/npn_random.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* kitty: C++ truth table library
* Copyright (C) 2017-2020 EPFL
* Copyright (C) 2017-2025 EPFL
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation
Expand Down
2 changes: 1 addition & 1 deletion examples/spectral_enumeration.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* kitty: C++ truth table library
* Copyright (C) 2017-2020 EPFL
* Copyright (C) 2017-2025 EPFL
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation
Expand Down
2 changes: 1 addition & 1 deletion examples/spectral_enumeration_file.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* kitty: C++ truth table library
* Copyright (C) 2017-2020 EPFL
* Copyright (C) 2017-2025 EPFL
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation
Expand Down
2 changes: 1 addition & 1 deletion examples/spectral_enumeration_fuller.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* kitty: C++ truth table library
* Copyright (C) 2017-2020 EPFL
* Copyright (C) 2017-2025 EPFL
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation
Expand Down
2 changes: 1 addition & 1 deletion examples/spectral_enumeration_map.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* kitty: C++ truth table library
* Copyright (C) 2017-2020 EPFL
* Copyright (C) 2017-2025 EPFL
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation
Expand Down
2 changes: 1 addition & 1 deletion include/kitty/affine.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* kitty: C++ truth table library
* Copyright (C) 2017-2022 EPFL
* Copyright (C) 2017-2025 EPFL
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation
Expand Down
2 changes: 1 addition & 1 deletion include/kitty/algorithm.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* kitty: C++ truth table library
* Copyright (C) 2017-2022 EPFL
* Copyright (C) 2017-2025 EPFL
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation
Expand Down
2 changes: 1 addition & 1 deletion include/kitty/bit_operations.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* kitty: C++ truth table library
* Copyright (C) 2017-2022 EPFL
* Copyright (C) 2017-2025 EPFL
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation
Expand Down
2 changes: 1 addition & 1 deletion include/kitty/cnf.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* kitty: C++ truth table library
* Copyright (C) 2017-2022 EPFL
* Copyright (C) 2017-2025 EPFL
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation
Expand Down
2 changes: 1 addition & 1 deletion include/kitty/constructors.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* kitty: C++ truth table library
* Copyright (C) 2017-2022 EPFL
* Copyright (C) 2017-2025 EPFL
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation
Expand Down
2 changes: 1 addition & 1 deletion include/kitty/cube.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* kitty: C++ truth table library
* Copyright (C) 2017-2022 EPFL
* Copyright (C) 2017-2025 EPFL
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation
Expand Down
2 changes: 1 addition & 1 deletion include/kitty/decomposition.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* kitty: C++ truth table library
* Copyright (C) 2017-2022 EPFL
* Copyright (C) 2017-2025 EPFL
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation
Expand Down
2 changes: 1 addition & 1 deletion include/kitty/detail/constants.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* kitty: C++ truth table library
* Copyright (C) 2017-2022 EPFL
* Copyright (C) 2017-2025 EPFL
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation
Expand Down
2 changes: 1 addition & 1 deletion include/kitty/detail/linear_constants.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* kitty: C++ truth table library
* Copyright (C) 2017-2022 EPFL
* Copyright (C) 2017-2025 EPFL
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation
Expand Down
2 changes: 1 addition & 1 deletion include/kitty/detail/mscfix.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* kitty: C++ truth table library
* Copyright (C) 2017-2022 EPFL
* Copyright (C) 2017-2025 EPFL
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation
Expand Down
2 changes: 1 addition & 1 deletion include/kitty/detail/shift.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* kitty: C++ truth table library
* Copyright (C) 2017-2022 EPFL
* Copyright (C) 2017-2025 EPFL
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation
Expand Down
2 changes: 1 addition & 1 deletion include/kitty/detail/utils.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* kitty: C++ truth table library
* Copyright (C) 2017-2022 EPFL
* Copyright (C) 2017-2025 EPFL
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation
Expand Down
2 changes: 1 addition & 1 deletion include/kitty/dynamic_truth_table.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* kitty: C++ truth table library
* Copyright (C) 2017-2022 EPFL
* Copyright (C) 2017-2025 EPFL
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation
Expand Down
2 changes: 1 addition & 1 deletion include/kitty/enumeration.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* kitty: C++ truth table library
* Copyright (C) 2017-2022 EPFL
* Copyright (C) 2017-2025 EPFL
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation
Expand Down
2 changes: 1 addition & 1 deletion include/kitty/esop.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* kitty: C++ truth table library
* Copyright (C) 2017-2022 EPFL
* Copyright (C) 2017-2025 EPFL
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation
Expand Down
2 changes: 1 addition & 1 deletion include/kitty/hash.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* kitty: C++ truth table library
* Copyright (C) 2017-2022 EPFL
* Copyright (C) 2017-2025 EPFL
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation
Expand Down
2 changes: 1 addition & 1 deletion include/kitty/implicant.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* kitty: C++ truth table library
* Copyright (C) 2017-2022 EPFL
* Copyright (C) 2017-2025 EPFL
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation
Expand Down
2 changes: 1 addition & 1 deletion include/kitty/isop.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* kitty: C++ truth table library
* Copyright (C) 2017-2022 EPFL
* Copyright (C) 2017-2025 EPFL
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation
Expand Down
2 changes: 1 addition & 1 deletion include/kitty/karnaugh_map.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* kitty: C++ truth table library
* Copyright (C) 2017-2022 EPFL
* Copyright (C) 2017-2025 EPFL
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation
Expand Down
2 changes: 1 addition & 1 deletion include/kitty/kitty.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* kitty: C++ truth table library
* Copyright (C) 2017-2022 EPFL
* Copyright (C) 2017-2025 EPFL
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation
Expand Down
2 changes: 1 addition & 1 deletion include/kitty/npn.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* kitty: C++ truth table library
* Copyright (C) 2017-2022 EPFL
* Copyright (C) 2017-2025 EPFL
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation
Expand Down
2 changes: 1 addition & 1 deletion include/kitty/operations.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* kitty: C++ truth table library
* Copyright (C) 2017-2022 EPFL
* Copyright (C) 2017-2025 EPFL
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation
Expand Down
2 changes: 1 addition & 1 deletion include/kitty/operators.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* kitty: C++ truth table library
* Copyright (C) 2017-2022 EPFL
* Copyright (C) 2017-2025 EPFL
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation
Expand Down
2 changes: 1 addition & 1 deletion include/kitty/partial_truth_table.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* kitty: C++ truth table library
* Copyright (C) 2017-2022 EPFL
* Copyright (C) 2017-2025 EPFL
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation
Expand Down
2 changes: 1 addition & 1 deletion include/kitty/permutation.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* kitty: C++ truth table library
* Copyright (C) 2017-2022 EPFL
* Copyright (C) 2017-2025 EPFL
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation
Expand Down
2 changes: 1 addition & 1 deletion include/kitty/print.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* kitty: C++ truth table library
* Copyright (C) 2017-2022 EPFL
* Copyright (C) 2017-2025 EPFL
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation
Expand Down
2 changes: 1 addition & 1 deletion include/kitty/properties.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* kitty: C++ truth table library
* Copyright (C) 2017-2022 EPFL
* Copyright (C) 2017-2025 EPFL
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation
Expand Down
2 changes: 1 addition & 1 deletion include/kitty/quaternary_truth_table.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* kitty: C++ truth table library
* Copyright (C) 2017-2022 EPFL
* Copyright (C) 2017-2025 EPFL
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation
Expand Down
4 changes: 2 additions & 2 deletions include/kitty/spectral.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* kitty: C++ truth table library
* Copyright (C) 2017-2022 EPFL
* Copyright (C) 2017-2021 University of Victoria
* Copyright (C) 2017-2025 EPFL
* Copyright (C) 2017-2025 University of Victoria
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation
Expand Down
2 changes: 1 addition & 1 deletion include/kitty/spp.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* kitty: C++ truth table library
* Copyright (C) 2017-2022 EPFL
* Copyright (C) 2017-2025 EPFL
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation
Expand Down
2 changes: 1 addition & 1 deletion include/kitty/static_truth_table.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* kitty: C++ truth table library
* Copyright (C) 2017-2022 EPFL
* Copyright (C) 2017-2025 EPFL
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation
Expand Down
2 changes: 1 addition & 1 deletion include/kitty/ternary_truth_table.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* kitty: C++ truth table library
* Copyright (C) 2017-2022 EPFL
* Copyright (C) 2017-2025 EPFL
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation
Expand Down
2 changes: 1 addition & 1 deletion include/kitty/traits.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* kitty: C++ truth table library
* Copyright (C) 2017-2022 EPFL
* Copyright (C) 2017-2025 EPFL
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation
Expand Down
2 changes: 1 addition & 1 deletion test/affine.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* kitty: C++ truth table library
* Copyright (C) 2017-2020 EPFL
* Copyright (C) 2017-2025 EPFL
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation
Expand Down
2 changes: 1 addition & 1 deletion test/algorithm.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* kitty: C++ truth table library
* Copyright (C) 2017-2020 EPFL
* Copyright (C) 2017-2025 EPFL
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation
Expand Down
2 changes: 1 addition & 1 deletion test/bit_operations.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* kitty: C++ truth table library
* Copyright (C) 2017-2020 EPFL
* Copyright (C) 2017-2025 EPFL
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation
Expand Down
2 changes: 1 addition & 1 deletion test/cnf.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* kitty: C++ truth table library
* Copyright (C) 2017-2020 EPFL
* Copyright (C) 2017-2025 EPFL
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation
Expand Down
2 changes: 1 addition & 1 deletion test/constructors.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* kitty: C++ truth table library
* Copyright (C) 2017-2020 EPFL
* Copyright (C) 2017-2025 EPFL
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation
Expand Down
2 changes: 1 addition & 1 deletion test/cube.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* kitty: C++ truth table library
* Copyright (C) 2017-2020 EPFL
* Copyright (C) 2017-2025 EPFL
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation
Expand Down
2 changes: 1 addition & 1 deletion test/decomposition.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* kitty: C++ truth table library
* Copyright (C) 2017-2020 EPFL
* Copyright (C) 2017-2025 EPFL
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation
Expand Down
2 changes: 1 addition & 1 deletion test/enumeration.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* kitty: C++ truth table library
* Copyright (C) 2017-2020 EPFL
* Copyright (C) 2017-2025 EPFL
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation
Expand Down
2 changes: 1 addition & 1 deletion test/hash.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* kitty: C++ truth table library
* Copyright (C) 2017-2020 EPFL
* Copyright (C) 2017-2025 EPFL
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation
Expand Down
Loading