From 73d3bca24080d78e5cfa5ea9e8441f4110dba9fe Mon Sep 17 00:00:00 2001 From: Jonathan Schleifer Date: Sun, 30 Apr 2017 17:04:04 +0200 Subject: [PATCH] Fix URL in copyright header --- src/ObjXMPP.h | 2 +- src/XMPPAuthenticator.h | 2 +- src/XMPPAuthenticator.m | 2 +- src/XMPPCallback.h | 2 +- src/XMPPCallback.m | 2 +- src/XMPPConnection.h | 2 +- src/XMPPConnection.m | 2 +- src/XMPPContact.h | 2 +- src/XMPPContact.m | 2 +- src/XMPPContactManager.h | 2 +- src/XMPPContactManager.m | 2 +- src/XMPPDiscoEntity.h | 2 +- src/XMPPDiscoEntity.m | 2 +- src/XMPPDiscoIdentity.h | 2 +- src/XMPPDiscoIdentity.m | 2 +- src/XMPPDiscoNode.h | 2 +- src/XMPPDiscoNode.m | 2 +- src/XMPPEXTERNALAuth.h | 2 +- src/XMPPEXTERNALAuth.m | 2 +- src/XMPPExceptions.h | 2 +- src/XMPPExceptions.m | 2 +- src/XMPPFileStorage.h | 2 +- src/XMPPFileStorage.m | 2 +- src/XMPPIQ.h | 2 +- src/XMPPIQ.m | 2 +- src/XMPPJID.h | 2 +- src/XMPPJID.m | 2 +- src/XMPPMessage.h | 2 +- src/XMPPMessage.m | 2 +- src/XMPPMulticastDelegate.h | 2 +- src/XMPPMulticastDelegate.m | 2 +- src/XMPPPLAINAuth.h | 2 +- src/XMPPPLAINAuth.m | 2 +- src/XMPPPresence.h | 2 +- src/XMPPPresence.m | 2 +- src/XMPPRoster.h | 2 +- src/XMPPRoster.m | 2 +- src/XMPPRosterItem.h | 2 +- src/XMPPRosterItem.m | 2 +- src/XMPPSCRAMAuth.h | 2 +- src/XMPPSCRAMAuth.m | 2 +- src/XMPPSRVLookup.h | 2 +- src/XMPPSRVLookup.m | 2 +- src/XMPPStanza.h | 2 +- src/XMPPStanza.m | 2 +- src/XMPPStorage.h | 2 +- src/XMPPStreamManagement.h | 2 +- src/XMPPStreamManagement.m | 2 +- src/XMPPXMLElementBuilder.h | 2 +- src/XMPPXMLElementBuilder.m | 2 +- src/namespaces.h | 2 +- tests/test.m | 2 +- 52 files changed, 52 insertions(+), 52 deletions(-) diff --git a/src/ObjXMPP.h b/src/ObjXMPP.h index 6c633cf..9076f9c 100644 --- a/src/ObjXMPP.h +++ b/src/ObjXMPP.h @@ -1,7 +1,7 @@ /* * Copyright (c) 2011, Jonathan Schleifer * - * https://webkeks.org/git/?p=objxmpp.git + * https://heap.zone/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 3a46c15..6acba3b 100644 --- a/src/XMPPAuthenticator.h +++ b/src/XMPPAuthenticator.h @@ -2,7 +2,7 @@ * Copyright (c) 2011, Florian Zeitz * Copyright (c) 2016, Jonathan Schleifer * - * https://heap.zone/git/?p=objxmpp.git + * https://heap.zone/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 6d54550..9824d40 100644 --- a/src/XMPPAuthenticator.m +++ b/src/XMPPAuthenticator.m @@ -2,7 +2,7 @@ * Copyright (c) 2011, Florian Zeitz * Copyright (c) 2016, Jonathan Schleifer * - * https://heap.zone/git/?p=objxmpp.git + * https://heap.zone/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 a9e01ae..ae4a50a 100644 --- a/src/XMPPCallback.h +++ b/src/XMPPCallback.h @@ -1,7 +1,7 @@ /* * Copyright (c) 2011, Florian Zeitz * - * https://webkeks.org/git/?p=objxmpp.git + * https://heap.zone/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 9ae593d..aa752a6 100644 --- a/src/XMPPCallback.m +++ b/src/XMPPCallback.m @@ -1,7 +1,7 @@ /* * Copyright (c) 2011, Florian Zeitz * - * https://webkeks.org/git/?p=objxmpp.git + * https://heap.zone/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 6205275..b628236 100644 --- a/src/XMPPConnection.h +++ b/src/XMPPConnection.h @@ -3,7 +3,7 @@ * Jonathan Schleifer * Copyright (c) 2011, 2012, Florian Zeitz * - * https://heap.zone/git/?p=objxmpp.git + * https://heap.zone/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 ab90058..8388801 100644 --- a/src/XMPPConnection.m +++ b/src/XMPPConnection.m @@ -3,7 +3,7 @@ * Jonathan Schleifer * Copyright (c) 2011, 2012, Florian Zeitz * - * https://heap.zone/git/?p=objxmpp.git + * https://heap.zone/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 6562d3f..cb7f17b 100644 --- a/src/XMPPContact.h +++ b/src/XMPPContact.h @@ -2,7 +2,7 @@ * Copyright (c) 2013, Florian Zeitz * Copyright (c) 2013, 2016, Jonathan Schleifer * - * https://heap.zone/git/?p=objxmpp.git + * https://heap.zone/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 243b3a4..f7fe801 100644 --- a/src/XMPPContact.m +++ b/src/XMPPContact.m @@ -2,7 +2,7 @@ * Copyright (c) 2013, Florian Zeitz * Copyright (c) 2013, 2016, Jonathan Schleifer * - * https://heap.zone/git/?p=objxmpp.git + * https://heap.zone/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 fefcc1b..ce0c8e9 100644 --- a/src/XMPPContactManager.h +++ b/src/XMPPContactManager.h @@ -2,7 +2,7 @@ * Copyright (c) 2013, Florian Zeitz * Copyright (c) 2013, 2016, Jonathan Schleifer * - * https://heap.zone/git/?p=objxmpp.git + * https://heap.zone/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 35426f5..19d163a 100644 --- a/src/XMPPContactManager.m +++ b/src/XMPPContactManager.m @@ -2,7 +2,7 @@ * Copyright (c) 2013, Florian Zeitz * Copyright (c) 2013, 2016, Jonathan Schleifer * - * https://heap.zone/git/?p=objxmpp.git + * https://heap.zone/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 ccfdf4e..71899a8 100644 --- a/src/XMPPDiscoEntity.h +++ b/src/XMPPDiscoEntity.h @@ -2,7 +2,7 @@ * Copyright (c) 2013, Florian Zeitz * Copyright (c) 2013, 2016, Jonathan Schleifer * - * https://heap.zone/git/?p=objxmpp.git + * https://heap.zone/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 6a35976..012b131 100644 --- a/src/XMPPDiscoEntity.m +++ b/src/XMPPDiscoEntity.m @@ -2,7 +2,7 @@ * Copyright (c) 2013, Florian Zeitz * Copyright (c) 2013, 2016, Jonathan Schleifer * - * https://heap.zone/git/?p=objxmpp.git + * https://heap.zone/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 b716fb0..b9dd700 100644 --- a/src/XMPPDiscoIdentity.h +++ b/src/XMPPDiscoIdentity.h @@ -2,7 +2,7 @@ * Copyright (c) 2013, Florian Zeitz * Copyright (c) 2013, 2016, Jonathan Schleifer * - * https://heap.zone/git/?p=objxmpp.git + * https://heap.zone/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 8296413..b26e477 100644 --- a/src/XMPPDiscoIdentity.m +++ b/src/XMPPDiscoIdentity.m @@ -2,7 +2,7 @@ * Copyright (c) 2013, Florian Zeitz * Copyright (c) 2013, 2016, Jonathan Schleifer * - * https://heap.zone/git/?p=objxmpp.git + * https://heap.zone/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 bca73b5..c8971c1 100644 --- a/src/XMPPDiscoNode.h +++ b/src/XMPPDiscoNode.h @@ -2,7 +2,7 @@ * Copyright (c) 2013, Florian Zeitz * Copyright (c) 2013, 2016, Jonathan Schleifer * - * https://heap.zone/git/?p=objxmpp.git + * https://heap.zone/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 10902ae..01f56d6 100644 --- a/src/XMPPDiscoNode.m +++ b/src/XMPPDiscoNode.m @@ -2,7 +2,7 @@ * Copyright (c) 2013, Florian Zeitz * Copyright (c) 2013, 2016, Jonathan Schleifer * - * https://heap.zone/git/?p=objxmpp.git + * https://heap.zone/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 4a8a032..b79fe80 100644 --- a/src/XMPPEXTERNALAuth.h +++ b/src/XMPPEXTERNALAuth.h @@ -1,7 +1,7 @@ /* * Copyright (c) 2012, Florian Zeitz * - * https://webkeks.org/git/?p=objxmpp.git + * https://heap.zone/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 703697a..d858dae 100644 --- a/src/XMPPEXTERNALAuth.m +++ b/src/XMPPEXTERNALAuth.m @@ -1,7 +1,7 @@ /* * Copyright (c) 2012, Florian Zeitz * - * https://webkeks.org/git/?p=objxmpp.git + * https://heap.zone/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 3749910..2905423 100644 --- a/src/XMPPExceptions.h +++ b/src/XMPPExceptions.h @@ -2,7 +2,7 @@ * Copyright (c) 2011, 2012, 2013, 2016, Jonathan Schleifer * Copyright (c) 2011, 2012, Florian Zeitz * - * https://heap.zone/git/?p=objxmpp.git + * https://heap.zone/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 4df5275..c05a0e6 100644 --- a/src/XMPPExceptions.m +++ b/src/XMPPExceptions.m @@ -2,7 +2,7 @@ * Copyright (c) 2011, 2012, 2013, 2016, Jonathan Schleifer * Copyright (c) 2012, Florian Zeitz * - * https://heap.zone/git/?p=objxmpp.git + * https://heap.zone/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 aecb682..c5a05e6 100644 --- a/src/XMPPFileStorage.h +++ b/src/XMPPFileStorage.h @@ -1,7 +1,7 @@ /* * Copyright (c) 2012, Jonathan Schleifer * - * https://webkeks.org/git/?p=objxmpp.git + * https://heap.zone/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 7208896..576edc3 100644 --- a/src/XMPPFileStorage.m +++ b/src/XMPPFileStorage.m @@ -1,7 +1,7 @@ /* * Copyright (c) 2012, Jonathan Schleifer * - * https://webkeks.org/git/?p=objxmpp.git + * https://heap.zone/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 07d3a69..d5b3290 100644 --- a/src/XMPPIQ.h +++ b/src/XMPPIQ.h @@ -2,7 +2,7 @@ * Copyright (c) 2011, Jonathan Schleifer * Copyright (c) 2011, Florian Zeitz * - * https://webkeks.org/git/?p=objxmpp.git + * https://heap.zone/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 3e95950..a126871 100644 --- a/src/XMPPIQ.m +++ b/src/XMPPIQ.m @@ -2,7 +2,7 @@ * Copyright (c) 2011, Jonathan Schleifer * Copyright (c) 2011, Florian Zeitz * - * https://webkeks.org/git/?p=objxmpp.git + * https://heap.zone/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 3f78c24..6469a70 100644 --- a/src/XMPPJID.h +++ b/src/XMPPJID.h @@ -2,7 +2,7 @@ * Copyright (c) 2011, 2012, 2013, 2016, Jonathan Schleifer * Copyright (c) 2011, Florian Zeitz * - * https://heap.zone/git/?p=objxmpp.git + * https://heap.zone/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 dc34c2d..da0a4d7 100644 --- a/src/XMPPJID.m +++ b/src/XMPPJID.m @@ -2,7 +2,7 @@ * Copyright (c) 2011, 2012, 2013, Jonathan Schleifer * Copyright (c) 2011, 2012, 2013, Florian Zeitz * - * https://heap.zone/git/?p=objxmpp.git + * https://heap.zone/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 655891e..b6727a5 100644 --- a/src/XMPPMessage.h +++ b/src/XMPPMessage.h @@ -2,7 +2,7 @@ * Copyright (c) 2011, 2012, 2013, 2016, Jonathan Schleifer * Copyright (c) 2011, Florian Zeitz * - * https://heap.zone/git/?p=objxmpp.git + * https://heap.zone/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 979eb15..dcb9752 100644 --- a/src/XMPPMessage.m +++ b/src/XMPPMessage.m @@ -2,7 +2,7 @@ * Copyright (c) 2011, 2012, 2013, Jonathan Schleifer * Copyright (c) 2011, Florian Zeitz * - * https://heap.zone/git/?p=objxmpp.git + * https://heap.zone/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 8b2b84e..626762d 100644 --- a/src/XMPPMulticastDelegate.h +++ b/src/XMPPMulticastDelegate.h @@ -1,7 +1,7 @@ /* * Copyright (c) 2012, Jonathan Schleifer * - * https://webkeks.org/git/?p=objxmpp.git + * https://heap.zone/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 df3a704..64b0f52 100644 --- a/src/XMPPMulticastDelegate.m +++ b/src/XMPPMulticastDelegate.m @@ -1,7 +1,7 @@ /* * Copyright (c) 2012, Jonathan Schleifer * - * https://webkeks.org/git/?p=objxmpp.git + * https://heap.zone/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 de6e113..3747abe 100644 --- a/src/XMPPPLAINAuth.h +++ b/src/XMPPPLAINAuth.h @@ -1,7 +1,7 @@ /* * Copyright (c) 2011, Florian Zeitz * - * https://webkeks.org/git/?p=objxmpp.git + * https://heap.zone/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 e899b81..ce1cfb3 100644 --- a/src/XMPPPLAINAuth.m +++ b/src/XMPPPLAINAuth.m @@ -1,7 +1,7 @@ /* * Copyright (c) 2011, Florian Zeitz * - * https://webkeks.org/git/?p=objxmpp.git + * https://heap.zone/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 9e98f43..8566a67 100644 --- a/src/XMPPPresence.h +++ b/src/XMPPPresence.h @@ -2,7 +2,7 @@ * Copyright (c) 2011, 2012, 2013, 2016, Jonathan Schleifer * Copyright (c) 2011, 2013, Florian Zeitz * - * https://heap.zone/git/?p=objxmpp.git + * https://heap.zone/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 3f2bd6a..a7ad854 100644 --- a/src/XMPPPresence.m +++ b/src/XMPPPresence.m @@ -2,7 +2,7 @@ * Copyright (c) 2011, 2012, 2013, 2016, Jonathan Schleifer * Copyright (c) 2011, 2012, 2013, Florian Zeitz * - * https://heap.zone/git/?p=objxmpp.git + * https://heap.zone/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 15035fd..45c1f3a 100644 --- a/src/XMPPRoster.h +++ b/src/XMPPRoster.h @@ -2,7 +2,7 @@ * Copyright (c) 2011, 2012, 2013, 2016, Jonathan Schleifer * Copyright (c) 2012, Florian Zeitz * - * https://heap.zone/git/?p=objxmpp.git + * https://heap.zone/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 12492a7..0763ca4 100644 --- a/src/XMPPRoster.m +++ b/src/XMPPRoster.m @@ -2,7 +2,7 @@ * Copyright (c) 2011, 2012, 2013, 2016, Jonathan Schleifer * Copyright (c) 2012, Florian Zeitz * - * https://heap.zone/git/?p=objxmpp.git + * https://heap.zone/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 00177b1..40fd2cf 100644 --- a/src/XMPPRosterItem.h +++ b/src/XMPPRosterItem.h @@ -2,7 +2,7 @@ * Copyright (c) 2011, 2012, 2013, 2016, Jonathan Schleifer * Copyright (c) 2012, Florian Zeitz * - * https://heap.zone/git/?p=objxmpp.git + * https://heap.zone/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 63130e3..5cc3c42 100644 --- a/src/XMPPRosterItem.m +++ b/src/XMPPRosterItem.m @@ -2,7 +2,7 @@ * Copyright (c) 2011, 2012, 2013, 2016, Jonathan Schleifer * Copyright (c) 2012, Florian Zeitz * - * https://heap.zone/git/?p=objxmpp.git + * https://heap.zone/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 215399c..825b2eb 100644 --- a/src/XMPPSCRAMAuth.h +++ b/src/XMPPSCRAMAuth.h @@ -1,7 +1,7 @@ /* * Copyright (c) 2011, Florian Zeitz * - * https://webkeks.org/git/?p=objxmpp.git + * https://heap.zone/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 a517369..87e5997 100644 --- a/src/XMPPSCRAMAuth.m +++ b/src/XMPPSCRAMAuth.m @@ -2,7 +2,7 @@ * Copyright (c) 2011, Florian Zeitz * Copyright (c) 2011, Jonathan Schleifer * - * https://webkeks.org/git/?p=objxmpp.git + * https://heap.zone/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/XMPPSRVLookup.h b/src/XMPPSRVLookup.h index 86f6b8c..9f3e93a 100644 --- a/src/XMPPSRVLookup.h +++ b/src/XMPPSRVLookup.h @@ -2,7 +2,7 @@ * Copyright (c) 2011, 2012, Florian Zeitz * Copyright (c) 2011, 2012, 2013, 2016, Jonathan Schleifer * - * https://heap.zone/git/?p=objxmpp.git + * https://heap.zone/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/XMPPSRVLookup.m b/src/XMPPSRVLookup.m index 97822ff..469b419 100644 --- a/src/XMPPSRVLookup.m +++ b/src/XMPPSRVLookup.m @@ -3,7 +3,7 @@ * Jonathan Schleifer * Copyright (c) 2011, 2012, 2013, 2014, Florian Zeitz * - * https://heap.zone/git/?p=objxmpp.git + * https://heap.zone/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 f30638f..c9c7e20 100644 --- a/src/XMPPStanza.h +++ b/src/XMPPStanza.h @@ -2,7 +2,7 @@ * Copyright (c) 2011, 2012, 2013, 2016, Jonathan Schleifer * Copyright (c) 2011, Florian Zeitz * - * https://heap.zone/git/?p=objxmpp.git + * https://heap.zone/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 692ea4c..c4a8ae9 100644 --- a/src/XMPPStanza.m +++ b/src/XMPPStanza.m @@ -2,7 +2,7 @@ * Copyright (c) 2011, 2012, 2013, Jonathan Schleifer * Copyright (c) 2011, Florian Zeitz * - * https://heap.zone/git/?p=objxmpp.git + * https://heap.zone/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 3c9f486..1ebbce1 100644 --- a/src/XMPPStorage.h +++ b/src/XMPPStorage.h @@ -1,7 +1,7 @@ /* * Copyright (c) 2012, Jonathan Schleifer * - * https://webkeks.org/git/?p=objxmpp.git + * https://heap.zone/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 c315fbc..8eed40b 100644 --- a/src/XMPPStreamManagement.h +++ b/src/XMPPStreamManagement.h @@ -2,7 +2,7 @@ * Copyright (c) 2012, Florian Zeitz * Copyright (c) 2013, 2016, Jonathan Schleifer * - * https://heap.zone/git/?p=objxmpp.git + * https://heap.zone/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 30ec330..d7e3b3f 100644 --- a/src/XMPPStreamManagement.m +++ b/src/XMPPStreamManagement.m @@ -1,7 +1,7 @@ /* * Copyright (c) 2012, Florian Zeitz * - * https://webkeks.org/git/?p=objxmpp.git + * https://heap.zone/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 93ed678..3b77a41 100644 --- a/src/XMPPXMLElementBuilder.h +++ b/src/XMPPXMLElementBuilder.h @@ -1,7 +1,7 @@ /* * Copyright (c) 2012, Jonathan Schleifer * - * https://webkeks.org/git/?p=objxmpp.git + * https://heap.zone/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 8583292..6e31edd 100644 --- a/src/XMPPXMLElementBuilder.m +++ b/src/XMPPXMLElementBuilder.m @@ -1,7 +1,7 @@ /* * Copyright (c) 2012, Jonathan Schleifer * - * https://webkeks.org/git/?p=objxmpp.git + * https://heap.zone/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 0b2ed2e..9efaee2 100644 --- a/src/namespaces.h +++ b/src/namespaces.h @@ -1,7 +1,7 @@ /* * Copyright (c) 2011, Jonathan Schleifer * - * https://webkeks.org/git/?p=objxmpp.git + * https://heap.zone/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 a1f7514..544d801 100644 --- a/tests/test.m +++ b/tests/test.m @@ -2,7 +2,7 @@ * Copyright (c) 2010, 2011, Jonathan Schleifer * Copyright (c) 2011, 2012, Florian Zeitz * - * https://webkeks.org/hg/objxmpp/ + * https://heap.zone/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