diff --git a/src/ObjPgSQL.h b/src/ObjPgSQL.h index 15cc62e..902a6c0 100644 --- a/src/ObjPgSQL.h +++ b/src/ObjPgSQL.h @@ -1,7 +1,7 @@ /* - * Copyright (c) 2012 - 2019, 2021, 2024 Jonathan Schleifer + * Copyright (c) 2012 - 2019, 2021, 2024, 2025 Jonathan Schleifer * - * https://fl.nil.im/objpgsql + * https://git.nil.im/ObjFW/ObjPgSQL * * 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/PGSQLConnection+Private.h b/src/PGSQLConnection+Private.h index 9138702..c8322a4 100644 --- a/src/PGSQLConnection+Private.h +++ b/src/PGSQLConnection+Private.h @@ -1,7 +1,7 @@ /* - * Copyright (c) 2012 - 2019, 2021, 2024 Jonathan Schleifer + * Copyright (c) 2012 - 2019, 2021, 2024, 2025 Jonathan Schleifer * - * https://fl.nil.im/objpgsql + * https://git.nil.im/ObjFW/ObjPgSQL * * 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/PGSQLConnection.h b/src/PGSQLConnection.h index d2add12..0da715b 100644 --- a/src/PGSQLConnection.h +++ b/src/PGSQLConnection.h @@ -1,7 +1,7 @@ /* - * Copyright (c) 2012 - 2019, 2021, 2024 Jonathan Schleifer + * Copyright (c) 2012 - 2019, 2021, 2024, 2025 Jonathan Schleifer * - * https://fl.nil.im/objpgsql + * https://git.nil.im/ObjFW/ObjPgSQL * * 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/PGSQLConnection.m b/src/PGSQLConnection.m index 339426c..6703229 100644 --- a/src/PGSQLConnection.m +++ b/src/PGSQLConnection.m @@ -1,7 +1,7 @@ /* - * Copyright (c) 2012 - 2019, 2021, 2024 Jonathan Schleifer + * Copyright (c) 2012 - 2019, 2021, 2024, 2025 Jonathan Schleifer * - * https://fl.nil.im/objpgsql + * https://git.nil.im/ObjFW/ObjPgSQL * * 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/PGSQLResult+Private.h b/src/PGSQLResult+Private.h index ab31ad0..26c034a 100644 --- a/src/PGSQLResult+Private.h +++ b/src/PGSQLResult+Private.h @@ -1,7 +1,7 @@ /* - * Copyright (c) 2012 - 2019, 2021, 2024 Jonathan Schleifer + * Copyright (c) 2012 - 2019, 2021, 2024, 2025 Jonathan Schleifer * - * https://fl.nil.im/objpgsql + * https://git.nil.im/ObjFW/ObjPgSQL * * 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/PGSQLResult.h b/src/PGSQLResult.h index 82e3137..37daedc 100644 --- a/src/PGSQLResult.h +++ b/src/PGSQLResult.h @@ -1,7 +1,7 @@ /* - * Copyright (c) 2012 - 2019, 2021, 2024 Jonathan Schleifer + * Copyright (c) 2012 - 2019, 2021, 2024, 2025 Jonathan Schleifer * - * https://fl.nil.im/objpgsql + * https://git.nil.im/ObjFW/ObjPgSQL * * 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/PGSQLResult.m b/src/PGSQLResult.m index f79770c..a477c3e 100644 --- a/src/PGSQLResult.m +++ b/src/PGSQLResult.m @@ -1,7 +1,7 @@ /* - * Copyright (c) 2012 - 2019, 2021, 2024 Jonathan Schleifer + * Copyright (c) 2012 - 2019, 2021, 2024, 2025 Jonathan Schleifer * - * https://fl.nil.im/objpgsql + * https://git.nil.im/ObjFW/ObjPgSQL * * 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/PGSQLResultRow+Private.h b/src/PGSQLResultRow+Private.h index 15b9509..263cc88 100644 --- a/src/PGSQLResultRow+Private.h +++ b/src/PGSQLResultRow+Private.h @@ -1,7 +1,7 @@ /* - * Copyright (c) 2012 - 2019, 2021, 2024 Jonathan Schleifer + * Copyright (c) 2012 - 2019, 2021, 2024, 2025 Jonathan Schleifer * - * https://fl.nil.im/objpgsql + * https://git.nil.im/ObjFW/ObjPgSQL * * 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/PGSQLResultRow.h b/src/PGSQLResultRow.h index 06cd335..3291bd8 100644 --- a/src/PGSQLResultRow.h +++ b/src/PGSQLResultRow.h @@ -1,7 +1,7 @@ /* - * Copyright (c) 2012 - 2019, 2021, 2024 Jonathan Schleifer + * Copyright (c) 2012 - 2019, 2021, 2024, 2025 Jonathan Schleifer * - * https://fl.nil.im/objpgsql + * https://git.nil.im/ObjFW/ObjPgSQL * * 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/PGSQLResultRow.m b/src/PGSQLResultRow.m index fa00887..c5cc316 100644 --- a/src/PGSQLResultRow.m +++ b/src/PGSQLResultRow.m @@ -1,7 +1,7 @@ /* - * Copyright (c) 2012 - 2019, 2021, 2024 Jonathan Schleifer + * Copyright (c) 2012 - 2019, 2021, 2024, 2025 Jonathan Schleifer * - * https://fl.nil.im/objpgsql + * https://git.nil.im/ObjFW/ObjPgSQL * * 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/PGSQLConnectionFailedException.h b/src/exceptions/PGSQLConnectionFailedException.h index be620ed..3d28302 100644 --- a/src/exceptions/PGSQLConnectionFailedException.h +++ b/src/exceptions/PGSQLConnectionFailedException.h @@ -1,7 +1,7 @@ /* - * Copyright (c) 2012 - 2019, 2021, 2024 Jonathan Schleifer + * Copyright (c) 2012 - 2019, 2021, 2024, 2025 Jonathan Schleifer * - * https://fl.nil.im/objpgsql + * https://git.nil.im/ObjFW/ObjPgSQL * * 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/PGSQLConnectionFailedException.m b/src/exceptions/PGSQLConnectionFailedException.m index 1a21b17..a5e6bb7 100644 --- a/src/exceptions/PGSQLConnectionFailedException.m +++ b/src/exceptions/PGSQLConnectionFailedException.m @@ -1,7 +1,7 @@ /* - * Copyright (c) 2012 - 2019, 2021, 2024 Jonathan Schleifer + * Copyright (c) 2012 - 2019, 2021, 2024, 2025 Jonathan Schleifer * - * https://fl.nil.im/objpgsql + * https://git.nil.im/ObjFW/ObjPgSQL * * 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/PGSQLException.h b/src/exceptions/PGSQLException.h index 7fb9485..8c373b1 100644 --- a/src/exceptions/PGSQLException.h +++ b/src/exceptions/PGSQLException.h @@ -1,7 +1,7 @@ /* - * Copyright (c) 2012 - 2019, 2021, 2024 Jonathan Schleifer + * Copyright (c) 2012 - 2019, 2021, 2024, 2025 Jonathan Schleifer * - * https://fl.nil.im/objpgsql + * https://git.nil.im/ObjFW/ObjPgSQL * * 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/PGSQLException.m b/src/exceptions/PGSQLException.m index 2dafd23..907d285 100644 --- a/src/exceptions/PGSQLException.m +++ b/src/exceptions/PGSQLException.m @@ -1,7 +1,7 @@ /* - * Copyright (c) 2012 - 2019, 2021, 2024 Jonathan Schleifer + * Copyright (c) 2012 - 2019, 2021, 2024, 2025 Jonathan Schleifer * - * https://fl.nil.im/objpgsql + * https://git.nil.im/ObjFW/ObjPgSQL * * 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/PGSQLExecuteCommandFailedException.h b/src/exceptions/PGSQLExecuteCommandFailedException.h index 6989735..4039d2f 100644 --- a/src/exceptions/PGSQLExecuteCommandFailedException.h +++ b/src/exceptions/PGSQLExecuteCommandFailedException.h @@ -1,7 +1,7 @@ /* - * Copyright (c) 2012 - 2019, 2021, 2024 Jonathan Schleifer + * Copyright (c) 2012 - 2019, 2021, 2024, 2025 Jonathan Schleifer * - * https://fl.nil.im/objpgsql + * https://git.nil.im/ObjFW/ObjPgSQL * * 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/PGSQLExecuteCommandFailedException.m b/src/exceptions/PGSQLExecuteCommandFailedException.m index ad4799d..04fbade 100644 --- a/src/exceptions/PGSQLExecuteCommandFailedException.m +++ b/src/exceptions/PGSQLExecuteCommandFailedException.m @@ -1,7 +1,7 @@ /* - * Copyright (c) 2012 - 2019, 2021, 2024 Jonathan Schleifer + * Copyright (c) 2012 - 2019, 2021, 2024, 2025 Jonathan Schleifer * - * https://fl.nil.im/objpgsql + * https://git.nil.im/ObjFW/ObjPgSQL * * 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 8b9fc89..428ddb8 100644 --- a/tests/Tests.m +++ b/tests/Tests.m @@ -1,7 +1,7 @@ /* - * Copyright (c) 2012 - 2019, 2021, 2024 Jonathan Schleifer + * Copyright (c) 2012 - 2019, 2021, 2024, 2025 Jonathan Schleifer * - * https://fl.nil.im/objpgsql + * https://git.nil.im/ObjFW/ObjPgSQL * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above