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

Commit d11fe7a

Browse files
committed
Fix URL in copyright headers
1 parent 2f0fe1a commit d11fe7a

9 files changed

Lines changed: 9 additions & 9 deletions

src/ObjOpenSSL.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Copyright (c) 2011, Jonathan Schleifer <js@heap.zone>
33
*
4-
* https://heap.zone/git/?p=objopenssl.git
4+
* https://heap.zone/git/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/SSLConnectionFailedException.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Copyright (c) 2016, Jonathan Schleifer <js@heap.zone>
33
*
4-
* https://heap.zone/git/?p=objopenssl.git
4+
* https://heap.zone/git/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/SSLConnectionFailedException.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Copyright (c) 2016, Jonathan Schleifer <js@heap.zone>
33
*
4-
* https://heap.zone/git/?p=objopenssl.git
4+
* https://heap.zone/git/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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Copyright (c) 2011, Florian Zeitz <florob@babelmonkeys.de>
33
* Copyright (c) 2013, Jonathan Schleifer <js@heap.zone>
44
*
5-
* https://heap.zone/git/?p=objopenssl.git
5+
* https://heap.zone/git/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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Copyright (c) 2011, Florian Zeitz <florob@babelmonkeys.de>
33
* Copyright (c) 2012, 2013, 2016, Jonathan Schleifer <js@heap.zone>
44
*
5-
* https://heap.zone/git/?p=objopenssl.git
5+
* https://heap.zone/git/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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Copyright (c) 2011, 2013, 2015, Jonathan Schleifer <js@heap.zone>
33
* Copyright (c) 2011, Florian Zeitz <florob@babelmonkeys.de>
44
*
5-
* https://heap.zone/git/?p=objopenssl.git
5+
* https://heap.zone/git/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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Copyright (c) 2011, Florian Zeitz <florob@babelmonkeys.de>
55
* Copyright (c) 2011, Jos Kuijpers <jos@kuijpersvof.nl>
66
*
7-
* https://heap.zone/git/?p=objopenssl.git
7+
* https://heap.zone/git/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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Copyright (c) 2011, Florian Zeitz <florob@babelmonkeys.de>
33
* Copyright (c) 2013, 2016, Jonathan Schleifer <js@heap.zone>
44
*
5-
* https://heap.zone/git/?p=objopenssl.git
5+
* https://heap.zone/git/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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Copyright (c) 2011, Florian Zeitz <florob@babelmonkeys.de>
33
* Copyright (c) 2011, 2012, 2013, 2015, Jonathan Schleifer <js@heap.zone>
44
*
5-
* https://heap.zone/git/?p=objopenssl.git
5+
* https://heap.zone/git/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)