Update copyright notice.
authormsheby <msheby@cinecert.com>
Thu, 9 Apr 2009 19:30:34 +0000 (19:30 +0000)
committermsheby <>
Thu, 9 Apr 2009 19:30:34 +0000 (19:30 +0000)
m4/ax_lib_openssl.m4

index 4301495c18084c89d1bdb5776f0aacb1c739fdc4..77ec78ff7ac168d1b69a50dbafbe2364a0d0a213 100644 (file)
@@ -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:
 #
 #
 #     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],
 [