Change URL in copyright to Git repository.

This commit is contained in:
Jonathan Schleifer 2012-03-20 22:45:01 +01:00
parent 033f679146
commit c089411ad3
7 changed files with 10 additions and 9 deletions

View file

@ -1,7 +1,7 @@
/* /*
* Copyright (c) 2011, Jonathan Schleifer <js@webkeks.org> * Copyright (c) 2011, Jonathan Schleifer <js@webkeks.org>
* *
* https://webkeks.org/hg/objopenssl/ * https://webkeks.org/git/?p=objopenssl.git
* *
* Permission to use, copy, modify, and/or distribute this software for any * Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above * purpose with or without fee is hereby granted, provided that the above

View file

@ -1,7 +1,7 @@
/* /*
* Copyright (c) 2011, Florian Zeitz <florob@babelmonkeys.de> * Copyright (c) 2011, Florian Zeitz <florob@babelmonkeys.de>
* *
* https://webkeks.org/hg/objopenssl/ * https://webkeks.org/git/?p=objopenssl.git
* *
* Permission to use, copy, modify, and/or distribute this software for any * Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above * purpose with or without fee is hereby granted, provided that the above

View file

@ -1,7 +1,7 @@
/* /*
* Copyright (c) 2011, Florian Zeitz <florob@babelmonkeys.de> * Copyright (c) 2011, Florian Zeitz <florob@babelmonkeys.de>
* *
* https://webkeks.org/hg/objopenssl/ * https://webkeks.org/git/?p=objopenssl.git
* *
* Permission to use, copy, modify, and/or distribute this software for any * Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above * purpose with or without fee is hereby granted, provided that the above

View file

@ -1,7 +1,7 @@
/* /*
* Copyright (c) 2011, Jonathan Schleifer <js@webkeks.org> * Copyright (c) 2011, Jonathan Schleifer <js@webkeks.org>
* *
* https://webkeks.org/hg/objopenssl/ * https://webkeks.org/git/?p=objopenssl.git
* *
* Permission to use, copy, modify, and/or distribute this software for any * Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above * purpose with or without fee is hereby granted, provided that the above

View file

@ -1,7 +1,7 @@
/* /*
* Copyright (c) 2011, Jonathan Schleifer <js@webkeks.org> * Copyright (c) 2011, Jonathan Schleifer <js@webkeks.org>
* *
* https://webkeks.org/hg/objopenssl/ * https://webkeks.org/git/?p=objopenssl.git
* *
* Permission to use, copy, modify, and/or distribute this software for any * Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above * purpose with or without fee is hereby granted, provided that the above

View file

@ -1,7 +1,7 @@
/* /*
* Copyright (c) 2011, Florian Zeitz <florob@babelmonkeys.de> * Copyright (c) 2011, Florian Zeitz <florob@babelmonkeys.de>
* *
* https://webkeks.org/hg/objopenssl/ * https://webkeks.org/git/?p=objopenssl.git
* *
* Permission to use, copy, modify, and/or distribute this software for any * Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above * purpose with or without fee is hereby granted, provided that the above
@ -24,6 +24,7 @@
#import <ObjFW/OFObject.h> #import <ObjFW/OFObject.h>
#import <ObjFW/OFString.h> #import <ObjFW/OFString.h>
@class OFDictionary; @class OFDictionary;
/* OIDs: */ /* OIDs: */
@ -43,7 +44,8 @@
{ {
OFString *string; OFString *string;
} }
- initWithUTF8String: (const char*) str;
- initWithUTF8String: (const char*)str;
@end @end
@interface X509Certificate: OFObject @interface X509Certificate: OFObject
@ -73,4 +75,3 @@
- (X509OID*)X509_stringFromASN1Object: (ASN1_OBJECT*)obj; - (X509OID*)X509_stringFromASN1Object: (ASN1_OBJECT*)obj;
- (OFString*)X509_stringFromASN1String: (ASN1_STRING*)str; - (OFString*)X509_stringFromASN1String: (ASN1_STRING*)str;
@end @end

View file

@ -1,7 +1,7 @@
/* /*
* Copyright (c) 2011, Florian Zeitz <florob@babelmonkeys.de> * Copyright (c) 2011, Florian Zeitz <florob@babelmonkeys.de>
* *
* https://webkeks.org/hg/objopenssl/ * https://webkeks.org/git/?p=objopenssl.git
* *
* Permission to use, copy, modify, and/or distribute this software for any * Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above * purpose with or without fee is hereby granted, provided that the above