Merge pull request #152 from ejohnstown/copyright

Update the copyright to 2019
pull/154/head
JacobBarthelmeh 2019-04-08 13:26:55 -06:00 committed by GitHub
commit 8b11e8019b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View File

@ -1,8 +1,8 @@
# wolfssh
# Copyright (C) 2014-2018 wolfSSL Inc.
# Copyright (C) 2014-2019 wolfSSL Inc.
# All right reserved.
AC_COPYRIGHT([Copyright (C) 2014-2018 wolfSSL Inc.])
AC_COPYRIGHT([Copyright (C) 2014-2019 wolfSSL Inc.])
AC_INIT([wolfssh],[1.3.1],[support@wolfssl.com],[wolfssh],[https://www.wolfssl.com])
AC_PREREQ([2.63])
AC_CONFIG_AUX_DIR([build-aux])

View File

@ -1,10 +1,10 @@
#!/usr/bin/perl
# gencertbuf.pl
# version 1.1
# Updated 07/01/2014
# version 1.0
# Updated 04/08/2019
#
# Copyright (C) 2006-2018 wolfSSL Inc.
# Copyright (C) 2014-2019 wolfSSL Inc.
#
use strict;
@ -40,7 +40,7 @@ open OUT_FILE, "+>", $outputFile or die $!;
print OUT_FILE "/* certs_test.h\n";
print OUT_FILE "*\n";
print OUT_FILE "* Copyright (C) 2014-2018 wolfSSL Inc.\n";
print OUT_FILE "* Copyright (C) 2014-2019 wolfSSL Inc.\n";
print OUT_FILE "*\n";
print OUT_FILE "* This file is part of wolfSSH.\n";
print OUT_FILE "*\n";