Switch to OpenSSL name
authorRalf S. Engelschall <rse@openssl.org>
Wed, 23 Dec 1998 07:38:54 +0000 (07:38 +0000)
committerRalf S. Engelschall <rse@openssl.org>
Wed, 23 Dec 1998 07:38:54 +0000 (07:38 +0000)
CHANGES
LICENSE
README
util/up_ver.pl

diff --git a/CHANGES b/CHANGES
index 3a09bc806f8fe5ce9faaa358cc15202c0e1fbc5a..5f00898a31435f414b575e9bf24c0c6d479b2764 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,5 @@
 
- OpenTLS CHANGES
+ OpenSSL CHANGES
  _______________
 
 
   *) Added various platform portability fixes.
      [Marc J. Cox]
 
-  *) The Genesis of the OpenTLS rpject:
+  *) The Genesis of the OpenSSL rpject:
      We start with the latest (unreleased) SSLeay version 0.9.1b which Eric A.
      Joung and Tim J. Hudson created while they were working for C2Net until
      summer 1998.
-     [The OpenTLS Project]
+     [The OpenSSL Project]
  
  Changes between 0.9.0b and 0.9.1b
 
diff --git a/LICENSE b/LICENSE
index 3d1f69eaaf4740d10233792c5c9f56267bffef9f..c8db865cdd89bc4e203f4b2f590da235c7a83dc3 100644 (file)
--- a/LICENSE
+++ b/LICENSE
@@ -1,6 +1,6 @@
 
 /* ====================================================================
- * Copyright (c) 1998 The OpenTLS Project.  All rights reserved.
+ * Copyright (c) 1998 The OpenSSL Project.  All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  *
  * 3. All advertising materials mentioning features or use of this
  *    software must display the following acknowledgment:
- *    "This product includes software developed by the OpenTLS Project
- *    for use in the OpenTLS Toolkit. (http://www.opentls.org/)"
+ *    "This product includes software developed by the OpenSSL Project
+ *    for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"
  *
- * 4. The names "OpenTLS Toolkit" and "OpenTLS Project" must not be used to
+ * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
  *    endorse or promote products derived from this software without
  *    prior written permission. For written permission, please contact
- *    licensing@opentls.org.
+ *    licensing@OpenSSL.org.
  *
- * 5. Products derived from this software may not be called "OpenTLS"
- *    nor may "OpenTLS" appear in their names without prior written
- *    permission of the OpenTLS Project.
+ * 5. Products derived from this software may not be called "OpenSSL"
+ *    nor may "OpenSSL" appear in their names without prior written
+ *    permission of the OpenSSL Project.
  *
  * 6. Redistributions of any form whatsoever must retain the following
  *    acknowledgment:
- *    "This product includes software developed by the OpenTLS Project
- *    for use in the OpenTLS Toolkit (http://www.opentls.org/)"
+ *    "This product includes software developed by the OpenSSL Project
+ *    for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"
  *
- * THIS SOFTWARE IS PROVIDED BY THE OPENTLS PROJECT ``AS IS'' AND ANY
+ * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
  * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
- * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OPENTLS PROJECT OR
+ * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR
  * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
  * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
  * OF THE POSSIBILITY OF SUCH DAMAGE.
  * ====================================================================
  *
- * This product includes cryptographic software written by Eric A. Young
- * (eay@cryptsoft.com). This product includes software written by Tim J.
+ * This product includes cryptographic software written by Eric Young
+ * (eay@cryptsoft.com).  This product includes software written by Tim
  * Hudson (tjh@cryptsoft.com).
+ *
  */
-
 __________________________________________________________________________
 
                         Original SSLeay License
diff --git a/README b/README
index 23e2f2ade638128ea61ac6cf9615951badab47a8..814ee5a338ef62998675b8ca71cc512568303988 100644 (file)
--- a/README
+++ b/README
@@ -1,19 +1,19 @@
 
- OpenTLS 0.9.1c 22-Dec-1998
+ OpenSSL 0.9.1c 22-Dec-1998
 
- Copyright (c) 1998 The OpenTLS Project
+ Copyright (c) 1998 The OpenSSL Project
  Copyright (c) 1995-1998 Eric Young
  All rights reserved.
 
- The OpenTLS Project is a collaborative effort to develop a robust,
+ The OpenSSL Project is a collaborative effort to develop a robust,
  commercial-grade, fully featured, and Open Source toolkit implementing the
  Transport Layer Security (TLS v1) and Secure Sockets Layer (SSL v2/v3)
  protocols with full-strength cryptography world-wide. The project is managed
  by a worldwide community of volunteers that use the Internet to communicate,
- plan, and develop the OpenTLS tookit and its related documentation. 
+ plan, and develop the OpenSSL tookit and its related documentation. 
 
- OpenTLS is based on the excellent SSLeay library developed from Eric A. Young
- and Tim J. Hudson.  The OpenTLS toolkit is licensed under a BSD-style licence,
+ OpenSSL is based on the excellent SSLeay library developed from Eric A. Young
+ and Tim J. Hudson.  The OpenSSL toolkit is licensed under a BSD-style licence,
  which basically means that you are free to get and use it for commercial and
  non-commercial purposes. 
 
index 66ee4c34ebf7ac6d15444d8fb4f541e464d5ec86..5d98fcb8f23f5b2b44cb93ef974fb8aa07775691 100755 (executable)
@@ -60,7 +60,7 @@ foreach $file (@files)
 
        while (<IN>)
                {
-               if ((s/(SSLeay|OpenTLS) \d\.\d.\d[^"]*(\"|\s)/\1 $ver $time\2/) ||
+               if ((s/(SSLeay|OpenSSL) \d\.\d.\d[^"]*(\"|\s)/\1 $ver $time\2/) ||
                        s/^(\#define\s+SSLEAY_VERSION_NUMBER\s+0x)[0-9a-zA-Z]+(.*)$/$1$xver$2/)
                        {
                        print STDERR " Done";