Skip to content
This repository was archived by the owner on Dec 2, 2024. It is now read-only.

Commit 7c85e21

Browse files
committed
Change webkeks.org -> heap.zone
While at it, also update the copyright years where they were incomplete.
1 parent b145493 commit 7c85e21

9 files changed

Lines changed: 17 additions & 17 deletions

Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<key>CFBundleExecutable</key>
66
<string>${EXECUTABLE_NAME}</string>
77
<key>CFBundleIdentifier</key>
8-
<string>org.webkeks.${PRODUCT_NAME:rfc1034identifier}</string>
8+
<string>zone.heap.${PRODUCT_NAME:rfc1034identifier}</string>
99
<key>CFBundleInfoDictionaryVersion</key>
1010
<string>6.0</string>
1111
<key>CFBundleName</key>

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
AC_INIT(ObjOpenSSL, 0.1, js@webkeks.org)
1+
AC_INIT(ObjOpenSSL, 0.1, js@heap.zone)
22
AC_CONFIG_SRCDIR(src)
33

44
AC_CHECK_TOOL(OBJFW_CONFIG, objfw-config)

src/ObjOpenSSL.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
2-
* Copyright (c) 2011, Jonathan Schleifer <js@webkeks.org>
2+
* Copyright (c) 2011, Jonathan Schleifer <js@heap.zone>
33
*
4-
* https://webkeks.org/git/?p=objopenssl.git
4+
* https://heap.zone/git/?p=objopenssl.git
55
*
66
* Permission to use, copy, modify, and/or distribute this software for any
77
* purpose with or without fee is hereby granted, provided that the above

src/SSLInvalidCertificateException.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/*
22
* Copyright (c) 2011, Florian Zeitz <florob@babelmonkeys.de>
3-
* Copyright (c) 2013, Jonathan Schleifer <js@webkeks.org>
3+
* Copyright (c) 2013, Jonathan Schleifer <js@heap.zone>
44
*
5-
* https://webkeks.org/git/?p=objopenssl.git
5+
* https://heap.zone/git/?p=objopenssl.git
66
*
77
* Permission to use, copy, modify, and/or distribute this software for any
88
* purpose with or without fee is hereby granted, provided that the above

src/SSLInvalidCertificateException.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/*
22
* Copyright (c) 2011, Florian Zeitz <florob@babelmonkeys.de>
3-
* Copyright (c) 2013, Jonathan Schleifer <js@webkeks.org>
3+
* Copyright (c) 2012, 2013, 2016, Jonathan Schleifer <js@heap.zone>
44
*
5-
* https://webkeks.org/git/?p=objopenssl.git
5+
* https://heap.zone/git/?p=objopenssl.git
66
*
77
* Permission to use, copy, modify, and/or distribute this software for any
88
* purpose with or without fee is hereby granted, provided that the above

src/SSLSocket.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/*
2-
* Copyright (c) 2011, 2013, Jonathan Schleifer <js@webkeks.org>
2+
* Copyright (c) 2011, 2013, 2015, Jonathan Schleifer <js@heap.zone>
33
* Copyright (c) 2011, Florian Zeitz <florob@babelmonkeys.de>
44
*
5-
* https://webkeks.org/git/?p=objopenssl.git
5+
* https://heap.zone/git/?p=objopenssl.git
66
*
77
* Permission to use, copy, modify, and/or distribute this software for any
88
* purpose with or without fee is hereby granted, provided that the above

src/SSLSocket.m

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
/*
2-
* Copyright (c) 2011, 2012, 2013, 2014, 2015
3-
* Jonathan Schleifer <js@webkeks.org>
2+
* Copyright (c) 2011, 2012, 2013, 2014, 2015, 2016
3+
* Jonathan Schleifer <js@heap.zone>
44
* Copyright (c) 2011, Florian Zeitz <florob@babelmonkeys.de>
55
* Copyright (c) 2011, Jos Kuijpers <jos@kuijpersvof.nl>
66
*
7-
* https://webkeks.org/git/?p=objopenssl.git
7+
* https://heap.zone/git/?p=objopenssl.git
88
*
99
* Permission to use, copy, modify, and/or distribute this software for any
1010
* purpose with or without fee is hereby granted, provided that the above

src/X509Certificate.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/*
22
* Copyright (c) 2011, Florian Zeitz <florob@babelmonkeys.de>
3-
* Copyright (c) 2013, Jonathan Schleifer <js@webkeks.org>
3+
* Copyright (c) 2013, 2016, Jonathan Schleifer <js@heap.zone>
44
*
5-
* https://webkeks.org/git/?p=objopenssl.git
5+
* https://heap.zone/git/?p=objopenssl.git
66
*
77
* Permission to use, copy, modify, and/or distribute this software for any
88
* purpose with or without fee is hereby granted, provided that the above

src/X509Certificate.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/*
22
* Copyright (c) 2011, Florian Zeitz <florob@babelmonkeys.de>
3-
* Copyright (c) 2011, 2013, Jonathan Schleifer <js@webkeks.org>
3+
* Copyright (c) 2011, 2012, 2013, 2015, Jonathan Schleifer <js@heap.zone>
44
*
5-
* https://webkeks.org/git/?p=objopenssl.git
5+
* https://heap.zone/git/?p=objopenssl.git
66
*
77
* Permission to use, copy, modify, and/or distribute this software for any
88
* purpose with or without fee is hereby granted, provided that the above

0 commit comments

Comments
 (0)