diff --git a/src/ObjSQLite3.h b/src/ObjSQLite3.h index fab5408..2b466ef 100644 --- a/src/ObjSQLite3.h +++ b/src/ObjSQLite3.h @@ -1,7 +1,7 @@ /* - * Copyright (c) 2020, 2025 Jonathan Schleifer + * Copyright (c) 2020 Jonathan Schleifer * - * https://git.nil.im/ObjFW/ObjSQLite3 + * https://fl.nil.im/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 498ac91..345c157 100644 --- a/src/SL3Connection.h +++ b/src/SL3Connection.h @@ -1,7 +1,7 @@ /* - * Copyright (c) 2020, 2024, 2025 Jonathan Schleifer + * Copyright (c) 2020, 2024 Jonathan Schleifer * - * https://git.nil.im/ObjFW/ObjSQLite3 + * https://fl.nil.im/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 6b7fd91..c05b925 100644 --- a/src/SL3Connection.m +++ b/src/SL3Connection.m @@ -1,7 +1,7 @@ /* - * Copyright (c) 2020, 2024, 2025 Jonathan Schleifer + * Copyright (c) 2020, 2024 Jonathan Schleifer * - * https://git.nil.im/ObjFW/ObjSQLite3 + * https://fl.nil.im/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 1734472..5784384 100644 --- a/src/SL3PreparedStatement+Private.h +++ b/src/SL3PreparedStatement+Private.h @@ -1,7 +1,7 @@ /* - * Copyright (c) 2020, 2025 Jonathan Schleifer + * Copyright (c) 2020 Jonathan Schleifer * - * https://git.nil.im/ObjFW/ObjSQLite3 + * https://fl.nil.im/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 e7c23b8..43e068f 100644 --- a/src/SL3PreparedStatement.h +++ b/src/SL3PreparedStatement.h @@ -1,7 +1,7 @@ /* - * Copyright (c) 2020, 2024, 2025 Jonathan Schleifer + * Copyright (c) 2020, 2024 Jonathan Schleifer * - * https://git.nil.im/ObjFW/ObjSQLite3 + * https://fl.nil.im/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 72878f1..ae49bf7 100644 --- a/src/SL3PreparedStatement.m +++ b/src/SL3PreparedStatement.m @@ -1,7 +1,7 @@ /* - * Copyright (c) 2020, 2021, 2024, 2025 Jonathan Schleifer + * Copyright (c) 2020, 2021, 2024 Jonathan Schleifer * - * https://git.nil.im/ObjFW/ObjSQLite3 + * https://fl.nil.im/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 12dc3d8..e4313cf 100644 --- a/src/exceptions/SL3BindObjectFailedException.h +++ b/src/exceptions/SL3BindObjectFailedException.h @@ -1,7 +1,7 @@ /* - * Copyright (c) 2020, 2024, 2025 Jonathan Schleifer + * Copyright (c) 2020, 2024 Jonathan Schleifer * - * https://git.nil.im/ObjFW/ObjSQLite3 + * https://fl.nil.im/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 de29814..b06a736 100644 --- a/src/exceptions/SL3BindObjectFailedException.m +++ b/src/exceptions/SL3BindObjectFailedException.m @@ -1,7 +1,7 @@ /* - * Copyright (c) 2020, 2025 Jonathan Schleifer + * Copyright (c) 2020 Jonathan Schleifer * - * https://git.nil.im/ObjFW/ObjSQLite3 + * https://fl.nil.im/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 8363477..a4a6aa4 100644 --- a/src/exceptions/SL3ClearBindingsFailedException.h +++ b/src/exceptions/SL3ClearBindingsFailedException.h @@ -1,7 +1,7 @@ /* - * Copyright (c) 2020, 2024, 2025 Jonathan Schleifer + * Copyright (c) 2020, 2024 Jonathan Schleifer * - * https://git.nil.im/ObjFW/ObjSQLite3 + * https://fl.nil.im/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 30afb2d..42c423e 100644 --- a/src/exceptions/SL3ClearBindingsFailedException.m +++ b/src/exceptions/SL3ClearBindingsFailedException.m @@ -1,7 +1,7 @@ /* - * Copyright (c) 2020, 2025 Jonathan Schleifer + * Copyright (c) 2020 Jonathan Schleifer * - * https://git.nil.im/ObjFW/ObjSQLite3 + * https://fl.nil.im/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 b2ccf6a..7990b85 100644 --- a/src/exceptions/SL3Exception.h +++ b/src/exceptions/SL3Exception.h @@ -1,7 +1,7 @@ /* - * Copyright (c) 2020, 2024, 2025 Jonathan Schleifer + * Copyright (c) 2020, 2024 Jonathan Schleifer * - * https://git.nil.im/ObjFW/ObjSQLite3 + * https://fl.nil.im/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 7b1b345..a62631a 100644 --- a/src/exceptions/SL3Exception.m +++ b/src/exceptions/SL3Exception.m @@ -1,7 +1,7 @@ /* - * Copyright (c) 2020, 2025 Jonathan Schleifer + * Copyright (c) 2020 Jonathan Schleifer * - * https://git.nil.im/ObjFW/ObjSQLite3 + * https://fl.nil.im/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 e995965..27f8ff8 100644 --- a/src/exceptions/SL3ExecuteStatementFailedException.h +++ b/src/exceptions/SL3ExecuteStatementFailedException.h @@ -1,7 +1,7 @@ /* - * Copyright (c) 2020, 2024, 2025 Jonathan Schleifer + * Copyright (c) 2020, 2024 Jonathan Schleifer * - * https://git.nil.im/ObjFW/ObjSQLite3 + * https://fl.nil.im/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 7639d1c..11c4884 100644 --- a/src/exceptions/SL3ExecuteStatementFailedException.m +++ b/src/exceptions/SL3ExecuteStatementFailedException.m @@ -1,7 +1,7 @@ /* - * Copyright (c) 2020, 2025 Jonathan Schleifer + * Copyright (c) 2020 Jonathan Schleifer * - * https://git.nil.im/ObjFW/ObjSQLite3 + * https://fl.nil.im/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 fe32d9e..a6b3a19 100644 --- a/src/exceptions/SL3OpenFailedException.h +++ b/src/exceptions/SL3OpenFailedException.h @@ -1,7 +1,7 @@ /* - * Copyright (c) 2020, 2024, 2025 Jonathan Schleifer + * Copyright (c) 2020, 2024 Jonathan Schleifer * - * https://git.nil.im/ObjFW/ObjSQLite3 + * https://fl.nil.im/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 1bf4c5a..9288913 100644 --- a/src/exceptions/SL3OpenFailedException.m +++ b/src/exceptions/SL3OpenFailedException.m @@ -1,7 +1,7 @@ /* - * Copyright (c) 2020, 2025 Jonathan Schleifer + * Copyright (c) 2020 Jonathan Schleifer * - * https://git.nil.im/ObjFW/ObjSQLite3 + * https://fl.nil.im/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 610a3d9..f9d9fee 100644 --- a/src/exceptions/SL3PrepareStatementFailedException.h +++ b/src/exceptions/SL3PrepareStatementFailedException.h @@ -1,7 +1,7 @@ /* - * Copyright (c) 2020, 2024, 2025 Jonathan Schleifer + * Copyright (c) 2020, 2024 Jonathan Schleifer * - * https://git.nil.im/ObjFW/ObjSQLite3 + * https://fl.nil.im/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 1484302..68b85d4 100644 --- a/src/exceptions/SL3PrepareStatementFailedException.m +++ b/src/exceptions/SL3PrepareStatementFailedException.m @@ -1,7 +1,7 @@ /* - * Copyright (c) 2020, 2025 Jonathan Schleifer + * Copyright (c) 2020 Jonathan Schleifer * - * https://git.nil.im/ObjFW/ObjSQLite3 + * https://fl.nil.im/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 63622a7..3b06408 100644 --- a/src/exceptions/SL3ResetStatementFailedException.h +++ b/src/exceptions/SL3ResetStatementFailedException.h @@ -1,7 +1,7 @@ /* - * Copyright (c) 2020, 2024, 2025 Jonathan Schleifer + * Copyright (c) 2020, 2024 Jonathan Schleifer * - * https://git.nil.im/ObjFW/ObjSQLite3 + * https://fl.nil.im/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 013de35..e7ab9a7 100644 --- a/src/exceptions/SL3ResetStatementFailedException.m +++ b/src/exceptions/SL3ResetStatementFailedException.m @@ -1,7 +1,7 @@ /* - * Copyright (c) 2020, 2025 Jonathan Schleifer + * Copyright (c) 2020 Jonathan Schleifer * - * https://git.nil.im/ObjFW/ObjSQLite3 + * https://fl.nil.im/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 0455a69..fb0b22c 100644 --- a/tests/Tests.m +++ b/tests/Tests.m @@ -1,7 +1,7 @@ /* - * Copyright (c) 2020, 2021, 2023, 2024, 2025 Jonathan Schleifer + * Copyright (c) 2020, 2021, 2023, 2024 Jonathan Schleifer * - * https://git.nil.im/ObjFW/ObjSQLite3 + * https://fl.nil.im/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