From 6d3c78783020df45ffa164199cb4770c2627754d Mon Sep 17 00:00:00 2001 From: Jonathan Schleifer Date: Tue, 24 Jun 2025 18:40:09 +0200 Subject: [PATCH] Update copyright & URL --- src/ObjSQLite3.h | 4 ++-- src/SL3Connection.h | 4 ++-- src/SL3Connection.m | 4 ++-- src/SL3PreparedStatement+Private.h | 4 ++-- src/SL3PreparedStatement.h | 4 ++-- src/SL3PreparedStatement.m | 4 ++-- src/exceptions/SL3BindObjectFailedException.h | 4 ++-- src/exceptions/SL3BindObjectFailedException.m | 4 ++-- src/exceptions/SL3ClearBindingsFailedException.h | 4 ++-- src/exceptions/SL3ClearBindingsFailedException.m | 4 ++-- src/exceptions/SL3Exception.h | 4 ++-- src/exceptions/SL3Exception.m | 4 ++-- src/exceptions/SL3ExecuteStatementFailedException.h | 4 ++-- src/exceptions/SL3ExecuteStatementFailedException.m | 4 ++-- src/exceptions/SL3OpenFailedException.h | 4 ++-- src/exceptions/SL3OpenFailedException.m | 4 ++-- src/exceptions/SL3PrepareStatementFailedException.h | 4 ++-- src/exceptions/SL3PrepareStatementFailedException.m | 4 ++-- src/exceptions/SL3ResetStatementFailedException.h | 4 ++-- src/exceptions/SL3ResetStatementFailedException.m | 4 ++-- tests/Tests.m | 4 ++-- 21 files changed, 42 insertions(+), 42 deletions(-) diff --git a/src/ObjSQLite3.h b/src/ObjSQLite3.h index 2b466ef..fab5408 100644 --- a/src/ObjSQLite3.h +++ b/src/ObjSQLite3.h @@ -1,7 +1,7 @@ /* - * Copyright (c) 2020 Jonathan Schleifer + * Copyright (c) 2020, 2025 Jonathan Schleifer * - * https://fl.nil.im/objsqlite3 + * https://git.nil.im/ObjFW/ObjSQLite3 * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/SL3Connection.h b/src/SL3Connection.h index 345c157..498ac91 100644 --- a/src/SL3Connection.h +++ b/src/SL3Connection.h @@ -1,7 +1,7 @@ /* - * Copyright (c) 2020, 2024 Jonathan Schleifer + * Copyright (c) 2020, 2024, 2025 Jonathan Schleifer * - * https://fl.nil.im/objsqlite3 + * https://git.nil.im/ObjFW/ObjSQLite3 * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/SL3Connection.m b/src/SL3Connection.m index c05b925..6b7fd91 100644 --- a/src/SL3Connection.m +++ b/src/SL3Connection.m @@ -1,7 +1,7 @@ /* - * Copyright (c) 2020, 2024 Jonathan Schleifer + * Copyright (c) 2020, 2024, 2025 Jonathan Schleifer * - * https://fl.nil.im/objsqlite3 + * https://git.nil.im/ObjFW/ObjSQLite3 * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/SL3PreparedStatement+Private.h b/src/SL3PreparedStatement+Private.h index 5784384..1734472 100644 --- a/src/SL3PreparedStatement+Private.h +++ b/src/SL3PreparedStatement+Private.h @@ -1,7 +1,7 @@ /* - * Copyright (c) 2020 Jonathan Schleifer + * Copyright (c) 2020, 2025 Jonathan Schleifer * - * https://fl.nil.im/objsqlite3 + * https://git.nil.im/ObjFW/ObjSQLite3 * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/SL3PreparedStatement.h b/src/SL3PreparedStatement.h index 43e068f..e7c23b8 100644 --- a/src/SL3PreparedStatement.h +++ b/src/SL3PreparedStatement.h @@ -1,7 +1,7 @@ /* - * Copyright (c) 2020, 2024 Jonathan Schleifer + * Copyright (c) 2020, 2024, 2025 Jonathan Schleifer * - * https://fl.nil.im/objsqlite3 + * https://git.nil.im/ObjFW/ObjSQLite3 * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/SL3PreparedStatement.m b/src/SL3PreparedStatement.m index ae49bf7..72878f1 100644 --- a/src/SL3PreparedStatement.m +++ b/src/SL3PreparedStatement.m @@ -1,7 +1,7 @@ /* - * Copyright (c) 2020, 2021, 2024 Jonathan Schleifer + * Copyright (c) 2020, 2021, 2024, 2025 Jonathan Schleifer * - * https://fl.nil.im/objsqlite3 + * https://git.nil.im/ObjFW/ObjSQLite3 * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/exceptions/SL3BindObjectFailedException.h b/src/exceptions/SL3BindObjectFailedException.h index e4313cf..12dc3d8 100644 --- a/src/exceptions/SL3BindObjectFailedException.h +++ b/src/exceptions/SL3BindObjectFailedException.h @@ -1,7 +1,7 @@ /* - * Copyright (c) 2020, 2024 Jonathan Schleifer + * Copyright (c) 2020, 2024, 2025 Jonathan Schleifer * - * https://fl.nil.im/objsqlite3 + * https://git.nil.im/ObjFW/ObjSQLite3 * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/exceptions/SL3BindObjectFailedException.m b/src/exceptions/SL3BindObjectFailedException.m index b06a736..de29814 100644 --- a/src/exceptions/SL3BindObjectFailedException.m +++ b/src/exceptions/SL3BindObjectFailedException.m @@ -1,7 +1,7 @@ /* - * Copyright (c) 2020 Jonathan Schleifer + * Copyright (c) 2020, 2025 Jonathan Schleifer * - * https://fl.nil.im/objsqlite3 + * https://git.nil.im/ObjFW/ObjSQLite3 * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/exceptions/SL3ClearBindingsFailedException.h b/src/exceptions/SL3ClearBindingsFailedException.h index a4a6aa4..8363477 100644 --- a/src/exceptions/SL3ClearBindingsFailedException.h +++ b/src/exceptions/SL3ClearBindingsFailedException.h @@ -1,7 +1,7 @@ /* - * Copyright (c) 2020, 2024 Jonathan Schleifer + * Copyright (c) 2020, 2024, 2025 Jonathan Schleifer * - * https://fl.nil.im/objsqlite3 + * https://git.nil.im/ObjFW/ObjSQLite3 * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/exceptions/SL3ClearBindingsFailedException.m b/src/exceptions/SL3ClearBindingsFailedException.m index 42c423e..30afb2d 100644 --- a/src/exceptions/SL3ClearBindingsFailedException.m +++ b/src/exceptions/SL3ClearBindingsFailedException.m @@ -1,7 +1,7 @@ /* - * Copyright (c) 2020 Jonathan Schleifer + * Copyright (c) 2020, 2025 Jonathan Schleifer * - * https://fl.nil.im/objsqlite3 + * https://git.nil.im/ObjFW/ObjSQLite3 * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/exceptions/SL3Exception.h b/src/exceptions/SL3Exception.h index 7990b85..b2ccf6a 100644 --- a/src/exceptions/SL3Exception.h +++ b/src/exceptions/SL3Exception.h @@ -1,7 +1,7 @@ /* - * Copyright (c) 2020, 2024 Jonathan Schleifer + * Copyright (c) 2020, 2024, 2025 Jonathan Schleifer * - * https://fl.nil.im/objsqlite3 + * https://git.nil.im/ObjFW/ObjSQLite3 * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/exceptions/SL3Exception.m b/src/exceptions/SL3Exception.m index a62631a..7b1b345 100644 --- a/src/exceptions/SL3Exception.m +++ b/src/exceptions/SL3Exception.m @@ -1,7 +1,7 @@ /* - * Copyright (c) 2020 Jonathan Schleifer + * Copyright (c) 2020, 2025 Jonathan Schleifer * - * https://fl.nil.im/objsqlite3 + * https://git.nil.im/ObjFW/ObjSQLite3 * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/exceptions/SL3ExecuteStatementFailedException.h b/src/exceptions/SL3ExecuteStatementFailedException.h index 27f8ff8..e995965 100644 --- a/src/exceptions/SL3ExecuteStatementFailedException.h +++ b/src/exceptions/SL3ExecuteStatementFailedException.h @@ -1,7 +1,7 @@ /* - * Copyright (c) 2020, 2024 Jonathan Schleifer + * Copyright (c) 2020, 2024, 2025 Jonathan Schleifer * - * https://fl.nil.im/objsqlite3 + * https://git.nil.im/ObjFW/ObjSQLite3 * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/exceptions/SL3ExecuteStatementFailedException.m b/src/exceptions/SL3ExecuteStatementFailedException.m index 11c4884..7639d1c 100644 --- a/src/exceptions/SL3ExecuteStatementFailedException.m +++ b/src/exceptions/SL3ExecuteStatementFailedException.m @@ -1,7 +1,7 @@ /* - * Copyright (c) 2020 Jonathan Schleifer + * Copyright (c) 2020, 2025 Jonathan Schleifer * - * https://fl.nil.im/objsqlite3 + * https://git.nil.im/ObjFW/ObjSQLite3 * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/exceptions/SL3OpenFailedException.h b/src/exceptions/SL3OpenFailedException.h index a6b3a19..fe32d9e 100644 --- a/src/exceptions/SL3OpenFailedException.h +++ b/src/exceptions/SL3OpenFailedException.h @@ -1,7 +1,7 @@ /* - * Copyright (c) 2020, 2024 Jonathan Schleifer + * Copyright (c) 2020, 2024, 2025 Jonathan Schleifer * - * https://fl.nil.im/objsqlite3 + * https://git.nil.im/ObjFW/ObjSQLite3 * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/exceptions/SL3OpenFailedException.m b/src/exceptions/SL3OpenFailedException.m index 9288913..1bf4c5a 100644 --- a/src/exceptions/SL3OpenFailedException.m +++ b/src/exceptions/SL3OpenFailedException.m @@ -1,7 +1,7 @@ /* - * Copyright (c) 2020 Jonathan Schleifer + * Copyright (c) 2020, 2025 Jonathan Schleifer * - * https://fl.nil.im/objsqlite3 + * https://git.nil.im/ObjFW/ObjSQLite3 * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/exceptions/SL3PrepareStatementFailedException.h b/src/exceptions/SL3PrepareStatementFailedException.h index f9d9fee..610a3d9 100644 --- a/src/exceptions/SL3PrepareStatementFailedException.h +++ b/src/exceptions/SL3PrepareStatementFailedException.h @@ -1,7 +1,7 @@ /* - * Copyright (c) 2020, 2024 Jonathan Schleifer + * Copyright (c) 2020, 2024, 2025 Jonathan Schleifer * - * https://fl.nil.im/objsqlite3 + * https://git.nil.im/ObjFW/ObjSQLite3 * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/exceptions/SL3PrepareStatementFailedException.m b/src/exceptions/SL3PrepareStatementFailedException.m index 68b85d4..1484302 100644 --- a/src/exceptions/SL3PrepareStatementFailedException.m +++ b/src/exceptions/SL3PrepareStatementFailedException.m @@ -1,7 +1,7 @@ /* - * Copyright (c) 2020 Jonathan Schleifer + * Copyright (c) 2020, 2025 Jonathan Schleifer * - * https://fl.nil.im/objsqlite3 + * https://git.nil.im/ObjFW/ObjSQLite3 * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/exceptions/SL3ResetStatementFailedException.h b/src/exceptions/SL3ResetStatementFailedException.h index 3b06408..63622a7 100644 --- a/src/exceptions/SL3ResetStatementFailedException.h +++ b/src/exceptions/SL3ResetStatementFailedException.h @@ -1,7 +1,7 @@ /* - * Copyright (c) 2020, 2024 Jonathan Schleifer + * Copyright (c) 2020, 2024, 2025 Jonathan Schleifer * - * https://fl.nil.im/objsqlite3 + * https://git.nil.im/ObjFW/ObjSQLite3 * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/exceptions/SL3ResetStatementFailedException.m b/src/exceptions/SL3ResetStatementFailedException.m index e7ab9a7..013de35 100644 --- a/src/exceptions/SL3ResetStatementFailedException.m +++ b/src/exceptions/SL3ResetStatementFailedException.m @@ -1,7 +1,7 @@ /* - * Copyright (c) 2020 Jonathan Schleifer + * Copyright (c) 2020, 2025 Jonathan Schleifer * - * https://fl.nil.im/objsqlite3 + * https://git.nil.im/ObjFW/ObjSQLite3 * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/tests/Tests.m b/tests/Tests.m index fb0b22c..0455a69 100644 --- a/tests/Tests.m +++ b/tests/Tests.m @@ -1,7 +1,7 @@ /* - * Copyright (c) 2020, 2021, 2023, 2024 Jonathan Schleifer + * Copyright (c) 2020, 2021, 2023, 2024, 2025 Jonathan Schleifer * - * https://fl.nil.im/objsqlite3 + * https://git.nil.im/ObjFW/ObjSQLite3 * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above