diff options
author | Rob Austein <sra@hactrn.net> | 2006-07-20 02:22:08 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2006-07-20 02:22:08 +0000 |
commit | f1380684219e15de601a9994aabf65a574746113 (patch) | |
tree | ce43b91bdc7f7a2fcbe611491f463c7d6ca801ba /openssl/trunk/crypto/x509v3/v3_asid.c | |
parent | ce1fa3aa5508fb8cc246d0c613559bbcbb07f165 (diff) |
Interim copyright notices
svn path=/openssl/trunk/crypto/x509v3/v3_asid.c; revision=25
Diffstat (limited to 'openssl/trunk/crypto/x509v3/v3_asid.c')
-rw-r--r-- | openssl/trunk/crypto/x509v3/v3_asid.c | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/openssl/trunk/crypto/x509v3/v3_asid.c b/openssl/trunk/crypto/x509v3/v3_asid.c index 088e3e77..2a575e2a 100644 --- a/openssl/trunk/crypto/x509v3/v3_asid.c +++ b/openssl/trunk/crypto/x509v3/v3_asid.c @@ -1,6 +1,21 @@ -/* v3_asid.c */ +/* + * Copyright (C) 2006 American Registry for Internet Numbers ("ARIN") + * + * Permission to use, copy, modify, and distribute this software for any + * purpose with or without fee is hereby granted, provided that the above + * copyright notice and this permission notice appear in all copies. + * + * THE SOFTWARE IS PROVIDED "AS IS" AND ARIN DISCLAIMS ALL WARRANTIES WITH + * REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY + * AND FITNESS. IN NO EVENT SHALL ARIN BE LIABLE FOR ANY SPECIAL, DIRECT, + * INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM + * LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE + * OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR + * PERFORMANCE OF THIS SOFTWARE. + */ /* $Id$ */ + /* * Initial attempt to implement RFC 3779 section 3. I'd be very * surprised if this even compiled yet, as I'm still figuring out |