Index: src/MTXClient.h ================================================================== --- src/MTXClient.h +++ src/MTXClient.h @@ -1,7 +1,7 @@ /* - * Copyright (c) 2020, Jonathan Schleifer + * Copyright (c) 2020, 2021, 2024, Jonathan Schleifer * * https://fossil.nil.im/objmatrix * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above Index: src/MTXClient.m ================================================================== --- src/MTXClient.m +++ src/MTXClient.m @@ -1,7 +1,7 @@ /* - * Copyright (c) 2020, Jonathan Schleifer + * Copyright (c) 2020, 2021, 2024, Jonathan Schleifer * * https://fossil.nil.im/objmatrix * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above Index: src/MTXRequest.h ================================================================== --- src/MTXRequest.h +++ src/MTXRequest.h @@ -1,7 +1,7 @@ /* - * Copyright (c) 2020, Jonathan Schleifer + * Copyright (c) 2020, 2021, 2024, Jonathan Schleifer * * https://fossil.nil.im/objmatrix * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above Index: src/MTXRequest.m ================================================================== --- src/MTXRequest.m +++ src/MTXRequest.m @@ -1,7 +1,7 @@ /* - * Copyright (c) 2020, Jonathan Schleifer + * Copyright (c) 2020, 2021, 2024, Jonathan Schleifer * * https://fossil.nil.im/objmatrix * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above Index: src/MTXSQLite3Storage.m ================================================================== --- src/MTXSQLite3Storage.m +++ src/MTXSQLite3Storage.m @@ -1,7 +1,7 @@ /* - * Copyright (c) 2020, Jonathan Schleifer + * Copyright (c) 2020, 2021, Jonathan Schleifer * * https://fossil.nil.im/objmatrix * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above Index: src/MTXStorage.h ================================================================== --- src/MTXStorage.h +++ src/MTXStorage.h @@ -1,7 +1,7 @@ /* - * Copyright (c) 2020, Jonathan Schleifer + * Copyright (c) 2020, 2021, Jonathan Schleifer * * https://fossil.nil.im/objmatrix * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above Index: src/exceptions/MTXClientException.h ================================================================== --- src/exceptions/MTXClientException.h +++ src/exceptions/MTXClientException.h @@ -1,7 +1,7 @@ /* - * Copyright (c) 2020, Jonathan Schleifer + * Copyright (c) 2020, 2021, Jonathan Schleifer * * https://fossil.nil.im/objmatrix * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above Index: src/exceptions/MTXClientException.m ================================================================== --- src/exceptions/MTXClientException.m +++ src/exceptions/MTXClientException.m @@ -1,7 +1,7 @@ /* - * Copyright (c) 2020, Jonathan Schleifer + * Copyright (c) 2020, 2021, Jonathan Schleifer * * https://fossil.nil.im/objmatrix * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above Index: src/exceptions/MTXJoinRoomFailedException.h ================================================================== --- src/exceptions/MTXJoinRoomFailedException.h +++ src/exceptions/MTXJoinRoomFailedException.h @@ -1,7 +1,7 @@ /* - * Copyright (c) 2020, Jonathan Schleifer + * Copyright (c) 2020, 2021, Jonathan Schleifer * * https://fossil.nil.im/objmatrix * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above Index: src/exceptions/MTXJoinRoomFailedException.m ================================================================== --- src/exceptions/MTXJoinRoomFailedException.m +++ src/exceptions/MTXJoinRoomFailedException.m @@ -1,7 +1,7 @@ /* - * Copyright (c) 2020, Jonathan Schleifer + * Copyright (c) 2020, 2021, Jonathan Schleifer * * https://fossil.nil.im/objmatrix * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above Index: src/exceptions/MTXLeaveRoomFailedException.h ================================================================== --- src/exceptions/MTXLeaveRoomFailedException.h +++ src/exceptions/MTXLeaveRoomFailedException.h @@ -1,7 +1,7 @@ /* - * Copyright (c) 2020, Jonathan Schleifer + * Copyright (c) 2020, 2021, Jonathan Schleifer * * https://fossil.nil.im/objmatrix * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above Index: src/exceptions/MTXLeaveRoomFailedException.m ================================================================== --- src/exceptions/MTXLeaveRoomFailedException.m +++ src/exceptions/MTXLeaveRoomFailedException.m @@ -1,7 +1,7 @@ /* - * Copyright (c) 2020, Jonathan Schleifer + * Copyright (c) 2020, 2021, Jonathan Schleifer * * https://fossil.nil.im/objmatrix * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above Index: src/exceptions/MTXLoginFailedException.h ================================================================== --- src/exceptions/MTXLoginFailedException.h +++ src/exceptions/MTXLoginFailedException.h @@ -1,7 +1,7 @@ /* - * Copyright (c) 2020, Jonathan Schleifer + * Copyright (c) 2020, 2021, 2024, Jonathan Schleifer * * https://fossil.nil.im/objmatrix * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above Index: src/exceptions/MTXLoginFailedException.m ================================================================== --- src/exceptions/MTXLoginFailedException.m +++ src/exceptions/MTXLoginFailedException.m @@ -1,7 +1,7 @@ /* - * Copyright (c) 2020, Jonathan Schleifer + * Copyright (c) 2020, 2021, 2024, Jonathan Schleifer * * https://fossil.nil.im/objmatrix * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above Index: src/exceptions/MTXSendMessageFailedException.h ================================================================== --- src/exceptions/MTXSendMessageFailedException.h +++ src/exceptions/MTXSendMessageFailedException.h @@ -1,7 +1,7 @@ /* - * Copyright (c) 2020, Jonathan Schleifer + * Copyright (c) 2020, 2021, Jonathan Schleifer * * https://fossil.nil.im/objmatrix * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above Index: src/exceptions/MTXSendMessageFailedException.m ================================================================== --- src/exceptions/MTXSendMessageFailedException.m +++ src/exceptions/MTXSendMessageFailedException.m @@ -1,7 +1,7 @@ /* - * Copyright (c) 2020, Jonathan Schleifer + * Copyright (c) 2020, 2021, Jonathan Schleifer * * https://fossil.nil.im/objmatrix * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above Index: tests/Tests.m ================================================================== --- tests/Tests.m +++ tests/Tests.m @@ -1,7 +1,7 @@ /* - * Copyright (c) 2020, Jonathan Schleifer + * Copyright (c) 2020, 2021, 2024, Jonathan Schleifer * * https://fossil.nil.im/objmatrix * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above