From d314c1b32d8f61099198c918d3599c19415b11c0 Mon Sep 17 00:00:00 2001 From: Jonathan Schleifer Date: Wed, 21 Mar 2012 11:56:56 +0100 Subject: [PATCH] Update URL in copyright. --- 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/XMPPEXTERNALAuth.h | 2 +- src/XMPPEXTERNALAuth.m | 2 +- src/XMPPExceptions.h | 2 +- src/XMPPExceptions.m | 2 +- src/XMPPIQ.h | 2 +- src/XMPPIQ.m | 2 +- src/XMPPJID.h | 2 +- src/XMPPJID.m | 2 +- src/XMPPJSONFileStorage.h | 2 +- src/XMPPJSONFileStorage.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/XMPPXMLElementBuilder.h | 2 +- src/XMPPXMLElementBuilder.m | 2 +- src/namespaces.h | 2 +- 39 files changed, 39 insertions(+), 39 deletions(-) diff --git a/src/ObjXMPP.h b/src/ObjXMPP.h index ac114cd..abbcb3b 100644 --- a/src/ObjXMPP.h +++ b/src/ObjXMPP.h @@ -1,7 +1,7 @@ /* * Copyright (c) 2011, Jonathan Schleifer * - * https://webkeks.org/hg/objxmpp/ + * https://webkeks.org/git/?p=objxmpp.git * * 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 78ca617..160b2d9 100644 --- a/src/XMPPAuthenticator.h +++ b/src/XMPPAuthenticator.h @@ -1,7 +1,7 @@ /* * Copyright (c) 2011, Florian Zeitz * - * https://webkeks.org/hg/objxmpp/ + * https://webkeks.org/git/?p=objxmpp.git * * 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 014175c..018a15d 100644 --- a/src/XMPPAuthenticator.m +++ b/src/XMPPAuthenticator.m @@ -1,7 +1,7 @@ /* * Copyright (c) 2011, Florian Zeitz * - * https://webkeks.org/hg/objxmpp/ + * https://webkeks.org/git/?p=objxmpp.git * * 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 61dde60..fd590c1 100644 --- a/src/XMPPCallback.h +++ b/src/XMPPCallback.h @@ -1,7 +1,7 @@ /* * Copyright (c) 2011, Florian Zeitz * - * https://webkeks.org/hg/objxmpp/ + * https://webkeks.org/git/?p=objxmpp.git * * 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 da61a4e..d18f3e5 100644 --- a/src/XMPPCallback.m +++ b/src/XMPPCallback.m @@ -1,7 +1,7 @@ /* * Copyright (c) 2011, Florian Zeitz * - * https://webkeks.org/hg/objxmpp/ + * https://webkeks.org/git/?p=objxmpp.git * * 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 2beb672..ec535f3 100644 --- a/src/XMPPConnection.h +++ b/src/XMPPConnection.h @@ -2,7 +2,7 @@ * Copyright (c) 2010, 2011, 2012, Jonathan Schleifer * Copyright (c) 2011, 2012, Florian Zeitz * - * https://webkeks.org/hg/objxmpp/ + * https://webkeks.org/git/?p=objxmpp.git * * 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 165e1fa..3e01a92 100644 --- a/src/XMPPConnection.m +++ b/src/XMPPConnection.m @@ -2,7 +2,7 @@ * Copyright (c) 2010, 2011, 2012, Jonathan Schleifer * Copyright (c) 2011, 2012, Florian Zeitz * - * https://webkeks.org/hg/objxmpp/ + * https://webkeks.org/git/?p=objxmpp.git * * 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 f3366bd..bd21fd4 100644 --- a/src/XMPPEXTERNALAuth.h +++ b/src/XMPPEXTERNALAuth.h @@ -1,7 +1,7 @@ /* * Copyright (c) 2012, Florian Zeitz * - * https://webkeks.org/hg/objxmpp/ + * https://webkeks.org/git/?p=objxmpp.git * * 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 505e508..3ec7486 100644 --- a/src/XMPPEXTERNALAuth.m +++ b/src/XMPPEXTERNALAuth.m @@ -1,7 +1,7 @@ /* * Copyright (c) 2012, Florian Zeitz * - * https://webkeks.org/hg/objxmpp/ + * https://webkeks.org/git/?p=objxmpp.git * * 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 6e41771..462167b 100644 --- a/src/XMPPExceptions.h +++ b/src/XMPPExceptions.h @@ -1,7 +1,7 @@ /* * Copyright (c) 2011, Jonathan Schleifer * - * https://webkeks.org/hg/objxmpp/ + * https://webkeks.org/git/?p=objxmpp.git * * 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 f106163..74c7cf2 100644 --- a/src/XMPPExceptions.m +++ b/src/XMPPExceptions.m @@ -1,7 +1,7 @@ /* * Copyright (c) 2011, Jonathan Schleifer * - * https://webkeks.org/hg/objxmpp/ + * https://webkeks.org/git/?p=objxmpp.git * * 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 9a0c14b..98524d8 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/hg/objxmpp/ + * https://webkeks.org/git/?p=objxmpp.git * * 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 34a95a4..73d4555 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/hg/objxmpp/ + * https://webkeks.org/git/?p=objxmpp.git * * 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 30ebb45..37eee1e 100644 --- a/src/XMPPJID.h +++ b/src/XMPPJID.h @@ -2,7 +2,7 @@ * Copyright (c) 2011, Jonathan Schleifer * Copyright (c) 2011, Florian Zeitz * - * https://webkeks.org/hg/objxmpp/ + * https://webkeks.org/git/?p=objxmpp.git * * 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 d07bc89..0975120 100644 --- a/src/XMPPJID.m +++ b/src/XMPPJID.m @@ -2,7 +2,7 @@ * Copyright (c) 2011, Jonathan Schleifer * Copyright (c) 2011, Florian Zeitz * - * https://webkeks.org/hg/objxmpp/ + * https://webkeks.org/git/?p=objxmpp.git * * 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/XMPPJSONFileStorage.h b/src/XMPPJSONFileStorage.h index e419af1..2722dd4 100644 --- a/src/XMPPJSONFileStorage.h +++ b/src/XMPPJSONFileStorage.h @@ -1,7 +1,7 @@ /* * Copyright (c) 2012, Jonathan Schleifer * - * https://webkeks.org/hg/objxmpp/ + * https://webkeks.org/git/?p=objxmpp.git * * 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/XMPPJSONFileStorage.m b/src/XMPPJSONFileStorage.m index d6e8e79..a763985 100644 --- a/src/XMPPJSONFileStorage.m +++ b/src/XMPPJSONFileStorage.m @@ -1,7 +1,7 @@ /* * Copyright (c) 2012, Jonathan Schleifer * - * https://webkeks.org/hg/objxmpp/ + * https://webkeks.org/git/?p=objxmpp.git * * 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 73533ea..2d7ca35 100644 --- a/src/XMPPMessage.h +++ b/src/XMPPMessage.h @@ -2,7 +2,7 @@ * Copyright (c) 2011, Jonathan Schleifer * Copyright (c) 2011, Florian Zeitz * - * https://webkeks.org/hg/objxmpp/ + * https://webkeks.org/git/?p=objxmpp.git * * 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 f914285..e430246 100644 --- a/src/XMPPMessage.m +++ b/src/XMPPMessage.m @@ -2,7 +2,7 @@ * Copyright (c) 2011, Jonathan Schleifer * Copyright (c) 2011, Florian Zeitz * - * https://webkeks.org/hg/objxmpp/ + * https://webkeks.org/git/?p=objxmpp.git * * 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 bbc84e4..343c81c 100644 --- a/src/XMPPMulticastDelegate.h +++ b/src/XMPPMulticastDelegate.h @@ -1,7 +1,7 @@ /* * Copyright (c) 2012, Jonathan Schleifer * - * https://webkeks.org/hg/objxmpp/ + * https://webkeks.org/git/?p=objxmpp.git * * 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 b7a8a84..f4eb158 100644 --- a/src/XMPPMulticastDelegate.m +++ b/src/XMPPMulticastDelegate.m @@ -1,7 +1,7 @@ /* * Copyright (c) 2012, Jonathan Schleifer * - * https://webkeks.org/hg/objxmpp/ + * https://webkeks.org/git/?p=objxmpp.git * * 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 cea0c34..ffe8a03 100644 --- a/src/XMPPPLAINAuth.h +++ b/src/XMPPPLAINAuth.h @@ -1,7 +1,7 @@ /* * Copyright (c) 2011, Florian Zeitz * - * https://webkeks.org/hg/objxmpp/ + * https://webkeks.org/git/?p=objxmpp.git * * 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 871abdf..63801c7 100644 --- a/src/XMPPPLAINAuth.m +++ b/src/XMPPPLAINAuth.m @@ -1,7 +1,7 @@ /* * Copyright (c) 2011, Florian Zeitz * - * https://webkeks.org/hg/objxmpp/ + * https://webkeks.org/git/?p=objxmpp.git * * 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 6790d73..54b34e5 100644 --- a/src/XMPPPresence.h +++ b/src/XMPPPresence.h @@ -2,7 +2,7 @@ * Copyright (c) 2011, Jonathan Schleifer * Copyright (c) 2011, Florian Zeitz * - * https://webkeks.org/hg/objxmpp/ + * https://webkeks.org/git/?p=objxmpp.git * * 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 f592952..684edb0 100644 --- a/src/XMPPPresence.m +++ b/src/XMPPPresence.m @@ -2,7 +2,7 @@ * Copyright (c) 2011, Jonathan Schleifer * Copyright (c) 2011, Florian Zeitz * - * https://webkeks.org/hg/objxmpp/ + * https://webkeks.org/git/?p=objxmpp.git * * 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 1aee13a..b00087f 100644 --- a/src/XMPPRoster.h +++ b/src/XMPPRoster.h @@ -2,7 +2,7 @@ * Copyright (c) 2011, Jonathan Schleifer * Copyright (c) 2012, Florian Zeitz * - * https://webkeks.org/hg/objxmpp/ + * https://webkeks.org/git/?p=objxmpp.git * * 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 472d0a6..316da00 100644 --- a/src/XMPPRoster.m +++ b/src/XMPPRoster.m @@ -2,7 +2,7 @@ * Copyright (c) 2011, Jonathan Schleifer * Copyright (c) 2012, Florian Zeitz * - * https://webkeks.org/hg/objxmpp/ + * https://webkeks.org/git/?p=objxmpp.git * * 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 fbf6b29..f5b8630 100644 --- a/src/XMPPRosterItem.h +++ b/src/XMPPRosterItem.h @@ -1,7 +1,7 @@ /* * Copyright (c) 2011, 2012, Jonathan Schleifer * - * https://webkeks.org/hg/objxmpp/ + * https://webkeks.org/git/?p=objxmpp.git * * 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 cbcd609..4bbbdc6 100644 --- a/src/XMPPRosterItem.m +++ b/src/XMPPRosterItem.m @@ -1,7 +1,7 @@ /* * Copyright (c) 2011, Jonathan Schleifer * - * https://webkeks.org/hg/objxmpp/ + * https://webkeks.org/git/?p=objxmpp.git * * 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 3dec119..553dadf 100644 --- a/src/XMPPSCRAMAuth.h +++ b/src/XMPPSCRAMAuth.h @@ -1,7 +1,7 @@ /* * Copyright (c) 2011, Florian Zeitz * - * https://webkeks.org/hg/objxmpp/ + * https://webkeks.org/git/?p=objxmpp.git * * 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 9564216..5f5c77d 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/hg/objxmpp/ + * https://webkeks.org/git/?p=objxmpp.git * * 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 426bd05..d913918 100644 --- a/src/XMPPSRVLookup.h +++ b/src/XMPPSRVLookup.h @@ -1,7 +1,7 @@ /* * Copyright (c) 2011, Florian Zeitz * - * https://webkeks.org/hg/objxmpp/ + * https://webkeks.org/git/?p=objxmpp.git * * 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 5784a82..e08463f 100644 --- a/src/XMPPSRVLookup.m +++ b/src/XMPPSRVLookup.m @@ -2,7 +2,7 @@ * Copyright (c) 2011, Jonathan Schleifer * Copyright (c) 2011, Florian Zeitz * - * https://webkeks.org/hg/objxmpp/ + * https://webkeks.org/git/?p=objxmpp.git * * 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 9bf3f97..ce5f1c3 100644 --- a/src/XMPPStanza.h +++ b/src/XMPPStanza.h @@ -2,7 +2,7 @@ * Copyright (c) 2011, Jonathan Schleifer * Copyright (c) 2011, Florian Zeitz * - * https://webkeks.org/hg/objxmpp/ + * https://webkeks.org/git/?p=objxmpp.git * * 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 2486cdc..256c50e 100644 --- a/src/XMPPStanza.m +++ b/src/XMPPStanza.m @@ -2,7 +2,7 @@ * Copyright (c) 2011, Jonathan Schleifer * Copyright (c) 2011, Florian Zeitz * - * https://webkeks.org/hg/objxmpp/ + * https://webkeks.org/git/?p=objxmpp.git * * 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 66a105e..0011a9a 100644 --- a/src/XMPPStorage.h +++ b/src/XMPPStorage.h @@ -1,7 +1,7 @@ /* * Copyright (c) 2012, Jonathan Schleifer * - * https://webkeks.org/hg/objxmpp/ + * https://webkeks.org/git/?p=objxmpp.git * * 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 bdc0697..93ed678 100644 --- a/src/XMPPXMLElementBuilder.h +++ b/src/XMPPXMLElementBuilder.h @@ -1,7 +1,7 @@ /* * Copyright (c) 2012, Jonathan Schleifer * - * https://webkeks.org/hg/objxmpp/ + * https://webkeks.org/git/?p=objxmpp.git * * 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 1a9d8af..24885de 100644 --- a/src/XMPPXMLElementBuilder.m +++ b/src/XMPPXMLElementBuilder.m @@ -1,7 +1,7 @@ /* * Copyright (c) 2012, Jonathan Schleifer * - * https://webkeks.org/hg/objxmpp/ + * https://webkeks.org/git/?p=objxmpp.git * * 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 a3f9df2..d9884b0 100644 --- a/src/namespaces.h +++ b/src/namespaces.h @@ -1,7 +1,7 @@ /* * Copyright (c) 2011, Jonathan Schleifer * - * https://webkeks.org/hg/objxmpp/ + * https://webkeks.org/git/?p=objxmpp.git * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above