diff --git a/src/ObjXMPP.h b/src/ObjXMPP.h index c53f1a4..5774f09 100644 --- a/src/ObjXMPP.h +++ b/src/ObjXMPP.h @@ -1,7 +1,7 @@ /* * Copyright (c) 2011, Jonathan Schleifer * - * https://heap.zone/objxmpp/ + * https://nil.im/objxmpp/ * * 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/XMPPANONYMOUSAuth.h b/src/XMPPANONYMOUSAuth.h index a0b87d7..ac0b2f5 100644 --- a/src/XMPPANONYMOUSAuth.h +++ b/src/XMPPANONYMOUSAuth.h @@ -1,7 +1,7 @@ /* - * Copyright (c) 2018, Jonathan Schleifer + * Copyright (c) 2018, Jonathan Schleifer * - * https://heap.zone/objxmpp/ + * https://nil.im/objxmpp/ * * 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/XMPPANONYMOUSAuth.m b/src/XMPPANONYMOUSAuth.m index 05a40ed..c31b794 100644 --- a/src/XMPPANONYMOUSAuth.m +++ b/src/XMPPANONYMOUSAuth.m @@ -1,7 +1,7 @@ /* - * Copyright (c) 2018, Jonathan Schleifer + * Copyright (c) 2018, Jonathan Schleifer * - * https://heap.zone/objxmpp/ + * https://nil.im/objxmpp/ * * 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/XMPPAuthenticator.h b/src/XMPPAuthenticator.h index e18ea40..f983a3c 100644 --- a/src/XMPPAuthenticator.h +++ b/src/XMPPAuthenticator.h @@ -1,8 +1,8 @@ /* * Copyright (c) 2011, Florian Zeitz - * Copyright (c) 2016, Jonathan Schleifer + * Copyright (c) 2016, Jonathan Schleifer * - * https://heap.zone/objxmpp/ + * https://nil.im/objxmpp/ * * 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/XMPPAuthenticator.m b/src/XMPPAuthenticator.m index 21b6575..9216d59 100644 --- a/src/XMPPAuthenticator.m +++ b/src/XMPPAuthenticator.m @@ -2,7 +2,7 @@ * Copyright (c) 2011, Florian Zeitz * Copyright (c) 2016, 2021, Jonathan Schleifer * - * https://heap.zone/objxmpp/ + * https://nil.im/objxmpp/ * * 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/XMPPCallback.h b/src/XMPPCallback.h index 864c30a..1fbcff6 100644 --- a/src/XMPPCallback.h +++ b/src/XMPPCallback.h @@ -2,7 +2,7 @@ * Copyright (c) 2011, Florian Zeitz * Copyright (c) 2021, Jonathan Schleifer * - * https://heap.zone/objxmpp/ + * https://nil.im/objxmpp/ * * 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/XMPPCallback.m b/src/XMPPCallback.m index 05e2f93..629aa59 100644 --- a/src/XMPPCallback.m +++ b/src/XMPPCallback.m @@ -2,7 +2,7 @@ * Copyright (c) 2011, Florian Zeitz * Copyright (c) 2021, Jonathan Schleifer * - * https://heap.zone/objxmpp/ + * https://nil.im/objxmpp/ * * 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/XMPPConnection.h b/src/XMPPConnection.h index 2b96b2a..e5a5eba 100644 --- a/src/XMPPConnection.h +++ b/src/XMPPConnection.h @@ -1,9 +1,9 @@ /* * Copyright (c) 2010, 2011, 2012, 2013, 2016, 2017, 2018, 2021 - * Jonathan Schleifer + * Jonathan Schleifer * Copyright (c) 2011, 2012, Florian Zeitz * - * https://heap.zone/objxmpp/ + * https://nil.im/objxmpp/ * * 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/XMPPConnection.m b/src/XMPPConnection.m index a26ce34..cf88e02 100644 --- a/src/XMPPConnection.m +++ b/src/XMPPConnection.m @@ -3,7 +3,7 @@ * Jonathan Schleifer * Copyright (c) 2011, 2012, Florian Zeitz * - * https://heap.zone/objxmpp/ + * https://nil.im/objxmpp/ * * 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/XMPPContact.h b/src/XMPPContact.h index 74ffb8c..d5f0dd7 100644 --- a/src/XMPPContact.h +++ b/src/XMPPContact.h @@ -1,8 +1,8 @@ /* * Copyright (c) 2013, Florian Zeitz - * Copyright (c) 2013, 2016, Jonathan Schleifer + * Copyright (c) 2013, 2016, Jonathan Schleifer * - * https://heap.zone/objxmpp/ + * https://nil.im/objxmpp/ * * 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/XMPPContact.m b/src/XMPPContact.m index 2979e29..f828d79 100644 --- a/src/XMPPContact.m +++ b/src/XMPPContact.m @@ -2,7 +2,7 @@ * Copyright (c) 2013, Florian Zeitz * Copyright (c) 2013, 2016, 2019, 2021, Jonathan Schleifer * - * https://heap.zone/objxmpp/ + * https://nil.im/objxmpp/ * * 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/XMPPContactManager.h b/src/XMPPContactManager.h index b7e70ba..f89684a 100644 --- a/src/XMPPContactManager.h +++ b/src/XMPPContactManager.h @@ -2,7 +2,7 @@ * Copyright (c) 2013, Florian Zeitz * Copyright (c) 2013, 2016, 2021, Jonathan Schleifer * - * https://heap.zone/objxmpp/ + * https://nil.im/objxmpp/ * * 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/XMPPContactManager.m b/src/XMPPContactManager.m index db035a1..41f33a3 100644 --- a/src/XMPPContactManager.m +++ b/src/XMPPContactManager.m @@ -2,7 +2,7 @@ * Copyright (c) 2013, Florian Zeitz * Copyright (c) 2013, 2016, 2019, 2021, Jonathan Schleifer * - * https://heap.zone/objxmpp/ + * https://nil.im/objxmpp/ * * 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/XMPPDiscoEntity.h b/src/XMPPDiscoEntity.h index cd60625..403c247 100644 --- a/src/XMPPDiscoEntity.h +++ b/src/XMPPDiscoEntity.h @@ -1,8 +1,8 @@ /* * Copyright (c) 2013, Florian Zeitz - * Copyright (c) 2013, 2016, Jonathan Schleifer + * Copyright (c) 2013, 2016, Jonathan Schleifer * - * https://heap.zone/objxmpp/ + * https://nil.im/objxmpp/ * * 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/XMPPDiscoEntity.m b/src/XMPPDiscoEntity.m index 2b42e6b..ad468e8 100644 --- a/src/XMPPDiscoEntity.m +++ b/src/XMPPDiscoEntity.m @@ -2,7 +2,7 @@ * Copyright (c) 2013, Florian Zeitz * Copyright (c) 2013, 2016, 2019, 2021, Jonathan Schleifer * - * https://heap.zone/objxmpp/ + * https://nil.im/objxmpp/ * * 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/XMPPDiscoIdentity.h b/src/XMPPDiscoIdentity.h index 5e884e9..3205f3e 100644 --- a/src/XMPPDiscoIdentity.h +++ b/src/XMPPDiscoIdentity.h @@ -2,7 +2,7 @@ * Copyright (c) 2013, Florian Zeitz * Copyright (c) 2013, 2016, 2021, Jonathan Schleifer * - * https://heap.zone/objxmpp/ + * https://nil.im/objxmpp/ * * 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/XMPPDiscoIdentity.m b/src/XMPPDiscoIdentity.m index d27949c..dedddef 100644 --- a/src/XMPPDiscoIdentity.m +++ b/src/XMPPDiscoIdentity.m @@ -2,7 +2,7 @@ * Copyright (c) 2013, Florian Zeitz * Copyright (c) 2013, 2016, 2019, 2021, Jonathan Schleifer * - * https://heap.zone/objxmpp/ + * https://nil.im/objxmpp/ * * 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/XMPPDiscoNode.h b/src/XMPPDiscoNode.h index eead911..70dc613 100644 --- a/src/XMPPDiscoNode.h +++ b/src/XMPPDiscoNode.h @@ -2,7 +2,7 @@ * Copyright (c) 2013, Florian Zeitz * Copyright (c) 2013, 2016, 2021, Jonathan Schleifer * - * https://heap.zone/objxmpp/ + * https://nil.im/objxmpp/ * * 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/XMPPDiscoNode.m b/src/XMPPDiscoNode.m index 1188a83..505515c 100644 --- a/src/XMPPDiscoNode.m +++ b/src/XMPPDiscoNode.m @@ -2,7 +2,7 @@ * Copyright (c) 2013, Florian Zeitz * Copyright (c) 2013, 2016, 2019, 2021, Jonathan Schleifer * - * https://heap.zone/objxmpp/ + * https://nil.im/objxmpp/ * * 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/XMPPEXTERNALAuth.h b/src/XMPPEXTERNALAuth.h index c288a3b..bd16871 100644 --- a/src/XMPPEXTERNALAuth.h +++ b/src/XMPPEXTERNALAuth.h @@ -1,7 +1,7 @@ /* * Copyright (c) 2012, Florian Zeitz * - * https://heap.zone/objxmpp/ + * https://nil.im/objxmpp/ * * 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/XMPPEXTERNALAuth.m b/src/XMPPEXTERNALAuth.m index 5307ab6..f66f415 100644 --- a/src/XMPPEXTERNALAuth.m +++ b/src/XMPPEXTERNALAuth.m @@ -2,7 +2,7 @@ * Copyright (c) 2012, Florian Zeitz * Copyright (c) 2019, 2021, Jonathan Schleifer * - * https://heap.zone/objxmpp/ + * https://nil.im/objxmpp/ * * 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/XMPPExceptions.h b/src/XMPPExceptions.h index ca032c5..5c04424 100644 --- a/src/XMPPExceptions.h +++ b/src/XMPPExceptions.h @@ -1,8 +1,8 @@ /* - * Copyright (c) 2011, 2012, 2013, 2016, Jonathan Schleifer + * Copyright (c) 2011, 2012, 2013, 2016, Jonathan Schleifer * Copyright (c) 2011, 2012, Florian Zeitz * - * https://heap.zone/objxmpp/ + * https://nil.im/objxmpp/ * * 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/XMPPExceptions.m b/src/XMPPExceptions.m index dae8abe..50e1f7d 100644 --- a/src/XMPPExceptions.m +++ b/src/XMPPExceptions.m @@ -1,8 +1,8 @@ /* - * Copyright (c) 2011, 2012, 2013, 2016, Jonathan Schleifer + * Copyright (c) 2011, 2012, 2013, 2016, Jonathan Schleifer * Copyright (c) 2012, Florian Zeitz * - * https://heap.zone/objxmpp/ + * https://nil.im/objxmpp/ * * 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/XMPPFileStorage.h b/src/XMPPFileStorage.h index 5fb50d8..a9436e0 100644 --- a/src/XMPPFileStorage.h +++ b/src/XMPPFileStorage.h @@ -1,7 +1,7 @@ /* * Copyright (c) 2012, Jonathan Schleifer * - * https://heap.zone/objxmpp/ + * https://nil.im/objxmpp/ * * 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/XMPPFileStorage.m b/src/XMPPFileStorage.m index a3c13c0..b1b9b60 100644 --- a/src/XMPPFileStorage.m +++ b/src/XMPPFileStorage.m @@ -1,7 +1,7 @@ /* * Copyright (c) 2012, 2019, 2021, Jonathan Schleifer * - * https://heap.zone/objxmpp/ + * https://nil.im/objxmpp/ * * 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/XMPPIQ.h b/src/XMPPIQ.h index 3c2749b..2056dbb 100644 --- a/src/XMPPIQ.h +++ b/src/XMPPIQ.h @@ -2,7 +2,7 @@ * Copyright (c) 2011, 2021, Jonathan Schleifer * Copyright (c) 2011, Florian Zeitz * - * https://heap.zone/objxmpp/ + * https://nil.im/objxmpp/ * * 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/XMPPIQ.m b/src/XMPPIQ.m index 859b585..eb2db0c 100644 --- a/src/XMPPIQ.m +++ b/src/XMPPIQ.m @@ -2,7 +2,7 @@ * Copyright (c) 2011, 2019, 2021, Jonathan Schleifer * Copyright (c) 2011, Florian Zeitz * - * https://heap.zone/objxmpp/ + * https://nil.im/objxmpp/ * * 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/XMPPJID.h b/src/XMPPJID.h index 23c9772..2abcc9e 100644 --- a/src/XMPPJID.h +++ b/src/XMPPJID.h @@ -1,8 +1,8 @@ /* - * Copyright (c) 2011, 2012, 2013, 2016, Jonathan Schleifer + * Copyright (c) 2011, 2012, 2013, 2016, Jonathan Schleifer * Copyright (c) 2011, Florian Zeitz * - * https://heap.zone/objxmpp/ + * https://nil.im/objxmpp/ * * 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/XMPPJID.m b/src/XMPPJID.m index 4e96b8c..8b40257 100644 --- a/src/XMPPJID.m +++ b/src/XMPPJID.m @@ -2,7 +2,7 @@ * Copyright (c) 2011, 2012, 2013, 2019, 2021, Jonathan Schleifer * Copyright (c) 2011, 2012, 2013, Florian Zeitz * - * https://heap.zone/objxmpp/ + * https://nil.im/objxmpp/ * * 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/XMPPMessage.h b/src/XMPPMessage.h index b7cd2fd..69c69a0 100644 --- a/src/XMPPMessage.h +++ b/src/XMPPMessage.h @@ -1,8 +1,8 @@ /* - * Copyright (c) 2011, 2012, 2013, 2016, Jonathan Schleifer + * Copyright (c) 2011, 2012, 2013, 2016, Jonathan Schleifer * Copyright (c) 2011, Florian Zeitz * - * https://heap.zone/objxmpp/ + * https://nil.im/objxmpp/ * * 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/XMPPMessage.m b/src/XMPPMessage.m index f489505..3158597 100644 --- a/src/XMPPMessage.m +++ b/src/XMPPMessage.m @@ -2,7 +2,7 @@ * Copyright (c) 2011, 2012, 2013, 2019, 2021, Jonathan Schleifer * Copyright (c) 2011, Florian Zeitz * - * https://heap.zone/objxmpp/ + * https://nil.im/objxmpp/ * * 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/XMPPMulticastDelegate.h b/src/XMPPMulticastDelegate.h index 5caa351..dc6b0bb 100644 --- a/src/XMPPMulticastDelegate.h +++ b/src/XMPPMulticastDelegate.h @@ -1,7 +1,7 @@ /* * Copyright (c) 2012, 2021, Jonathan Schleifer * - * https://heap.zone/objxmpp/ + * https://nil.im/objxmpp/ * * 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/XMPPMulticastDelegate.m b/src/XMPPMulticastDelegate.m index f65124d..f9aee7b 100644 --- a/src/XMPPMulticastDelegate.m +++ b/src/XMPPMulticastDelegate.m @@ -1,7 +1,7 @@ /* * Copyright (c) 2012, 2019, 2021, Jonathan Schleifer * - * https://heap.zone/objxmpp/ + * https://nil.im/objxmpp/ * * 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/XMPPPLAINAuth.h b/src/XMPPPLAINAuth.h index 8c35133..2820aec 100644 --- a/src/XMPPPLAINAuth.h +++ b/src/XMPPPLAINAuth.h @@ -1,7 +1,7 @@ /* * Copyright (c) 2011, Florian Zeitz * - * https://heap.zone/objxmpp/ + * https://nil.im/objxmpp/ * * 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/XMPPPLAINAuth.m b/src/XMPPPLAINAuth.m index 4315c8c..99d6af0 100644 --- a/src/XMPPPLAINAuth.m +++ b/src/XMPPPLAINAuth.m @@ -2,7 +2,7 @@ * Copyright (c) 2011, Florian Zeitz * Copyright (c) 2019, Jonathan Schleifer * - * https://heap.zone/objxmpp/ + * https://nil.im/objxmpp/ * * 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/XMPPPresence.h b/src/XMPPPresence.h index 54486f8..a460fbd 100644 --- a/src/XMPPPresence.h +++ b/src/XMPPPresence.h @@ -1,8 +1,8 @@ /* - * Copyright (c) 2011, 2012, 2013, 2016, Jonathan Schleifer + * Copyright (c) 2011, 2012, 2013, 2016, Jonathan Schleifer * Copyright (c) 2011, 2013, Florian Zeitz * - * https://heap.zone/objxmpp/ + * https://nil.im/objxmpp/ * * 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/XMPPPresence.m b/src/XMPPPresence.m index 07994e1..2dbe764 100644 --- a/src/XMPPPresence.m +++ b/src/XMPPPresence.m @@ -3,7 +3,7 @@ * Jonathan Schleifer * Copyright (c) 2011, 2012, 2013, Florian Zeitz * - * https://heap.zone/objxmpp/ + * https://nil.im/objxmpp/ * * 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/XMPPRoster.h b/src/XMPPRoster.h index 7655eaf..c0d440c 100644 --- a/src/XMPPRoster.h +++ b/src/XMPPRoster.h @@ -1,8 +1,8 @@ /* - * Copyright (c) 2011, 2012, 2013, 2016, Jonathan Schleifer + * Copyright (c) 2011, 2012, 2013, 2016, Jonathan Schleifer * Copyright (c) 2012, Florian Zeitz * - * https://heap.zone/objxmpp/ + * https://nil.im/objxmpp/ * * 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/XMPPRoster.m b/src/XMPPRoster.m index 15298fd..7c4556c 100644 --- a/src/XMPPRoster.m +++ b/src/XMPPRoster.m @@ -3,7 +3,7 @@ * Jonathan Schleifer * Copyright (c) 2012, Florian Zeitz * - * https://heap.zone/objxmpp/ + * https://nil.im/objxmpp/ * * 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/XMPPRosterItem.h b/src/XMPPRosterItem.h index 854d0da..1ec0f61 100644 --- a/src/XMPPRosterItem.h +++ b/src/XMPPRosterItem.h @@ -1,8 +1,8 @@ /* - * Copyright (c) 2011, 2012, 2013, 2016, Jonathan Schleifer + * Copyright (c) 2011, 2012, 2013, 2016, Jonathan Schleifer * Copyright (c) 2012, Florian Zeitz * - * https://heap.zone/objxmpp/ + * https://nil.im/objxmpp/ * * 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/XMPPRosterItem.m b/src/XMPPRosterItem.m index e4f8d11..d4ed8b5 100644 --- a/src/XMPPRosterItem.m +++ b/src/XMPPRosterItem.m @@ -1,8 +1,8 @@ /* - * Copyright (c) 2011, 2012, 2013, 2016, Jonathan Schleifer + * Copyright (c) 2011, 2012, 2013, 2016, Jonathan Schleifer * Copyright (c) 2012, Florian Zeitz * - * https://heap.zone/objxmpp/ + * https://nil.im/objxmpp/ * * 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/XMPPSCRAMAuth.h b/src/XMPPSCRAMAuth.h index 57ac0da..a77ebfc 100644 --- a/src/XMPPSCRAMAuth.h +++ b/src/XMPPSCRAMAuth.h @@ -1,7 +1,7 @@ /* * Copyright (c) 2011, Florian Zeitz * - * https://heap.zone/objxmpp/ + * https://nil.im/objxmpp/ * * 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/XMPPSCRAMAuth.m b/src/XMPPSCRAMAuth.m index 3de0d4e..b807abd 100644 --- a/src/XMPPSCRAMAuth.m +++ b/src/XMPPSCRAMAuth.m @@ -2,7 +2,7 @@ * Copyright (c) 2011, Florian Zeitz * Copyright (c) 2011, 2019, 2021, Jonathan Schleifer * - * https://heap.zone/objxmpp/ + * https://nil.im/objxmpp/ * * 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/XMPPStanza.h b/src/XMPPStanza.h index 90fbf29..573a534 100644 --- a/src/XMPPStanza.h +++ b/src/XMPPStanza.h @@ -2,7 +2,7 @@ * Copyright (c) 2011, 2012, 2013, 2016, 2021, Jonathan Schleifer * Copyright (c) 2011, Florian Zeitz * - * https://heap.zone/objxmpp/ + * https://nil.im/objxmpp/ * * 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/XMPPStanza.m b/src/XMPPStanza.m index 42045e7..0d18400 100644 --- a/src/XMPPStanza.m +++ b/src/XMPPStanza.m @@ -2,7 +2,7 @@ * Copyright (c) 2011, 2012, 2013, 2019, 2021, Jonathan Schleifer * Copyright (c) 2011, Florian Zeitz * - * https://heap.zone/objxmpp/ + * https://nil.im/objxmpp/ * * 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/XMPPStorage.h b/src/XMPPStorage.h index 93a6d62..3ea7812 100644 --- a/src/XMPPStorage.h +++ b/src/XMPPStorage.h @@ -1,7 +1,7 @@ /* * Copyright (c) 2012, 2021, Jonathan Schleifer * - * https://heap.zone/objxmpp/ + * https://nil.im/objxmpp/ * * 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/XMPPStreamManagement.h b/src/XMPPStreamManagement.h index 2e0d469..3c68ee8 100644 --- a/src/XMPPStreamManagement.h +++ b/src/XMPPStreamManagement.h @@ -1,8 +1,8 @@ /* * Copyright (c) 2012, Florian Zeitz - * Copyright (c) 2013, 2016, Jonathan Schleifer + * Copyright (c) 2013, 2016, Jonathan Schleifer * - * https://heap.zone/objxmpp/ + * https://nil.im/objxmpp/ * * 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/XMPPStreamManagement.m b/src/XMPPStreamManagement.m index 1843890..3fcac17 100644 --- a/src/XMPPStreamManagement.m +++ b/src/XMPPStreamManagement.m @@ -2,7 +2,7 @@ * Copyright (c) 2012, Florian Zeitz * Copyright (c) 2019, 2021, Jonathan Schleifer * - * https://heap.zone/objxmpp/ + * https://nil.im/objxmpp/ * * 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/XMPPXMLElementBuilder.h b/src/XMPPXMLElementBuilder.h index 31d5a0b..9b7ff57 100644 --- a/src/XMPPXMLElementBuilder.h +++ b/src/XMPPXMLElementBuilder.h @@ -1,7 +1,7 @@ /* * Copyright (c) 2012, Jonathan Schleifer * - * https://heap.zone/objxmpp/ + * https://nil.im/objxmpp/ * * 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/XMPPXMLElementBuilder.m b/src/XMPPXMLElementBuilder.m index 3a6cef6..825c149 100644 --- a/src/XMPPXMLElementBuilder.m +++ b/src/XMPPXMLElementBuilder.m @@ -1,7 +1,7 @@ /* * Copyright (c) 2012, 2021, Jonathan Schleifer * - * https://heap.zone/objxmpp/ + * https://nil.im/objxmpp/ * * 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/namespaces.h b/src/namespaces.h index 0288c0e..5966c29 100644 --- a/src/namespaces.h +++ b/src/namespaces.h @@ -1,7 +1,7 @@ /* * Copyright (c) 2011, 2021, Jonathan Schleifer * - * https://heap.zone/objxmpp/ + * https://nil.im/objxmpp/ * * 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/namespaces.m b/src/namespaces.m index fe4c991..c0e5cab 100644 --- a/src/namespaces.m +++ b/src/namespaces.m @@ -1,7 +1,7 @@ /* * Copyright (c) 2011, 2021, Jonathan Schleifer * - * https://heap.zone/objxmpp/ + * https://nil.im/objxmpp/ * * 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/test.m b/tests/test.m index 639d6a1..dc6962e 100644 --- a/tests/test.m +++ b/tests/test.m @@ -2,7 +2,7 @@ * Copyright (c) 2010, 2011, 2019, 2021, Jonathan Schleifer * Copyright (c) 2011, 2012, Florian Zeitz * - * https://heap.zone/objxmpp/ + * https://nil.im/objxmpp/ * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above