diff options
| author | msheby <msheby@cinecert.com> | 2009-04-09 19:30:34 +0000 |
|---|---|---|
| committer | msheby <> | 2009-04-09 19:30:34 +0000 |
| commit | 11e50850cdb6a95c2bcc4fb8d1bb02f943f87746 (patch) | |
| tree | cff0db18e10d2f7b9eba70c695f6f7f17ba37297 | |
| parent | df51d8b012a378a9acc68354259e8f889b57ef38 (diff) | |
Update copyright notice.
| -rw-r--r-- | m4/ax_lib_openssl.m4 | 34 |
1 files changed, 24 insertions, 10 deletions
diff --git a/m4/ax_lib_openssl.m4 b/m4/ax_lib_openssl.m4 index 4301495..77ec78f 100644 --- a/m4/ax_lib_openssl.m4 +++ b/m4/ax_lib_openssl.m4 @@ -8,9 +8,9 @@ # # DESCRIPTION # -# This macro provides tests of availability of OpenSSL of +# This macro provides tests of availability of OpenSSL of a # particular version or newer. This macros checks for OpenSSL -# headers and libraries and defines compilation flags +# headers and libraries and defines compilation flags. # # Macro supports following options and their values: # @@ -28,17 +28,31 @@ # # HAVE_OPENSSL # -# LAST MODIFICATION +# Copyright (c) 2008-2009 CineCert, LLC +# All rights reserved. # -# 2008-04-12 +# Redistribution and use in source and binary forms, with or without +# modification, are permitted provided that the following conditions +# are met: +# 1. Redistributions of source code must retain the above copyright +# notice, this list of conditions and the following disclaimer. +# 2. Redistributions in binary form must reproduce the above copyright +# notice, this list of conditions and the following disclaimer in the +# documentation and/or other materials provided with the distribution. +# 3. The name of the author may not be used to endorse or promote products +# derived from this software without specific prior written permission. # -# COPYLEFT +# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS 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 AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, +# INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +# NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF +# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # -# Copyright (c) 2008 Mateusz Loskot <mateusz@loskot.net> -# -# Copying and distribution of this file, with or without modification, are -# permitted in any medium without royalty provided the copyright notice -# and this notice are preserved. AC_DEFUN([AX_LIB_OPENSSL], [ |
