diff --git a/include/aaru.h b/include/aaru.h index 1ba1150..7dc3781 100644 --- a/include/aaru.h +++ b/include/aaru.h @@ -33,7 +33,7 @@ // SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // // ---------------------------------------------------------------------------- -// Copyright © 2011-2020 Natalia Portillo +// Copyright © 2011-2022 Natalia Portillo // ****************************************************************************/ #pragma clang diagnostic push diff --git a/include/aaruformat.h b/include/aaruformat.h index 5e2b82b..622fb55 100644 --- a/include/aaruformat.h +++ b/include/aaruformat.h @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2020 Natalia Portillo +// Copyright © 2011-2022 Natalia Portillo // ****************************************************************************/ #ifndef LIBAARUFORMAT_AARUFORMAT_H diff --git a/include/aaruformat/consts.h b/include/aaruformat/consts.h index 3b24580..528714e 100644 --- a/include/aaruformat/consts.h +++ b/include/aaruformat/consts.h @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2020 Natalia Portillo +// Copyright © 2011-2022 Natalia Portillo // ****************************************************************************/ #pragma clang diagnostic push diff --git a/include/aaruformat/context.h b/include/aaruformat/context.h index feadcf5..6d6f138 100644 --- a/include/aaruformat/context.h +++ b/include/aaruformat/context.h @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2020 Natalia Portillo +// Copyright © 2011-2022 Natalia Portillo // ****************************************************************************/ #ifndef LIBAARUFORMAT_CONTEXT_H #define LIBAARUFORMAT_CONTEXT_H diff --git a/include/aaruformat/decls.h b/include/aaruformat/decls.h index f5cf5b0..c146396 100644 --- a/include/aaruformat/decls.h +++ b/include/aaruformat/decls.h @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2020 Natalia Portillo +// Copyright © 2011-2022 Natalia Portillo // ****************************************************************************/ #ifndef LIBAARUFORMAT_DECLS_H diff --git a/include/aaruformat/structs.h b/include/aaruformat/structs.h index 2f5775d..aa8a6ef 100644 --- a/include/aaruformat/structs.h +++ b/include/aaruformat/structs.h @@ -27,7 +27,7 @@ // License aint64_t with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2020 Natalia Portillo +// Copyright © 2011-2022 Natalia Portillo // ****************************************************************************/ #pragma clang diagnostic push diff --git a/src/close.c b/src/close.c index 7d3d277..9aa3732 100644 --- a/src/close.c +++ b/src/close.c @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2020 Natalia Portillo +// Copyright © 2011-2022 Natalia Portillo // ****************************************************************************/ #include diff --git a/src/crc64.c b/src/crc64.c index 7585470..01b0776 100644 --- a/src/crc64.c +++ b/src/crc64.c @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2020 Natalia Portillo +// Copyright © 2011-2022 Natalia Portillo // ****************************************************************************/ #include diff --git a/src/cst.c b/src/cst.c index 3526ff6..2bd8414 100644 --- a/src/cst.c +++ b/src/cst.c @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2020 Natalia Portillo +// Copyright © 2011-2022 Natalia Portillo // ****************************************************************************/ #include diff --git a/src/ecc_cd.c b/src/ecc_cd.c index bd8229b..415266b 100644 --- a/src/ecc_cd.c +++ b/src/ecc_cd.c @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2020 Natalia Portillo +// Copyright © 2011-2022 Natalia Portillo // ECC algorithm from ECM(c) 2002-2011 Neill Corlett // ****************************************************************************/ diff --git a/src/helpers.c b/src/helpers.c index fc1d576..ddd70a1 100644 --- a/src/helpers.c +++ b/src/helpers.c @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2020 Natalia Portillo +// Copyright © 2011-2022 Natalia Portillo // ****************************************************************************/ #include diff --git a/src/identify.c b/src/identify.c index 28bf7da..d331892 100644 --- a/src/identify.c +++ b/src/identify.c @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2020 Natalia Portillo +// Copyright © 2011-2022 Natalia Portillo // ****************************************************************************/ #include diff --git a/src/open.c b/src/open.c index 5cf7420..c6abfa2 100644 --- a/src/open.c +++ b/src/open.c @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2020 Natalia Portillo +// Copyright © 2011-2022 Natalia Portillo // ****************************************************************************/ #include diff --git a/src/read.c b/src/read.c index 058d4ec..f2d74ea 100644 --- a/src/read.c +++ b/src/read.c @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2020 Natalia Portillo +// Copyright © 2011-2022 Natalia Portillo // ****************************************************************************/ #include