From 3179d6ce2b03a70948d84849119dca743a756086 Mon Sep 17 00:00:00 2001 From: Brian Aker Date: Sat, 14 Apr 2018 22:30:02 -1000 Subject: [PATCH] Adding Copyright notice to autoconf files. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index fdb10f85c..c55936f83 100644 --- a/configure.ac +++ b/configure.ac @@ -5,7 +5,7 @@ # This file is part of wolfSSL. (formerly known as CyaSSL) # # - +AC_COPYRIGHT([Copyright (C) 2006-2018 wolfSSL Inc.]) AC_INIT([wolfssl],[3.14.0],[https://github.com/wolfssl/wolfssl/issues],[wolfssl],[http://www.wolfssl.com]) AC_CONFIG_AUX_DIR([build-aux])