Index: Info.plist ================================================================== --- Info.plist +++ Info.plist @@ -3,11 +3,11 @@ CFBundleExecutable ${EXECUTABLE_NAME} CFBundleIdentifier - org.webkeks.${PRODUCT_NAME:rfc1034identifier} + zone.heap.${PRODUCT_NAME:rfc1034identifier} CFBundleInfoDictionaryVersion 6.0 CFBundleName ${PRODUCT_NAME} CFBundlePackageType Index: configure.ac ================================================================== --- configure.ac +++ configure.ac @@ -1,6 +1,6 @@ -AC_INIT(ObjOpenSSL, 0.1, js@webkeks.org) +AC_INIT(ObjOpenSSL, 0.1, js@heap.zone) AC_CONFIG_SRCDIR(src) AC_CHECK_TOOL(OBJFW_CONFIG, objfw-config) AS_IF([test x"$OBJFW_CONFIG" = x""], [ AC_MSG_ERROR(You need ObjFW and objfw-config installed!) Index: src/ObjOpenSSL.h ================================================================== --- src/ObjOpenSSL.h +++ src/ObjOpenSSL.h @@ -1,9 +1,9 @@ /* - * Copyright (c) 2011, Jonathan Schleifer + * Copyright (c) 2011, Jonathan Schleifer * - * https://webkeks.org/git/?p=objopenssl.git + * https://heap.zone/git/?p=objopenssl.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 * copyright notice and this permission notice is present in all copies. * Index: src/SSLInvalidCertificateException.h ================================================================== --- src/SSLInvalidCertificateException.h +++ src/SSLInvalidCertificateException.h @@ -1,10 +1,10 @@ /* * Copyright (c) 2011, Florian Zeitz - * Copyright (c) 2013, Jonathan Schleifer + * Copyright (c) 2013, Jonathan Schleifer * - * https://webkeks.org/git/?p=objopenssl.git + * https://heap.zone/git/?p=objopenssl.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 * copyright notice and this permission notice is present in all copies. * Index: src/SSLInvalidCertificateException.m ================================================================== --- src/SSLInvalidCertificateException.m +++ src/SSLInvalidCertificateException.m @@ -1,10 +1,10 @@ /* * Copyright (c) 2011, Florian Zeitz - * Copyright (c) 2013, Jonathan Schleifer + * Copyright (c) 2012, 2013, 2016, Jonathan Schleifer * - * https://webkeks.org/git/?p=objopenssl.git + * https://heap.zone/git/?p=objopenssl.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 * copyright notice and this permission notice is present in all copies. * Index: src/SSLSocket.h ================================================================== --- src/SSLSocket.h +++ src/SSLSocket.h @@ -1,10 +1,10 @@ /* - * Copyright (c) 2011, 2013, Jonathan Schleifer + * Copyright (c) 2011, 2013, 2015, Jonathan Schleifer * Copyright (c) 2011, Florian Zeitz * - * https://webkeks.org/git/?p=objopenssl.git + * https://heap.zone/git/?p=objopenssl.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 * copyright notice and this permission notice is present in all copies. * Index: src/SSLSocket.m ================================================================== --- src/SSLSocket.m +++ src/SSLSocket.m @@ -1,12 +1,12 @@ /* - * Copyright (c) 2011, 2012, 2013, 2014, 2015 - * Jonathan Schleifer + * Copyright (c) 2011, 2012, 2013, 2014, 2015, 2016 + * Jonathan Schleifer * Copyright (c) 2011, Florian Zeitz * Copyright (c) 2011, Jos Kuijpers * - * https://webkeks.org/git/?p=objopenssl.git + * https://heap.zone/git/?p=objopenssl.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 * copyright notice and this permission notice is present in all copies. * Index: src/X509Certificate.h ================================================================== --- src/X509Certificate.h +++ src/X509Certificate.h @@ -1,10 +1,10 @@ /* * Copyright (c) 2011, Florian Zeitz - * Copyright (c) 2013, Jonathan Schleifer + * Copyright (c) 2013, 2016, Jonathan Schleifer * - * https://webkeks.org/git/?p=objopenssl.git + * https://heap.zone/git/?p=objopenssl.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 * copyright notice and this permission notice is present in all copies. * Index: src/X509Certificate.m ================================================================== --- src/X509Certificate.m +++ src/X509Certificate.m @@ -1,10 +1,10 @@ /* * Copyright (c) 2011, Florian Zeitz - * Copyright (c) 2011, 2013, Jonathan Schleifer + * Copyright (c) 2011, 2012, 2013, 2015, Jonathan Schleifer * - * https://webkeks.org/git/?p=objopenssl.git + * https://heap.zone/git/?p=objopenssl.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 * copyright notice and this permission notice is present in all copies. *